.vr2stack{flex-direction:column;gap:22px;display:flex}.vr2error{margin-bottom:10px}.vr2add{border:1px solid var(--v2-line);background:var(--v2-surface);height:32px;color:var(--v2-text-2);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:0 12px;font-size:13px;transition:border-color .15s,color .15s;display:inline-flex}.vr2add:hover{border-color:var(--v2-accent);color:var(--v2-text)}.vr2add:disabled{opacity:.5;cursor:default}.vr2section{flex-wrap:wrap;align-items:baseline;gap:10px;margin-bottom:10px;display:flex}.vr2section__title{letter-spacing:.05em;color:var(--v2-text-2);text-transform:uppercase;margin:0;font-size:13px;font-weight:700}.vr2count{border:1px solid var(--v2-line);background:var(--v2-surface);color:var(--v2-text-2);font-variant-numeric:tabular-nums;border-radius:999px;flex:none;padding:1px 9px;font-size:11px;font-weight:600}.vr2section__hint{color:var(--v2-text-4);margin-left:auto;font-size:11px}.vr2avatar{-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:12px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;font-weight:700;display:inline-flex}.vr2avatar--xs{border-radius:7px;width:22px;height:22px;font-size:11px}.vr2grid{grid-template-columns:repeat(auto-fill,minmax(258px,1fr));align-items:stretch;gap:12px;display:grid}.vr2benchlab{letter-spacing:.06em;text-transform:uppercase;color:var(--v2-text-3);align-items:center;gap:10px;margin:14px 0 8px;font-size:10.5px;font-weight:700;display:flex}.vr2benchlab:after{content:"";background:var(--v2-line);flex:1;height:1px}.vr2pcard{border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface);box-shadow:var(--v2-shadow-xs);flex-direction:column;gap:10px;min-width:0;padding:14px 16px;transition:border-color .15s,box-shadow .15s;display:flex;position:relative}.vr2pcard:hover{border-color:var(--v2-line-strong);box-shadow:0 3px 10px #10182812}.vr2pcard.is-open{border-color:#d92d2059;grid-column:1/-1}.vr2pcard--new{border-style:dashed}.vr2pcard__num{letter-spacing:.06em;color:var(--v2-text-4);font-size:10.5px;font-weight:700;position:absolute;top:10px;right:12px}.vr2pcard.is-open .vr2pcard__num{display:none}.vr2pcard--bench{background:var(--v2-surface-2)}.vr2pcard--bench .vr2pcard__num{border:1px solid var(--v2-line);background:var(--v2-surface);color:var(--v2-text-3);border-radius:999px;padding:1px 8px;font-size:10px;top:8px;right:10px}.vr2pcard__head{align-items:center;gap:10px;min-width:0;display:flex}.vr2pcard__who{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.vr2pcard__name{color:var(--v2-text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;overflow:hidden}.vr2pcard__stat{color:var(--v2-text-3);font-size:11px}.vr2pcard__ops{flex:none;align-items:center;gap:2px;display:flex}.vr2icon{width:24px;height:24px;color:var(--v2-text-3);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;transition:background .13s,color .13s;display:inline-flex}.vr2icon:hover{background:var(--v2-surface-2);color:var(--v2-text)}.vr2icon:disabled{opacity:.3;cursor:default}.vr2icon.is-active{color:var(--v2-accent);background:var(--v2-accent-bg)}.vr2pcard__chips{flex-wrap:nowrap;align-items:center;gap:6px;min-width:0;min-height:25px;display:flex;overflow:hidden}.vr2chip{border:1px solid var(--v2-line);background:var(--v2-surface-2);min-width:0;color:var(--v2-text);white-space:nowrap;text-overflow:ellipsis;border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:11.5px;display:inline-flex;overflow:hidden}.vr2chip em{color:var(--v2-text-3);flex:none;font-size:10px;font-style:normal}.vr2chip--more{color:var(--v2-text-3);flex:none}.vr2pcard--bench .vr2chip{background:var(--v2-surface)}.vr2chipnone{color:var(--v2-text-4);font-size:11.5px;font-style:italic}.vr2pcard__foot{gap:8px;display:flex}.vr2editor{border-top:1px dashed var(--v2-line);flex-direction:column;gap:12px;padding-top:12px;display:flex}.vr2editor__row{flex-wrap:wrap;align-items:flex-end;gap:14px;display:flex}.vr2field{flex-direction:column;gap:4px;min-width:260px;display:flex}.vr2field>span{color:var(--v2-text-3);font-size:11px}.vr2input{border:1px solid var(--v2-line);background:var(--v2-surface);height:34px;color:var(--v2-text);border-radius:8px;flex:1;min-width:0;padding:0 12px;font-size:13px}.vr2input:focus{border-color:var(--v2-accent);outline:none}.vr2editor__actions{flex-wrap:wrap;flex:1;align-items:center;gap:8px;display:flex}.vr2btn{border:1px solid var(--v2-line);background:var(--v2-surface);height:30px;color:var(--v2-text-2);cursor:pointer;border-radius:8px;align-items:center;gap:5px;padding:0 12px;font-size:12px;transition:border-color .13s,color .13s,opacity .13s;display:inline-flex}.vr2btn:hover{border-color:var(--v2-line-strong);color:var(--v2-text)}.vr2btn--primary{background:var(--v2-accent);border-color:var(--v2-accent);color:#fff}.vr2btn--primary:hover{opacity:.9;color:#fff}.vr2btn:disabled{opacity:.45;cursor:default}.vr2retire{color:var(--v2-text-4);cursor:pointer;background:0 0;border:0;margin-left:auto;font-size:12px}.vr2retire:hover{color:var(--v2-loss)}.vr2smurf{border-top:1px solid var(--v2-line);flex-direction:column;gap:8px;padding-top:10px;display:flex}.vr2smurf__title{letter-spacing:.06em;text-transform:uppercase;color:var(--v2-text-3);margin:0;font-size:11px;font-weight:600}.vr2smurf__none{color:var(--v2-text-4);margin:0;font-size:11px;font-style:italic}.vr2smurf__list{flex-wrap:wrap;gap:6px;display:flex}.vr2bound{border:1px solid var(--v2-line);background:var(--v2-surface-2);color:var(--v2-text);border-radius:999px;align-items:center;gap:6px;padding:3px 6px 3px 10px;font-size:12px;display:inline-flex}.vr2bound em{color:var(--v2-text-3);font-size:10px;font-style:normal}.vr2unbind{width:18px;height:18px;color:var(--v2-text-3);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.vr2unbind:hover{background:var(--v2-accent-bg);color:var(--v2-loss)}.vr2pickrow{flex-wrap:wrap;align-items:flex-start;gap:8px;display:flex}.vr2pick{min-width:280px;position:relative}.vr2pick>summary{cursor:pointer;border:1px solid var(--v2-line);background:var(--v2-surface);height:30px;color:var(--v2-text-2);-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;padding:0 12px;font-size:12px;list-style:none;display:inline-flex}.vr2pick>summary::-webkit-details-marker{display:none}.vr2pick[open]>summary{border-color:var(--v2-accent);color:var(--v2-text)}.vr2pick__panel{z-index:30;border:1px solid var(--v2-line);background:var(--v2-surface);border-radius:10px;flex-direction:column;gap:2px;min-width:340px;max-height:280px;padding:6px;display:flex;position:absolute;top:calc(100% + 4px);left:0;overflow:auto;box-shadow:0 8px 24px #1018281f}.vr2pick__opt{cursor:pointer;border-radius:8px;align-items:center;gap:8px;min-width:0;padding:6px 8px;font-size:12px;display:flex}.vr2pick__opt:hover{background:var(--v2-surface-2)}.vr2pick__opt input{accent-color:var(--v2-accent)}.vr2pick__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--v2-text);flex:1;overflow:hidden}.vr2pick__seen{color:var(--v2-text-4);flex:none;font-size:10.5px}.vr2pool{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:10px;display:grid}.vr2tile{border:1px solid var(--v2-line);background:var(--v2-surface);box-shadow:var(--v2-shadow-xs);border-radius:12px;align-items:center;gap:10px;min-width:0;padding:10px 12px;transition:border-color .15s,box-shadow .15s;display:flex}.vr2tile:hover{border-color:var(--v2-line-strong);box-shadow:0 3px 10px #10182812}.vr2tile__who{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.vr2tile__name{color:var(--v2-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.vr2tile__meta{color:var(--v2-text-3);white-space:nowrap;font-size:10.5px}.vadv{flex-direction:column;display:flex}.vmeta{white-space:nowrap;border:1px solid var(--v2-line);background:var(--v2-surface-2);color:var(--v2-text-3);cursor:help;border-radius:999px;align-items:center;gap:4px;margin-top:2px;padding:1px 6px;font-size:11px;font-weight:600;line-height:1.5;transition:border-color .13s,background-color .13s;display:inline-flex;position:relative}.vmeta:hover{border-color:var(--v2-line-strong)}.vmeta__val{font-variant-numeric:tabular-nums}.vmeta__delta{font-variant-numeric:tabular-nums;font-weight:700}.vmeta--good{color:var(--v2-win);background:#03985514;border-color:#03985559}.vmeta--risk{background:var(--v2-accent-bg);color:var(--v2-accent);border-color:#d92d2052}.vmeta--none{color:var(--v2-text-3);background:0 0;border-style:dashed}.vmeta:focus-visible{outline:2px solid var(--v2-accent);outline-offset:1px}.vmeta__tip{opacity:0;visibility:hidden;pointer-events:none;z-index:40;border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface);width:max-content;max-width:280px;box-shadow:var(--v2-shadow-sm,0 6px 20px #1018281f);color:var(--v2-text-2);white-space:normal;padding:8px 10px;font-size:11.5px;font-weight:500;transition:opacity .14s,transform .14s,visibility 0s linear .14s;display:block;position:absolute;top:calc(100% + 6px);left:0;transform:translateY(-2px)}.vmeta__tip strong{color:var(--v2-text);margin-bottom:3px;font-size:12px;display:block}.vmeta__tip span{margin-top:2px;display:block}.vmeta:hover .vmeta__tip,.vmeta:focus-within .vmeta__tip{opacity:1;visibility:visible;transition:opacity .14s,transform .14s,visibility;transform:none}.vmeta-caption{color:var(--v2-text-3);margin:2px 0 8px;font-size:11.5px}.vmeta-titlerow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.vmeta-status{text-transform:none;letter-spacing:0;cursor:help;border:1px solid var(--v2-line);border-radius:999px;padding:1px 8px;font-size:11px;font-weight:600}.vmeta-status--none{color:var(--v2-text-3);background:var(--v2-surface-2);border-style:dashed}.vmeta-status--partial{color:var(--v2-warn);background:var(--v2-warn-bg);border-color:#dc68034d}.vmeta-status--full{color:var(--v2-win);background:#03985514;border-color:#03985559}.vplayerwork{grid-template-columns:272px minmax(0,1fr);align-items:start;gap:16px;display:grid}.vplayerwork__rail{border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface);flex-direction:column;gap:10px;max-height:calc(100vh - 40px);padding:12px;display:flex;position:sticky;top:12px;overflow:auto}.vplayerwork__railhead{flex-direction:column;gap:4px;display:flex}.vplayerwork__select,.vplayerwork__select select{width:100%}.vroster{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.vroster__item{text-align:left;border:1px solid var(--v2-line-soft);border-radius:var(--v2-radius);background:var(--v2-surface);width:100%;color:var(--v2-text);cursor:pointer;font:inherit;flex-direction:column;gap:4px;padding:9px 10px;transition:background .14s,border-color .14s;display:flex}.vroster__item:hover{background:var(--v2-surface-2);border-color:var(--v2-line)}.vroster__item:focus-visible{outline:2px solid var(--v2-accent);outline-offset:1px}.vroster__item.is-active{border-color:var(--v2-accent);background:var(--v2-accent-bg)}.vroster__top{justify-content:space-between;align-items:center;gap:6px;display:flex}.vroster__name{text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;overflow:hidden}.vroster__meta{color:var(--v2-text-3);flex-direction:column;gap:1px;font-size:11px;display:flex}.vroster__agents{margin-top:2px}.vplayerwork__main{min-width:0}.vplayerprofile__head{border-bottom:1px solid var(--v2-line-soft);margin-bottom:12px;padding-bottom:10px}.vplayerprofile__head .vagents{align-items:center;gap:4px;display:inline-flex}.vplayerwork__overview{margin-top:16px}.vplayerwork__overview>summary{cursor:pointer;color:var(--v2-text-2);border:1px solid var(--v2-line);border-radius:var(--v2-radius);background:var(--v2-surface-2);list-style:revert;padding:8px 10px;font-size:13px;font-weight:600;transition:background .13s}.vplayerwork__overview>summary:focus-visible{outline:2px solid var(--v2-accent);outline-offset:1px}.vplayerwork__overview[open]>.vcard{animation:.15s vfade-in}.vplayerwork__overview>summary:hover{background:var(--v2-surface-3)}.vtable tr.is-selected>td{background:var(--v2-accent-bg)}@media (width<=900px){.vplayerwork{grid-template-columns:1fr}.vplayerwork__rail{flex-direction:column;max-height:none;position:static}.vroster{flex-flow:row;padding-bottom:4px;overflow-x:auto}.vroster>li{flex:0 0 200px}}.vadv__mapbar{margin-bottom:12px}.vadv__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.vadv__tradeboard{grid-column:1/-1}.vadv__plants{grid-column:1/-1;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px;display:grid}@media (width<=860px){.vadv__grid{grid-template-columns:minmax(0,1fr)}}.vadv__outcome{grid-template-columns:96px minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:8px;display:grid}.vadv__outcome-label{color:var(--v2-text);white-space:nowrap;font-size:12.5px;font-weight:600}.vadv__tradeboard .vadv__outcome{grid-template-columns:120px minmax(0,1fr)}.vadv__summary{grid-column:1/-1}.vadv__summaryrow{flex-wrap:wrap;gap:10px 26px;margin-top:6px;display:flex}.vadv__instances{flex-direction:column;gap:5px;margin-top:6px;display:flex}.vadv__instance{border:1px solid var(--v2-line-soft);border-radius:var(--v2-radius-sm);color:var(--v2-text-2);align-items:center;gap:8px;padding:6px 8px;font-size:12.5px;text-decoration:none;transition:background .12s,border-color .12s;display:flex}.vadv__instance:hover{background:var(--v2-accent-bg);border-color:#d92d2047}.vadv__instance:focus-visible{outline:2px solid var(--v2-accent);outline-offset:1px}.vadv__instance-round{color:var(--v2-text);font-variant-numeric:tabular-nums;width:32px;font-weight:700}.vadv__instance-meta{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.vadv__more{color:var(--v2-text-3);margin-left:4px;font-size:11px;font-weight:600}.vhero{grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:10px;display:grid}.vherokpi{border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface);flex-direction:column;gap:3px;min-width:0;padding:11px 13px;transition:border-color .15s,box-shadow .15s;display:flex}.vherokpi:hover{border-color:var(--v2-line-strong);box-shadow:0 2px 8px #1018280f}.vherokpi__label{text-transform:uppercase;letter-spacing:.05em;color:var(--v2-text-3);white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;font-weight:600;overflow:hidden}.vherokpi__value{color:var(--v2-text);font-variant-numeric:tabular-nums;font-size:23px;font-weight:700;line-height:1.15}.vherokpi__value.is-up{color:var(--v2-win)}.vherokpi__value.is-down{color:var(--v2-accent)}.vherokpi .vmeta{align-self:flex-start}.vherokpi__value.is-grade-good{color:var(--v2-win)}.vherokpi__value.is-grade-bad{color:var(--v2-accent)}.vherokpi__value.is-grade-elite{color:var(--v2-elite)}.vherokpi__meta{color:var(--v2-text-3);font-variant-numeric:tabular-nums;font-size:11px}.vhero{margin-top:2px}.vhero--top{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.vhero--top .vherokpi{gap:6px;padding:14px 16px}.vhero--top .vherokpi__value{font-size:30px;line-height:1.05}.vmapdash{gap:16px}.vmdbar{flex-wrap:wrap;align-items:flex-end;gap:10px 12px;padding:12px 16px;display:flex}.vmdbar__grp{flex-direction:column;gap:4px;display:flex}.vmdbar__lab{text-transform:uppercase;letter-spacing:.06em;color:var(--v2-text-3);font-size:11px;font-weight:600}.vmdbar__sel,.vmdbar__inp{border:1px solid var(--v2-line);background:var(--v2-surface);height:34px;color:var(--v2-text);font:inherit;border-radius:8px;padding:0 10px;font-size:13px}.vmdbar__sel:focus,.vmdbar__inp:focus{border-color:var(--v2-accent);outline:none}.vmdbar__dates{align-items:center;gap:6px;display:inline-flex}.vmdbar__dates input{border:1px solid var(--v2-line);background:var(--v2-surface);height:34px;color:var(--v2-text);font:inherit;border-radius:8px;padding:0 8px;font-size:12.5px}.vmdbar__tilde{color:var(--v2-text-4)}.vmdbar__btn{border:1px solid var(--v2-line);background:var(--v2-surface);height:34px;color:var(--v2-text-3);font:inherit;text-align:left;border-radius:8px;min-width:108px;padding:0 12px;font-size:13px}.vmdbar__btn.is-disabled{cursor:not-allowed;background:var(--v2-surface-2)}.vmdbar__chip{border:1px solid var(--v2-line);background:var(--v2-surface);height:30px;color:var(--v2-text-2);cursor:pointer;border-radius:8px;align-self:flex-end;padding:0 12px;font-size:12px;transition:border-color .13s,color .13s}.vmdbar__chip:hover{border-color:var(--v2-accent);color:var(--v2-text)}.vmdbar__chip.is-active{border-color:var(--v2-accent);color:var(--v2-accent);background:var(--v2-accent-bg);font-weight:600}.vmdbar__div{background:var(--v2-line);align-self:stretch;width:1px;margin:0 2px}.vmdsection{letter-spacing:.04em;color:var(--v2-text-2);margin-top:2px;font-size:12px;font-weight:700}.vkpirow{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.vkpirow--sm{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}@media (width<=1080px){.vkpirow{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=560px){.vkpirow{grid-template-columns:repeat(2,minmax(0,1fr))}}.vkpicard{border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface);box-shadow:var(--v2-shadow-xs);flex-direction:column;gap:5px;min-width:0;padding:12px 14px;transition:border-color .15s,box-shadow .15s;display:flex}.vkpicard:hover{border-color:var(--v2-line-strong);box-shadow:0 2px 8px #1018280f}.vkpicard__label{text-transform:uppercase;letter-spacing:.05em;color:var(--v2-text-3);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:4px;font-size:10.5px;font-weight:600;display:inline-flex;overflow:hidden}.vkpicard__i{border:1px solid var(--v2-line-strong);width:13px;height:13px;color:var(--v2-text-4);cursor:help;border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:9px;font-style:normal;display:inline-flex}.vkpicard__value{color:var(--v2-text);font-variant-numeric:tabular-nums;font-size:22px;font-weight:700;line-height:1.1}.vkpicard--big .vkpicard__value{font-size:28px}.vkpicard__value.is-grade-good{color:var(--v2-win)}.vkpicard__value.is-grade-bad{color:var(--v2-accent)}.vkpicard__value.is-grade-elite{color:var(--v2-elite)}.vmdpanel{padding:18px 20px}.vmdpanel__title{color:var(--v2-text);margin:0 0 12px;font-size:15px;font-weight:700}.vmdpanel__sub{text-transform:uppercase;letter-spacing:.06em;color:var(--v2-text-3);margin:14px 0 8px;font-size:11px;font-weight:600}.vkpigrid{gap:10px;display:grid}.vkpigrid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.vkpigrid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.vkpigrid--5{grid-template-columns:repeat(5,minmax(0,1fr))}@media (width<=560px){.vkpigrid--3,.vkpigrid--4,.vkpigrid--5{grid-template-columns:repeat(2,minmax(0,1fr))}}.vkpigrid .vkpicard__value{font-size:20px}.vmd2col{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}@media (width<=1024px){.vmd2col{grid-template-columns:1fr}}.vmdform{align-items:center;gap:14px;padding:12px 16px;display:flex}.vmdform__lab{text-transform:uppercase;letter-spacing:.06em;color:var(--v2-text-3);font-size:11px;font-weight:600}.vmdform__pills{flex-wrap:wrap;gap:8px;display:inline-flex}.vmdform__tally{border:1px solid var(--v2-line);font-variant-numeric:tabular-nums;border-radius:999px;padding:3px 12px;font-size:12px;font-weight:700}.vmdform__tally.is-w{color:var(--v2-win);background:#03985514;border-color:#0398554d}.vmdform__tally.is-l{color:var(--v2-loss);background:var(--v2-accent-bg);border-color:#d92d2047}.vmdform__tally.is-d{color:var(--v2-text-3);background:var(--v2-surface-2)}.vmapsum td,.vmapsum th{white-space:nowrap}.vmapsum__map{color:var(--v2-text);font-weight:600}.vmapsum__w{color:var(--v2-win);font-weight:700}.vmapsum__l{color:var(--v2-loss);font-weight:700}.vmapsum .is-grade-good{color:var(--v2-win)}.vmapsum .is-grade-bad{color:var(--v2-accent)}.vmapsum .is-grade-elite{color:var(--v2-elite)}.vmapsum .is-grade-neutral{color:var(--v2-text)}.vmapsum__dim,.vmapsum__dim2{color:var(--v2-text-4)}.vmapsum__row{cursor:pointer;transition:background .12s,box-shadow .12s}.vmapsum__row:hover>td{background:var(--v2-accent-bg)}.vmapsum__row:hover>td:first-child{box-shadow:inset 3px 0 0 var(--v2-accent)}.vmapsum__row.is-selected>td{background:var(--v2-accent-bg)}.vmapsum__row:focus-visible{outline:2px solid var(--v2-accent);outline-offset:-2px}.vsitewrap{border:1px solid var(--v2-line);border-radius:10px;margin-top:4px;overflow:hidden}.vsitetable{border-collapse:collapse;width:100%}.vsitetable th{text-align:right;text-transform:uppercase;letter-spacing:.05em;height:34px;color:var(--v2-text-4);background:var(--v2-surface-2);border-bottom:1px solid var(--v2-line);padding:0 12px;font-size:11px;font-weight:600}.vsitetable th:first-child{text-align:left}.vsitetable td{text-align:right;font-variant-numeric:tabular-nums;height:36px;color:var(--v2-text);border-bottom:1px solid var(--v2-line-soft);padding:0 12px;font-size:12.5px}.vsitetable tr:last-child td{border-bottom:none}.vsitetable__site{text-align:left;font-weight:700}.vsitetable tbody tr{transition:background .12s,box-shadow .12s}.vsitetable tbody tr:hover td{background:var(--v2-accent-bg)}.vsitetable tbody tr:hover td:first-child{box-shadow:inset 3px 0 0 var(--v2-accent)}.vsitetable__adv.is-pos{color:var(--v2-win);font-weight:600}.vsitetable__adv.is-neg{color:var(--v2-accent);font-weight:600}.vmdform{flex-direction:column;align-items:flex-start;gap:8px}.vmdform__lab{text-transform:uppercase;letter-spacing:.06em;color:var(--v2-text-3);margin:0;font-size:11px;font-weight:600}.vmdform__pill{border:1px solid var(--v2-line);border-radius:999px;justify-content:center;align-items:center;min-width:26px;height:24px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.vmdform__pill.is-w{color:var(--v2-win);background:#03985514;border-color:#0398554d}.vmdform__pill.is-l{color:var(--v2-loss);background:var(--v2-accent-bg);border-color:#d92d2047}.vmdform__pill.is-d{color:var(--v2-text-3);background:var(--v2-surface-2)}.vmdecon__split{border-top:1px solid var(--v2-line);grid-template-columns:1fr 1fr;gap:16px;margin-top:16px;padding-top:14px;display:grid}.vmdecon__split>div+div{border-left:1px solid var(--v2-line);padding-left:16px}@media (width<=720px){.vmdecon__split{grid-template-columns:1fr}.vmdecon__split>div+div{border-left:0;border-top:1px dashed var(--v2-line);padding-top:12px;padding-left:0}}.vmdecon__split .vmdpanel__sub{margin:0 0 8px}.vkpigrid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.vkpigrid--8{grid-template-columns:repeat(8,minmax(0,1fr))}@media (width<=1280px){.vkpigrid--8{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=640px){.vkpigrid--8{grid-template-columns:repeat(2,minmax(0,1fr))}}.vkpicard--slide{position:relative;overflow:hidden}.vkpicard__of{color:var(--v2-text-3);margin-left:6px;font-size:11px;font-weight:500}.vkpicard__slide{background:var(--v2-surface-2);border-left:1px solid var(--v2-line);width:38%;min-width:76px;color:var(--v2-text-3);text-align:center;transition:transform .15s var(--v2-ease-p);pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:0 4px;font-size:10px;display:flex;position:absolute;top:0;bottom:0;right:0;transform:translate(100%)}.vkpicard--slide:hover .vkpicard__slide{transform:translate(0)}.vkpicard__slide strong{color:var(--v2-text);font-variant-numeric:tabular-nums;font-size:12px;font-weight:600}.vpdtable td.is-grade-good{color:var(--v2-win);font-weight:600}.vpdtable td.is-grade-bad{color:var(--v2-accent);font-weight:600}.vpdtable td.is-grade-elite{color:var(--v2-elite);font-weight:600}.vpdtable td.is-grade-neutral{color:var(--v2-text-3);font-weight:600}.vpdtable td.is-grade-good strong,.vpdtable td.is-grade-bad strong,.vpdtable td.is-grade-elite strong,.vpdtable td.is-grade-neutral strong{color:inherit}.vpdtable .vrowlink{cursor:pointer}.vpdtable .vrowlink:hover td{background:var(--v2-accent-bg)}.vpdtable th.is-groupl,.vpdtable td.is-groupl{border-left:1px solid var(--v2-line)}.vtrade-section{gap:10px;min-width:0;display:grid}.vtrade-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.vtrade-toolbar .vmdsection{margin-bottom:4px}.vtrade-toolbar p{max-width:760px;color:var(--v2-text-3);margin:0;font-size:12px;line-height:1.6}.vtrade-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.vtrade-columns{position:relative}.vtrade-columns>summary{cursor:pointer;list-style:none}.vtrade-columns>summary::-webkit-details-marker{display:none}.vtrade-columns>div{z-index:12;border:1px solid var(--v2-line);background:var(--v2-surface);width:220px;max-height:320px;box-shadow:var(--v2-shadow-md);border-radius:10px;gap:7px;padding:12px;display:grid;position:absolute;top:calc(100% + 6px);right:0;overflow:auto}.vtrade-columns label{color:var(--v2-text-2);align-items:center;gap:7px;font-size:12px;display:flex}.vtrade-columns button{color:var(--v2-accent);text-align:left;cursor:pointer;background:0 0;border:0;font-weight:600}.vtrade-scope-title{color:var(--v2-text-2);margin:8px 0 0;font-size:13px}.vtrade-card{min-width:0}.vtrade-tablewrap{overscroll-behavior-inline:contain;max-width:100%;overflow-x:auto}.vtrade-table{min-width:920px}.vtrade-table th{z-index:1;white-space:nowrap;position:sticky;top:0}.vtrade-table th:first-child,.vtrade-table td:first-child{z-index:2;background:var(--v2-surface);position:sticky;left:0}.vtrade-table th:first-child{z-index:3;background:var(--v2-surface-2)}.vtrade-table .is-group-environment{border-left:1px solid var(--v2-line-soft)}.vtrade-table .is-group-environment+.is-group-environment{border-left:0}.vtrade-sort{color:inherit;font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0}.vtrade-sort:hover,.vtrade-sort:focus-visible{color:var(--v2-accent)}@media (width<=640px){.vtrade-actions{justify-content:flex-start}.vtrade-columns>div{left:0;right:auto}}.vpdtable tbody tr.is-thin td{color:var(--v2-text-3)}.vpdlabel{align-items:center;gap:6px;display:inline-flex}.vpdagentcell{width:34px}.vpdbadge{letter-spacing:.04em;border:1px solid var(--v2-line);color:var(--v2-text-3);background:var(--v2-surface-2);border-radius:999px;align-items:center;padding:1px 10px;font-size:11px;font-weight:700;display:inline-flex}.vpdbadge--win{color:var(--v2-win);background:#03985514;border-color:#0398554d}.vpdbadge--loss{color:var(--v2-loss);background:var(--v2-accent-bg);border-color:#d92d2047}.vpdult{border-top:1px dashed var(--v2-line);margin-top:12px;padding-top:10px}.vpdult__head{letter-spacing:.04em;color:var(--v2-text-3);margin:0 0 8px;font-size:11px;font-weight:600}.vpdult__grid{flex-wrap:wrap;gap:8px;display:flex}.vpdult__item{border:1px solid var(--v2-line);background:var(--v2-surface-2);border-radius:999px;align-items:center;gap:8px;padding:4px 12px 4px 4px;display:inline-flex}.vpdult__icon{background:#1c2333;border-radius:999px;flex:none;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex;overflow:hidden}.vpdult__icon .vagent{border-radius:999px;width:22px;height:22px}.vpdult__name{color:var(--v2-text);font-size:12px;font-weight:600}.vpdult__stat{color:var(--v2-text-2);font-variant-numeric:tabular-nums;font-size:11px}.vpdult__stat strong{color:var(--v2-text)}.vpdult__real{color:var(--v2-elite);font-style:normal;font-weight:700}.vheat{align-items:stretch;gap:6px;margin-top:6px;display:flex}.vheat__ylab{writing-mode:vertical-rl;letter-spacing:.12em;color:var(--v2-text-4);white-space:nowrap;align-self:center;font-size:9.5px;transform:rotate(180deg)}.vheat__body{flex:1;min-width:0}.vheat__grid{grid-template-columns:18px repeat(5,minmax(0,1fr));gap:3px;margin-bottom:3px;display:grid}.vheat__xhead,.vheat__yhead{color:var(--v2-text-4);justify-content:center;align-items:center;font-size:9.5px;display:flex}.vheat__cell{border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:1px;min-height:52px;display:flex}.vheat__cell strong{color:var(--v2-text);font-variant-numeric:tabular-nums;font-size:12.5px;line-height:1.1}.vheat__cell span{color:var(--v2-text-3);font-variant-numeric:tabular-nums;font-size:9.5px}.vheat__cell.is-void{background:var(--v2-surface-2);color:var(--v2-text-4);font-size:11px}.vheat__xlab{text-align:center;letter-spacing:.12em;color:var(--v2-text-4);margin-top:2px;font-size:9.5px}.vheat__legend{color:var(--v2-text-3);flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;font-size:10px;display:flex}.vheat__dot{vertical-align:middle;border-radius:2px;width:8px;height:8px;margin-right:4px;display:inline-block}.vmdpanel__titlerow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px;display:flex}.vmdpanel__titlerow .vmdpanel__title{margin-bottom:0}.vposbuckets{margin-top:14px}.vposbuckets__row{align-items:flex-end;gap:10px;margin-bottom:6px;display:flex}.vposbuckets__label{color:var(--v2-text-3);flex:0 0 66px;padding-bottom:4px;font-size:11px;font-weight:600}.vposbuckets__bars{flex:1;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:8px;height:54px;display:grid}.vposbuckets__cell{flex-direction:column;justify-content:flex-end;align-items:center;gap:2px;height:100%;display:flex}.vposbuckets__bar{background:var(--v2-line);border-radius:3px 3px 0 0;width:60%;min-height:2px;transition:height .18s}.vposbuckets__bar.is-fk{background:var(--v2-win)}.vposbuckets__bar.is-fd{background:var(--v2-loss)}.vposbuckets__n{color:var(--v2-text-4);font-variant-numeric:tabular-nums;font-size:10px}.vposbuckets__axis{grid-template-columns:66px repeat(5,minmax(0,1fr));gap:8px;margin-top:2px;display:grid}.vposbuckets__axis span{text-align:center;color:var(--v2-text-4);font-size:10px}.vposmap{aspect-ratio:1;border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:#090f14;width:100%;max-width:460px;margin:10px auto 0;position:relative;overflow:hidden}.vposmap__img{object-fit:contain;opacity:.92;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;inset:0}.vposmap__layer{width:100%;height:100%;position:absolute;inset:0}.vposmap__asset-error{z-index:2;color:#ffffffdb;text-align:center;background:#090f14e0;border:1px solid #ffffff2e;border-radius:6px;margin:0;padding:7px 10px;font-size:12px;position:absolute;inset:auto 12px 12px}.vposmap__badge{z-index:2;color:var(--v2-warn);background:var(--v2-warn-bg);cursor:help;border:1px solid #dc680352;border-radius:999px;padding:3px 9px;font-size:10.5px;font-weight:700;position:absolute;top:8px;right:8px}.vposmap__empty{text-align:center;color:var(--v2-text-3);border:1px dashed var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface-2);margin-top:10px;padding:20px;font-size:12.5px}.vposdot{stroke:#090f148c;stroke-width:2px}.vposdot--fk{fill:var(--v2-win);fill-opacity:.92}.vposdot--fd{fill:var(--v2-loss);fill-opacity:.92}.vposdot--death{fill:var(--v2-loss);fill-opacity:.22;stroke:none}.vposcheck{color:var(--v2-text-2);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;font-size:12.5px;display:inline-flex}.vposcheck input{accent-color:var(--v2-accent);width:14px;height:14px}.vteamform{flex-direction:column;gap:16px;display:flex}.vform__caption{color:var(--v2-text-3,#667085);align-self:flex-end;margin-left:auto;padding-bottom:8px;font-size:12.5px}.vform-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}@media (width<=1080px){.vform-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.vform-kpis{grid-template-columns:1fr}}.vform-kpis .vkpicard__value{align-items:baseline;gap:8px;display:flex}.vform-kpis .vkpicard__sub{color:var(--v2-text-3,#667085);font-size:12px}.vteamform .trend-indicator-container{vertical-align:middle;align-items:center;gap:3px;display:inline-flex}.vteamform .trend-indicator{border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0}.vteamform .trend-indicator.is-up{border-bottom:6px solid var(--v2-win,#12805c)}.vteamform .trend-indicator.is-down{border-top:6px solid var(--v2-accent,#c2412d)}.vteamform .trend-indicator.is-flat{background:var(--v2-text-4,#98a2b3);border:0;width:8px;height:2px}.vteamform .trend-indicator-value{font-size:11.5px;font-weight:600}.vteamform .trend-indicator-container.is-up .trend-indicator-value{color:var(--v2-win,#12805c)}.vteamform .trend-indicator-container.is-down .trend-indicator-value{color:var(--v2-accent,#c2412d)}.vteamform .trend-indicator-container.is-flat .trend-indicator-value{color:var(--v2-text-4,#98a2b3)}.vteamform .vform-chip--thin{opacity:.5}.vteamform .vform-cell{align-items:center;gap:6px;display:inline-flex}.vteamform .vformbar{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.videntity-toolbar{flex-wrap:wrap;align-items:center;gap:8px;margin-left:auto;display:flex}.videntity-toolbar__count{color:var(--v2-text-3);white-space:nowrap;font-size:12px}.videntity-notice{color:var(--v2-accent);background:var(--v2-accent-bg);border-color:#c2412d3d}.videntity-player{align-items:center;gap:7px;min-width:132px;display:flex;position:relative}.videntity-player>input{accent-color:var(--v2-accent);flex:none}.videntity-player__name{align-items:center;gap:6px;min-width:0;display:inline-flex}.videntity-player__name strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.videntity-menu{margin-left:auto;position:relative}.videntity-menu__trigger{width:26px;height:26px}.videntity-menu__panel{z-index:30;border:1px solid var(--v2-line);background:var(--v2-surface);border-radius:9px;width:218px;padding:6px;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 10px 28px #10182824}.videntity-menu__panel button{width:100%;color:var(--v2-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:7px;padding:8px 9px;font-size:12px;display:flex}.videntity-menu__panel button:hover,.videntity-menu__panel button:focus-visible{background:var(--v2-surface-2);outline:none}.videntity-menu__panel button:disabled{color:var(--v2-text-4);cursor:not-allowed}.dialog-content:has(.videntity-dialog){width:min(560px,100vw - 32px);max-height:calc(100vh - 32px);overflow:auto}.videntity-dialog{gap:12px;width:100%;min-width:0;display:grid}.videntity-dialog__group{border:1px solid var(--v2-line);border-radius:8px;gap:7px;margin:0;padding:10px;display:grid}.videntity-dialog__group legend{color:var(--v2-text-3);padding:0 5px;font-size:12px;font-weight:700}.videntity-dialog__option{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;font-size:13px;display:grid}.videntity-dialog__option input{accent-color:var(--v2-accent)}.videntity-dialog__option small{color:var(--v2-text-3)}.videntity-preview{border:1px solid var(--v2-line);background:var(--v2-surface-2);border-radius:8px;gap:5px;padding:10px 12px;font-size:12.5px;display:grid}.videntity-preview span{color:var(--v2-text-3);line-height:1.45}.videntity-dialog__error{font-size:12.5px;line-height:1.45;color:var(--v2-accent)!important}.videntity-account-search{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.videntity-account-search .videntity-dialog__option,.videntity-account-search .videntity-dialog__error{grid-column:1/-1}.videntity-history{gap:8px;max-height:320px;display:grid;overflow:auto}.videntity-history article{border:1px solid var(--v2-line);border-radius:8px;gap:3px;padding:9px 10px;display:grid}.videntity-history article span,.videntity-history article small{color:var(--v2-text-3);font-size:12px}.vteamform .vagents{flex-wrap:wrap;gap:2px}.vteamform .vtable th.is-sorted{color:var(--v2-accent)}.vteamform__trend{border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface);box-shadow:var(--v2-shadow-xs);align-items:center;gap:10px;padding:9px 14px;display:flex}.vteamform__trend-badge{white-space:nowrap;border-radius:999px;padding:2px 12px;font-size:13px;font-weight:700}.vteamform__trend.is-up .vteamform__trend-badge{color:var(--v2-win);background:#03985514}.vteamform__trend.is-down .vteamform__trend-badge{color:var(--v2-accent);background:var(--v2-accent-bg)}.vteamform__trend.is-flat .vteamform__trend-badge{color:var(--v2-text-3);background:var(--v2-surface-2)}.vteamform__trend-text{color:var(--v2-text-2);font-variant-numeric:tabular-nums;font-size:13px}.vreport{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 18px;padding:16px 18px;display:grid}@media (width<=1080px){.vreport{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.vreport{grid-template-columns:1fr}}.vreport__cell{border-left:3px solid var(--v2-line);flex-direction:column;gap:7px;padding-left:12px;display:flex}.vreport__cell.is-good{border-left-color:var(--v2-win)}.vreport__cell.is-bad{border-left-color:var(--v2-accent)}.vreport__celltitle{text-transform:uppercase;letter-spacing:.05em;color:var(--v2-text-3);font-size:11px;font-weight:700}.vreport__list{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.vreport__list li{color:var(--v2-text);font-variant-numeric:tabular-nums;font-size:13px;line-height:1.3}.vreport__empty{color:var(--v2-text-4);font-size:13px}@media (width<=768px){.videntity-toolbar{width:100%;margin-left:0}.videntity-menu__panel{left:auto;right:0}}.vvlr__tabs{background:0 0;margin-bottom:14px}.vvlr__body{display:block}.vvlr .page-stack{width:100%}.vvlr .vlr-watchlist-page{background:0 0}.vvlr .vlr-table-panel{overflow-x:auto}@media (width<=768px){.vvlr .dashboard-command-row{flex-wrap:wrap}}.vmatches{flex-direction:column;height:100%;display:flex}.vmatches__card{flex-direction:column;flex:1;min-height:0;display:flex}.vmatches__tablewrap{min-height:0;box-shadow:none;border:none;border-radius:0;flex:1}.vmatches__row{cursor:pointer}.vmatches__row.is-excluded td{color:var(--v2-text-4)}.vmatches__row.is-excluded td strong{color:var(--v2-text-3)}.vmatches__row.is-excluded .vmapthumb,.vmatches__row.is-excluded .vagent{opacity:.55;filter:grayscale(.4)}.vmatches__map{align-items:center;gap:10px;display:inline-flex}.vmatches__unassigned{color:var(--v2-text-4);font-size:12px;font-weight:400}.vmatches th.is-center,.vmatches td.is-center{text-align:center}.vmatches__opp{min-width:140px}td.vmatches__sides{min-width:288px}.vmatches th.vmatches__sides-h{text-align:center}.vmatches__slot{color:var(--v2-text-3);font-size:12px}.vmatches__sides{color:var(--v2-text-4)}.vmatches__score{font-variant-numeric:tabular-nums;align-items:center;gap:4px;display:inline-flex}.vmatches__score .vmatches__dash{color:var(--v2-text-4);font-weight:500}.vmatches__score .vmatches__score-dim{color:var(--v2-text-3)}.vmatches__score .is-grade-good{color:var(--v2-win)}.vmatches__score .is-grade-bad{color:var(--v2-loss)}.vmatches td.vmatches__vs{color:var(--v2-text-4);text-align:center;letter-spacing:.04em;font-size:10px;font-weight:500}.vpage__inner.vmatches{max-width:1280px}.vmatches__sidescore{color:var(--v2-text);font-variant-numeric:tabular-nums;align-items:center;gap:4px;font-weight:600;display:inline-flex}.vmatches__sidescore .vdot{margin-left:6px}.vmatches__sidescore .vdot:first-child{margin-left:0}.vmatches__badges{align-items:center;gap:6px;display:inline-flex}.vmatches__action{color:var(--v2-text-3);text-align:right;width:40px}.vmatches__empty-actions{gap:8px;margin-top:6px;display:flex}.vmatch-banner{background-position:50% 30%;background-size:cover;background-color:var(--v2-surface-3);border-bottom:1px solid var(--v2-line);flex:none;min-height:112px}.vmatch-banner__scrim{background:linear-gradient(90deg,#fffffff2 0%,#ffffffdb 100%);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:10px 24px;min-height:112px;padding:14px 24px;display:flex;position:relative}.vmatch-banner__close{position:absolute;top:12px;right:14px}.vmatch-banner__delete{position:absolute;top:12px;right:48px}.vmatch-banner__delete:hover{color:var(--v2-loss);border-color:var(--v2-loss)}.vmatch-banner__title{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.vmatch-banner__title h2{color:var(--v2-text);margin:0;font-size:20px;font-weight:700}.vmatch-banner__score{font-variant-numeric:tabular-nums;color:var(--v2-text);margin-top:2px;font-size:28px;font-weight:700;line-height:1.15}.vmatch-banner__score span{color:var(--v2-text-4);font-weight:500}.vmatch-banner__stats{font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:flex-end;gap:8px 16px;display:flex}.vmatch-tabs-row{border-bottom:1px solid var(--v2-line);background:var(--v2-surface);flex:none;align-items:stretch;gap:8px;padding-right:20px;display:flex}.vmatch-tabs{background:0 0;border-bottom:0;flex:auto;min-width:0;padding:0 0 0 20px}.vmatch-tabs__identity{color:#0e7490;background:#ecfeff;border-color:#0e74904d;flex:none;align-self:center;min-height:30px;padding:4px 10px;font-size:12px;font-weight:700;line-height:1.2}.vmatch-tabs__identity:hover{background:#cffafe;border-color:#0e7490}.vmatch-body{padding:16px 24px 28px}.vmatch-skeletons{flex-direction:column;gap:10px;display:flex}.vmatch-identity-view{display:block}.vmatch-identity-view__toolbar{border-bottom:1px solid var(--v2-line);align-items:center;gap:14px;margin-bottom:14px;padding-bottom:14px;display:flex}.vmatch-identity-view__toolbar>div{min-width:0}.vmatch-identity-view__toolbar>div>span{color:#0e7490;letter-spacing:.12em;font-size:10px;font-weight:800}.vmatch-identity-view__toolbar h3{color:var(--v2-text);margin:2px 0 0;font-size:17px}.vmatch-identity-view__toolbar p{color:var(--v2-text-3);margin:4px 0 0;font-size:12px;line-height:1.5}.vmatch-player{align-items:center;gap:8px;display:flex}.vmatch-sb th:first-child{min-width:150px}.vmatch-rcell{font-size:13.5px;font-weight:700}.vmatch-sb th,.vmatch-sb td{padding-left:9px;padding-right:9px}.vmatch-sb th.is-num,.vmatch-sb td.is-num{min-width:40px}.vmatch-sb td.is-grade-good{color:var(--v2-win)}.vmatch-sb td.is-grade-bad{color:var(--v2-accent)}.vmatch-sb td.is-grade-elite{color:var(--v2-elite)}.vmatch-sb td.is-grade-elite strong,.vmatch-sb td.is-grade-good strong,.vmatch-sb td.is-grade-bad strong{color:inherit}.vmatch-sbwrap{flex-direction:column;gap:10px;display:flex}.vmatch-sb__bar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.vmatch-sb__halfnote{color:var(--v2-text-3);font-size:12px}.vmatch-sb td.is-acs-ghost{color:var(--v2-text-3);cursor:help}.vmatch-sb td.is-acs-ghost strong{color:inherit;font-weight:500}.vmatch-roundfilters{flex-wrap:wrap;align-items:center;gap:8px 18px;margin-bottom:10px;display:flex}.vmatch-roundfilters__group{align-items:center;gap:6px;display:inline-flex}.vmatch-roundfilters__group>label{text-transform:uppercase;letter-spacing:.06em;color:var(--v2-text-3);font-size:11px;font-weight:500}.vmatch-roundfilters__count{color:var(--v2-text-3);font-variant-numeric:tabular-nums;align-items:center;gap:8px;margin-left:auto;font-size:12px;display:inline-flex}.vmatch-roundfilters__clear{height:26px;padding:0 10px;font-size:12px}.vmatch-roundtags{gap:4px;display:inline-flex}.vmatch-analytics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.vmatch-analytics .vkpi__head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.vmatch-analytics__sites{grid-column:1/-1}.vmatch-site{grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:8px;display:grid}.vmatch-site__name{color:var(--v2-text);font-size:13px;font-weight:600}@media (width<=860px){.vmatch-analytics{grid-template-columns:minmax(0,1fr)}}.vmatch-adv{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px;display:grid}.vmatch-adv__board{padding:14px 16px}.vmatch-adv__row{border-bottom:1px solid var(--v2-line-soft);font-variant-numeric:tabular-nums;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:8px;height:36px;font-size:13px;display:grid}.vmatch-adv__row:last-child{border-bottom:none}.vmatch-adv__rank{color:var(--v2-text-4);font-size:12px}.vmatch-adv__row.is-top .vmatch-adv__rank{color:var(--v2-accent);font-weight:700}.vmatch-adv__row.is-top .vmatch-adv__value{font-weight:700}.vmatch-adv__name{color:var(--v2-text-2);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.vmatch-adv__name.is-ours{color:var(--v2-text);font-weight:600}.vmatch-adv__name.is-ours:before{content:"";background:var(--v2-accent);vertical-align:1px;border-radius:50%;width:6px;height:6px;margin-right:6px;display:inline-block}.vmatch-adv__value{color:var(--v2-text);font-weight:600}.vmatch-advstack{flex-direction:column;gap:12px;display:flex}.vmatch-trade .vtablewrap{box-shadow:none;border:none;border-radius:0}.vmatch-plants{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px;display:grid}.vmatches__sidescore .vside{font-size:11px;font-style:normal;font-weight:600}.vmatches__sidescore .vside--atk,.vmatches__sidescore .vside--def{color:var(--v2-text)}.vmatches__dotsep{color:var(--v2-text-4);margin:0 4px}.vmatches__row.is-basic td{color:var(--v2-text-3)}.vmatches__row.is-basic .vmapthumb{filter:grayscale(.5);opacity:.75}.vmatches__row.is-basic td strong{color:var(--v2-text-2);font-weight:500}.vmatch-sb tr.is-ours td{background:var(--v2-surface-2,#f8fafc)}.vmatch-kpi__desc{font-weight:400;display:block}.vmatch-sitetable th,.vmatch-sitetable td{padding:5px 8px;font-size:12px}.vmatches__tablewrap{transition:opacity .15s}.vmatches__tablewrap.is-fetching{opacity:.55;pointer-events:none}.vmatches__action svg{transition:transform .13s}.vmatches__row:hover .vmatches__action svg,.vmatches__row:focus-visible .vmatches__action svg{transform:translate(2px)}td.vmatches__action{white-space:nowrap}.vmatches__rowdel{color:var(--v2-text-4);vertical-align:middle;margin-right:6px}.vmatches__rowdel:hover{color:var(--v2-loss);border-color:var(--v2-loss)}.vmatches__rowdel svg{transition:none}.vmatches__row:hover .vmatches__rowdel svg,.vmatches__row:focus-visible .vmatches__rowdel svg{transform:none}.vmatches__mapcol{width:200px;min-width:200px}.vmatches__row td.vmatches__mapcell{padding:2px 12px 2px 0}.vmatches__mapbanner{background:var(--v2-surface-3);border-radius:8px;width:100%;height:40px;display:block;position:relative;overflow:hidden}.vmatches__mapbanner .vmapthumb{object-fit:cover;object-position:center 35%;border-radius:0;width:100%;height:100%;position:absolute;inset:0}.vmatches__mapbanner:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0f172a9e 0%,#0f172a57 52%,#0f172a1f 100%);position:absolute;inset:0}.vmatches__row .vmatches__mapbanner strong{z-index:1;color:#fff;letter-spacing:.05em;text-transform:uppercase;text-shadow:0 1px 3px #0000008c;white-space:nowrap;font-size:14px;font-weight:700;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.vmatches__row.is-basic .vmatches__mapbanner:after{background:linear-gradient(90deg,#0f172a80 0%,#0f172a4d 60%,#0f172a26 100%)}.vmatches__row.is-basic .vmatches__mapbanner strong,.vmatches__row.is-excluded .vmatches__mapbanner strong{color:#fff;font-weight:700}.vmatches__sidewrap{flex-direction:column;align-items:stretch;gap:4px;display:inline-flex}.vmatches__sidescore--ends{justify-content:space-between;gap:12px;display:flex}.vroundstrip{flex-wrap:wrap;gap:2px;max-width:260px;display:inline-flex}.vround{border-radius:2px;width:8px;height:13px;display:inline-block}.vround.is-w{background:var(--v2-win)}.vround.is-l{background:var(--v2-loss)}.vround.is-half2{margin-left:13px;position:relative}.vround.is-half2:before{content:"";background:var(--v2-text-4);border-radius:1px;width:1px;position:absolute;top:-1px;bottom:-1px;left:-7px}.vmatches__row.is-basic .vround,.vmatches__row.is-excluded .vround{opacity:.5}.vfilter--pop{position:relative}.vpicktrigger{border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface);min-width:132px;max-width:190px;height:36px;color:var(--v2-text);font:inherit;cursor:pointer;text-align:left;transition:border-color .16s var(--v2-ease-p), box-shadow .16s var(--v2-ease-p);align-items:center;gap:6px;padding:0 8px 0 10px;font-size:13px;display:inline-flex}.vpicktrigger:hover{border-color:var(--v2-text-4)}.vpicktrigger.is-open,.vpicktrigger:focus-visible{border-color:var(--v2-accent);outline:none;box-shadow:0 0 0 3px #d92d201a}.vpicktrigger>svg{color:var(--v2-text-3);flex:none}.vpicktrigger__val{text-overflow:ellipsis;white-space:nowrap;flex:auto;overflow:hidden}.vpicktrigger:not(.has-value) .vpicktrigger__val{color:var(--v2-text-4)}.vpicktrigger__caret{color:var(--v2-text-4);transition:transform .16s var(--v2-ease-p)}.vpicktrigger.is-open .vpicktrigger__caret{transform:rotate(180deg)}.vpicktrigger__ava{object-fit:cover;background:var(--v2-surface-3);border:1px solid var(--v2-line);border-radius:50%;flex:none;width:20px;height:20px}.vdatepop,.vapick{z-index:120;border:1px solid var(--v2-line);background:var(--v2-surface);animation:vpop-in .14s var(--v2-ease-p) both;border-radius:14px;padding:12px;box-shadow:0 12px 32px #10182824}@keyframes vpop-in{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:none}}.vdatepop{width:244px}.vdatepop__head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.vdatepop__head strong{color:var(--v2-text);font-variant-numeric:tabular-nums;font-size:13px;font-weight:700}.vdatepop__head button{border:1px solid var(--v2-line);background:var(--v2-surface);width:26px;height:26px;color:var(--v2-text-2);cursor:pointer;border-radius:8px;place-items:center;transition:background .12s,border-color .12s;display:grid}.vdatepop__head button:hover{background:var(--v2-surface-2);border-color:var(--v2-line-strong)}.vdatepop__week,.vdatepop__grid{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.vdatepop__week{margin-bottom:4px}.vdatepop__week span{text-align:center;color:var(--v2-text-4);font-size:11px;font-weight:600}.vdatepop__day{height:28px;color:var(--v2-text);cursor:pointer;font-variant-numeric:tabular-nums;background:0 0;border:none;border-radius:7px;place-items:center;font-size:12px;transition:background .12s,color .12s;display:grid}.vdatepop__day:hover{background:var(--v2-accent-bg);color:var(--v2-accent)}.vdatepop__day.is-selected{background:var(--v2-accent);color:var(--v2-accent-ink);font-weight:700}.vdatepop__day.is-empty{pointer-events:none}.vdatepop__clear{border:1px solid var(--v2-line);background:var(--v2-surface);width:100%;height:30px;color:var(--v2-text-3);cursor:pointer;border-radius:8px;margin-top:8px;font-size:12px;transition:background .12s,color .12s}.vdatepop__clear:hover{background:var(--v2-surface-2);color:var(--v2-text)}.vapick{width:250px}.vapick__all{border:1px solid var(--v2-line);background:var(--v2-surface);width:100%;height:30px;color:var(--v2-text-2);cursor:pointer;border-radius:8px;margin-bottom:10px;font-size:12px;font-weight:600;transition:background .12s,border-color .12s,color .12s}.vapick__all:hover{background:var(--v2-surface-2)}.vapick__all.is-selected{border-color:var(--v2-accent);color:var(--v2-accent);background:var(--v2-accent-bg)}.vapick__grid{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.vapick__cell{aspect-ratio:1;background:var(--v2-surface-3);cursor:pointer;width:100%;transition:transform .12s var(--v2-ease-p), border-color .12s, box-shadow .12s;border:2px solid #0000;border-radius:50%;padding:0;overflow:hidden}.vapick__cell img{object-fit:cover;width:100%;height:100%;display:block}.vapick__cell:hover{border-color:var(--v2-line-strong);transform:scale(1.08)}.vapick__cell.is-selected{border-color:var(--v2-accent);box-shadow:0 0 0 2px var(--v2-accent-bg)}.vapick__empty{color:var(--v2-text-4);margin:0;padding:6px 2px;font-size:12px}.vmatch-rounds .vtable td{height:32px;padding:4px 10px;font-size:12.5px}.vmatch-rounds .vmatch-rounds__no{color:var(--v2-text-4);white-space:nowrap}.vround-board{vertical-align:-3px;color:var(--v2-accent);opacity:1;align-items:center;margin-right:6px;transition:color .12s,transform .12s;display:inline-flex}.vround-board:hover,.vround-board:focus-visible{transform:scale(1.18)}.vmatch-rounds tbody tr.is-rw td{background:#0398550d}.vmatch-rounds tbody tr.is-rl td{background:#d92d200a}.vmatch-rounds tbody tr:hover td{background:var(--v2-surface-2)}.vround-sidetag{letter-spacing:.02em;font-size:11px;font-weight:700}.vround-sidetag--attack{color:var(--v2-attack)}.vround-sidetag--defense{color:var(--v2-defense)}.vmatch-rounds .vtier{background:0 0;border:none;margin-left:6px;padding:0;font-size:11px;font-weight:600}.vmatch-rounds .vtier--pistol{color:var(--v2-defense)}.vmatch-rounds .vtier--eco,.vmatch-rounds .vtier--semi_eco{color:var(--v2-loss)}.vmatch-rounds .vtier--semi_buy{color:#b54708}.vmatch-rounds .vtier--full{color:var(--v2-win)}.vround-type{font-size:12px;font-weight:600}.vround-type--pistol{color:var(--v2-defense)}.vround-type--anti{color:var(--v2-accent)}.vround-yn{font-size:12px;font-weight:700}.vanalytics{flex-direction:column;gap:12px;display:flex}.vanalytics__2col{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (width<=720px){.vanalytics__2col{grid-template-columns:1fr}}.vwr__top{justify-content:space-between;align-items:flex-end;gap:10px;display:flex}.vwr__value{color:var(--v2-text);font-variant-numeric:tabular-nums;font-size:30px;font-weight:700;line-height:1.05}.vanalytics__fb{gap:14px}.vmetricrow{flex-direction:column;gap:6px;display:flex}.vmetricrow__value{color:var(--v2-text);font-variant-numeric:tabular-nums;font-size:18px;font-weight:700}.vplant{gap:9px}.vplant__dist{align-items:center;gap:12px;display:flex}.vplantbar{background:var(--v2-surface-3);border-radius:999px;flex:1;gap:1px;height:16px;display:flex;overflow:hidden}.vplantbar__seg{justify-content:center;align-items:center;min-width:0;display:flex;overflow:hidden}.vplantbar__lbl{color:#fff;white-space:nowrap;padding:0 2px;font-size:9px;font-weight:700;line-height:1}.vplantbar__seg--attack{background:var(--v2-attack)}.vplantbar__seg--defense{background:var(--v2-defense)}.vplantbar__seg--purple{background:var(--v2-stat-purple)}.vplantbar__seg--win{background:var(--v2-win)}.vplantbar__seg--none{background:var(--v2-line-strong)}.vplantbar__seg--none .vplantbar__lbl{color:var(--v2-text-3)}.vplant__pct{white-space:nowrap;flex:none}.vplant__wrhead{text-transform:uppercase;letter-spacing:.08em;color:var(--v2-text-4);margin:2px 0 0;font-size:10px;font-weight:600}.vplant__row{align-items:center;gap:10px;display:flex}.vplant__chip{width:46px;color:var(--v2-text-2);flex:none;align-items:center;gap:5px;font-size:12.5px;font-weight:700;display:inline-flex}.vplant__dot{border-radius:2px;flex:none;width:8px;height:8px}.vplant__dot--attack{background:var(--v2-attack)}.vplant__dot--defense{background:var(--v2-defense)}.vplant__dot--purple{background:var(--v2-stat-purple)}.vplant__dot--win{background:var(--v2-win)}.vplant__row .vmeter{flex:1}.vplant__rowcap{white-space:nowrap;text-align:right;flex:none}.vadvbrd{flex-direction:column;gap:8px;display:flex}.vadvbrd__title{text-transform:uppercase;letter-spacing:.08em;color:var(--v2-text-3);margin:0;font-size:11px;font-weight:600}.vadvbrd__wrap{border:1px solid var(--v2-line);border-radius:10px;overflow:hidden}.vadvbrd__table{border-collapse:collapse;width:100%}.vadvbrd__table th,.vadvbrd__table td{text-align:right;padding:0 12px}.vadvbrd__table th:first-child,.vadvbrd__table td:first-child{text-align:left}.vadvbrd__table thead th{background:var(--v2-surface-2);text-transform:uppercase;letter-spacing:.06em;height:32px;color:var(--v2-text-4);border-bottom:1px solid var(--v2-line);font-size:11px;font-weight:600}.vadvbrd__table td{height:33px;font-size:12.5px}.vadvbrd__name{color:var(--v2-text);text-overflow:ellipsis;white-space:nowrap;max-width:132px;font-weight:500;overflow:hidden}.vadvbrd__val{font-variant-numeric:tabular-nums;color:var(--v2-text);font-weight:600}.vadvbrd tr.is-ally td{background:#0398550d}.vadvbrd tr.is-enemy td{background:#d92d200a}.vadvbrd tr.is-ally:hover td,.vadvbrd tr.is-enemy:hover td{background:var(--v2-surface-2)}.vadvbrd__sep td{background:var(--v2-line);height:3px;padding:0}.vclutch__row{border-left:3px solid #0000;padding-left:8px}.vclutch__row.is-win{border-left-color:var(--v2-win);background:#0398550f}.vclutch__row.is-loss{border-left-color:var(--v2-loss);background:#d92d200d}.vmatch-econ__rows{grid-template-columns:auto minmax(0,1fr) auto;gap:8px 10px;margin-top:8px;display:grid}.vmatch-econ__rows>.vadv__outcome{grid-template-columns:subgrid;grid-column:1/-1;margin-top:0;display:grid}.vmatch-meta-edit{border-top:1px solid var(--v2-line);flex-wrap:wrap;grid-column:1/-1;align-items:end;gap:10px;margin-top:10px;padding-top:10px;display:flex}.vfilter--check{flex-direction:row;align-items:center;gap:6px}.vmatch-meta-edit__actions{gap:8px;margin-left:auto;display:flex}.vmatch-econ__rows>.vadv__outcome>.vkpi__sub{text-align:right;white-space:nowrap}.vmatch-identity{border:1px solid var(--v2-line);background:var(--v2-surface);border-left:3px solid #0e7490;border-radius:12px;min-width:0;margin-bottom:16px;padding:14px}.vmatch-identity__header{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.vmatch-identity__header>div{flex:280px;min-width:0}.vmatch-identity__header h3,.vmatch-identity__history h4{color:var(--v2-text);margin:0;font-size:14px}.vmatch-identity__header p,.vmatch-identity__history p{color:var(--v2-text-3);margin:4px 0 0;font-size:12px;line-height:1.5}.vmatch-identity__readonly{color:var(--v2-text-3);font-size:12px}.vmatch-identity__accounts{grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));gap:10px;margin-top:12px;display:grid}.vmatch-identity__account{border:1px solid var(--v2-line);background:var(--v2-surface-2);border-radius:10px;min-width:0;padding:10px}.vmatch-identity__account>div{align-items:center;gap:8px;display:flex}.vmatch-identity__account strong{overflow-wrap:anywhere;min-width:0;color:var(--v2-text)}.vmatch-identity__account>div>span{color:var(--v2-text-4);flex:none;margin-left:auto;font-size:11px}.vmatch-identity__menu-button{letter-spacing:2px;flex:none;min-width:44px;padding-inline:10px;font-weight:800}.vmatch-identity__account dl{gap:5px;margin:8px 0 0;display:grid}.vmatch-identity__account dl>div{justify-content:space-between;gap:12px;display:flex}.vmatch-identity__account dt{color:var(--v2-text-3);font-size:12px}.vmatch-identity__account dd{text-align:right;color:var(--v2-text);margin:0;font-size:12px;font-weight:600}.vmatch-identity__history{border-top:1px solid var(--v2-line);margin-top:12px;padding-top:12px}.vmatch-identity__history-title{justify-content:space-between;gap:10px;display:flex}.vmatch-identity__history ul{gap:6px;margin:8px 0 0;padding:0;list-style:none;display:grid}.vmatch-identity__history li{color:var(--v2-text-2);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;font-size:12px;display:grid}.vmatch-identity__history-meta,.vmatch-identity__history-content{gap:3px;min-width:0;display:grid}.vmatch-identity__history-meta span,.vmatch-identity__history-meta time,.vmatch-identity__history-content span{overflow-wrap:anywhere}.vmatch-identity__history-meta span,.vmatch-identity__history-meta time{color:var(--v2-text-3)}.vmatch-identity .vbtn,.vmatch-identity-dialog button,.vmatch-identity-dialog select,.vmatch-identity-dialog textarea{min-height:44px}.dialog-overlay.vmatch-identity-dialog__overlay{z-index:62}.dialog-content.vmatch-identity-dialog{z-index:63}.vmatch-identity-dialog{width:min(620px,100vw - 24px);max-height:min(760px,100vh - 24px);overflow:auto}.vmatch-identity-dialog__fields{grid-template-columns:1fr 1fr;gap:12px;display:grid}.vmatch-identity-dialog__fields label{flex-direction:column;gap:6px;min-width:0;display:flex}.vmatch-identity-dialog__fields label>span{color:var(--v2-text-2);font-size:12px;font-weight:600}.vmatch-identity-dialog__fields select,.vmatch-identity-dialog__fields textarea{box-sizing:border-box;border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface);width:100%;min-width:0;color:var(--v2-text);font:inherit;padding:9px 10px}.vmatch-identity-dialog__fields textarea{resize:vertical;min-height:72px}.vmatch-identity-dialog__notice{color:#b54708;grid-column:1/-1;margin:0;font-size:12px}.vmatch-identity-dialog__preview{color:var(--v2-text-2);background:#ecfeff;border:1px solid #a5d8e5;border-radius:10px;gap:5px;margin:12px 0;padding:10px;font-size:12px;display:grid}.vmatch-identity-dialog__error{border-left:3px solid var(--v2-loss);color:var(--v2-loss);background:#d92d200f;margin-top:10px;padding:10px;font-size:12px}.vmatch-identity-dialog__actions{flex-wrap:wrap}@media (width<=520px){.vmatch-body{padding-inline:12px}.vmatch-tabs-row{gap:4px;padding-right:8px}.vmatch-tabs{padding-left:8px}.vmatch-tabs__identity{padding-inline:8px}.vmatch-identity-view__toolbar{flex-direction:column;align-items:stretch}.vmatch-identity-view__toolbar .vbtn{width:100%;min-height:44px}.vmatch-identity{padding:12px}.vmatch-identity__header{align-items:stretch}.vmatch-identity__header .vbtn{width:100%}.vmatch-identity__history li,.vmatch-identity-dialog__fields{grid-template-columns:1fr}.vmatch-identity-dialog__actions{grid-template-columns:1fr;display:grid}.vmatch-identity-dialog__actions .vbtn{width:100%}}.vmreport{padding:4px 2px 12px}.vmreport__head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.vmreport__body{columns:340px 3;column-gap:14px}.vmreport__section{border:1px solid var(--v2-line);background:var(--v2-surface);break-inside:avoid;border-radius:12px;margin-bottom:14px;padding:12px 14px}.vmreport__title{color:var(--v2-text);margin:0 0 8px;font-size:13px;font-weight:600}.vmreport__para{color:var(--v2-text-2);margin:0 0 6px;font-size:12.5px;line-height:1.7}.vmreport__list{color:var(--v2-text-2);margin:0;padding-left:18px;font-size:12.5px;line-height:1.8}.vmreport__boardlinks{gap:6px;margin-left:8px;display:inline-flex}.vmreport__boardlink{color:var(--v2-accent);border-bottom:1px dashed;font-size:12px;text-decoration:none}.vmreport__boardlink:hover{opacity:.8}.vmreport__more{border:1px dashed var(--v2-line);color:var(--v2-text-3);cursor:pointer;background:0 0;border-radius:8px;margin-top:8px;padding:4px 12px;font-size:12px}.vmreport__more:hover{color:var(--v2-text);border-color:var(--v2-text-3)}.tilted-card{perspective:1000px;justify-content:center;align-items:center;margin:0;display:flex;position:relative}.tilted-card__inner{transform-style:preserve-3d;will-change:transform;border-radius:18px;max-width:100%;transition:transform .14s cubic-bezier(.22,1,.36,1);position:relative}.tilted-card__img{object-fit:contain;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;border-radius:18px;width:100%;height:100%;display:block}.tilted-card__glare{pointer-events:none;mix-blend-mode:soft-light;border-radius:18px;transition:opacity .2s;position:absolute;inset:0}.tilted-card__overlay{pointer-events:none;position:absolute;inset:0;transform:translateZ(30px)}.tilted-card__caption{pointer-events:none;background:var(--v2-text,#1b2430);color:#fff;white-space:nowrap;border-radius:6px;padding:4px 10px;font-size:12px;transition:opacity .16s;position:absolute;top:0;left:0}.tilted-card__mobile{color:var(--v2-text-3,#6b7686);font-size:11px;position:absolute;top:8px}@media (hover:none){.tilted-card__inner{transform:perspective(1000px)rotateX(0)rotateY(0)scale(1)!important}}.vwork{flex-direction:column;display:flex}.vwork__section{margin-bottom:18px}.vwork__none{color:var(--v2-text-4);margin:4px 2px 0;font-size:12.5px}.vinsight-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:12px;display:grid}.vinsight{border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface);box-shadow:var(--v2-shadow-xs);flex-direction:column;gap:8px;padding:14px 16px;display:flex}.vinsight__head{align-items:center;gap:8px;display:flex}.vinsight__head strong{color:var(--v2-text);font-size:13.5px}.vinsight__summary{color:var(--v2-text-2);margin:0;font-size:12.5px;line-height:1.55}.vinsight__evidence{flex-wrap:wrap;gap:6px 18px;display:flex}.vinsight__foot{border-top:1px solid var(--v2-line-soft);justify-content:space-between;align-items:center;gap:10px;margin-top:2px;padding-top:8px;display:flex}.vinsight__reco{color:var(--v2-text-3);font-size:12px}.vinsight__foot .vbtn{flex:none}.vopps{height:100%}.vopps__grid{flex:1;grid-template-columns:minmax(0,1fr) 360px;gap:12px;min-height:0;display:grid}.vopps__list{flex-direction:column;min-height:0;display:flex}.vopps__tablewrap{min-height:0;box-shadow:none;border:none;border-radius:0;flex:1}.vopps__detail{padding:14px 16px;overflow-y:auto}.vopps__detailhead{justify-content:space-between;align-items:center;gap:10px;display:flex}.vopps__detailhead h2{color:var(--v2-text);margin:0;font-size:16px;font-weight:700}.vopps__stats{flex-wrap:wrap;gap:8px 20px;margin-top:10px;display:flex}.vopps__agents{flex-wrap:wrap;gap:6px;display:flex}.vopps__agents .vagent{width:18px;height:18px;margin-right:4px}@media (width<=1024px){.vopps__grid{grid-template-columns:minmax(0,1fr)}.vopps__detail{order:-1}}.vreview__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}@media (width<=900px){.vreview__grid{grid-template-columns:minmax(0,1fr)}}.vreview__col{padding:4px 14px 14px}.vreview__title{justify-content:space-between;align-items:baseline;gap:10px;margin:14px 2px 8px;display:flex}.vreview__match{border:1px solid var(--v2-line-soft);border-radius:var(--v2-radius);color:var(--v2-text-2);align-items:center;gap:10px;margin-bottom:6px;padding:8px 10px;text-decoration:none;transition:background .12s;display:flex}.vreview__match:hover{background:var(--v2-surface-2)}.vreview__match strong{color:var(--v2-text)}.vreview__score{font-variant-numeric:tabular-nums;color:var(--v2-text);margin-left:auto;font-weight:600}.vreview__form{flex-direction:column;gap:10px;display:flex}.vreview__form textarea{resize:vertical;border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface);min-height:84px;color:var(--v2-text);font:inherit;padding:8px 10px;font-size:13px}.vreview__rounds{flex-direction:column;gap:6px;display:flex}.vreview__round{border:1px solid var(--v2-line-soft);border-radius:var(--v2-radius);background:var(--v2-surface-2);color:var(--v2-text-2);align-items:center;gap:10px;padding:7px 10px;text-decoration:none;transition:background .12s;display:flex}.vreview__round:hover{background:var(--v2-accent-bg)}.vreview__roundno{color:var(--v2-text);font-variant-numeric:tabular-nums;width:34px;font-weight:700}.vreview__roundmatch{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.vreview__go{color:var(--v2-text-4);flex:none;margin-left:auto}.vsettings__section{margin-bottom:14px;padding:4px 16px 16px}.vsettings__title{justify-content:space-between;align-items:baseline;gap:10px;margin:14px 2px 10px;display:flex}.vsettings__steps{color:var(--v2-text-2);margin:0 0 10px;padding-left:20px;font-size:13px;line-height:1.9}.vsettings__uploads{flex-direction:column;gap:6px;margin:6px 0 0;padding:0;list-style:none;display:flex}.vsettings__uploads li{color:var(--v2-text-2);font-variant-numeric:tabular-nums;font-size:13px}.vsettings__uploads li strong{color:var(--v2-text)}.vsettings__tools{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:8px;display:grid}.vsettings__tool{border:1px solid var(--v2-line-soft);border-radius:var(--v2-radius);color:var(--v2-text-3);justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;transition:background .12s,border-color .12s;display:flex}.vsettings__tool:hover{background:var(--v2-surface-2);border-color:var(--v2-line)}.vsettings__tool strong{color:var(--v2-text);font-size:13px;display:block}.vsettings__tool span{color:var(--v2-text-3);margin-top:2px;font-size:12px;display:block}.vsettings__tag{vertical-align:1px;margin-left:6px}.vsettings__future{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px;display:grid}.vsettings__future>div{border:1px dashed var(--v2-line-strong);border-radius:var(--v2-radius);padding:10px 12px}.vsettings__future strong{color:var(--v2-text-2);font-size:13px;display:block}.vsettings__future span{color:var(--v2-text-4);margin-top:3px;font-size:12px;display:block}.vsettings__credits{flex-wrap:wrap;align-items:center;gap:28px;margin:4px 0;display:flex}.vsettings__creditlogo{width:auto;height:56px;display:block}.vsettings__creditcontact{align-items:center;gap:8px;display:flex}.vsettings__release-note{color:var(--v2-accent);margin:10px 2px 0}.vsettings__migration{border:1px solid var(--v2-line-soft);border-radius:var(--v2-radius);background:var(--v2-surface);gap:5px;margin-top:12px;padding:11px 12px;display:grid}.vsettings__migration>strong{color:var(--v2-text);font-size:13px}.vsettings__migration p{color:var(--v2-text-2);margin:0;font-size:12.5px;line-height:1.65}.vwork__twocol{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px;margin-bottom:16px;display:grid}.vwork__col{align-content:start;gap:8px;padding:14px 16px;display:grid}.vworkitem{border:1px solid var(--v2-line-soft);background:var(--v2-surface-2,#f8fafc);border-radius:8px;align-items:flex-start;gap:8px;padding:8px 10px;display:flex}.vworkitem .vbadge{flex:none;align-items:center;gap:3px;display:inline-flex}.vworkitem__text{min-width:0;color:var(--v2-text-2);flex:1;font-size:12.5px;line-height:1.5}.vworkitem__baseline{color:var(--v2-text-4);margin-top:2px;font-size:11px;font-style:normal;display:block}.vworkitem__link{color:var(--v2-text-4);flex:none;padding:2px;display:inline-flex}.vworkitem__link:hover{color:var(--v2-accent,#d92d20)}.vplayercard__items{gap:6px;margin-top:10px;display:grid}.vplayercard.is-star{border-color:#03985573;box-shadow:0 0 0 1px #0398552e}@media (width>=1024px){.vplayercard-grid .vplayercard.is-star{grid-column:span 2}}.vinsight__source{flex:none;margin-left:auto}.vweapon{align-items:center;gap:6px;display:inline-flex}.vweapon__icon{object-fit:contain;filter:brightness(0);opacity:.72;width:auto;max-width:64px;height:16px}.vplayerhead__agentcell{align-items:center;gap:6px;display:inline-flex}.vplayerhead__meta{flex-wrap:wrap;align-items:center;gap:12px;margin-top:6px;display:flex}.vmono{font-variant-ligatures:none;word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.vmono--inline{background:var(--v2-surface-3);border-radius:4px;padding:1px 5px;font-size:12px}.vconsole__copy{align-items:center;gap:4px;margin-left:8px;display:inline-flex}.vconsole__inline{flex-wrap:wrap;align-items:center;gap:4px;display:inline-flex}.vconsole__dl{border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface-2);flex-wrap:wrap;justify-content:space-between;gap:16px;padding:14px;display:flex}.vconsole__dlmain{flex:320px;min-width:0}.vconsole__dlrow{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.vconsole__dlrow strong{font-size:15px}.vconsole__facts{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px 16px;margin:0;display:grid}.vconsole__facts>div{flex-direction:column;gap:1px;display:flex}.vconsole__facts-wide{grid-column:1/-1}.vconsole__facts dt{text-transform:uppercase;letter-spacing:.04em;color:var(--v2-text-3);font-size:11px}.vconsole__facts dd{color:var(--v2-text);font-variant-numeric:tabular-nums;margin:0;font-size:13px}.vconsole__facts dd.vmono{flex-wrap:wrap;align-items:center;font-size:11.5px;display:flex}.vconsole__dlactions{flex-direction:column;flex:none;justify-content:center;align-items:stretch;gap:8px;display:flex}.vconsole__dlactions .vbtn{justify-content:center}.vconsole__keycreate{flex-wrap:wrap;align-items:flex-end;gap:10px;margin:10px 0;display:flex}.vconsole__keycreate .vfilter{flex:180px}.vconsole__keycreate .vbtn{flex:none}.vtable tr.vconsole__revoked td{color:var(--v2-text-3)}.vkeymodal__overlay{z-index:60;background:#10182873;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.vkeymodal{border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius-card);background:var(--v2-surface);width:100%;max-width:480px;padding:20px;box-shadow:0 20px 48px #1018283d}.vkeymodal h3{color:var(--v2-accent);margin:0 0 6px;font-size:16px}.vkeymodal__key{border:1px dashed var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface-2);flex-wrap:wrap;align-items:center;gap:8px;margin:12px 0;padding:10px 12px;display:flex}.vkeymodal__key code{font-size:13px}.vkeymodal__actions{justify-content:flex-end;margin-top:14px;display:flex}.vinsight{transition:border-color .15s,box-shadow .15s}.vinsight:hover{border-color:var(--v2-line-strong);box-shadow:0 2px 8px #10182814}.vinsight-grid .vinsight,.vplayercard-grid .vplayercard{animation:.16s both vcard-in}@keyframes vcard-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}.vworkitem{transition:border-color .12s}.vworkitem:hover{border-color:var(--v2-line)}.vworkitem__link{border-radius:4px;transition:color .12s}.vworkitem__link:focus-visible{outline:2px solid var(--v2-accent);outline-offset:1px}.vkeymodal__overlay{animation:.16s ease-out vdrawer-fade}.vkeymodal{animation:.18s ease-out vkeymodal-in}@keyframes vkeymodal-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}.vconsole__copy.is-done{color:var(--v2-win);background:#03985514;border-color:#03985559}.vsettings__tool:focus-visible,.vreview__match:focus-visible,.vreview__round:focus-visible{outline:2px solid var(--v2-accent);outline-offset:1px}.vsettings__tool{transition:background .13s,border-color .13s}.vins-win{color:var(--v2-win);font-style:normal}.vins-loss{color:var(--v2-loss);font-style:normal}.vins-elite{color:var(--v2-elite);font-style:normal}.vins-star{color:#ca8a04}.vinstabs{align-items:center;gap:6px;margin-bottom:12px;display:flex}.vinspick{margin-left:auto;position:relative}.vinspick>summary{cursor:pointer;border:1px solid var(--v2-line);background:var(--v2-surface);height:27px;color:var(--v2-text-2);-webkit-user-select:none;user-select:none;border-radius:999px;align-items:center;gap:5px;padding:0 12px;font-size:11.5px;list-style:none;transition:border-color .13s,color .13s;display:inline-flex}.vinspick>summary::-webkit-details-marker{display:none}.vinspick>summary:hover,.vinspick[open]>summary{border-color:var(--v2-accent);color:var(--v2-text)}.vinspick>summary em{color:var(--v2-text-3);font-variant-numeric:tabular-nums;font-size:10px;font-style:normal}.vinspick__panel{z-index:30;border:1px solid var(--v2-line);background:var(--v2-surface);border-radius:10px;flex-direction:column;gap:2px;min-width:252px;max-height:320px;padding:8px;display:flex;position:absolute;top:calc(100% + 6px);right:0;overflow:auto;box-shadow:0 8px 24px #1018281f}.vinspick__head{border-bottom:1px dashed var(--v2-line);justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;padding:0 4px 6px;display:flex}.vinspick__head span{letter-spacing:.05em;color:var(--v2-text-3);font-size:10.5px;font-weight:600}.vinspick__head button{border:1px solid var(--v2-line);background:var(--v2-surface);color:var(--v2-text-2);cursor:pointer;border-radius:7px;padding:2px 9px;font-size:11px}.vinspick__head button:hover{border-color:var(--v2-accent);color:var(--v2-text)}.vinspick__head button:disabled{opacity:.45;cursor:default}.vinspick__opt{cursor:pointer;border-radius:8px;align-items:center;gap:7px;min-width:0;padding:5px 6px;font-size:12px;display:flex}.vinspick__opt:hover{background:var(--v2-surface-2)}.vinspick__opt input{accent-color:var(--v2-accent)}.vinspick__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--v2-text);flex:1;overflow:hidden}.vinspick__none{color:var(--v2-text-4);margin:0;padding:4px 6px;font-size:11.5px;font-style:italic}.vinsavatar--xs{border-radius:6px;width:20px;height:20px;font-size:10px}.vinstabs__pill{letter-spacing:.01em;color:var(--v2-text-3);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;padding:6px 14px;font-size:12.5px;font-weight:500;transition:color .15s,background .15s,box-shadow .15s}.vinstabs__pill:hover{color:var(--v2-text);background:var(--v2-surface-2)}.vinstabs__pill.is-active{background:var(--v2-accent);color:#fff;box-shadow:0 0 10px #d92d204d}.vinssample{color:var(--v2-text-3);white-space:nowrap;font-size:11px}.vinssample strong{color:var(--v2-text-2);font-weight:600}.vinsregen{background:var(--v2-accent);color:#fff;cursor:pointer;border:0;border-radius:999px;align-self:flex-end;align-items:center;gap:6px;height:32px;padding:0 16px;font-size:13px;transition:opacity .15s;display:inline-flex}.vinsregen:hover{opacity:.9}.vinsregen:disabled{opacity:.5;cursor:default}.vinsregen__spin{animation:.9s linear infinite vinsspin}@keyframes vinsspin{to{transform:rotate(360deg)}}.vinsgen{color:var(--v2-text-3);align-self:flex-end;padding-bottom:8px;font-size:11px}.vinshl{border-top:3px solid #0000;flex-direction:column;gap:2px;display:flex}.vinshl--good{border-top-color:var(--v2-win)}.vinshl--bad{border-top-color:var(--v2-loss)}.vinshl__title{align-items:center;gap:6px;margin:0 0 6px;font-size:13px;font-weight:600;display:inline-flex}.vinshl__count{border:1px solid var(--v2-line);background:var(--v2-surface-2);color:var(--v2-text-3);border-radius:999px;margin-left:auto;padding:0 8px;font-size:10.5px;font-weight:600}.vinsb{color:var(--v2-text-2);border-radius:8px;align-items:flex-start;gap:9px;padding:5px 6px;font-size:13px;line-height:1.55;text-decoration:none;display:flex}a.vinsb:hover{background:var(--v2-surface-2)}.vinsb__ico{background:var(--v2-surface-2);border-radius:7px;flex:none;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;font-size:11px;font-weight:700;display:inline-flex}.vinsb__ico.vins-win{background:#0398551a}.vinsb__ico.vins-loss{background:#d92d2017}.vinsb__ico.vins-elite{background:var(--v2-elite-bg)}.vinsb__text{overflow-wrap:anywhere;min-width:0}.vinsb__text strong{font-weight:600}.vinsmapthumb{object-fit:cover;border:1px solid var(--v2-line);border-radius:8px;flex:none;width:46px;height:30px}.vinsavatar{-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:9px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:inline-flex}.vinsstat{border:1px solid var(--v2-line);background:var(--v2-surface-2);color:var(--v2-text);font-variant-numeric:tabular-nums;white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:2px 8px;font-size:11px;display:inline-flex}.vinsstat em{letter-spacing:.04em;color:var(--v2-text-3);font-size:9.5px;font-style:normal}.vinsstat.is-good{color:var(--v2-win);background:#03985512;border-color:#0398554d}.vinsstat.is-bad{color:var(--v2-loss);background:var(--v2-accent-bg);border-color:#d92d2042}.vinsstat--plain{color:var(--v2-text-3);background:0 0;border-color:#0000;padding:2px 0}.vinscard{color:inherit;flex-direction:column;gap:10px;min-width:0;text-decoration:none;display:flex}a.vinscard{cursor:pointer}.vinscard__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px 10px;min-width:0;display:flex}.vinscard__who{align-items:center;gap:8px;min-width:0;max-width:100%;display:inline-flex}.vinscard__who>svg,.vinscard__who .vbadge{flex:none}.vinscard__name{color:var(--v2-text);text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:14px;font-weight:600;overflow:hidden}.vinscard__meta{color:var(--v2-text-3);flex-wrap:wrap;gap:4px 12px;min-width:0;font-size:11px;display:flex}.vinscard__meta span{white-space:nowrap}.vinscard__starchip{color:#a16207;white-space:nowrap;background:#ca8a0414;border:1px solid #ca8a0459;border-radius:999px;flex:none;align-items:center;gap:4px;padding:1px 9px;font-size:10.5px;font-weight:600;display:inline-flex}.vinscard__items{flex-direction:column;gap:1px;min-width:0;display:flex}.vinscard--star{border-color:#ca8a0466}@media (width>=1024px){.vwork__twocol .vinscard--star{grid-column:1/-1}}.vinslegend{color:var(--v2-text-3);flex-wrap:wrap;gap:16px;margin-top:10px;padding-top:8px;font-size:11px;display:flex}.vinslegend i{margin-right:4px}.vpage.vpage--fill.coach-overview-page{--v2-team:#0e7490;--v2-team-soft:#0e749024;--v2-player:#b54708;--v2-player-soft:#b5470824;min-width:0;min-height:100%;overflow:hidden auto}.coach-overview-page__inner{width:min(100%,1440px);min-width:0}.coach-overview-page .vbtn,.coach-overview-page .vfilter input,.coach-overview-page .vfilter select,.coach-overview-page .coach-overview-agent-trigger{min-height:36px}.coach-overview-head{align-items:flex-start;margin-bottom:12px}.coach-overview-head .vpage__title{letter-spacing:-.02em;font-size:26px}.coach-overview-subtitle{max-width:620px;color:var(--v2-text-3);margin:5px 0 0;font-size:12px;line-height:1.45}.coach-overview-snapshot-id{overflow-wrap:anywhere;max-width:260px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px}.coach-overview-filterbar{align-items:stretch;gap:7px;margin-bottom:10px;padding:8px 14px 10px;display:grid}.coach-overview-window-row{border-bottom:1px solid var(--v2-line-soft);grid-template-columns:minmax(240px,360px) minmax(220px,1fr);justify-content:start;align-items:start;gap:10px;padding-bottom:7px;display:grid}.coach-overview-filter-sync{color:var(--v2-text-3);text-align:right;align-self:end;margin:0 0 9px;font-size:11px}.coach-overview-window-field{gap:4px;min-width:0;display:grid}.coach-overview-filter-title{color:var(--v2-text-3);letter-spacing:.04em;font-size:11px;font-weight:600}.coach-overview-window-select{min-width:0;display:block}.coach-overview-window-select select{box-sizing:border-box;border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface);width:100%;height:36px;min-height:36px;color:var(--v2-text);font:inherit;padding:0 30px 0 10px;font-size:13px}.coach-overview-window-select select:focus-visible{border-color:#0e7490;outline:none;box-shadow:0 0 0 3px #0e74901f}.coach-overview-inline-range{grid-template-columns:minmax(110px,1fr) minmax(110px,1fr) auto;align-items:end;gap:7px;min-width:0;margin-top:2px;display:grid}.coach-overview-inline-range .vbtn{white-space:nowrap;min-height:36px}.coach-overview-filter-form{grid-template-columns:minmax(112px,.8fr) minmax(112px,.8fr) minmax(150px,1.1fr) minmax(180px,1.45fr) minmax(150px,1.2fr) minmax(125px,.9fr) minmax(125px,.9fr) auto;align-items:start;gap:8px 10px;min-width:0;display:grid}.coach-overview-filter-form .vfilter{min-width:0}.coach-overview-filter-form .vfilter>span{color:var(--v2-text-3);letter-spacing:.03em;margin-bottom:4px;font-size:11px;font-weight:500;display:block}.coach-overview-filter-form .vfilter select,.coach-overview-filter-form .vfilter input,.coach-overview-inline-range input{box-sizing:border-box;width:100%;min-width:0;height:36px;min-height:36px}.coach-overview-opponent .vfilter__search{width:100%;display:flex}.coach-overview-opponent .vfilter__search input{width:100%;min-width:0;padding-left:10px}.coach-overview-filter-form .vpicktrigger{width:100%;min-width:0;max-width:none}.coach-overview-agent-field{min-width:0;margin:0;padding:0}.coach-overview-agent-picker{min-width:0;display:block;position:relative}.coach-overview-agent-trigger{box-sizing:border-box;border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface);width:100%;min-width:0;height:36px;min-height:36px;color:var(--v2-text);cursor:pointer;font:inherit;text-align:left;transition:border-color .16s var(--v2-ease-p), background-color .16s var(--v2-ease-p), box-shadow .16s var(--v2-ease-p);align-items:center;gap:6px;padding:0 8px 0 10px;font-size:13px;display:flex}.coach-overview-agent-trigger:hover,.coach-overview-agent-trigger.is-open,.coach-overview-agent-trigger:focus-visible{border-color:#0e7490;outline:none;box-shadow:0 0 0 3px #0e74901f}.coach-overview-agent-trigger__avatars{flex:none;align-items:center;min-width:0;display:inline-flex}.coach-overview-agent-trigger__avatars img{border:2px solid var(--v2-surface);background:var(--v2-surface-3);object-fit:cover;border-radius:50%;width:22px;height:22px;margin-left:-5px}.coach-overview-agent-trigger__avatars img:first-child{margin-left:0}.coach-overview-agent-trigger__value{min-width:0;color:var(--v2-text-2);text-overflow:ellipsis;white-space:nowrap;flex:auto;overflow:hidden}.coach-overview-agent-trigger:not(.has-value) .coach-overview-agent-trigger__value{color:var(--v2-text-4)}.coach-overview-agent-trigger>svg{color:var(--v2-text-4);transition:transform .16s var(--v2-ease-p);flex:none}.coach-overview-agent-trigger.is-open>svg{transform:rotate(180deg)}.coach-overview-agent-popover{z-index:120;box-sizing:border-box;border:1px solid var(--v2-line);background-color:#fff;background:var(--v2-surface,#fff);border-radius:14px;width:min(280px,100vw - 16px);padding:12px;box-shadow:0 12px 32px #10182824}.coach-overview-agent-option--all{border:1px solid var(--v2-line);background-color:#fff;background:var(--v2-surface,#fff);width:100%;min-height:45px;color:var(--v2-text-2,#344054);cursor:pointer;font:inherit;border-radius:8px;margin-bottom:10px;padding:0 10px;font-size:12px;font-weight:600}.coach-overview-agent-option--all:hover,.coach-overview-agent-option--all.is-selected{color:#0e7490;background:#ecfeff;border-color:#0e7490}.coach-overview-agent-option-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.coach-overview-agent-option{aspect-ratio:1;background-color:#f2f4f7;background:var(--v2-surface-3,#f2f4f7);width:100%;min-width:0;min-height:0;color:var(--v2-text-2,#344054);cursor:pointer;font:inherit;transition:transform .12s var(--v2-ease-p), border-color .12s, box-shadow .12s;border:2px solid #0000;border-radius:50%;place-items:center;padding:2px;display:grid;position:relative}.coach-overview-agent-option img{object-fit:cover;border-radius:50%;width:100%;height:100%}.coach-overview-agent-option>span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.coach-overview-agent-option:hover:not([data-limit-disabled=true]),.coach-overview-agent-option:focus-visible{border-color:#0e7490;outline:none;transform:scale(1.06);box-shadow:0 0 0 2px #ecfeff}.coach-overview-agent-option.is-selected{border-color:#0e7490;box-shadow:0 0 0 2px #ecfeff}.coach-overview-agent-option[data-limit-disabled=true]{cursor:not-allowed;opacity:.4}.coach-overview-agent-popover__hint{color:var(--v2-text-4);text-align:right;margin-top:10px;font-size:10px;line-height:1.3;display:block}.coach-overview-native-select{opacity:0;pointer-events:auto;width:44px;height:45px;min-height:45px;position:absolute;left:-9999px}.coach-overview-filter-form .vfilterbar__actions{justify-content:flex-end;align-items:center;gap:6px;min-width:0;padding-top:22px;display:flex}.coach-overview-filter-form .vfilterbar__actions .vbtn{white-space:nowrap;min-height:36px}.coach-overview-error{align-items:center;margin:0 0 10px}.coach-overview-error>span{overflow-wrap:anywhere;min-width:0}.coach-overview-status{min-height:18px;color:var(--v2-text-3);font-size:12px}.coach-overview-context{color:var(--v2-text-3);flex-wrap:wrap;align-items:center;gap:6px 18px;margin:4px 0 12px;font-size:12px;display:flex}.coach-overview-summary{margin-bottom:14px}.coach-overview-summary-head{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:8px;display:flex}.coach-overview-summary-head h2{color:var(--v2-text);margin:0;font-size:15px;font-weight:700}.coach-overview-summary-head p{color:var(--v2-text-3);margin:3px 0 0;font-size:11px}.coach-overview-summary-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.coach-overview-summary-card{border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface);min-width:0;min-height:88px;box-shadow:var(--v2-shadow-xs);padding:10px 11px}.coach-overview-summary-card__head{color:var(--v2-text-3);justify-content:space-between;align-items:center;gap:5px;font-size:11px;display:flex}.coach-overview-summary-card__link{color:var(--v2-text-4);white-space:nowrap;font-size:9px}.coach-overview-summary-card strong{color:var(--v2-text);font-variant-numeric:tabular-nums;margin-top:8px;font-size:22px;line-height:1;display:block}.coach-overview-summary-card>span:last-child{color:var(--v2-text-4);margin-top:7px;font-size:10px;display:block}.coach-summary-card{flex-direction:column;min-width:0;min-height:110px;display:flex;overflow:hidden}.coach-overview-summary-grid--cards{align-items:stretch}.coach-overview-summary-grid--cards .coach-summary-card:not(.is-configuring){height:104px;min-height:104px}.coach-summary-card .coach-overview-summary-card__head h3{min-width:0;color:var(--v2-text);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:5px;margin:0;font-size:12px;font-weight:700;display:inline-flex;overflow:hidden}.coach-term-info{border:1px solid var(--v2-line-strong);width:15px;height:15px;color:var(--v2-text-3);cursor:help;border-radius:50%;flex:none;place-items:center;font-size:9px;font-style:normal;font-weight:700;line-height:1;display:inline-grid}.coach-term-info:focus-visible{outline:2px solid var(--v2-info);outline-offset:2px}.coach-summary-card .coach-overview-summary-card__link{color:var(--v2-text-3);font-size:9px;text-decoration:none}.coach-summary-card__links{flex:none;align-items:center;gap:7px;display:inline-flex}.coach-summary-card__aggregate{align-content:center;gap:3px;min-height:72px;padding:10px 0 4px;display:grid}.coach-card-value{color:var(--v2-text);font-variant-numeric:tabular-nums;font-size:24px;font-weight:700;line-height:1.1;display:block}.coach-card-value--missing{color:var(--v2-text-3)}.coach-card-value__marker{cursor:help}.coach-card-value__marker:focus-visible{outline:2px solid var(--v2-info);outline-offset:2px;border-radius:2px}.coach-card-evidence,.coach-card-missing{color:var(--v2-text-3);font-size:10px;line-height:1.35;display:block}.coach-card-scope{min-height:25px;color:var(--v2-text-3);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:9.5px;line-height:1.35;display:-webkit-box;overflow:hidden}.coach-card-missing{color:var(--v2-accent,#b54708)}.coach-card-state{width:fit-content;max-width:100%;color:var(--v2-text-3);cursor:help;text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;line-height:1.35;overflow:hidden}.overview-filter-summary{border-top:1px solid var(--v2-line-soft);flex-wrap:wrap;align-items:center;gap:6px;min-width:0;padding-top:7px;display:flex}.overview-filter-summary>strong,.overview-filter-chip{box-sizing:border-box;color:#0b6179;background:#0e749012;border:1px solid #0e74905c;border-radius:6px;align-items:center;gap:5px;min-height:26px;padding:3px 7px;font-size:10px;line-height:1.2;display:inline-flex}.overview-filter-chip[data-filter-field=results]{color:#166534;background:#15803d12;border-color:#15803d57}.overview-filter-chip[data-filter-field=opponents],.overview-filter-chip[data-filter-field=opponentAgents]{color:#92400e;background:#b5470812;border-color:#b5470857}.overview-filter-chip[data-filter-field=ourAgents],.overview-filter-chip[data-filter-field=players]{color:#6d28d9;background:#6d28d90f;border-color:#6d28d94d}.overview-filter-chip[data-filter-field=sides]{color:#1d4ed8;background:#2563eb0f;border-color:#2563eb4d}.overview-filter-chip>button{color:currentColor;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:18px;height:18px;padding:0;display:inline-grid}.overview-filter-chip>button:hover,.overview-filter-chip>button:focus-visible{background:#0f172a14;outline:none}.coach-card-state--low{color:#9a6700;font-weight:700}.coach-card-state--missing{color:var(--v2-accent,#b54708)}.coach-card-state:focus-visible{outline:2px solid var(--v2-info);outline-offset:2px;border-radius:3px}.coach-summary-card__error{color:#a33a3a;background:#fff7f7;border:1px solid #f2c5c5;border-radius:7px;margin-top:10px;padding:8px;font-size:11px;line-height:1.4}.coach-summary-configbar{border:1px solid var(--v2-line-soft);background:var(--v2-surface-2);color:var(--v2-text-3);border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;padding:7px 9px;font-size:11px;display:flex}.coach-summary-card__config{border-top:1px solid var(--v2-line-soft);color:var(--v2-text-3);margin-top:auto;padding-top:7px;font-size:9px}.coach-summary-card__actions{flex-wrap:wrap;align-items:center;gap:4px;min-width:0;margin-top:5px;display:flex}.coach-summary-card__actions .vbtn{min-width:40px;min-height:32px;padding:0 7px;font-size:10px;text-decoration:none}.coach-overview-summary-grid--cards{grid-template-columns:repeat(6,minmax(0,1fr))}.coach-summary-notice,.coach-training-panel__notice,.coach-axes-panel__error,.coach-overview-empty-current{justify-content:space-between;align-items:center;gap:10px;display:flex}.coach-summary-notice{margin:0 0 8px}.coach-overview-empty-current{margin:0 0 12px}.coach-summary-empty{border:1px dashed var(--v2-line-strong);border-radius:var(--v2-radius-card);color:var(--v2-text-3);text-align:center;grid-column:1/-1;padding:20px;font-size:12px}.coach-card-dialog{width:min(760px,100vw - 24px);max-height:min(720px,100vh - 24px);overflow-y:auto}.coach-card-dialog__body{gap:12px;display:grid}.coach-card-dialog__metrics{border:0;gap:8px;margin:0;padding:0;display:grid}.coach-card-dialog__metrics legend{color:var(--v2-text-2);margin-bottom:2px;font-size:12px;font-weight:600}.coach-card-dialog__metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.coach-card-dialog__metric-grid label{border:1px solid var(--v2-line-soft);background:var(--v2-surface-2);min-width:0;min-height:38px;color:var(--v2-text-2);cursor:pointer;border-radius:7px;align-items:center;gap:7px;padding:7px 9px;font-size:12px;display:flex}.coach-card-dialog__metric-grid label.is-selected{color:var(--v2-text-1);background:#0e749014;border-color:#0e7490}.coach-card-dialog__metric-grid input{accent-color:#0e7490;flex:none}.coach-card-dialog__scope,.coach-card-dialog__maps,.coach-card-dialog__date-scope{border:0;gap:8px;margin:0;padding:0;display:grid}.coach-card-dialog__scope legend,.coach-card-dialog__maps legend,.coach-card-dialog__date-scope legend{color:var(--v2-text-2);margin-bottom:2px;font-size:12px;font-weight:600}.coach-card-dialog__scope label,.coach-card-dialog__maps label,.coach-card-dialog__date-scope label{min-height:30px;color:var(--v2-text-2);align-items:center;gap:7px;font-size:12px;display:flex}.coach-card-dialog__scope input,.coach-card-dialog__maps input,.coach-card-dialog__date-scope input{accent-color:#0e7490}.coach-card-dialog__date-scope{grid-template-columns:repeat(2,minmax(0,max-content));column-gap:18px}.coach-card-dialog__date-scope legend{grid-column:1/-1}.coach-card-dialog__training-days{max-width:240px}.coach-card-dialog__map-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.coach-card-dialog__map-grid label{border:1px solid var(--v2-line-soft);background:var(--v2-surface-2);border-radius:6px;min-width:0;padding:5px 6px}.coach-card-dialog__map-grid label.is-disabled{opacity:.55;cursor:not-allowed}.coach-card-dialog__limit{color:var(--v2-text-3);margin:8px 0 0;font-size:12px}.coach-card-dialog__map-grid span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.coach-card-dialog__error{margin:0}.coach-card-dialog .vfilter--pop{z-index:20;position:relative}.coach-card-dialog .vpicktrigger{border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface);width:min(190px,100%);height:36px;color:var(--v2-text);cursor:pointer;font:inherit;text-align:left;transition:border-color .16s var(--v2-ease-p), box-shadow .16s var(--v2-ease-p);align-items:center;gap:6px;padding:0 8px 0 10px;font-size:13px;display:inline-flex}.coach-card-dialog .vpicktrigger:hover{border-color:var(--v2-text-4)}.coach-card-dialog .vpicktrigger.is-open,.coach-card-dialog .vpicktrigger:focus-visible{border-color:var(--v2-accent);outline:none;box-shadow:0 0 0 3px #d92d201a}.coach-card-dialog .vpicktrigger>svg{color:var(--v2-text-3);flex:none}.coach-card-dialog .vpicktrigger__val{text-overflow:ellipsis;white-space:nowrap;flex:auto;overflow:hidden}.coach-card-dialog .vpicktrigger__caret{color:var(--v2-text-4);transition:transform .16s var(--v2-ease-p)}.coach-card-dialog .vpicktrigger.is-open .vpicktrigger__caret{transform:rotate(180deg)}.coach-card-dialog .vdatepop{z-index:30;border:1px solid var(--v2-line);background:var(--v2-surface);width:244px;animation:vpop-in .14s var(--v2-ease-p) both;border-radius:14px;padding:12px;box-shadow:0 12px 32px #10182824}.coach-card-dialog .vdatepop__head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.coach-card-dialog .vdatepop__head strong{color:var(--v2-text);font-variant-numeric:tabular-nums;font-size:13px;font-weight:700}.coach-card-dialog .vdatepop__head button{border:1px solid var(--v2-line);background:var(--v2-surface);width:26px;height:26px;color:var(--v2-text-2);cursor:pointer;border-radius:8px;place-items:center;display:grid}.coach-card-dialog .vdatepop__head button:hover{border-color:var(--v2-line-strong);background:var(--v2-surface-2)}.coach-card-dialog .vdatepop__week,.coach-card-dialog .vdatepop__grid{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.coach-card-dialog .vdatepop__week{margin-bottom:4px}.coach-card-dialog .vdatepop__week span{color:var(--v2-text-4);text-align:center;font-size:11px;font-weight:600}.coach-card-dialog .vdatepop__day{height:28px;color:var(--v2-text);cursor:pointer;font-variant-numeric:tabular-nums;background:0 0;border:none;border-radius:7px;place-items:center;font-size:12px;display:grid}.coach-card-dialog .vdatepop__day:hover{background:var(--v2-accent-bg);color:var(--v2-accent)}.coach-card-dialog .vdatepop__day.is-selected{background:var(--v2-accent);color:var(--v2-accent-ink);font-weight:700}.coach-card-dialog .vdatepop__day.is-empty{pointer-events:none}.coach-card-dialog .vdatepop__clear{border:1px solid var(--v2-line);background:var(--v2-surface);width:100%;height:30px;color:var(--v2-text-3);cursor:pointer;border-radius:8px;margin-top:8px;font-size:12px}.coach-card-dialog .vdatepop__clear:hover{background:var(--v2-surface-2);color:var(--v2-text)}.coach-overview-core-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:12px;min-width:0;padding-bottom:30px;display:grid}.coach-overview-core{flex-direction:column;min-width:0;min-height:210px;padding:12px 14px;display:flex}.coach-overview-core__head{justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;margin-bottom:8px;display:flex}.coach-overview-core__head h2{color:var(--v2-text);margin:0;font-size:15px;font-weight:700}.coach-overview-core__head p{max-width:460px;color:var(--v2-text-3);margin:3px 0 0;font-size:11px;line-height:1.4}.coach-overview-core__tools{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:6px;display:flex}.coach-overview-core__tools .vbtn{min-height:32px;color:var(--v2-text-2);text-decoration:none}.coach-overview-core__placeholder{border-top:1px solid var(--v2-line-soft);border-bottom:1px solid var(--v2-line-soft);grid-template-columns:minmax(150px,.8fr) minmax(0,1.2fr);align-items:center;gap:12px;min-width:0;min-height:112px;padding:8px 0;display:grid}.coach-overview-core__placeholder--table{grid-template-columns:minmax(0,1fr)}.coach-panel-skeleton{position:relative}.coach-overview-placeholder-copy{min-width:0}.coach-overview-placeholder-copy strong{color:var(--v2-text-2);font-size:13px;font-weight:600;display:block}.coach-overview-placeholder-copy p{color:var(--v2-text-3);margin:6px 0 0;font-size:11px;line-height:1.55}.coach-overview-core__scope{color:var(--v2-text-4);overflow-wrap:anywhere;margin:8px 0 0;font-size:10px}.coach-overview-radar-skeleton{aspect-ratio:1;background:repeating-radial-gradient(circle,#0000 0 20px,#e6eef0 21px 22px);border:1px solid #dfe7ea;border-radius:50%;width:min(100%,150px);margin:0 auto;position:relative}.coach-overview-radar-skeleton:before,.coach-overview-radar-skeleton:after{content:"";clip-path:polygon(50% 0,94% 25%,94% 75%,50% 100%,6% 75%,6% 25%);border:1px solid #d9e4e7;position:absolute;inset:12%}.coach-overview-radar-skeleton:after{border-color:#cddcdf;inset:25%}.coach-overview-radar-skeleton--team{color:#0e7490}.coach-overview-radar-skeleton--player{color:#b54708}.coach-overview-radar-skeleton span{z-index:1;background:var(--v2-surface);border:2px solid;border-radius:50%;width:8px;height:8px;position:absolute}.coach-overview-radar-skeleton span:first-child{top:8%;left:calc(50% - 4px)}.coach-overview-radar-skeleton span:nth-child(2){top:28%;right:9%}.coach-overview-radar-skeleton span:nth-child(3){bottom:21%;right:12%}.coach-overview-radar-skeleton span:nth-child(4){bottom:7%;left:calc(50% - 4px)}.coach-overview-radar-skeleton span:nth-child(5){bottom:21%;left:12%}.coach-overview-radar-skeleton span:nth-child(6){top:28%;left:9%}.coach-overview-trend-skeleton{background:repeating-linear-gradient(to bottom, transparent 0 28px, var(--v2-line-soft) 29px 30px);align-content:space-between;width:100%;height:96px;padding:8px 0;display:grid;position:relative}.coach-overview-trend-skeleton:before{content:"";border-top:2px solid #0e74908c;border-radius:50%;position:absolute;inset:30% 0 18%;transform:skewY(-3deg)rotate(-1deg)}.coach-overview-trend-skeleton:after{content:"";border-top:2px solid #b547088c;border-radius:50%;position:absolute;inset:19% 0 30%;transform:skewY(2deg)rotate(1deg)}.coach-overview-trend-skeleton i{z-index:1;background:#0e7490;border-radius:50%;width:5px;height:5px;margin-left:18%;position:relative}.coach-overview-trend-skeleton i:nth-child(2){background:#b54708;margin-left:47%}.coach-overview-trend-skeleton i:nth-child(3){background:#0e7490;margin-left:72%}.coach-overview-trend-skeleton i:nth-child(4){background:#b54708;margin-left:90%}.coach-overview-table-skeleton{border:1px solid var(--v2-line-soft);border-radius:8px;gap:0;min-width:0;display:grid;overflow:hidden}.coach-overview-table-skeleton span{border-bottom:1px solid var(--v2-line-soft);background:linear-gradient(90deg, var(--v2-surface-3) 0 22%, transparent 22% 30%, var(--v2-surface-3) 30% 52%, transparent 52% 61%, var(--v2-surface-3) 61% 78%, transparent 78%);height:20px;display:block}.coach-overview-table-skeleton span:first-child{background:var(--v2-surface-3);height:24px}.coach-overview-table-skeleton span:last-child{border-bottom:0}@media (width<=1240px){.coach-overview-filter-form{grid-template-columns:repeat(4,minmax(0,1fr))}.coach-overview-agent-field{grid-column:span 2}.coach-overview-filter-form .vfilterbar__actions{grid-column:1/-1;justify-content:flex-start}.coach-overview-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=980px){.coach-overview-window-row{grid-template-columns:repeat(2,minmax(0,1fr))}.coach-overview-filter-sync{text-align:left;grid-column:1/-1;margin:0}.coach-overview-window-note{grid-column:1/-1;max-width:none;margin:0}.coach-overview-core-grid{grid-template-columns:minmax(0,1fr)}}@media (width<=700px){.coach-overview-page{padding:14px 12px 40px}.coach-overview-head .vpage__meta{width:100%}.coach-overview-window-row,.coach-overview-filter-form{grid-template-columns:minmax(0,1fr)}.coach-overview-inline-range{grid-template-columns:repeat(2,minmax(0,1fr))}.coach-overview-inline-range .vbtn{grid-column:1/-1}.coach-overview-agent-field{grid-column:auto}.coach-overview-filter-form .vfilterbar__actions{flex-wrap:wrap;grid-column:auto;justify-content:stretch}.coach-overview-filter-form .vfilterbar__actions .vbtn{flex:150px}.coach-overview-summary-head{align-items:flex-start}.coach-overview-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.coach-overview-core{min-height:220px;padding:14px}.coach-overview-core__head{flex-direction:column}.coach-overview-core__tools{justify-content:flex-start}.coach-overview-core__placeholder{grid-template-columns:minmax(110px,.8fr) minmax(0,1.2fr);gap:10px}}@media (width<=420px){.coach-overview-summary-grid{grid-template-columns:minmax(0,1fr)}.coach-overview-summary-card{min-height:96px}.coach-overview-core__placeholder{grid-template-columns:minmax(0,1fr)}.coach-overview-radar-skeleton{width:min(100%,154px)}.coach-card-dialog__map-grid{grid-template-columns:minmax(0,1fr)}}.coach-overview-page .vfilter input,.coach-overview-page .vfilter select,.coach-overview-page .coach-overview-inline-range input,.coach-overview-page .vbtn,.coach-overview-page .coach-overview-agent-trigger{height:36px;min-height:36px}@media (width<=700px){.coach-overview-page .vfilter input,.coach-overview-page .vfilter select,.coach-overview-page .coach-overview-inline-range input,.coach-overview-page .vbtn,.coach-overview-page .coach-overview-agent-trigger,.coach-overview-filter-form .vpicktrigger,.coach-overview-window-select select{height:44px;min-height:44px}.coach-overview-filter-form .vfilterbar__actions{padding-top:0}.coach-overview-core__tools .vbtn,.coach-overview-inline-range .vbtn{min-height:44px}.coach-summary-card__actions .vbtn{min-width:44px;min-height:44px}.coach-overview-agent-popover{width:min(280px,100vw - 16px)}.coach-overview-agent-option--all,.coach-overview-agent-option{min-width:44px;min-height:44px}.coach-summary-card .coach-overview-summary-card__link{justify-content:flex-end;align-items:center;min-width:44px;min-height:44px;display:inline-flex}.coach-card-dialog__map-grid,.coach-card-dialog__metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.coach-card-dialog__metric-grid label{min-height:44px}.coach-summary-configbar{flex-direction:column;align-items:stretch}.coach-overview-summary-grid--cards{grid-template-columns:minmax(0,1fr)}.coach-summary-notice,.coach-training-panel__notice,.coach-axes-panel__error,.coach-overview-empty-current{flex-direction:column;align-items:stretch}.coach-card-dialog__scope label,.coach-card-dialog__maps label,.coach-card-dialog .vbtn,.coach-card-dialog .vpicktrigger,.coach-card-dialog .vdatepop__head button,.coach-card-dialog .vdatepop__day,.coach-card-dialog .vdatepop__clear{min-width:44px;min-height:44px}}@media (width>=701px) and (width<=1100px){.coach-overview-summary-grid--cards{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media (prefers-reduced-motion:reduce){.coach-overview-page *,.coach-overview-page :before,.coach-overview-page :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.coach-axes-panel{min-width:0}.coach-axes-panel__body{grid-template-columns:minmax(280px,1.05fr) minmax(0,.95fr);align-items:center;gap:10px;padding:8px 12px 12px;display:grid}.coach-axis-radar-wrap{text-align:center;min-width:0}.coach-axis-radar{width:min(100%,350px);margin:0 auto;display:block;overflow:visible}.coach-axis-radar__grid{fill:none;stroke:var(--v2-line);stroke-width:1px}.coach-axis-radar__axis{stroke:var(--v2-line);stroke-width:1px}.coach-axis-radar__history{fill:none;stroke:var(--v2-text-3);stroke-width:1.5px;stroke-dasharray:5 4}.coach-axis-radar__series{stroke-width:2.5px}.coach-axis-radar--team .coach-axis-radar__series{fill:var(--v2-team-soft);stroke:var(--v2-team)}.coach-axis-radar--team .coach-axis-radar__point{fill:var(--v2-surface);stroke:var(--v2-team);stroke-width:2.5px}.coach-axis-radar--player .coach-axis-radar__series{fill:var(--v2-player-soft);stroke:var(--v2-player)}.coach-axis-radar--player .coach-axis-radar__point{fill:var(--v2-surface);stroke:var(--v2-player);stroke-width:2.5px}.coach-axis-radar__label{fill:var(--v2-text-2);font-size:10px;font-weight:650}.coach-axis-radar__value{fill:currentColor;paint-order:stroke;stroke:var(--v2-surface);stroke-width:3px;text-anchor:middle;dominant-baseline:central;font-size:8px;font-weight:750}.coach-axis-radar--team .coach-axis-radar__value{color:var(--v2-team)}.coach-axis-radar--player .coach-axis-radar__value{color:var(--v2-player)}.coach-axis-radar__tick{fill:var(--v2-text-4);font-size:9px}.coach-axis-radar__empty{fill:var(--v2-text-3);text-anchor:middle;font-size:11px}.coach-axis-legend{color:var(--v2-text-2);justify-content:center;gap:14px;font-size:10px;display:flex}.coach-axis-legend span{align-items:center;gap:4px;display:inline-flex}.coach-axis-legend i{border-top:2px solid;width:18px}.coach-axis-legend i.is-team{border-color:var(--v2-team)}.coach-axis-legend i.is-player{border-color:var(--v2-player)}.coach-axis-legend i.is-history{border-color:var(--v2-text-3);border-top-style:dashed}.coach-axis-legend small{color:var(--v2-text-3)}.coach-axis-table-wrap{overscroll-behavior-inline:contain;min-width:0;max-width:100%;overflow-x:auto}.coach-axis-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;min-width:0;font-size:10.5px}.coach-axis-table th,.coach-axis-table td{border-bottom:1px solid var(--v2-line-soft);text-align:right;white-space:nowrap;padding:7px 4px}.coach-axis-table thead th{color:var(--v2-text-3);font-weight:600}.coach-axis-table th:first-child{z-index:1;background:var(--v2-surface);text-align:left;width:112px;max-width:112px;position:sticky;left:0}.coach-axis-table a{max-width:106px;min-height:32px;color:var(--v2-text);align-items:center;gap:4px;font-weight:650;text-decoration:none;display:inline-flex}.coach-axis-table a>span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.coach-axis-table .coach-term-info{flex:none}.coach-axis-table a:hover,.coach-axis-table a:focus-visible{color:var(--v2-info);text-decoration:underline}.coach-axis-professional-median{color:var(--v2-text-3);margin-top:3px;font-size:10px;font-weight:500;line-height:1.4;display:block}.coach-side-completeness-trigger,.coach-stability-trigger{grid-column:1/-1;justify-self:end;position:relative}.coach-side-completeness-trigger>button,.coach-stability-trigger>button{border:1px solid var(--v2-line-soft);border-radius:var(--v2-radius-sm);background:var(--v2-surface-2);min-height:32px;color:var(--v2-text-2);cursor:help;font:inherit;align-items:center;gap:6px;padding:0 9px;font-size:11px;display:inline-flex}.coach-side-completeness-trigger>button strong{color:var(--v2-team)}.coach-stability-trigger>button strong{color:var(--v2-player)}.coach-side-completeness-trigger>button:hover,.coach-side-completeness-trigger>button:focus-visible,.coach-stability-trigger>button:hover,.coach-stability-trigger>button:focus-visible{border-color:var(--v2-team);outline:none;box-shadow:0 0 0 3px #0e74901f}.coach-side-completeness,.coach-stability-panel{z-index:20;box-sizing:border-box;border:1px solid var(--v2-line-soft);border-radius:var(--v2-radius-sm);background:var(--v2-surface);opacity:0;pointer-events:none;visibility:hidden;width:min(520px,100vw - 48px);transition:opacity .14s var(--v2-ease-p), transform .14s var(--v2-ease-p), visibility .14s;padding:11px 12px;position:absolute;top:calc(100% + 6px);right:0;transform:translateY(-4px);box-shadow:0 12px 28px #10182829}.coach-side-completeness-trigger:hover .coach-side-completeness,.coach-side-completeness-trigger:focus-within .coach-side-completeness,.coach-stability-trigger:hover .coach-stability-panel,.coach-stability-trigger:focus-within .coach-stability-panel{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.coach-side-completeness__head,.coach-side-completeness__row{justify-content:space-between;align-items:center;gap:10px;display:flex}.coach-side-completeness__head h3{margin:0 0 3px;font-size:12px}.coach-side-completeness__head strong{color:var(--v2-team);font-size:13px}.coach-side-completeness__head>span{color:var(--v2-text-2);font-variant-numeric:tabular-nums;font-size:11px}.coach-side-completeness__rows{gap:5px;margin-top:9px;display:grid}.coach-side-completeness__row{background:var(--v2-surface);color:var(--v2-text-2);font-variant-numeric:tabular-nums;border-radius:6px;justify-content:flex-start;padding:7px 8px;font-size:11px}.coach-side-completeness__row strong{min-width:34px;color:var(--v2-text)}.coach-side-completeness>p,.coach-stability-panel>p{color:var(--v2-text-3);margin:9px 0 0;font-size:10px;line-height:1.5}.coach-axis-table td.is-underlined{text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.coach-axis-table td small{color:var(--v2-player);margin-top:2px;font-size:9px;text-decoration:none;display:block}.coach-axis-player-select select{border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius-sm);background:var(--v2-surface);min-width:136px;height:34px;color:var(--v2-text);font:inherit;padding:0 28px 0 10px}.coach-axes-panel__loading,.coach-axes-panel__empty{min-height:280px;color:var(--v2-text-3);place-items:center;display:grid}.coach-axes-panel__error{margin:10px 12px}@media (width<=900px){.coach-axes-panel__body{grid-template-columns:minmax(0,1fr)}.coach-axis-player-select select{min-height:44px}.coach-axis-table a{min-width:44px;min-height:44px}.coach-side-completeness__head,.coach-side-completeness__row{flex-direction:column;align-items:flex-start;gap:4px}}.coach-overview-comparison-hint>p{color:var(--v2-text-3);margin:7px 0 0;font-size:11px}.coach-comparison-control{background:0 0;border:0;flex:none;align-items:center;gap:5px;min-width:0;padding:3px 7px;display:flex}.coach-comparison-switch{min-height:26px;color:var(--v2-text-2);cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:7px;font-size:11px;display:inline-flex}.coach-comparison-switch>span{background:var(--v2-line-strong);width:30px;height:17px;transition:background .14s var(--v2-ease-p);border-radius:999px;position:relative}.coach-comparison-switch>span:after{content:"";width:11px;height:11px;transition:transform .14s var(--v2-ease-p);background:#fff;border-radius:50%;position:absolute;top:3px;left:3px}.coach-comparison-switch.is-on>span{background:var(--v2-team)}.coach-comparison-switch.is-on{color:var(--v2-team);font-weight:700}.coach-comparison-switch.is-on>span{box-shadow:0 0 0 3px var(--v2-team-soft)}.coach-comparison-switch.is-on>span:after{transform:translate(13px)}.coach-comparison-control[data-comparison-type=player] .coach-comparison-switch.is-on>span{background:var(--v2-player)}.coach-comparison-control[data-comparison-type=player] .coach-comparison-switch.is-on{color:var(--v2-player)}.coach-comparison-control[data-comparison-type=player] .coach-comparison-switch.is-on>span{box-shadow:0 0 0 3px var(--v2-player-soft)}.coach-comparison-current{min-width:0;color:var(--v2-text-2);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:10px;overflow:hidden}.coach-comparison-clear{color:var(--v2-text-3);cursor:pointer;font:inherit;background:0 0;border:0;font-size:11px}.coach-comparison-scope{min-width:0;color:var(--v2-text-3);overflow-wrap:anywhere;flex:1;margin:0;padding:5px 8px 5px 0;font-size:9px;line-height:1.35}.coach-axes-panel__footer{grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:8px;display:grid}.coach-comparison-dock{border:1px solid var(--v2-line-soft);border-radius:var(--v2-radius-sm);background:var(--v2-surface-2);justify-self:start;align-items:center;width:fit-content;min-width:0;max-width:100%;min-height:32px;display:flex}.coach-comparison-dock.has-scope .coach-comparison-current{display:none}.coach-axes-panel__footer>.coach-side-completeness-trigger,.coach-axes-panel__footer>.coach-stability-trigger{grid-column:auto;justify-self:stretch}.coach-axes-panel__footer>.coach-side-completeness-trigger>button,.coach-axes-panel__footer>.coach-stability-trigger>button{height:100%}.coach-axis-legend i.is-professional{border-color:var(--v2-player)}.coach-side-completeness__comparison{border-top:1px dashed var(--v2-line-strong);color:var(--v2-text-2);grid-template-columns:auto 1fr;gap:4px 10px;margin-top:9px;padding-top:8px;font-size:10px;display:grid}.coach-side-completeness__comparison h4{color:var(--v2-text);grid-column:1/-1;margin:0;font-size:11px}.coach-comparison-dialog-backdrop{z-index:90;background:#0f172a6b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.coach-comparison-dialog{border:1px solid var(--v2-line-soft);border-radius:var(--v2-radius-lg);background:var(--v2-surface);width:min(860px,100%);max-height:min(760px,100vh - 48px);overflow:auto;box-shadow:0 22px 60px #0f172a38}.coach-comparison-dialog>header,.coach-comparison-dialog>footer{justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.coach-comparison-dialog>header{border-bottom:1px solid var(--v2-line-soft)}.coach-comparison-dialog>header span{color:var(--v2-text-3);letter-spacing:.12em;font-size:9px}.coach-comparison-dialog>header h3{margin:2px 0 0;font-size:17px}.coach-comparison-dialog>header button{color:var(--v2-text-2);cursor:pointer;background:0 0;border:0;font-size:22px}.coach-comparison-dialog>footer{border-top:1px solid var(--v2-line-soft);justify-content:flex-end}.coach-comparison-mode{border-bottom:1px solid var(--v2-line-soft);gap:18px;padding:12px 16px;display:flex}.coach-comparison-mode label{color:var(--v2-text-2);align-items:center;gap:6px;font-size:12px;display:inline-flex}.coach-comparison-history-form,.coach-comparison-professional-form{padding:14px 16px}.coach-comparison-history-form label,.coach-comparison-search-grid label{color:var(--v2-text-3);gap:5px;font-size:10px;display:grid}.coach-comparison-history-form input,.coach-comparison-search-grid input{box-sizing:border-box;border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius-sm);background:var(--v2-surface);min-height:36px;color:var(--v2-text);font:inherit;padding:0 10px}.coach-comparison-history-form input{width:180px}.coach-comparison-history-form p{max-width:650px;color:var(--v2-text-3);font-size:11px;line-height:1.55}.coach-comparison-search-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.coach-comparison-picker-grid{grid-template-columns:minmax(220px,.8fr) minmax(300px,1.2fr);gap:12px;margin-top:12px;display:grid}.coach-comparison-list{border:1px solid var(--v2-line-soft);border-radius:var(--v2-radius-sm);background:var(--v2-surface-2);max-height:310px;overflow-y:auto}.coach-comparison-list>p{color:var(--v2-text-3);margin:0;padding:18px;font-size:11px}.coach-comparison-list>button{border:0;border-bottom:1px solid var(--v2-line-soft);width:100%;color:var(--v2-text);cursor:pointer;text-align:left;background:0 0;gap:3px;padding:10px;display:grid}.coach-comparison-list>button:hover,.coach-comparison-list>button[aria-selected=true]{background:var(--v2-surface);box-shadow:inset 3px 0 0 var(--v2-team)}.coach-comparison-list>button span{color:var(--v2-text-3);font-size:10px}.coach-comparison-snapshot-summary{gap:3px;display:grid}.coach-comparison-error{color:var(--v2-loss);margin:0 16px 12px;font-size:11px}@media (width<=700px){.coach-comparison-control{flex-wrap:wrap;align-items:flex-start}.coach-comparison-current{flex-basis:100%;order:3}.coach-comparison-dialog-backdrop{align-items:end;padding:0}.coach-comparison-dialog{border-radius:var(--v2-radius-lg) var(--v2-radius-lg) 0 0;max-height:92vh}.coach-comparison-search-grid,.coach-comparison-picker-grid{grid-template-columns:1fr}.coach-comparison-list{max-height:220px}}.coach-training-panel{min-width:0;height:500px}.coach-training-panel__content{padding:4px 12px 8px}.coach-training-panel__notice{margin:10px 12px}.coach-training-panel__state{min-height:250px;color:var(--v2-text-3);place-items:center;display:grid}.coach-training-panel__state--empty{align-content:center;gap:10px}.coach-trend-chart-wrap{min-width:0;overflow:hidden}.coach-trend-chart{width:100%;min-height:180px;display:block}.coach-trend-chart__grid{stroke:var(--v2-line);stroke-width:1px}.coach-trend-chart__series path{fill:none;stroke-width:2.25px;vector-effect:non-scaling-stroke}.coach-trend-chart__series circle{fill:var(--v2-surface);stroke-width:2.25px;vector-effect:non-scaling-stroke}.coach-trend-chart__series--team path,.coach-trend-chart__series--team circle{stroke:var(--v2-team)}.coach-trend-chart__series--player path,.coach-trend-chart__series--player circle{stroke:var(--v2-player)}.coach-trend-chart__series--player path{stroke-dasharray:6 4}.coach-trend-chart__series a{cursor:pointer}.coach-trend-chart__series a:focus-visible circle{fill:var(--v2-surface-2);stroke-width:4px}.coach-trend-chart__date{fill:var(--v2-text-3);font-size:10px}.coach-trend-chart__tick{fill:var(--v2-text-3);font-variant-numeric:tabular-nums;font-size:9px}.coach-trend-chart__missing{fill:var(--v2-warn);font-size:10px;font-weight:700}.coach-trend-chart__missing--team{fill:var(--v2-info)}.coach-trend-chart__missing--player{fill:var(--v2-warn)}.coach-trend-legend{color:var(--v2-text-2);flex-wrap:wrap;justify-content:center;gap:8px 16px;font-size:10px;display:flex}.coach-trend-legend span{align-items:center;gap:5px;display:inline-flex}.coach-trend-legend i{border-top:2px solid;width:20px}.coach-trend-legend i.is-team{border-color:var(--v2-team)}.coach-trend-legend i.is-player{border-color:var(--v2-player);border-top-style:dashed}.coach-trend-legend__partial,.coach-trend-partial sup{color:var(--v2-warn);font-weight:700}.coach-trend-partial{cursor:help;outline-offset:2px}.coach-trend-table-wrap{overscroll-behavior:contain;scrollbar-gutter:stable;min-width:0;max-width:100%;max-height:160px;overflow:hidden auto}.coach-trend-table{table-layout:fixed;border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;margin-top:8px;font-size:10px}.coach-trend-table th,.coach-trend-table td{border-bottom:1px solid var(--v2-line-soft);text-align:left;padding:6px}.coach-trend-table thead th{color:var(--v2-text-3);z-index:2;background:var(--v2-surface);font-weight:600;position:sticky;top:0}.coach-matches-table-wrap{overscroll-behavior:contain;scrollbar-gutter:stable;min-width:0;max-width:100%;max-height:clamp(300px,42vh,430px);overflow:hidden auto}.coach-matches-table{table-layout:fixed;border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;min-width:0;font-size:10px}.coach-matches-table col.is-date{width:12%}.coach-matches-table col.is-opponent{width:15%}.coach-matches-table col.is-map{width:13%}.coach-matches-table col.is-result{width:10%}.coach-matches-table col.is-score{width:12%}.coach-matches-table col.is-lineup{width:38%}.coach-matches-table th,.coach-matches-table td{border-bottom:1px solid var(--v2-line-soft);text-align:left;text-overflow:ellipsis;white-space:nowrap;padding:5px 4px;overflow:hidden}.coach-matches-table thead th{color:var(--v2-text-3);z-index:2;background:var(--v2-surface);font-weight:600;position:sticky;top:0}.coach-match-opponent{color:var(--v2-text-2)}.coach-match-lineup{justify-content:flex-start;align-items:center;gap:5px;min-width:0;display:flex}.coach-match-lineup__side{min-width:0;color:var(--v2-text-3);align-items:center;display:inline-flex}.coach-match-lineup__side img{border:1px solid var(--v2-surface);background:var(--v2-surface-3);object-fit:cover;border-radius:50%;width:17px;height:17px;margin-left:-3px}.coach-match-lineup__side img:first-child{margin-left:0}.coach-match-lineup__side--opponent{opacity:.72}.coach-match-lineup__versus{color:var(--v2-text-3);flex:none;font-size:9px}.coach-match-result{border-radius:999px;justify-content:center;min-width:24px;padding:2px 6px;font-weight:700;display:inline-flex}.coach-match-result--win{background:var(--v2-win-bg);color:var(--v2-win)}.coach-match-result--loss{background:var(--v2-loss-bg);color:var(--v2-loss)}.coach-match-result--draw,.coach-match-result--unknown{background:var(--v2-surface-3);color:var(--v2-text-2)}.coach-reconciliation--matched{background:var(--v2-win-bg);color:var(--v2-win)}.coach-reconciliation--pending{background:var(--v2-warn-bg);color:var(--v2-warn)}.coach-reconciliation--mismatch{background:var(--v2-loss-bg);color:var(--v2-loss)}.coach-matches-more{margin:10px auto;display:block}@media (width<=900px){.coach-trend-legend{flex-direction:column;align-items:flex-start;gap:6px}.coach-training-panel__state button,.coach-matches-more{min-width:44px;min-height:44px}.coach-matches-table{font-size:9px}.coach-matches-table th,.coach-matches-table td{padding-inline:3px}.coach-match-lineup{gap:2px}.coach-match-lineup__side img{width:12px;height:12px;margin-left:-4px}}.youth-workspace{min-width:0}.youth-workspace__inner{width:100%}.youth-workspace__heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:16px;display:flex}.youth-workspace__intro{color:var(--v2-text-3);margin:7px 0 0;font-size:13px;line-height:1.6}.youth-workspace__tracker{border-radius:var(--v2-radius-card);background:var(--v2-win-bg);min-width:240px;color:var(--v2-win);border:1px solid #0398553d;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 13px;text-decoration:none;transition:border-color .14s,box-shadow .14s,transform .14s;display:grid}.youth-workspace__tracker:hover{box-shadow:var(--v2-shadow-xs);border-color:#0398557a;transform:translateY(-1px)}.youth-workspace__tracker:focus-visible{outline:2px solid var(--v2-accent);outline-offset:2px}.youth-workspace__tracker span:nth-child(2){gap:3px;min-width:0;display:grid}.youth-workspace__tracker strong{color:var(--v2-text);font-size:12px}.youth-workspace__tracker small{color:var(--v2-text-3);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.youth-workspace__tabs{scrollbar-width:none;gap:4px;margin-bottom:14px;padding:4px;display:flex;overflow-x:auto}.youth-workspace__tabs::-webkit-scrollbar{display:none}.youth-workspace__tab{border-radius:var(--v2-radius);min-height:40px;color:var(--v2-text-3);font:500 13px/1 var(--v2-font);cursor:pointer;background:0 0;border:0;flex:none;align-items:center;gap:7px;padding:0 14px;transition:background .14s,color .14s;display:inline-flex;position:relative}.youth-workspace__tab:hover{background:var(--v2-surface-2);color:var(--v2-text)}.youth-workspace__tab:focus-visible{outline:2px solid var(--v2-accent);outline-offset:1px}.youth-workspace__tab.is-active{background:var(--v2-accent-bg);color:var(--v2-accent);font-weight:600}.youth-workspace__panel{border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface);box-shadow:var(--v2-shadow-xs);overflow:hidden}.youth-workspace__panel-head{border-bottom:1px solid var(--v2-line-soft);padding:18px 20px}.youth-workspace__eyebrow{color:var(--v2-text-4);letter-spacing:.09em;margin:0;font-size:10px;font-weight:600}.youth-workspace__panel h2{color:var(--v2-text);margin:5px 0 4px;font-size:18px}.youth-workspace__panel-head p:last-child{color:var(--v2-text-3);margin:0;font-size:12px;line-height:1.55}.youth-workspace__empty{text-align:center;align-content:center;justify-items:center;gap:8px;min-height:300px;padding:40px 20px;display:grid}.youth-workspace__empty-icon{background:var(--v2-surface-3);width:44px;height:44px;color:var(--v2-text-3);border-radius:12px;place-items:center;display:grid}.youth-workspace__empty strong{color:var(--v2-text-2);font-size:14px}.youth-workspace__empty p{max-width:540px;color:var(--v2-text-3);margin:0;font-size:12px;line-height:1.65}.youth-workspace__boundary{border:1px solid var(--v2-line);border-radius:var(--v2-radius);background:var(--v2-surface-2);color:var(--v2-text-3);align-items:flex-start;gap:8px;margin-top:12px;padding:10px 12px;display:flex}.youth-workspace__boundary svg{flex:none;margin-top:1px}.youth-workspace__boundary p,.youth-access-state p{max-width:600px;margin:0;font-size:12px;line-height:1.6}.youth-vrf-flow{gap:14px;display:grid}.youth-vrf-selection-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #1018280a}.youth-vrf-list-head{border-bottom:1px solid #eef0f3;justify-content:space-between;align-items:center;gap:16px;min-height:78px;padding:14px 16px;display:flex}.youth-vrf-list-head h2{color:#101828;margin:0 0 4px;font:680 17px/1.25 Bahnschrift,Aptos Display,sans-serif}.youth-vrf-list-head p{color:#667085;margin:0;font-size:11px}.youth-vrf-list-head>div:last-child{align-items:center;gap:10px;display:flex}.youth-vrf-list-head>div:last-child>span{color:#667085;white-space:nowrap;font-size:11px}.youth-vrf-profile-select,.youth-vrf-sort-select{color:#667085;gap:3px;font-size:10px;display:grid}.youth-vrf-profile-select select,.youth-vrf-sort-select select{color:#101828;background:#fff;border:1px solid #d0d5dd;border-radius:7px;min-width:168px;max-width:240px;height:34px;padding:0 9px;font:500 11px/1.2 Microsoft YaHei,sans-serif}.youth-vrf-shared-account-note{color:#1570ef;background:#eff8ff;border:1px solid #b2ddff;border-radius:9px;align-items:center;gap:10px;margin:12px 16px;padding:10px 12px;display:flex}.youth-vrf-shared-account-note p{gap:2px;margin:0;display:grid}.youth-vrf-shared-account-note strong{color:#175cd3;font-size:11px}.youth-vrf-shared-account-note span{color:#475467;font-size:10px}.youth-vrf-replay-list{border-top:1px solid #eef0f3;display:grid}.youth-vrf-replay-row{border-bottom:1px solid #eef0f3;grid-template-columns:30px minmax(150px,.9fr) minmax(170px,1fr) minmax(260px,1.5fr) minmax(125px,.65fr);align-items:center;gap:12px;min-height:78px;padding:11px 16px;transition:background .14s;display:grid}.youth-vrf-replay-row:last-child{border-bottom:0}.youth-vrf-replay-row:hover{background:#fcfcfd}.youth-vrf-replay-row.is-selected{background:linear-gradient(90deg,#fff8f7,#fff 45%);box-shadow:inset 3px 0 #d92d20}.youth-vrf-replay-row.is-disabled{background:#fcfcfd}.youth-vrf-replay-check{place-items:center;width:22px;height:22px;display:grid;position:relative}.youth-vrf-replay-check input{opacity:0;position:absolute}.youth-vrf-replay-check span{cursor:pointer;background:#fff;border:1px solid #98a2b3;border-radius:5px;place-items:center;width:17px;height:17px;display:grid}.youth-vrf-replay-check input:checked+span{background:#d92d20;border-color:#d92d20}.youth-vrf-replay-check input:checked+span:after{content:"";border:0 solid #fff;border-width:0 0 2px 2px;width:7px;height:4px;transform:translateY(-1px)rotate(-45deg)}.youth-vrf-replay-check input:focus-visible+span{outline-offset:2px;outline:2px solid #d92d20}.youth-vrf-replay-check input:disabled+span{cursor:not-allowed;background:#f2f4f7;border-color:#e5e7eb}.youth-vrf-replay-map,.youth-vrf-replay-target{gap:3px;min-width:0;display:grid}.youth-vrf-replay-map strong,.youth-vrf-search-result strong{color:var(--v2-text);font-size:12px}.youth-vrf-replay-map small,.youth-vrf-replay-target small,.youth-vrf-search-result small{color:#98a2b3;text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;overflow:hidden}.youth-vrf-replay-target strong{color:#344054;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.youth-vrf-replay-target>span{color:#667085;text-overflow:ellipsis;white-space:nowrap;background:#f2f4f7;border-radius:999px;width:max-content;max-width:100%;padding:2px 6px;font-size:8.5px;font-weight:700;overflow:hidden}.youth-vrf-replay-meta{flex-wrap:wrap;gap:5px;min-width:0;display:flex}.youth-vrf-replay-meta>span{color:#667085;white-space:nowrap;border:1px solid #e5e7eb;border-radius:6px;padding:3px 7px;font-size:9.5px}.youth-vrf-match-basics{flex:1 0 100%;gap:2px;min-width:0;margin-top:2px;display:grid}.youth-vrf-match-basics>span{color:#667085;text-overflow:ellipsis;white-space:nowrap;gap:5px;min-width:0;font-size:9px;line-height:1.35;display:flex;overflow:hidden}.youth-vrf-match-basics>span>strong{color:#344054;flex:none;min-width:25px;font-size:9px}.youth-vrf-replay-status{white-space:nowrap;border-radius:999px;align-items:center;gap:5px;width:max-content;padding:4px 7px;font-size:9.5px;font-weight:750;text-decoration:none;display:inline-flex}.youth-vrf-replay-status.is-ready,.youth-vrf-replay-status.is-created{color:#027a48;background:#ecfdf3}.youth-vrf-replay-status.is-progress{color:#175cd3;background:#eff8ff}.youth-vrf-replay-status.is-error{color:#b42318;background:#fef3f2}.youth-vrf-replay-status.is-progress svg,.youth-vrf-loading svg{animation:.9s linear infinite youth-workspace-spin}.youth-vrf-selection-panel>footer{color:#98a2b3;background:#f9fafb;border-top:1px solid #eef0f3;justify-content:space-between;align-items:center;gap:12px;padding:9px 16px;font-size:9.5px;display:flex}.youth-vrf-list-footer>span{min-width:0}.youth-vrf-list-footer nav{flex:none;align-items:center;gap:7px;display:inline-flex}.youth-vrf-list-footer nav strong{color:#667085;white-space:nowrap;font-size:9.5px}.youth-vrf-list-footer nav button{color:#475467;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:7px;place-items:center;width:25px;height:25px;padding:0;display:grid}.youth-vrf-list-footer nav button:hover:not(:disabled){color:#d92d20;border-color:#f04438}.youth-vrf-list-footer nav button:disabled{cursor:not-allowed;opacity:.4}.youth-vrf-progress{background:var(--v2-surface-3);border-radius:999px;width:min(150px,100%);height:5px;overflow:hidden}.youth-vrf-progress i{border-radius:inherit;background:var(--v2-accent);height:100%;display:block}.youth-vrf-button{border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface);min-height:34px;color:var(--v2-text-2);font:600 12px/1 var(--v2-font);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:0 12px;display:inline-flex}.youth-vrf-button:hover:not(:disabled){border-color:var(--v2-accent);color:var(--v2-accent)}.youth-vrf-button:focus-visible,.youth-vrf-picker input:focus-visible,.youth-vrf-search input:focus-visible{outline:2px solid var(--v2-accent);outline-offset:2px}.youth-vrf-button:disabled{cursor:not-allowed;opacity:.5}.youth-vrf-button.is-primary{border-color:var(--v2-accent);background:var(--v2-accent);color:#fff}.youth-vrf-picker{border-radius:var(--v2-radius);background:var(--v2-accent-bg);color:var(--v2-text-2);border:1px solid #4f46e538;gap:12px;margin:0 20px 16px;padding:14px;font-size:12px;display:grid}.youth-vrf-picker__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.youth-vrf-picker__head button{color:var(--v2-text-3);font:inherit;cursor:pointer;background:0 0;border:0}.youth-vrf-picker p{color:var(--v2-loss);margin:0;line-height:1.5}.youth-vrf-picker__options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.youth-vrf-sort-select select{min-width:116px}.youth-vrf-picker__team{border-radius:var(--v2-radius);background:#ffffff73;border:1px solid #4f46e524;gap:8px;min-width:0;padding:10px;display:grid}.youth-vrf-picker__team-title{color:var(--v2-text-1);font-size:13px}.youth-vrf-picker__team-options{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;display:grid}.youth-vrf-picker__options label{border:1px solid var(--v2-line);border-radius:var(--v2-radius);background:var(--v2-surface);cursor:pointer;align-items:flex-start;gap:8px;min-width:0;padding:9px;display:flex}.youth-vrf-picker__options label.is-disabled{cursor:not-allowed;opacity:.5}.youth-vrf-picker__options span{gap:3px;min-width:0;display:grid}.youth-vrf-picker__options small{color:var(--v2-text-3);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.youth-vrf-search{border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface);box-shadow:var(--v2-shadow-xs);padding:18px 20px}.youth-vrf-section-head{color:var(--v2-text-3);justify-content:space-between;align-items:center;gap:12px;display:flex}.youth-vrf-section-head h3{color:var(--v2-text);margin:5px 0 0;font-size:15px}.youth-vrf-search form{grid-template-columns:minmax(0,1fr) minmax(110px,.45fr) auto;align-items:end;gap:10px;margin-top:14px;display:grid}.youth-vrf-search label{color:var(--v2-text-3);gap:6px;font-size:11px;font-weight:600;display:grid}.youth-vrf-search input{border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface);min-width:0;height:34px;color:var(--v2-text);font:12px var(--v2-font);padding:0 10px}.youth-vrf-search__hint{color:var(--v2-text-4);margin:8px 0 0;font-size:11px}.youth-vrf-message,.youth-vrf-notice{border-radius:var(--v2-radius);background:var(--v2-surface-2);color:var(--v2-text-3);gap:8px;margin-top:12px;padding:10px 12px;font-size:12px;display:flex}.youth-vrf-message.is-error,.youth-vrf-notice.is-error{background:var(--v2-loss-bg);color:var(--v2-loss)}.youth-vrf-message.is-warning{color:#9a6700}.youth-vrf-notice.is-success{background:var(--v2-win-bg);color:var(--v2-win)}.youth-vrf-search-result{border-top:1px solid var(--v2-line-soft);justify-content:space-between;align-items:center;gap:12px;min-width:0;margin-top:10px;padding:10px 0 0;display:flex}.youth-vrf-search-result>div{gap:4px;min-width:0;display:grid}.youth-vrf-loading,.youth-vrf-error{min-height:160px;color:var(--v2-text-3);justify-content:center;align-items:center;gap:10px;padding:24px;font-size:13px;display:flex}.youth-vrf-error>div{gap:4px;display:grid}.youth-vrf-error p{margin:0;font-size:11px}.youth-access-state__spinner{border:2px solid var(--v2-line-strong);border-top-color:var(--v2-accent);border-radius:50%;width:24px;height:24px;animation:.75s linear infinite youth-workspace-spin}@keyframes youth-workspace-spin{to{transform:rotate(360deg)}}.youth-progress-shell{gap:14px;min-width:0;display:grid}.youth-progress-shell.is-centered{border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface);min-height:420px;color:var(--v2-text-3);text-align:center;place-content:center;justify-items:center;padding:32px}.youth-progress-shell.is-centered h1,.youth-progress-shell.is-centered p{margin:0}.youth-progress-shell.is-centered h1{color:var(--v2-text);font-size:18px}.youth-progress-back{width:fit-content;color:var(--v2-text-3);align-items:center;gap:6px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.youth-progress-back:hover{color:var(--v2-accent)}.youth-progress-connection,.youth-progress-problem{border-radius:var(--v2-radius);color:var(--v2-loss);background:#dc26260d;border:1px solid #dc262633;align-items:flex-start;gap:9px;padding:11px 13px;font-size:12px;display:flex}.youth-progress-connection span,.youth-progress-problem div{flex:1;min-width:0}.youth-progress-connection button{color:inherit;font:600 12px var(--v2-font);cursor:pointer;background:0 0;border:0;padding:0}.youth-progress-connection.is-success,.youth-progress-problem.is-warning{color:#a16207;background:#f59e0b12;border-color:#d9770638}.youth-progress-connection.is-success{background:var(--v2-win-bg);color:var(--v2-win);border-color:#0398553d}.youth-progress-problem strong,.youth-progress-problem p,.youth-progress-problem small{display:block}.youth-progress-problem p{color:var(--v2-text-2);margin:4px 0;line-height:1.55}.youth-progress-problem small{color:var(--v2-text-3)}.youth-progress-hero,.youth-progress-card{border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface);box-shadow:var(--v2-shadow-xs);overflow:hidden}.youth-progress-hero{padding:20px}.youth-progress-hero__top,.youth-progress-card>header,.youth-progress-meter>div:first-child{justify-content:space-between;align-items:center;gap:14px;display:flex}.youth-progress-hero h1,.youth-progress-card h2{color:var(--v2-text);margin:5px 0 4px}.youth-progress-hero h1{font-size:21px}.youth-progress-hero__top p:last-child{max-width:660px;color:var(--v2-text-3);margin:0;font-size:12px;line-height:1.55}.youth-progress-state{background:var(--v2-surface-2);color:var(--v2-text-3);border-radius:999px;flex:none;align-items:center;gap:6px;padding:7px 10px;font-size:11px;font-weight:700;display:inline-flex}.youth-progress-state.is-progress{background:var(--v2-accent-bg);color:var(--v2-accent)}.youth-progress-state.is-progress svg,.youth-progress-spin{animation:.9s linear infinite youth-workspace-spin}.youth-progress-state.is-success{background:var(--v2-win-bg);color:var(--v2-win)}.youth-progress-state.is-warning{color:#a16207;background:#f59e0b1a}.youth-progress-state.is-error{color:var(--v2-loss);background:#dc262614}.youth-progress-meter{gap:8px;margin-top:22px;display:grid}.youth-progress-meter>div:first-child{color:var(--v2-text-3);font-size:11px}.youth-progress-meter>div:first-child strong{color:var(--v2-text);font-size:13px}.youth-progress-meter [role=progressbar]{background:var(--v2-surface-3);border-radius:999px;height:7px;overflow:hidden}.youth-progress-meter [role=progressbar] span{border-radius:inherit;background:var(--v2-accent);height:100%;transition:width .16s;display:block}.youth-progress-meter small{color:var(--v2-text-4);font-size:10px}.youth-progress-timeline{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin:20px 0 0;padding:0;list-style:none;display:grid}.youth-progress-timeline li{min-width:0;color:var(--v2-text-4);text-align:center;justify-items:center;gap:7px;font-size:10px;display:grid}.youth-progress-timeline li>span{border:1px solid var(--v2-line-strong);background:var(--v2-surface);border-radius:50%;place-items:center;width:24px;height:24px;display:grid}.youth-progress-timeline li>span>span{background:var(--v2-line-strong);border-radius:50%;width:6px;height:6px}.youth-progress-timeline li[data-step-state=active]{color:var(--v2-accent)}.youth-progress-timeline li[data-step-state=active]>span{border-color:var(--v2-accent);box-shadow:0 0 0 4px var(--v2-accent-bg)}.youth-progress-timeline li[data-step-state=active]>span>span{background:var(--v2-accent)}.youth-progress-timeline li[data-step-state=complete]{color:var(--v2-win)}.youth-progress-timeline li[data-step-state=complete]>span{background:var(--v2-win-bg);border-color:#03985547}.youth-progress-timeline li[data-step-state=warning],.youth-progress-timeline li[data-step-state=error]{color:#a16207}.youth-progress-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.youth-progress-card>header{border-bottom:1px solid var(--v2-line-soft);color:var(--v2-text-3);padding:15px 17px}.youth-progress-card h2{font-size:15px}.youth-progress-card.is-warning{border-color:#d977064d}.youth-progress-card__body{justify-items:start;gap:8px;padding:16px 17px;display:grid}.youth-progress-card__body>strong{color:var(--v2-text);font-size:13px}.youth-progress-card__body>p,.youth-progress-card__body>small{color:var(--v2-text-3);margin:0;font-size:11px;line-height:1.6}.youth-progress-attempts{display:grid}.youth-progress-attempts article{border-bottom:1px solid var(--v2-line-soft);grid-template-columns:70px minmax(0,1fr);gap:12px;padding:12px 17px;display:grid}.youth-progress-attempts article:last-child{border-bottom:0}.youth-progress-attempts article>span{color:var(--v2-text-4);font-size:11px}.youth-progress-attempts article>div{gap:3px;min-width:0;display:grid}.youth-progress-attempts strong{color:var(--v2-text-2);font-size:12px}.youth-progress-attempts small{color:var(--v2-text-3);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.youth-progress-actions label{width:min(100%,540px);color:var(--v2-text-3);gap:6px;font-size:11px;font-weight:600;display:grid}.youth-progress-actions input{border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface);width:100%;height:36px;color:var(--v2-text);font:12px var(--v2-font);padding:0 10px}.youth-progress-actions input:focus-visible{outline:2px solid var(--v2-accent);outline-offset:2px}.youth-progress-actions__buttons{flex-wrap:wrap;gap:8px;display:flex}.youth-progress-action-error{color:var(--v2-loss)!important}@media (width<=760px){.youth-progress-hero__top,.youth-progress-card>header{align-items:flex-start}.youth-progress-hero__top{display:grid}.youth-progress-state{width:fit-content}.youth-progress-timeline{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:14px}.youth-progress-grid{grid-template-columns:1fr}}@media (width<=980px){.youth-vrf-replay-row{grid-template-columns:30px minmax(140px,.8fr) minmax(160px,1fr) minmax(190px,1.1fr)}.youth-vrf-replay-status{grid-column:4}}@media (width<=768px){.youth-workspace{padding:16px 14px 40px}.youth-workspace__heading{flex-direction:column;align-items:stretch}.youth-workspace__tracker{width:100%;min-width:0}.youth-workspace__tabs{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.youth-workspace__tab{justify-content:center;min-width:0;padding-inline:8px}.youth-workspace__empty{min-height:240px}.youth-vrf-list-head{flex-direction:column;align-items:flex-start}.youth-vrf-list-head>div:last-child{flex-wrap:wrap;justify-content:space-between;width:100%}.youth-vrf-profile-select{order:3;width:100%}.youth-vrf-sort-select{flex:128px}.youth-vrf-sort-select select{width:100%}.youth-vrf-profile-select select{width:100%;max-width:none}.youth-vrf-shared-account-note{align-items:flex-start;margin-inline:12px}.youth-vrf-replay-row{grid-template-columns:28px minmax(0,1fr);gap:10px;padding:13px}.youth-vrf-replay-check{grid-row:1/3}.youth-vrf-replay-map,.youth-vrf-replay-target{grid-column:2}.youth-vrf-replay-target{border-top:1px solid #eef0f3;padding-top:8px}.youth-vrf-replay-meta,.youth-vrf-replay-status{grid-column:1/-1}.youth-vrf-selection-panel>footer{flex-direction:column;align-items:flex-start}.youth-vrf-list-footer nav{justify-content:center;width:100%}.youth-vrf-progress{width:100%}.youth-vrf-search{padding-inline:14px}.youth-vrf-search form{grid-template-columns:minmax(0,1fr)}}@media (width<=430px){body:has(.youth-workspace) .vtopbar__userbtn{display:none}.youth-workspace__tab{font-size:11px}.youth-workspace__tab svg{display:none}.youth-vrf-search-result{flex-direction:column;align-items:stretch}.youth-vrf-picker{margin-inline:14px}.youth-vrf-picker__options{grid-template-columns:minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){.youth-workspace__tracker,.youth-workspace__tab{transition:none}.youth-workspace__tracker:hover{transform:none}.youth-access-state__spinner{animation-duration:1.8s}}.youth-report-archive__head{align-items:flex-end}.youth-report-buckets{border:1px solid var(--v2-line);background:color-mix(in srgb, var(--v2-surface) 88%, transparent);border-radius:10px;gap:4px;padding:4px;display:inline-flex}.youth-report-buckets button,.youth-report-filters button,.youth-report-row__actions a,.youth-report-row__actions button,.youth-report-load-more{border:1px solid var(--v2-line);min-height:34px;color:var(--v2-text);background:var(--v2-surface);font:inherit;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;font-size:12px;display:inline-flex}.youth-report-buckets button{background:0 0;border-color:#0000;padding:0 12px}.youth-report-buckets button.is-active{color:#fff;background:#111827}.youth-report-filters{border-block:1px solid var(--v2-line);justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.youth-report-filters form{grid-template-columns:auto minmax(180px,320px) auto;align-items:center;gap:8px;display:grid}.youth-report-filters input[type=text],.youth-report-filters input:not([type]){border:1px solid var(--v2-line);min-height:36px;color:var(--v2-text);background:var(--v2-surface);border-radius:8px;padding:0 10px}.youth-report-filters form button,.youth-report-row__actions a,.youth-report-row__actions button,.youth-report-load-more{padding:0 12px}.youth-report-filters>label{color:var(--v2-text-3);white-space:nowrap;align-items:center;gap:7px;font-size:12px;display:inline-flex}.youth-report-list{display:grid}.youth-report-row{border-bottom:1px solid var(--v2-line);grid-template-columns:minmax(220px,1.2fr) minmax(220px,1fr) 84px minmax(190px,auto);align-items:center;gap:20px;min-width:0;padding:18px;display:grid}.youth-report-row__identity{align-items:center;gap:12px;min-width:0;display:flex}.youth-report-row__avatar{color:#fff;background:#111827;border-radius:10px;flex:none;place-items:center;width:38px;height:38px;font-weight:700;display:grid}.youth-report-row__name{align-items:center;gap:7px;min-width:0;display:flex}.youth-report-row__name h3{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;overflow:hidden}.youth-report-row__name span{color:#1d4ed8;background:#eff6ff;border-radius:999px;padding:2px 7px;font-size:10px;font-weight:700}.youth-report-row__name span.is-older{color:#92400e;background:#fffbeb}.youth-report-row__identity p,.youth-report-row__facts,.youth-report-list-state p{color:var(--v2-text-3);margin:4px 0 0;font-size:12px}.youth-report-row__facts{gap:5px;min-width:0;display:grid}.youth-report-row__facts span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.youth-report-row__facts strong{width:42px;color:var(--v2-text);font-weight:600;display:inline-block}.youth-report-row__progress{gap:2px;display:grid}.youth-report-row__progress strong{font-size:16px}.youth-report-row__progress span{color:var(--v2-text-3);font-size:11px}.youth-report-row__actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.youth-report-row__actions a{color:#fff;background:#111827;border-color:#111827;text-decoration:none}.youth-report-row__actions small{color:#b91c1c;text-align:right;width:100%}.youth-report-list-state{min-height:220px;color:var(--v2-text-3);text-align:left;justify-content:center;align-items:center;gap:12px;padding:24px;display:flex}.youth-report-list-state[data-state=empty]{text-align:center;flex-direction:column}.youth-report-list-state.is-error{color:#991b1b}.youth-report-load-more{margin:16px auto}@media (width<=1024px){.youth-report-row{grid-template-columns:minmax(220px,1fr) minmax(180px,1fr) auto}.youth-report-row__actions{grid-column:1/-1;justify-content:flex-start}}@media (width<=768px){.youth-report-archive__head,.youth-report-filters{flex-direction:column;align-items:stretch}.youth-report-buckets{width:100%}.youth-report-buckets button{flex:1}.youth-report-filters form{grid-template-columns:auto minmax(0,1fr) auto}.youth-report-row{grid-template-columns:minmax(0,1fr) auto;gap:14px}.youth-report-row__facts,.youth-report-row__actions{grid-column:1/-1}}@media (width<=430px){.youth-report-filters form{grid-template-columns:auto minmax(0,1fr)}.youth-report-filters form button{grid-column:1/-1}.youth-report-row{grid-template-columns:minmax(0,1fr)}.youth-report-row__progress,.youth-report-row__facts,.youth-report-row__actions{grid-column:1}.youth-report-row__actions>*{flex:1}}.youth-progress-shell.is-compact{width:min(100%,1120px);margin:0 auto}.youth-analysis-queue{border:1px solid var(--v2-line);background:var(--v2-surface);box-shadow:var(--v2-shadow-xs);border-radius:14px;overflow:hidden}.youth-analysis-queue>header{justify-content:space-between;align-items:center;gap:18px;padding:18px 20px 14px;display:flex}.youth-analysis-queue>header h1{color:var(--v2-text);margin:3px 0 2px;font-size:20px}.youth-analysis-queue>header span{color:var(--v2-text-3);font-size:11px}.youth-analysis-queue__list{scrollbar-width:thin;grid-auto-columns:minmax(220px,260px);grid-auto-flow:column;gap:8px;padding:0 20px 18px;display:grid;overflow-x:auto}.youth-analysis-queue__item{border:1px solid var(--v2-line);min-width:0;color:inherit;background:#fafbfc;border-radius:10px;grid-template-columns:8px minmax(0,1fr);gap:3px 9px;padding:11px 12px;text-decoration:none;display:grid}.youth-analysis-queue__item:hover{background:snow;border-color:#fda29b}.youth-analysis-queue__item.is-current{background:#fff7f6;border-color:#f04438;box-shadow:inset 3px 0 #e02b24}.youth-analysis-queue__dot{background:#98a2b3;border-radius:50%;width:7px;height:7px;margin-top:4px}.youth-analysis-queue__dot.is-progress{background:#e02b24;box-shadow:0 0 0 3px #fee4e2}.youth-analysis-queue__dot.is-success{background:#12b76a}.youth-analysis-queue__dot.is-warning{background:#f79009}.youth-analysis-queue__dot.is-error{background:#d92d20}.youth-analysis-queue__item>div{gap:2px;min-width:0;display:grid}.youth-analysis-queue__item strong{color:var(--v2-text);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.youth-analysis-queue__item small{color:var(--v2-text-3);font-size:9.5px}.youth-analysis-queue__meter{background:#eaecf0;border-radius:99px;grid-column:2;height:3px;margin-top:5px;overflow:hidden}.youth-analysis-queue__meter span{border-radius:inherit;background:#e02b24;height:100%;display:block}.youth-analysis-queue__empty{color:var(--v2-text-3);grid-column:1;margin:0;padding:12px;font-size:11px}.youth-progress-hero.is-focused{width:min(100%,760px);margin:0 auto;padding:26px 28px 20px}.youth-progress-hero.is-focused .youth-progress-meter{margin-top:26px}.youth-progress-inline-status{color:var(--v2-text-3);background:#f9fafb;border-radius:9px;align-items:flex-start;gap:9px;margin-top:16px;padding:10px 12px;display:flex}.youth-progress-inline-status.is-error{color:#b42318;background:#fef3f2}.youth-progress-inline-status.is-warning{color:#b54708;background:#fffaeb}.youth-progress-inline-status>div{gap:2px;min-width:0;display:grid}.youth-progress-inline-status strong{font-size:11px}.youth-progress-inline-status span{color:var(--v2-text-2);font-size:10.5px;line-height:1.5}.youth-progress-ready{background:#ecfdf3;border:1px solid #abefc6;border-radius:10px;justify-content:space-between;align-items:center;gap:14px;margin-top:18px;padding:12px 13px;display:flex}.youth-progress-ready>div,.youth-progress-ready>div>span{align-items:center;gap:8px;min-width:0;display:flex}.youth-progress-ready>div{color:#039855}.youth-progress-ready>div>span{flex-direction:column;align-items:flex-start;gap:1px}.youth-progress-ready strong{color:#05603a;font-size:11px}.youth-progress-ready small{color:#027a48;font-size:9.5px}.youth-progress-secondary{border-top:1px solid var(--v2-line-soft);flex-wrap:wrap;gap:8px;margin-top:18px;padding-top:14px;display:flex}.youth-progress-details{border:1px solid var(--v2-line);background:#fff;border-radius:9px;flex:220px}.youth-progress-details summary{color:var(--v2-text-2);cursor:pointer;padding:10px 12px;font-size:10.5px;font-weight:700}.youth-progress-action-form{gap:10px;padding:2px 12px 12px;display:grid}.youth-progress-action-form label{color:var(--v2-text-3);gap:6px;font-size:10px;font-weight:600;display:grid}.youth-progress-action-form input{border:1px solid var(--v2-line-strong);width:100%;height:34px;color:var(--v2-text);font:11px var(--v2-font);border-radius:7px;padding:0 9px}@media (width<=640px){.youth-analysis-queue>header{align-items:flex-start;padding:15px 14px 12px}.youth-analysis-queue>header h1{font-size:18px}.youth-analysis-queue>header .youth-vrf-button{flex:none}.youth-analysis-queue__list{grid-auto-columns:minmax(205px,82vw);padding:0 14px 14px}.youth-progress-hero.is-focused{padding:20px 17px 16px}.youth-progress-hero.is-focused .youth-progress-hero__top{flex-direction:column}.youth-progress-ready{flex-direction:column;align-items:stretch}.youth-progress-ready .youth-vrf-button{justify-content:center}}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(data:font/woff2;base64,d09GMgABAAAAAA7UABYAAAAAGdwAAA5mAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYIKG4EYHHI/SFZBUl0GYD9TVEFUgR4nKgCBJC9sEQgKkhiODgscADCMOAE2AiQDNAQgBYYwByAMBxckGBwbOxajoqRTLkL0j8PYGb2zl5FsCJ1Ws2pqQfJWZy61ukFwJBnjziIwQpJZn3+as79vZjKEmThpVqCvwUJSQaxigZCUiocGsSDipydQ6uYBVpXd7+w6PxNuVpA4y4VARGyd5MSs+um//qK+e6r2S9PsnnpMiYgShedp5/uxFllQdw1sKjObyHi29ffLnP1vLwmlLrV/SheyK8FgzLu37M2+/NmU0je9q3QH3cUFB1EMaveO0ruKw5XmERYhMdph25CmEgLEduHAF9dLZbKaIdVTqlQsWJhlc2Kve/uLBAFBCRmAXjwDBz7BNsWOEb25pgyGUZNfCsN0VhRjxFLhvOvDWVcBAx4AwIKDUYA29Agw6TqqjBcjaMKyZxVhEaNi9HD2PSMZBKzU01IFA4hnEZYdDX57vMskz3WAwxXnFuRY37p/tBCiprK8AgSAbqzLwCwnwLe+fl1gZtYAAsaYBLljg88QbtC4wHvnOqX5NRWQKrKwOQaWSqpRQtRHCd8/C2dQgbFZq8gCWJtgzZ4idXdGdAVIauJsPQHOBCU9vKwyt+wmnDQk4OENwkoGgsO1lQAL+UdD4EsiGoAACO1PW17n6AFvtIS01pfr5ytz7KfySABmSUkGMNmfl2QiMlaAERm4vuz220Nci58OM/2mmVWeRcAtij6bJ14AwAxiPgXo8SDdoerB++n8MI2FRXWEANCgBotlM0umEg3Q5Wp5YJcSEY90GRkKrMOAIat69LVz2QrSZ+YqmeS+KspcNaufo2E7CTDmlgG4JRVhrJb2fNe7rx6B9y4iHpkYanLbbdscpIqMZ7IQdBlAFrCcB6C3A3jsXYuVBOS/ylSAc7WvUwEJsZv4WAQe7sMDRwAHIwPfloBBgF0eT24kxEZ52omAtK7CkNSRUplJSFoYzZaBeBNhn2RlqAMiAzoayGEVKKBPKEnEOKISmaSLBbQCRAPclBGPB0B4QR4HtNMxE5gbwJ4CAu7hAAkABgwUUMILCkjhBRl4MByLjXgZz4tcnlQqSD3LILjpooazBPLPWJHJxWj4lTxvTsoPMZphbSGu9hkwQCLKpGqLbEmf18rxfJKXmi8pVOTnezUpCwr4QkcqEZFsX3KEtB8Vlx6G61DWHCLCLq6qlQa73VM2oIPuZY+fEgr7YnmhyAip5CHtbNni9q73grZ0O0KO+9TDt2+3u7lzJyf4mHuE4WpPpppXtfJqr1Zt2b+xpWzYoNPUnrDsGG68kPN4V5dp3Trtke7u0Oz1l2ENYOsKPHS5jMAmQUbmeFzGsVAatghLcm3SrrsntIufX/rOxo2EiLlQkELISLW5Og+/fm0yHnnzZnChnDmZ1kqVMwIrs1vqSMk+3oW1Rq5bp73SPS80KtjN9kf0BCrlsiNOsgUOEcJRSSLDKZZyQRmaETJDDneZjEe67SGX/bMkb+3pGWQ65Q7PFSGkiiAQCLGLECFLPSIdMpLFGOcovtHccfe7OpPGisJ1LOvswwqhIDUB2G4o2XC5HyPErZFckXNtCtrnFjZs0Z3vuihu3EhaCSnCkm5MJ+0908WlXfNQsMQ9Ha4uzBTH7f89hOQBjMA6jrkTt8uOvn07JOlRMlJ/kyXl8Ov3jFu6Bztd67pPVYqkWJJryx1yIiO03UMl41OYoNZEZAQ237UpqAfCt5xEIjqgIM9H19zGH/Q/rPQbu6kt4/ZbEmm6m9am+GtF8lZouc5+agu23bjiiXKBVrdAqVqg0y5Aji+/1TLUItla7eUxwyz0EjHi54f6+Ow2X83ChRGmjLq3Vppq37WVbh2052v6tXwjnUdXdNBFNHDhpW140aMn+nUKdvGeXHBsN5wP9E8qe1Sun7N28Jain4oPHDuQ8nPvoIOm0SnDtvmOTjp3uBPzyN6SGcVgA8ftvOi+Pba46RPjg2KuWQISx46fbI0XQkbPirf+EvPMwsaZR04zdJCAERPMY15brlnd5o+HmRw13W/9kn+VLIjZlP6i9ULTzml02t00mk33pN2foX5Ib9qMq5oNGyN6HYkXH8xTrXJ/vSucL7fdGrVql83rHp0gocfp+HZqpelq+od287muvhztTK72uy4EfLqarvZJv0FvKLQfh1PNTg2Vfa0F/WsPzH47a3JmQtbI3ZaX1rVZYzIT7VO/KbhqNNc1Lcy1+ke/nJ0waGFmbV33Lj5nVT/tV+XeoDdKf6Hf0dffvv/g2hxqVbncb1eFSSoMVaNcQpL0lvUNPTeLHto1/fu4MTqLwTzeujvrfavVNNtkTVQd/3+QPTijt2rK8KWdv/5NN9PaItqAz+hnaE6jzV9RlPxYNyfR1bRD8p49aX/DysnR2pPRiRE1S2bu1M0Yu81nd9//LGQEX2lTWbFrV4Owh2qo6xx9s2Ph1vH9cnqc5ho7zvTT9PTe8/S8dP8NeoPdQ//GxUr/anPJVJ+ixoghY/NoqVAcfuYvWqn7Vhs4gyTosmOz4/DK+9VmOcaQtizbgblzD9iysgwd44BZ+25PT6dui29sjN+WmmooKAOm2v8VvJq+bi9da/9Pf1461e4K+uq/jULEiiUJ9kmTx/oUtwQkllYPqZu+KfOB60G0ebPYoVp5966/SVIRGx7peiV7lzbOoq/olSJ6jE5N9p3oS30n+I4Y2Ovore6WoyZzlOIRqI+Zmj9eqD3H/c9KYvgccS9z6lSh+B5NltJWipxVrzXBm17BKbKgsR4O+Uwg8nV5IRgWbCE6MpUcJz8ywcwO5luWNcNFIIUEgAve7fP2INKd0fw9MaNTObdoLP0b8+jY9Lm3ko6WdmHGvYED783w0I6aHo/O4YnYdIvJQ4id7oc/H7SdtGZasQ+LMY94ExY/uMyEtJtpSJezBxLJQZybY2E2Dfz0BZ7L7O5ubVmODOq1AsbnC5YCwZJis6ne3l5vfPbsOKvXZ7+p1d+quPvo0VK5mnQ5LKYvvthnk16lUBxef8n7kD1x7o59PigTTIVgMCDOcbuDOc0rNvftIo0mFLLbSdLtrtdpGoZpGkUXbw+E2f1GtkwteWCvns6P5hjCBVaFUps3wYB5t87lIQTzvwLBABY6ccS5EmOVzZeZLBr6f9188KsQU5tMqvWgW0nHBUcgLnuWCARjqbRcJuSCdDicKrfbMtmbN/N5v6/Vfv26rzPaXUZ+p5TxfdzaMkv5a6C/U4sEA74AHmFrtZrNJpPFgsXqdIxqDIb+O3zrCxPEOYxPVmlOAUaxd8qjZ1PtHkUDDjuOG/jrGUu5uWNhjse9ehlk8EVKdblaLhVKFARR8nBY7qvvp8hcoQFUty4CJ1uy5bjTaCysHo8bx/f2aA/y8SNCvIosGpVNllwErZXJkK9t+L4aIs5mG3ILJh/KZN7Lt24NCU1PPJDTLIOYrHHgw9tPITKb2N7a9+BO3nRYIwkEzV698ngajcWCx//5Jx5QC08xnEEKm1Pdz+XS0XBsmYomsmRXbjeJGGzR/4p8A+JWSxzb24slHI5E0GgMvhHiwfnrcbPVLJDf3r19/eYNRZIXL1JJPk+AZrOJqdNoMJRP1ysWC3lpwWx2uSIMRiS0taVSVSohCMfbbUjIjtvb3a7VmskwjSuGmdHZsF1vUGo7wIaTh/X5ms0ghCi1hWz0sP/HBhYPvsRQiC3lpDOtxgrVaM+3bxKJxazXJ5hMfO0HDX/QUml3F993Hzvq4kwH5XgQw6D1sD3slzLvD7z//4fa2LMbDx9Op7QS2sNiEXuE9uDOWs05HdYLhb7KalBi0E1cBIGrFXL+/v0H9+/dvaNHTCyWT19vyudNVr/fynsBY7FoNJfLZgdJOpr3+CJ3rp09tiuetruddrPp3feQcqbNTiv65cX/SPR6rSuK/ntBLn/50uHw+WIKExgv32BvJtk9tmMQ8zkoen0YRA87HeaZe6i4e/fOndsWam5iBIF5TGBFjfq42IhaAawURpDHHA9A07bOjxwCgOSDtLs9OF6vm3V6k07AoXulvEqtUSsVQjYwycY0clSYSBVrRqMa4zO57NmwEA76Edz4WI1hLJZUev/2y/t6dBIJCBKPZOWMGogluoNXO+eOoBT1pt3IZ5pivfZ+0I1Y1P/lS4RS29TgEOSKZb12Pn3MDDEWFMXfPYOnOH3qVKMhjcelmmIR1mi1nQ6GlUrwZAI3LL4rczkBJnONbSrIiGMx3LagxgjlRHjAqE8BMtBGA2+fID8jo1pSKbzu5lLxd8/++PdfrxSYPnIQ8SAbBMDJn67v/Y8BYHFB4HQwYB9bNXHCBJu1/47u/VcbOK+DtGV5HcASdBKR8PjxAm4thwPtOGA7toQZSeBDAwzh9X+/isxSjvmFx7I/APDJKfNBAD5f81/P0vBXRazx0gDgwQAACMAt+nOAeKkc3z87BgjcxeXsD/J8AhAfONOA9DyUyIVmJIqRZaWcSYR9PwSupdavWBDOO87eRnZIgoC0SQYKUiFZmBPal7NSghL3JA/qgFQgWs0qNSlKGhACGTL1tt59BS1FaE2SMggw23Ic0lIBGaKlEipBUgUp/KQaGgJtPR8Qr4xTrlJWTerUcIpXqUyebzpbvnLF+zAV8rh+ylN4RKEidfHdj2U75G/rdkW+ClSnyihho2atXDWKM9eJHqqWy5wrp1xYbz2dzRTTVPrNmc2pYgU922JYxrI58tVEcmWqqRcpVPjg6BVO5PTRiuJV7nluUF8Ehzoqj5C65ZxK5ZO4QLjJ9uXhGNJjxRwZLirz7zBanATxphsNZxJ5ura1miVfoXrJo2viovVjpR+P05cZ5TKBpIeLaIe2OFIdvTh5rHJABzKKqhpn2aGcFBXaPJdXqSZDD/RGxelF9EiqVkDV8LhiVzaZoK5sGqdyhtQQs6dcvwS5dUKEYuH25iFEutQl4pl/ccsRFUjfGn45z9/2r2kgjJnQqcFWYQXqRc4ijZ8QAQ==)format("woff2-variations");unicode-range:U+1F1E9-1F1F5,U+1F1F7-1F1FF,U+1F21A,U+1F232,U+1F234-1F237,U+1F250-1F251,U+1F300,U+1F302-1F308,U+1F30A-1F311,U+1F315,U+1F319-1F320,U+1F324,U+1F327,U+1F32A,U+1F32C-1F32D,U+1F330-1F357,U+1F359-1F37E}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-5-wght-normal-DI846rD9.woff2)format("woff2-variations");unicode-range:U+FEE3,U+FEF3,U+FF03-FF04,U+FF07,U+FF0A,U+FF17-FF19,U+FF1C-FF1D,U+FF20-FF3A,U+FF3C,U+FF3E-FF5B,U+FF5D,U+FF61-FF65,U+FF67-FF6A,U+FF6C,U+FF6F-FF78,U+FF7A-FF7D,U+FF80-FF84,U+FF86,U+FF89-FF8E,U+FF92,U+FF97-FF9B,U+FF9D-FF9F,U+FFE0-FFE4,U+FFE6,U+FFE9,U+FFEB,U+FFED,U+FFFC,U+1F004,U+1F170-1F171,U+1F192-1F195,U+1F198-1F19A,U+1F1E6-1F1E8}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-6-wght-normal-ozUCEY9O.woff2)format("woff2-variations");unicode-range:U+F0A7,U+F0B2,U+F0B7,U+F0C9,U+F0D8,U+F0DA,U+F0DC-F0DD,U+F0E0,U+F0E6,U+F0EB,U+F0FC,U+F101,U+F104-F105,U+F107,U+F10B,U+F11B,U+F14B,U+F18A,U+F193,U+F1D6-F1D7,U+F244,U+F27A,U+F296,U+F2AE,U+F471,U+F4B3,U+F610-F611,U+F880-F881,U+F8EC,U+F8F5,U+F8FF,U+F901,U+F90A,U+F92C-F92D,U+F934,U+F937,U+F941,U+F965,U+F967,U+F969,U+F96B,U+F96F,U+F974,U+F978-F979,U+F97E,U+F981,U+F98A,U+F98E,U+F997,U+F99C,U+F9B2,U+F9B5,U+F9BA,U+F9BE,U+F9CA,U+F9D0-F9D1,U+F9DD,U+F9E0-F9E1,U+F9E4,U+F9F7,U+FA00-FA01,U+FA08,U+FA0A,U+FA11,U+FB01-FB02,U+FDFC,U+FE0E,U+FE30-FE31,U+FE33-FE44,U+FE49-FE52,U+FE54-FE57,U+FE59-FE66,U+FE68-FE6B,U+FE8E,U+FE92-FE93,U+FEAE,U+FEB8,U+FECB-FECC,U+FEE0}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-21-wght-normal-DIu_1ZBI.woff2)format("woff2-variations");unicode-range:U+9F83,U+9F85-9F8D,U+9F90-9F91,U+9F94-9F96,U+9F98,U+9F9B-9F9C,U+9F9E,U+9FA0,U+9FA2,U+9FF?,U+A001,U+A007,U+A025,U+A046-A047,U+A057,U+A072,U+A078-A079,U+A083,U+A085,U+A100,U+A118,U+A132,U+A134,U+A1F4,U+A242,U+A4A6,U+A4AA,U+A4B0-A4B1,U+A4B3,U+A9C1-A9C2,U+AC00-AC01,U+AC04,U+AC08,U+AC10-AC11,U+AC13-AC16,U+AC19,U+AC1C-AC1D,U+AC24,U+AC70-AC71,U+AC74,U+AC77-AC78,U+AC80-AC81,U+AC83,U+AC8C,U+AC90,U+AC9F-ACA0,U+ACA8-ACA9,U+ACAC,U+ACB0,U+ACBD,U+ACC1,U+ACC4,U+ACE0-ACE1,U+ACE4,U+ACE8,U+ACF3,U+ACF5,U+ACFC-ACFD,U+AD00,U+AD0C,U+AD11,U+AD1C,U+AD34,U+AD50,U+AD64,U+AD6C,U+AD70,U+AD74,U+AD7F,U+AD81,U+AD8C,U+ADC0,U+ADC8,U+ADDC,U+ADE0,U+ADF8-ADF9,U+ADFC,U+AE00,U+AE08-AE09,U+AE0B,U+AE30,U+AE34,U+AE38,U+AE40,U+AE4A,U+AE4C,U+AE54,U+AE68,U+AEBC,U+AED8,U+AF2C-AF2D}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-22-wght-normal-VXjdYcT-.woff2)format("woff2-variations");unicode-range:U+9E30-9E33,U+9E35-9E3B,U+9E3E,U+9E40-9E44,U+9E46-9E4E,U+9E51,U+9E53,U+9E55-9E58,U+9E5A-9E5C,U+9E5E-9E63,U+9E66-9E6E,U+9E71,U+9E73,U+9E75,U+9E78-9E79,U+9E7C-9E7E,U+9E82,U+9E86-9E88,U+9E8B-9E8C,U+9E90-9E91,U+9E93,U+9E95,U+9E97,U+9E9D,U+9EA4-9EA5,U+9EA9-9EAA,U+9EB4-9EB5,U+9EB8-9EBA,U+9EBC-9EBF,U+9EC3,U+9EC9,U+9ECD,U+9ED0,U+9ED2-9ED3,U+9ED5-9ED6,U+9ED9,U+9EDC-9EDD,U+9EDF-9EE0,U+9EE2,U+9EE5,U+9EE7-9EEA,U+9EEF,U+9EF1,U+9EF3-9EF4,U+9EF6,U+9EF9,U+9EFB-9EFC,U+9EFE,U+9F0B,U+9F0D,U+9F10,U+9F14,U+9F17,U+9F19,U+9F22,U+9F29,U+9F2C,U+9F2F,U+9F31,U+9F37,U+9F39,U+9F3D-9F3E,U+9F41,U+9F4A-9F4B,U+9F51-9F52,U+9F61-9F63,U+9F66-9F67,U+9F80-9F81}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-23-wght-normal-4HrHKhpL.woff2)format("woff2-variations");unicode-range:U+9C82-9C83,U+9C85-9C8C,U+9C8E-9C92,U+9C94-9C9B,U+9C9E-9CA3,U+9CA5-9CA7,U+9CA9,U+9CAB,U+9CAD-9CAE,U+9CB1-9CB7,U+9CB9-9CBD,U+9CBF-9CC0,U+9CC3,U+9CC5-9CC7,U+9CC9-9CD1,U+9CD3-9CDA,U+9CDC-9CDD,U+9CDF,U+9CE1-9CE3,U+9CE5,U+9CE9,U+9CEE-9CEF,U+9CF3-9CF4,U+9CF6,U+9CFC-9CFD,U+9D02,U+9D08-9D09,U+9D12,U+9D1B,U+9D1E,U+9D26,U+9D28,U+9D37,U+9D3B,U+9D3F,U+9D51,U+9D59,U+9D5C-9D5D,U+9D5F-9D61,U+9D6C,U+9D70,U+9D72,U+9D7A,U+9D7E,U+9D84,U+9D89,U+9D8F,U+9D92,U+9DAF,U+9DB4,U+9DB8,U+9DBC,U+9DC4,U+9DC7,U+9DC9,U+9DD7,U+9DDF,U+9DF2,U+9DF9-9DFA,U+9E0A,U+9E11,U+9E1A,U+9E1E,U+9E20,U+9E22,U+9E28-9E2C,U+9E2E-9E2F}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-24-wght-normal-B58DWgHS.woff2)format("woff2-variations");unicode-range:U+9A80,U+9A83,U+9A85,U+9A88-9A8A,U+9A8D-9A8E,U+9A90,U+9A92-9A93,U+9A95-9A96,U+9A98-9A99,U+9A9B-9AA2,U+9AA5,U+9AA7,U+9AAF-9AB1,U+9AB5-9AB6,U+9AB9-9ABA,U+9AC0-9AC4,U+9AC8,U+9ACB-9ACC,U+9ACE-9ACF,U+9AD1-9AD2,U+9AD9,U+9ADF,U+9AE1,U+9AE3,U+9AEA-9AEB,U+9AED-9AEF,U+9AF4,U+9AF9,U+9AFB,U+9B03-9B04,U+9B06,U+9B08,U+9B0D,U+9B0F-9B10,U+9B13,U+9B18,U+9B1A,U+9B1F,U+9B22-9B23,U+9B25,U+9B27-9B28,U+9B2A,U+9B2F,U+9B31-9B32,U+9B3B,U+9B43,U+9B46-9B49,U+9B4D-9B4E,U+9B51,U+9B56,U+9B58,U+9B5A,U+9B5C,U+9B5F,U+9B61-9B62,U+9B6F,U+9B77,U+9B80,U+9B88,U+9B8B,U+9B8E,U+9B91,U+9B9F-9BA0,U+9BA8,U+9BAA-9BAB,U+9BAD-9BAE,U+9BB0-9BB1,U+9BB8,U+9BC9-9BCA,U+9BD3,U+9BD6,U+9BDB,U+9BE8,U+9BF0-9BF1,U+9C02,U+9C10,U+9C15,U+9C24,U+9C2D,U+9C32,U+9C39,U+9C3B,U+9C40,U+9C47-9C49,U+9C53,U+9C57,U+9C64,U+9C72,U+9C77-9C78,U+9C7B,U+9C7F-9C80}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-25-wght-normal-C3Jm6l7O.woff2)format("woff2-variations");unicode-range:U+98DD,U+98E1-98E2,U+98E7-98EA,U+98EC,U+98EE-98EF,U+98F2,U+98F4,U+98FC-98FE,U+9903,U+9905,U+9908,U+990A,U+990C-990D,U+9913-9914,U+9918,U+991A-991B,U+991E,U+9921,U+9928,U+992C,U+992E,U+9935,U+9938-9939,U+993D-993E,U+9945,U+994B-994C,U+9951-9952,U+9954-9955,U+9957,U+995E,U+9963,U+9966-9969,U+996B-996C,U+996F,U+9974-9975,U+9977-9979,U+997D-997E,U+9980-9981,U+9983-9984,U+9987,U+998A-998B,U+998D-9991,U+9993-9995,U+9997-9998,U+99A5,U+99AB,U+99AD-99AE,U+99B1,U+99B3-99B4,U+99BC,U+99BF,U+99C1,U+99C3-99C6,U+99CC,U+99D0,U+99D2,U+99D5,U+99DB,U+99DD,U+99E1,U+99ED,U+99F1,U+99FF,U+9A01,U+9A03-9A04,U+9A0E-9A0F,U+9A11-9A13,U+9A19,U+9A1B,U+9A28,U+9A2B,U+9A30,U+9A32,U+9A37,U+9A40,U+9A45,U+9A4A,U+9A4D-9A4E,U+9A52,U+9A55,U+9A57,U+9A5A-9A5B,U+9A5F,U+9A62,U+9A65,U+9A69,U+9A6B,U+9A6E,U+9A75,U+9A77-9A7A,U+9A7D}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-26-wght-normal-YNOygvr_.woff2)format("woff2-variations");unicode-range:U+975B-975C,U+9763,U+9765-9766,U+976C-976D,U+9773,U+9776,U+977A,U+977C,U+9784-9785,U+978E-978F,U+9791-9792,U+9794-9795,U+9798,U+979A,U+979E,U+97A3,U+97A5-97A6,U+97A8,U+97AB-97AC,U+97AE-97AF,U+97B2,U+97B4,U+97C6,U+97CB-97CC,U+97D3,U+97D8,U+97DC,U+97E1,U+97EA-97EB,U+97EE,U+97FB,U+97FE-97FF,U+9801-9803,U+9805-9806,U+9808,U+980C,U+9810-9814,U+9817-9818,U+981E,U+9820-9821,U+9824,U+9828,U+982B-982D,U+9830,U+9834,U+9838-9839,U+983C,U+9846,U+984D-984F,U+9851-9852,U+9854-9855,U+9857-9858,U+985A-985B,U+9862-9863,U+9865,U+9867,U+986B,U+986F-9871,U+9877-9878,U+987C,U+9880,U+9883,U+9885,U+9889,U+988B-988F,U+9893-9895,U+9899-989B,U+989E-989F,U+98A1-98A2,U+98A5-98A7,U+98A9,U+98AF,U+98B1,U+98B6,U+98BA,U+98BE,U+98C3-98C4,U+98C6-98C8,U+98CF-98D6,U+98DA-98DB}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-27-wght-normal-BP2pEGQH.woff2)format("woff2-variations");unicode-range:U+95C4-95CA,U+95CC-95CD,U+95D4-95D6,U+95D8,U+95E1-95E2,U+95E9,U+95F0-95F1,U+95F3,U+95F6,U+95FC,U+95FE-95FF,U+9602-9604,U+9606-960D,U+960F,U+9611-9613,U+9615-9617,U+9619-961B,U+961D,U+9621,U+9628,U+962F,U+963C-963E,U+9641-9642,U+9649,U+9654,U+965B-965F,U+9661,U+9663,U+9665,U+9667-9668,U+966C,U+9670,U+9672-9674,U+9678,U+967A,U+967D,U+9682,U+9685,U+9688,U+968A,U+968D-968E,U+9695,U+9697-9698,U+969E,U+96A0,U+96A3-96A4,U+96A8,U+96AA,U+96B0-96B1,U+96B3-96B4,U+96B7-96B9,U+96BB-96BD,U+96C9,U+96CB,U+96CE,U+96D1-96D2,U+96D6,U+96D9,U+96DB-96DC,U+96DE,U+96E0,U+96E3,U+96E9,U+96EB,U+96F0-96F2,U+96F9,U+96FF,U+9701-9702,U+9705,U+9708,U+970A,U+970E-970F,U+9711,U+9719,U+9727,U+972A,U+972D,U+9730,U+973D,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975A}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-28-wght-normal-BWPKDbtH.woff2)format("woff2-variations");unicode-range:U+94F5,U+94F7,U+94F9,U+94FB-94FD,U+94FF,U+9503-9504,U+9506-9507,U+9509-950A,U+950D-950F,U+9511-9518,U+951A-9520,U+9522,U+9528-952D,U+9530-953A,U+953C-953F,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955B,U+955D-9568,U+956A-956D,U+9570-9574,U+9583,U+9586,U+9589,U+958E-958F,U+9591-9592,U+9594,U+9598-9599,U+959E-95A0,U+95A2-95A6,U+95A8-95B2,U+95B4,U+95B8-95C3}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-29-wght-normal-45aVmHn_.woff2)format("woff2-variations");unicode-range:U+941C-942B,U+942D-942E,U+9432-9433,U+9435,U+9438,U+943A,U+943E,U+9444,U+944A,U+9451-9452,U+945A,U+9462-9463,U+9465,U+9470-9487,U+948A-9492,U+9494-9498,U+949A,U+949C-949D,U+94A1,U+94A3-94A4,U+94A8,U+94AA-94AD,U+94AF,U+94B2,U+94B4-94BA,U+94BC-94C0,U+94C4,U+94C6-94DB,U+94DE-94EC,U+94EE-94F1,U+94F3}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-30-wght-normal-B8_s30jZ.woff2)format("woff2-variations");unicode-range:U+92EC-92ED,U+92F0,U+92F3,U+92F8,U+92FC,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931A,U+931E,U+9320-9322,U+9324,U+9326-9329,U+932B-932C,U+932F,U+9331-9332,U+9335-9336,U+933E,U+9340-9341,U+934A-9360,U+9362-9363,U+9365-936B,U+936E,U+9375,U+937E,U+9382,U+938A,U+938C,U+938F,U+9393-9394,U+9396-9397,U+939A,U+93A2,U+93A7,U+93AC-93CD,U+93D0-93D1,U+93D6-93D8,U+93DE-93DF,U+93E1-93E2,U+93E4,U+93F8,U+93FB,U+93FD,U+940E-941A}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-31-wght-normal-DW0t445S.woff2)format("woff2-variations");unicode-range:U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917A,U+917D-917E,U+9182-9183,U+9185,U+918C-918D,U+9190-9191,U+919A,U+919C,U+91A1-91A4,U+91A8,U+91AA-91AF,U+91B4-91B5,U+91B8,U+91BA,U+91BE,U+91C0-91C1,U+91C6,U+91C8,U+91CB,U+91D0,U+91D2,U+91D7-91D8,U+91DD,U+91E3,U+91E6-91E7,U+91ED,U+91F0,U+91F5,U+91F9,U+9200,U+9205,U+9207-920A,U+920D-920E,U+9210,U+9214-9215,U+921C,U+921E,U+9221,U+9223-9227,U+9229-922A,U+922D,U+9234-9235,U+9237,U+9239-923A,U+923C-9240,U+9244-9246,U+9249,U+924E-924F,U+9251,U+9253,U+9257,U+925B,U+925E,U+9262,U+9264-9266,U+9268,U+926C,U+926F,U+9271,U+927B,U+927E,U+9280,U+9283,U+9285-928A,U+928E,U+9291,U+9293,U+9296,U+9298,U+929C-929D,U+92A8,U+92AB-92AE,U+92B3,U+92B6-92B7,U+92B9,U+92C1,U+92C5-92C6,U+92C8,U+92CC,U+92D0,U+92D2,U+92E4,U+92EA}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-32-wght-normal-ShbWPcei.woff2)format("woff2-variations");unicode-range:U+9004,U+900B,U+9011,U+9015-9016,U+901E,U+9021,U+9026,U+902D,U+902F,U+9031,U+9035-9036,U+9039-903A,U+9041,U+9044-9046,U+904A,U+904F-9052,U+9054-9055,U+9058-9059,U+905B-905E,U+9060-9062,U+9068-9069,U+906F,U+9072,U+9074,U+9076-907A,U+907C-907D,U+9081,U+9083,U+9085,U+9087-908B,U+908F,U+9095,U+9097,U+9099-909B,U+909D,U+90A0-90A1,U+90A8-90A9,U+90AC,U+90B0,U+90B2-90B4,U+90B6,U+90B8,U+90BA,U+90BD-90BE,U+90C3-90C5,U+90C7-90C8,U+90CF-90D0,U+90D3,U+90D5,U+90D7,U+90DA-90DC,U+90DE,U+90E2,U+90E4,U+90E6-90E7,U+90EA-90EB,U+90EF,U+90F4-90F5,U+90F7,U+90FE-9100,U+9104,U+9109,U+910C,U+9112,U+9114-9115,U+9118,U+911C,U+911E,U+9120,U+9122-9123,U+9127,U+912D,U+912F-9132,U+9139-913A,U+9143,U+9146,U+9149-914A,U+914C,U+914E-9150,U+9154,U+9157,U+915A,U+915D-915E,U+9161-9162}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-33-wght-normal-BOTZYTjM.woff2)format("woff2-variations");unicode-range:U+8E41-8E42,U+8E47,U+8E49-8E4B,U+8E50-8E53,U+8E59-8E5A,U+8E5F-8E60,U+8E64,U+8E69,U+8E6C,U+8E70,U+8E74,U+8E76,U+8E7A-8E7C,U+8E7F,U+8E84-8E85,U+8E87,U+8E89,U+8E8B,U+8E8D,U+8E8F-8E90,U+8E94,U+8E99,U+8E9C,U+8E9E,U+8EAA,U+8EAC,U+8EB0,U+8EB6,U+8EC0,U+8EC6,U+8ECA-8ECE,U+8ED2,U+8EDA,U+8EDF,U+8EE2,U+8EEB,U+8EF8,U+8EFB-8EFE,U+8F03,U+8F09,U+8F0B,U+8F12-8F15,U+8F1B,U+8F1D,U+8F1F,U+8F29-8F2A,U+8F2F,U+8F36,U+8F38,U+8F3B,U+8F3E-8F3F,U+8F44-8F45,U+8F49,U+8F4D-8F4E,U+8F5F,U+8F6B,U+8F6D,U+8F71-8F73,U+8F75-8F76,U+8F78-8F7A,U+8F7C,U+8F7E,U+8F81-8F82,U+8F84,U+8F87,U+8F8A-8F8B,U+8F8D-8F8F,U+8F94-8F95,U+8F97-8F9A,U+8FA6,U+8FAD-8FAF,U+8FB2,U+8FB5-8FB7,U+8FBA-8FBC,U+8FBF,U+8FC2,U+8FCB,U+8FCD,U+8FD3,U+8FD5,U+8FD7,U+8FDA,U+8FE2-8FE5,U+8FE8-8FE9,U+8FEE,U+8FF3-8FF4,U+8FF8,U+8FFA}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-34-wght-normal-BF1rqDSt.woff2)format("woff2-variations");unicode-range:U+8CBD,U+8CBF-8CC4,U+8CC7-8CC8,U+8CCA,U+8CCD,U+8CD1,U+8CD3,U+8CDB-8CDC,U+8CDE,U+8CE0,U+8CE2-8CE4,U+8CE6-8CE8,U+8CEA,U+8CED,U+8CF4,U+8CF8,U+8CFA,U+8CFC-8CFD,U+8D04-8D05,U+8D07-8D08,U+8D0A,U+8D0D,U+8D0F,U+8D13-8D14,U+8D16,U+8D1B,U+8D20,U+8D30,U+8D32-8D33,U+8D36,U+8D3B,U+8D3D,U+8D40,U+8D42-8D43,U+8D45-8D46,U+8D48-8D4A,U+8D4D,U+8D51,U+8D53,U+8D55,U+8D59,U+8D5C-8D5D,U+8D5F,U+8D61,U+8D66-8D67,U+8D6A,U+8D6D,U+8D71,U+8D73,U+8D84,U+8D90-8D91,U+8D94-8D95,U+8D99,U+8DA8,U+8DAF,U+8DB1,U+8DB5,U+8DB8,U+8DBA,U+8DBC,U+8DBF,U+8DC2,U+8DC4,U+8DC6,U+8DCB,U+8DCE-8DCF,U+8DD6-8DD7,U+8DDA-8DDB,U+8DDE,U+8DE1,U+8DE3-8DE4,U+8DE9,U+8DEB-8DEC,U+8DF0-8DF1,U+8DF6-8DFD,U+8E05,U+8E07,U+8E09-8E0A,U+8E0C,U+8E0E,U+8E10,U+8E14,U+8E1D-8E1F,U+8E23,U+8E26,U+8E2B-8E31,U+8E34-8E35,U+8E39-8E3A,U+8E3D,U+8E40}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-35-wght-normal-Bosspiyr.woff2)format("woff2-variations");unicode-range:U+8B80,U+8B83,U+8B8A,U+8B8C,U+8B90,U+8B93,U+8B99-8B9A,U+8BA0,U+8BA3,U+8BA5-8BA7,U+8BAA-8BAC,U+8BB4-8BB5,U+8BB7,U+8BB9,U+8BC2-8BC3,U+8BC5,U+8BCB-8BCC,U+8BCE-8BD0,U+8BD2-8BD4,U+8BD6,U+8BD8-8BD9,U+8BDC,U+8BDF,U+8BE3-8BE4,U+8BE7-8BE9,U+8BEB-8BEC,U+8BEE,U+8BF0,U+8BF2-8BF3,U+8BF6,U+8BF9,U+8BFC-8BFD,U+8BFF-8C00,U+8C02,U+8C04,U+8C06-8C07,U+8C0C,U+8C0F,U+8C11-8C12,U+8C14-8C1B,U+8C1D-8C21,U+8C24-8C25,U+8C27,U+8C2A-8C2C,U+8C2E-8C30,U+8C32-8C36,U+8C3F,U+8C47-8C4C,U+8C4E-8C50,U+8C54-8C56,U+8C62,U+8C68,U+8C6C,U+8C73,U+8C78,U+8C7A,U+8C82,U+8C85,U+8C89-8C8A,U+8C8D-8C8E,U+8C90,U+8C93-8C94,U+8C98,U+8C9D-8C9E,U+8CA0-8CA2,U+8CA7-8CAC,U+8CAF-8CB0,U+8CB3-8CB4,U+8CB6-8CB9,U+8CBB-8CBC}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-36-wght-normal-CtU9CyKw.woff2)format("woff2-variations");unicode-range:U+8A15-8A18,U+8A1A-8A1B,U+8A1D,U+8A1F,U+8A22-8A23,U+8A25,U+8A2B,U+8A2D,U+8A31,U+8A33-8A34,U+8A36-8A38,U+8A3A,U+8A3C,U+8A3E,U+8A40-8A41,U+8A46,U+8A48,U+8A50,U+8A52,U+8A54-8A55,U+8A58,U+8A5B,U+8A5D-8A63,U+8A66,U+8A69-8A6B,U+8A6D-8A6E,U+8A70,U+8A72-8A73,U+8A7A,U+8A85,U+8A87,U+8A8A,U+8A8C-8A8D,U+8A90-8A92,U+8A95,U+8A98,U+8AA0-8AA1,U+8AA3-8AA6,U+8AA8-8AA9,U+8AAC-8AAE,U+8AB0,U+8AB2,U+8AB8-8AB9,U+8ABC,U+8ABE-8ABF,U+8AC7,U+8ACF,U+8AD2,U+8AD6-8AD7,U+8ADB-8ADC,U+8ADF,U+8AE1,U+8AE6-8AE8,U+8AEB,U+8AED-8AEE,U+8AF1,U+8AF3-8AF4,U+8AF7-8AF8,U+8AFA,U+8AFE,U+8B00-8B02,U+8B07,U+8B0A,U+8B0C,U+8B0E,U+8B10,U+8B17,U+8B19,U+8B1B,U+8B1D,U+8B20-8B21,U+8B26,U+8B28,U+8B2C,U+8B33,U+8B39,U+8B3E-8B3F,U+8B41,U+8B45,U+8B49,U+8B4C,U+8B4F,U+8B57-8B58,U+8B5A,U+8B5C,U+8B5E,U+8B60,U+8B6C,U+8B6F-8B70,U+8B72,U+8B74,U+8B77,U+8B7D}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-37-wght-normal-ghDiyiuv.woff2)format("woff2-variations");unicode-range:U+8882,U+8884-8886,U+8888,U+888F,U+8892-8893,U+889B,U+88A2,U+88A4,U+88A6,U+88A8,U+88AA,U+88AE,U+88B1,U+88B4,U+88B7,U+88BC,U+88C0,U+88C6-88C9,U+88CE-88CF,U+88D1-88D3,U+88D8,U+88DB-88DD,U+88DF,U+88E1-88E3,U+88E5,U+88E8,U+88EC,U+88F0-88F1,U+88F3-88F4,U+88FC-88FE,U+8900,U+8902,U+8906-8907,U+8909-890C,U+8912-8915,U+8918-891B,U+8921,U+8925,U+892B,U+8930,U+8932,U+8934,U+8936,U+893B,U+893D,U+8941,U+894C,U+8955-8956,U+8959,U+895C,U+895E-8960,U+8966,U+896A,U+896C,U+896F-8970,U+8972,U+897B,U+897E,U+8980,U+8983,U+8985,U+8987-8988,U+898C,U+898F,U+8993,U+8997,U+899A,U+89A1,U+89A7,U+89A9-89AA,U+89B2-89B3,U+89B7,U+89C0,U+89C7,U+89CA-89CC,U+89CE-89D1,U+89D6,U+89DA,U+89DC,U+89DE,U+89E5,U+89E7,U+89EB,U+89EF,U+89F1,U+89F3-89F4,U+89F8,U+89FF,U+8A01-8A03,U+8A07-8A0A,U+8A0E-8A0F,U+8A13}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-38-wght-normal-4Nz8k_dt.woff2)format("woff2-variations");unicode-range:U+86F4,U+86F8-86F9,U+86FB,U+86FE,U+8703,U+8706-870A,U+870D,U+8711-8713,U+871A,U+871E,U+8722-8723,U+8725,U+8729,U+872E,U+8731,U+8734,U+8737,U+873A-873B,U+873E-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875D,U+875F,U+8762-8766,U+8768,U+876E,U+8770,U+8772,U+8775,U+8778,U+877B-877E,U+8782,U+8785,U+8788,U+878B,U+8793,U+8797,U+879A,U+879E-87A0,U+87A2-87A3,U+87A8,U+87AB-87AD,U+87AF,U+87B3,U+87B5,U+87BD,U+87C0,U+87C4,U+87C6,U+87CA-87CB,U+87D1-87D2,U+87DB-87DC,U+87DE,U+87E0,U+87E5,U+87EA,U+87EC,U+87EE,U+87F2-87F3,U+87FB,U+87FD-87FE,U+8802-8803,U+8805,U+880A-880B,U+880D,U+8813-8816,U+8819,U+881B,U+881F,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883B-883C,U+8844,U+8846,U+884A,U+884E,U+8852-8853,U+8855,U+8859,U+885B,U+885D-885E,U+8862,U+8864,U+8869-886A,U+886E-886F,U+8872,U+8879,U+887D-887F}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-39-wght-normal-Ddtm1XVC.woff2)format("woff2-variations");unicode-range:U+8548,U+854E,U+8553,U+8556-8557,U+8559,U+855E,U+8561,U+8564-8565,U+8568-856A,U+856D,U+856F-8570,U+8572,U+8576,U+8579-857B,U+8580,U+8585-8586,U+8588,U+858A,U+858F,U+8591,U+8594,U+8599,U+859C,U+85A2,U+85A4,U+85A6,U+85A8-85A9,U+85AB-85AC,U+85AE,U+85B7-85B9,U+85BE,U+85C1,U+85C7,U+85CD,U+85D0,U+85D3,U+85D5,U+85DC-85DD,U+85DF-85E0,U+85E5-85E6,U+85E8-85EA,U+85F4,U+85F9,U+85FE-85FF,U+8602,U+8605-8607,U+860A-860B,U+8616,U+8618,U+861A,U+8627,U+8629,U+862D,U+8638,U+863C,U+863F,U+864D,U+864F,U+8652-8655,U+865B-865C,U+865F,U+8662,U+8667,U+866C,U+866E,U+8671,U+8675,U+867A-867C,U+867F,U+868B,U+868D,U+8693,U+869C-869D,U+86A1,U+86A3-86A4,U+86A7-86A9,U+86AC,U+86AF-86B1,U+86B4-86B6,U+86BA,U+86C0,U+86C4,U+86C6,U+86C9-86CA,U+86CD-86D1,U+86D4,U+86D8,U+86DE-86DF,U+86E4,U+86E6,U+86E9,U+86ED,U+86EF-86F3}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-40-wght-normal-BVn4-kgX.woff2)format("woff2-variations");unicode-range:U+83C5,U+83C8-83C9,U+83CB,U+83D1,U+83D3-83D6,U+83D8,U+83DB,U+83DD,U+83DF,U+83E1,U+83E5,U+83EA-83EB,U+83F0,U+83F4,U+83F8-83F9,U+83FB,U+83FD,U+83FF,U+8401,U+8406,U+840A-840B,U+840F,U+8411,U+8418,U+841C,U+8420,U+8422-8424,U+8426,U+8429,U+842C,U+8438-8439,U+843B-843C,U+843F,U+8446-8447,U+8449,U+844E,U+8451-8452,U+8456,U+8459-845A,U+845C,U+8462,U+8466,U+846D,U+846F-8470,U+8473,U+8476-8478,U+847A,U+847D,U+8484-8485,U+8487,U+8489,U+848C,U+848E,U+8490,U+8493-8494,U+8497,U+849B,U+849E-849F,U+84A1,U+84A5,U+84A8,U+84AF,U+84B4,U+84B9-84BF,U+84C1-84C2,U+84C5-84C7,U+84CA-84CB,U+84CD,U+84D0-84D1,U+84D3,U+84D6,U+84DF-84E0,U+84E2-84E3,U+84E5-84E7,U+84EE,U+84F3,U+84F6,U+84FA,U+84FC,U+84FF-8500,U+850C,U+8511,U+8514-8515,U+8517-8518,U+851F,U+8523,U+8525-8526,U+8529,U+852B,U+852D,U+8532,U+8534-8535,U+8538-853A,U+853C,U+8543,U+8545}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-41-wght-normal-CZqajZnl.woff2)format("woff2-variations");unicode-range:U+82BC,U+82BE,U+82C0-82C2,U+82C4-82C8,U+82CA-82CC,U+82CE,U+82D0,U+82D2-82D3,U+82D5-82D6,U+82D8-82D9,U+82DC-82DE,U+82E0-82E4,U+82E7,U+82E9-82EB,U+82ED-82EE,U+82F3-82F4,U+82F7-82F8,U+82FA-8301,U+8306-8308,U+830C-830D,U+830F,U+8311,U+8313-8315,U+8318,U+831A-831B,U+831D,U+8324,U+8327,U+832A,U+832C-832D,U+832F,U+8331-8334,U+833A-833C,U+8340,U+8343-8345,U+8347-8348,U+834A,U+834C,U+834F,U+8351,U+8356,U+8358-835C,U+835E,U+8360,U+8364-8366,U+8368-836A,U+836C-836E,U+8373,U+8378,U+837B-837D,U+837F-8380,U+8382,U+8388,U+838A-838B,U+8392,U+8394,U+8396,U+8398-8399,U+839B-839C,U+83A0,U+83A2-83A3,U+83A8-83AA,U+83AE-83B0,U+83B3-83B4,U+83B6,U+83B8,U+83BA,U+83BC-83BD,U+83BF-83C0,U+83C2}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-42-wght-normal-CQ4lY28u.woff2)format("woff2-variations");unicode-range:U+8166-8169,U+816B,U+816D,U+8171,U+8173-8174,U+8178,U+817C-817D,U+8182,U+8188,U+8191,U+8198-819B,U+81A0,U+81A3,U+81A5-81A6,U+81A9,U+81B6,U+81BA-81BB,U+81BD,U+81BF,U+81C1,U+81C3,U+81C6,U+81C9-81CA,U+81CC-81CD,U+81D1,U+81D3-81D4,U+81D8,U+81DB-81DC,U+81DE-81DF,U+81E5,U+81E7-81E9,U+81EB-81EC,U+81EE-81EF,U+81F5,U+81F8,U+81FA,U+81FC,U+81FE,U+8200-8202,U+8204,U+8208-820A,U+820E-8210,U+8216-8218,U+821B-821C,U+8221-8224,U+8226-8228,U+822B,U+822D,U+822F,U+8232-8234,U+8237-8238,U+823A-823B,U+823E,U+8244,U+8249,U+824B,U+824F,U+8259-825A,U+825F,U+8266,U+8268,U+826E,U+8271,U+8276-8279,U+827D,U+827F,U+8283-8284,U+8288-828A,U+828D-8291,U+8293-8294,U+8296-8298,U+829F-82A1,U+82A3-82A4,U+82A7-82AB,U+82AE,U+82B0,U+82B2,U+82B4-82B6}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-43-wght-normal-psppu0d8.woff2)format("woff2-variations");unicode-range:U+8016,U+8018-8019,U+801C,U+801E,U+8026-802A,U+8031,U+8034-8035,U+8037,U+8043,U+804B,U+804D,U+8052,U+8056,U+8059,U+805E,U+8061,U+8068-8069,U+806E-8074,U+8076-8078,U+807C-8080,U+8082,U+8084-8085,U+8088,U+808F,U+8093,U+809C,U+809F,U+80AB,U+80AD-80AE,U+80B1,U+80B6-80B8,U+80BC-80BD,U+80C2,U+80C4,U+80CA,U+80CD,U+80D1,U+80D4,U+80D7,U+80D9-80DB,U+80DD,U+80E0,U+80E4-80E5,U+80E7-80ED,U+80EF-80F1,U+80F3-80F4,U+80FC,U+8101,U+8104-8105,U+8107-8108,U+810C-810E,U+8112-8115,U+8117-8119,U+811B-811F,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813F-8140,U+8142,U+8146,U+8148,U+814D-814E,U+8151,U+8153,U+8158-815A,U+815E,U+8160}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-44-wght-normal-cbKJlTUe.woff2)format("woff2-variations");unicode-range:U+7EF0-7EF2,U+7EF6,U+7EFA-7EFB,U+7EFE,U+7F01-7F04,U+7F08,U+7F0A-7F12,U+7F17,U+7F19,U+7F1B-7F1C,U+7F1F,U+7F21-7F23,U+7F25-7F28,U+7F2A-7F33,U+7F35-7F37,U+7F3D,U+7F42,U+7F44-7F45,U+7F4C-7F4D,U+7F52,U+7F54,U+7F58-7F59,U+7F5D,U+7F5F-7F61,U+7F63,U+7F65,U+7F68,U+7F70-7F71,U+7F73-7F75,U+7F77,U+7F79,U+7F7D-7F7E,U+7F85-7F86,U+7F88-7F89,U+7F8B-7F8C,U+7F90-7F91,U+7F94-7F96,U+7F98-7F9B,U+7F9D,U+7F9F,U+7FA3,U+7FA7-7FA9,U+7FAC-7FB2,U+7FB4,U+7FB6,U+7FB8,U+7FBC,U+7FBF-7FC0,U+7FC3,U+7FCA,U+7FCC,U+7FCE,U+7FD2,U+7FD5,U+7FD9-7FDB,U+7FDF,U+7FE3,U+7FE5-7FE7,U+7FE9,U+7FEB-7FEC,U+7FEE-7FEF,U+7FF1,U+7FF3-7FF4,U+7FF9-7FFA,U+7FFE,U+8004,U+8006,U+800B,U+800E,U+8011-8012,U+8014}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-45-wght-normal-MKIEVRIC.woff2)format("woff2-variations");unicode-range:U+7DD2,U+7DD4,U+7DD6-7DD8,U+7DDA-7DE0,U+7DE2-7DE6,U+7DE8-7DED,U+7DEF,U+7DF1-7DF5,U+7DF7,U+7DF9,U+7DFB-7DFC,U+7DFE-7E02,U+7E04,U+7E08-7E0B,U+7E12,U+7E1B,U+7E1E,U+7E20,U+7E22-7E23,U+7E26,U+7E29,U+7E2B,U+7E2E-7E2F,U+7E31,U+7E37,U+7E39-7E3E,U+7E40,U+7E43-7E44,U+7E46-7E47,U+7E4A-7E4B,U+7E4D-7E4E,U+7E51,U+7E54-7E56,U+7E58-7E5B,U+7E5D-7E5E,U+7E61,U+7E66-7E67,U+7E69-7E6B,U+7E6D,U+7E70,U+7E73,U+7E77,U+7E79,U+7E7B-7E7D,U+7E81-7E82,U+7E8C-7E8D,U+7E8F,U+7E92-7E94,U+7E96,U+7E98,U+7E9A-7E9C,U+7E9E-7E9F,U+7EA1,U+7EA3,U+7EA5,U+7EA8-7EA9,U+7EAB,U+7EAD-7EAE,U+7EB0,U+7EBB,U+7EBE,U+7EC0-7EC2,U+7EC9,U+7ECB-7ECC,U+7ED0,U+7ED4,U+7ED7,U+7EDB,U+7EE0-7EE2,U+7EE5-7EE6,U+7EE8,U+7EEB}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-46-wght-normal-CErGc6Mt.woff2)format("woff2-variations");unicode-range:U+7CE8,U+7CEC,U+7CF0,U+7CF5-7CF9,U+7CFC,U+7CFE,U+7D00,U+7D04-7D0B,U+7D0D,U+7D10-7D14,U+7D17-7D19,U+7D1B-7D1F,U+7D21,U+7D24-7D26,U+7D28-7D2A,U+7D2C-7D2E,U+7D30-7D31,U+7D33,U+7D35-7D36,U+7D38-7D3A,U+7D40,U+7D42-7D44,U+7D46,U+7D4B-7D4C,U+7D4F,U+7D51,U+7D54-7D56,U+7D58,U+7D5B-7D5C,U+7D5E,U+7D61-7D63,U+7D66,U+7D68,U+7D6A-7D6C,U+7D6F,U+7D71-7D73,U+7D75-7D77,U+7D79-7D7A,U+7D7E,U+7D81,U+7D84-7D8B,U+7D8D,U+7D8F,U+7D91,U+7D94,U+7D96,U+7D98-7D9A,U+7D9C-7DA0,U+7DA2,U+7DA6,U+7DAA-7DB1,U+7DB4-7DB8,U+7DBA-7DBF,U+7DC1,U+7DC4,U+7DC7-7DC8,U+7DCA-7DCD,U+7DCF,U+7DD1}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-47-wght-normal-C5Kgg1_m.woff2)format("woff2-variations");unicode-range:U+7BD3-7BD4,U+7BD9-7BDA,U+7BDD,U+7BE0-7BE1,U+7BE4-7BE6,U+7BE9-7BEA,U+7BEF,U+7BF4,U+7BF6,U+7BFC,U+7BFE,U+7C01,U+7C03,U+7C07-7C08,U+7C0A-7C0D,U+7C0F,U+7C11,U+7C15-7C16,U+7C19,U+7C1E-7C21,U+7C23-7C24,U+7C26,U+7C28-7C33,U+7C35,U+7C37-7C3B,U+7C3D-7C3E,U+7C40-7C41,U+7C43,U+7C47-7C48,U+7C4C,U+7C50,U+7C53-7C54,U+7C59,U+7C5F-7C60,U+7C63-7C65,U+7C6C,U+7C6E,U+7C72,U+7C74,U+7C79-7C7A,U+7C7C,U+7C81-7C82,U+7C84-7C85,U+7C88,U+7C8A-7C91,U+7C93-7C96,U+7C99,U+7C9B-7C9E,U+7CA0-7CA2,U+7CA6-7CA9,U+7CAC,U+7CAF-7CB3,U+7CB5-7CB7,U+7CBA-7CBD,U+7CBF-7CC2,U+7CC5,U+7CC7-7CC9,U+7CCC-7CCD,U+7CD7,U+7CDC,U+7CDE,U+7CE0,U+7CE4-7CE5,U+7CE7}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-48-wght-normal-DFMjDDY6.woff2)format("woff2-variations");unicode-range:U+7AE6,U+7AF4-7AF7,U+7AFA-7AFB,U+7AFD-7B0A,U+7B0C,U+7B0E-7B0F,U+7B13,U+7B15-7B16,U+7B18-7B19,U+7B1E-7B20,U+7B22-7B25,U+7B29-7B2B,U+7B2D-7B2E,U+7B30-7B3B,U+7B3E-7B3F,U+7B41-7B42,U+7B44-7B47,U+7B4A,U+7B4C-7B50,U+7B58,U+7B5A,U+7B5C,U+7B60,U+7B66-7B67,U+7B69,U+7B6C-7B6F,U+7B72-7B76,U+7B7B-7B7D,U+7B7F,U+7B82,U+7B85,U+7B87,U+7B8B-7B96,U+7B98-7B99,U+7B9B-7B9F,U+7BA2-7BA4,U+7BA6-7BAC,U+7BAE-7BB0,U+7BB4,U+7BB7-7BB9,U+7BBB,U+7BC0-7BC1,U+7BC3-7BC4,U+7BC6,U+7BC8-7BCC,U+7BD1}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-49-wght-normal-B7l_3BZr.woff2)format("woff2-variations");unicode-range:U+798B-798E,U+7992,U+7994-7995,U+7997-7998,U+799A-799C,U+799F,U+79A3-79A6,U+79A8-79AC,U+79AE-79B1,U+79B3-79B5,U+79B8,U+79BA,U+79BF,U+79C2,U+79C6,U+79C8,U+79CF,U+79D5-79D6,U+79DD-79DE,U+79E3,U+79E7-79E8,U+79EB,U+79ED,U+79F4,U+79F7-79F8,U+79FA,U+79FE,U+7A02-7A03,U+7A05,U+7A0A,U+7A14,U+7A17,U+7A19,U+7A1C,U+7A1E-7A1F,U+7A23,U+7A25-7A26,U+7A2C,U+7A2E,U+7A30-7A32,U+7A36-7A37,U+7A39,U+7A3C,U+7A40,U+7A42,U+7A47,U+7A49,U+7A4C-7A4F,U+7A51,U+7A55,U+7A5B,U+7A5D-7A5E,U+7A62-7A63,U+7A66,U+7A68-7A69,U+7A6B,U+7A70,U+7A78,U+7A80,U+7A85-7A88,U+7A8A,U+7A90,U+7A93-7A96,U+7A98,U+7A9B-7A9C,U+7A9E,U+7AA0-7AA1,U+7AA3,U+7AA8-7AAA,U+7AAC-7AB0,U+7AB3,U+7AB8,U+7ABA,U+7ABD-7ABF,U+7AC4-7AC5,U+7AC7-7AC8,U+7ACA,U+7AD1-7AD2,U+7ADA-7ADD,U+7AE1,U+7AE4}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-50-wght-normal-C5KfAmFp.woff2)format("woff2-variations");unicode-range:U+784C,U+784E-7854,U+7856-7857,U+7859-785A,U+7865,U+7869-786A,U+786D,U+786F,U+7876-7877,U+787C,U+787E-787F,U+7881,U+7887-7889,U+7893-7894,U+7898-789E,U+78A1,U+78A3,U+78A5,U+78A9,U+78AD,U+78B2,U+78B4,U+78B6,U+78B9-78BA,U+78BC,U+78BF,U+78C3,U+78C9,U+78CB,U+78D0-78D2,U+78D4,U+78D9-78DA,U+78DC,U+78DE,U+78E1,U+78E5-78E6,U+78EA,U+78EC,U+78EF,U+78F1-78F2,U+78F4,U+78FA-78FB,U+78FE,U+7901-7902,U+7905,U+7907,U+7909,U+790B-790C,U+790E,U+7910,U+7913,U+7919-791B,U+791E-791F,U+7921,U+7924,U+7926,U+792A-792B,U+7934,U+7936,U+7939,U+793B,U+793D,U+7940,U+7942-7943,U+7945-7947,U+7949-794A,U+794C,U+794E-7951,U+7953-7955,U+7957-795A,U+795C,U+795F-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796B,U+796F,U+7972,U+7974,U+7979,U+797B-797C,U+797E-7980,U+7982,U+7986-7987,U+7989-798A}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-51-wght-normal-C2bq6hC8.woff2)format("woff2-variations");unicode-range:U+7722,U+7726,U+7728,U+772B-7730,U+7732-7736,U+7739-773A,U+773D-773F,U+7743,U+7746-7747,U+774C-774F,U+7751-7752,U+7758-775A,U+775C-775E,U+7762,U+7765-7766,U+7768-776A,U+776C-776D,U+7771-7772,U+777A,U+777C-777E,U+7780,U+7785,U+7787,U+778B-778D,U+778F-7791,U+7793,U+779E-77A0,U+77A2,U+77A5,U+77AD,U+77AF,U+77B4-77B7,U+77BD-77C0,U+77C2,U+77C5,U+77C7,U+77CD,U+77D6-77D7,U+77D9-77DA,U+77DD-77DE,U+77E7,U+77EA,U+77EC,U+77EF,U+77F8,U+77FB,U+77FD-77FE,U+7800,U+7803,U+7806,U+7809,U+780F-7812,U+7815,U+7817-7818,U+781A-781F,U+7821-7823,U+7825-7827,U+7829,U+782B-7830,U+7832-7833,U+7835,U+7837,U+7839-783C,U+783E,U+7841-7844,U+7847-7849,U+784B}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-52-wght-normal-P18e_Y0j.woff2)format("woff2-variations");unicode-range:U+7613-7619,U+761B-761D,U+761F-7622,U+7625,U+7627-762A,U+762E-7630,U+7632-7635,U+7638-763A,U+763C-763D,U+763F-7640,U+7642-7643,U+7647-7648,U+764D-764E,U+7652,U+7654,U+7658,U+765A,U+765C,U+765E-765F,U+7661-7663,U+7665,U+7669,U+766C,U+766E-766F,U+7671-7673,U+7675-7676,U+7678-767A,U+767F,U+7681,U+7683,U+7688,U+768A-768C,U+768E,U+7690-7692,U+7695,U+7698,U+769A-769B,U+769D-76A0,U+76A2,U+76A4-76A7,U+76AB-76AC,U+76AF-76B0,U+76B2,U+76B4-76B5,U+76BA-76BB,U+76BF,U+76C2-76C3,U+76C5,U+76C9,U+76CC-76CE,U+76DC-76DE,U+76E1-76EA,U+76F1,U+76F9-76FB,U+76FD,U+76FF-7700,U+7703-7704,U+7707-7708,U+770C-770F,U+7712,U+7714,U+7716,U+7719-771B,U+771E,U+7721}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-53-wght-normal-Bgkuo2tF.woff2)format("woff2-variations");unicode-range:U+750D,U+750F,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752A,U+752C-752D,U+752F,U+7534,U+7536,U+753A,U+753E,U+7540,U+7544,U+7547-754B,U+754D-754E,U+7550-7553,U+7556-7557,U+755A-755B,U+755D-755E,U+7560,U+7562,U+7564,U+7566-7568,U+756B-756C,U+756F-7573,U+7575,U+7579-757C,U+757E-757F,U+7581-7584,U+7587,U+7589-758E,U+7590,U+7592,U+7594,U+7596,U+7599-759A,U+759D,U+759F-75A0,U+75A3,U+75A5,U+75A8,U+75AC-75AD,U+75B0-75B1,U+75B3-75B5,U+75B8,U+75BD,U+75C1-75C4,U+75C8-75CA,U+75CC-75CD,U+75D4,U+75D6,U+75D9,U+75DE,U+75E0,U+75E2-75E4,U+75E6-75EA,U+75F1-75F3,U+75F7,U+75F9-75FA,U+75FC,U+75FE-7601,U+7603,U+7605-7606,U+7608-760E,U+7610-7612}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-54-wght-normal-DL5lmlUd.woff2)format("woff2-variations");unicode-range:U+73F0,U+73F2,U+73F4-73F5,U+73F7,U+73F9-73FA,U+73FC-73FD,U+73FF-7402,U+7404,U+7407-7408,U+740A-740F,U+7418,U+741A-741C,U+741E,U+7424-7425,U+7428-7429,U+742C-7430,U+7432,U+7435-7436,U+7438-743B,U+743E-7441,U+7443-7446,U+7448,U+744A-744B,U+7452,U+7457,U+745B,U+745D,U+7460,U+7462-7465,U+7467-746A,U+746D,U+746F,U+7471,U+7473-7474,U+7477,U+747A,U+747E,U+7481-7482,U+7484,U+7486,U+7488-748B,U+748E-748F,U+7493,U+7498,U+749A,U+749C-74A0,U+74A3,U+74A6,U+74A9-74AA,U+74AE,U+74B0-74B2,U+74B6,U+74B8-74BA,U+74BD,U+74BF,U+74C1,U+74C3,U+74C5,U+74C8,U+74CA,U+74CC,U+74CF,U+74D1-74D2,U+74D4-74D5,U+74D8-74DB,U+74DE-74E0,U+74E2,U+74E4-74E5,U+74E7-74E9,U+74EE-74EF,U+74F4,U+74FF,U+7501,U+7503,U+7505,U+7508}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-55-wght-normal-BV_Oy6IF.woff2)format("woff2-variations");unicode-range:U+72E6,U+72E8,U+72EF-72F0,U+72F2-72F4,U+72F6-72F7,U+72F9-72FB,U+72FD,U+7300-7304,U+7307,U+730A-730C,U+7313-7317,U+731D-7322,U+7327,U+7329,U+732C-732D,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733D-733E,U+7340,U+7342,U+7344-7345,U+734A,U+734D-7350,U+7352,U+7355,U+7357,U+7359,U+735F-7360,U+7362-7363,U+7365,U+7368,U+736C-736D,U+736F-7370,U+7372,U+7374-7376,U+7378,U+737A-737B,U+737D-737E,U+7382-7383,U+7386,U+7388,U+738A,U+738C-7393,U+7395,U+7397-739A,U+739C,U+739E,U+73A0-73A3,U+73A5-73A8,U+73AA,U+73AD,U+73B1,U+73B3,U+73B6-73B7,U+73B9,U+73C2,U+73C5-73C9,U+73CC,U+73CE-73D0,U+73D2,U+73D6,U+73D9,U+73DB-73DE,U+73E3,U+73E5-73EA,U+73EE-73EF}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-56-wght-normal-B4L7Hj8f.woff2)format("woff2-variations");unicode-range:U+71A8,U+71AF,U+71B1-71BC,U+71BE,U+71C1-71C2,U+71C4,U+71C8-71CB,U+71CE-71D0,U+71D2,U+71D4,U+71D9-71DA,U+71DC,U+71DF-71E0,U+71E6-71E8,U+71EA,U+71ED-71EE,U+71F4,U+71F6,U+71F9,U+71FB-71FC,U+71FF-7200,U+7207,U+720C-720D,U+7210,U+7216,U+721A-721E,U+7223,U+7228,U+722B,U+722D-722E,U+7230,U+7232,U+723A-723C,U+723E-7242,U+7246,U+724B,U+724D-724E,U+7252,U+7256,U+7258,U+725A,U+725C-725D,U+7260,U+7264-7266,U+726A,U+726C,U+726E-726F,U+7271,U+7273-7274,U+7278,U+727B,U+727D-727E,U+7281-7282,U+7284,U+7287,U+728A,U+728D,U+728F,U+7292,U+729B,U+729F-72A0,U+72A7,U+72AD-72AE,U+72B0-72B5,U+72B7-72B8,U+72BA-72BE,U+72C0-72C1,U+72C3,U+72C5-72C6,U+72C8,U+72CC-72CE,U+72D2,U+72D6,U+72DB,U+72DD-72DF,U+72E1,U+72E5}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-57-wght-normal-DU8YBsDj.woff2)format("woff2-variations");unicode-range:U+700B,U+700D,U+7015,U+7018,U+701B,U+701D-701F,U+7023,U+7026-7028,U+702C,U+702E-7030,U+7035,U+7037,U+7039-703A,U+703C-703E,U+7044,U+7049-704B,U+704F,U+7051,U+7058,U+705A,U+705C-705E,U+7061,U+7064,U+7066,U+706C,U+707D,U+7080-7081,U+7085-7086,U+708A,U+708F,U+7091,U+7094-7095,U+7098-7099,U+709C-709D,U+709F,U+70A4,U+70A9-70AA,U+70AF-70B2,U+70B4-70B7,U+70BB,U+70C0,U+70C3,U+70C7,U+70CB,U+70CE-70CF,U+70D4,U+70D9-70DA,U+70DC-70DD,U+70E0,U+70E9,U+70EC,U+70F7,U+70FA,U+70FD,U+70FF,U+7104,U+7108-7109,U+710C,U+7110,U+7113-7114,U+7116-7118,U+711C,U+711E,U+7120,U+712E-712F,U+7131,U+713C,U+7142,U+7144-7147,U+7149-714B,U+7150,U+7152,U+7155-7156,U+7159-715A,U+715C,U+7161,U+7165-7166,U+7168-7169,U+716D,U+7173-7174,U+7176,U+7178,U+717A,U+717D,U+717F-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719C,U+71A0,U+71A4-71A5}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-58-wght-normal-CE0BKS9u.woff2)format("woff2-variations");unicode-range:U+6ED9,U+6EDB,U+6EDD,U+6EDF-6EE0,U+6EE2,U+6EE6,U+6EEA,U+6EEC,U+6EEE-6EEF,U+6EF2-6EF3,U+6EF7-6EFA,U+6EFE,U+6F01,U+6F03,U+6F08-6F09,U+6F15-6F16,U+6F19,U+6F22-6F25,U+6F28-6F2A,U+6F2C-6F2D,U+6F2F,U+6F32,U+6F36-6F38,U+6F3F,U+6F43-6F46,U+6F48,U+6F4B,U+6F4E-6F4F,U+6F51,U+6F54-6F57,U+6F59-6F5B,U+6F5E-6F5F,U+6F61,U+6F64-6F67,U+6F69-6F6C,U+6F6F-6F72,U+6F74-6F76,U+6F78-6F7E,U+6F80-6F83,U+6F86,U+6F89,U+6F8B-6F8D,U+6F90,U+6F92,U+6F94,U+6F97-6F98,U+6F9B,U+6FA3-6FA5,U+6FA7,U+6FAA,U+6FAF,U+6FB1,U+6FB4,U+6FB6,U+6FB9,U+6FC1-6FCB,U+6FD1-6FD3,U+6FD5,U+6FDB,U+6FDE-6FE1,U+6FE4,U+6FE9,U+6FEB-6FEC,U+6FEE-6FF1,U+6FFA,U+6FFE,U+7005-7006,U+7009}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-59-wght-normal-Azv2Ku9_.woff2)format("woff2-variations");unicode-range:U+6DC3,U+6DC5-6DC6,U+6DC9,U+6DCC,U+6DCF,U+6DD2-6DD3,U+6DD6,U+6DD9-6DDE,U+6DE0,U+6DE4,U+6DE6,U+6DE8-6DEA,U+6DEC,U+6DEF-6DF0,U+6DF5-6DF6,U+6DF8,U+6DFA,U+6DFC,U+6E03-6E04,U+6E07-6E09,U+6E0B-6E0C,U+6E0E,U+6E11,U+6E13,U+6E15-6E16,U+6E19-6E1B,U+6E1E-6E1F,U+6E22,U+6E25-6E27,U+6E2B-6E2C,U+6E36-6E37,U+6E39-6E3A,U+6E3C-6E41,U+6E44-6E45,U+6E47,U+6E49-6E4B,U+6E4D-6E4E,U+6E51,U+6E53-6E55,U+6E5C-6E5F,U+6E61-6E63,U+6E65-6E67,U+6E6A-6E6B,U+6E6D-6E70,U+6E72-6E74,U+6E76-6E78,U+6E7C,U+6E80-6E82,U+6E86-6E87,U+6E89,U+6E8D,U+6E8F,U+6E96,U+6E98,U+6E9D-6E9F,U+6EA1,U+6EA5-6EA7,U+6EAB,U+6EB1-6EB2,U+6EB4,U+6EB7,U+6EBB-6EBD,U+6EBF-6EC6,U+6EC8-6EC9,U+6ECC,U+6ECF-6ED0,U+6ED3-6ED4,U+6ED7-6ED8}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-60-wght-normal-C1lngC61.woff2)format("woff2-variations");unicode-range:U+6CB1-6CB2,U+6CB4-6CB5,U+6CB7,U+6CBA,U+6CBC-6CBD,U+6CC1-6CC3,U+6CC5-6CC7,U+6CD0-6CD4,U+6CD6-6CD7,U+6CD9-6CDA,U+6CDE-6CE0,U+6CE4,U+6CE6,U+6CE9,U+6CEB-6CEF,U+6CF1-6CF2,U+6CF6-6CF7,U+6CFA,U+6CFE,U+6D03-6D05,U+6D07-6D08,U+6D0A,U+6D0C,U+6D0E-6D11,U+6D13-6D14,U+6D16,U+6D18-6D1A,U+6D1C,U+6D1F,U+6D22-6D23,U+6D26-6D29,U+6D2B,U+6D2E-6D30,U+6D33,U+6D35-6D36,U+6D38-6D3A,U+6D3C,U+6D3F,U+6D42-6D44,U+6D48-6D49,U+6D4D,U+6D50,U+6D52,U+6D54,U+6D56-6D58,U+6D5A-6D5C,U+6D5E,U+6D60-6D61,U+6D63-6D65,U+6D67,U+6D6C-6D6D,U+6D6F,U+6D75,U+6D7B-6D7D,U+6D87,U+6D8A,U+6D8E,U+6D90-6D9A,U+6D9C-6DA0,U+6DA2-6DA3,U+6DA7,U+6DAA-6DAC,U+6DAE,U+6DB3-6DB4,U+6DB6,U+6DB8,U+6DBC,U+6DBF,U+6DC2}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-61-wght-normal-BxWkGF5M.woff2)format("woff2-variations");unicode-range:U+6B83-6B86,U+6B89,U+6B8D,U+6B91-6B93,U+6B95,U+6B97-6B98,U+6B9A-6B9B,U+6B9E,U+6BA1-6BA4,U+6BA9-6BAA,U+6BAD,U+6BAF-6BB0,U+6BB2-6BB3,U+6BBA-6BBD,U+6BC0,U+6BC2,U+6BC6,U+6BCA-6BCC,U+6BCE,U+6BD0-6BD1,U+6BD3,U+6BD6-6BD8,U+6BDA,U+6BE1,U+6BE6,U+6BEC,U+6BF1,U+6BF3-6BF5,U+6BF9,U+6BFD,U+6C05-6C08,U+6C0D,U+6C10,U+6C15-6C1A,U+6C21,U+6C23-6C26,U+6C29-6C2D,U+6C30-6C33,U+6C35-6C37,U+6C39-6C3A,U+6C3C-6C3F,U+6C46,U+6C4A-6C4C,U+6C4E-6C50,U+6C54,U+6C56,U+6C59-6C5C,U+6C5E,U+6C63,U+6C67-6C69,U+6C6B,U+6C6D,U+6C6F,U+6C72-6C74,U+6C78-6C7A,U+6C7C,U+6C84-6C87,U+6C8B-6C8C,U+6C8F,U+6C91,U+6C93-6C96,U+6C98,U+6C9A,U+6C9D,U+6CA2-6CA4,U+6CA8-6CA9,U+6CAC-6CAE}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-62-wght-normal-CXXMAq-5.woff2)format("woff2-variations");unicode-range:U+69FE-6A01,U+6A06,U+6A09,U+6A0B,U+6A11,U+6A13,U+6A17-6A19,U+6A1B,U+6A1E,U+6A23,U+6A28-6A29,U+6A2B,U+6A2F-6A30,U+6A35,U+6A38-6A40,U+6A46-6A48,U+6A4A-6A4B,U+6A4E,U+6A50,U+6A52,U+6A5B,U+6A5E,U+6A62,U+6A65-6A67,U+6A6B,U+6A79,U+6A7C,U+6A7E-6A7F,U+6A84,U+6A86,U+6A8E,U+6A90-6A91,U+6A94,U+6A97,U+6A9C,U+6A9E,U+6AA0,U+6AA2,U+6AA4,U+6AA9,U+6AAB,U+6AAE-6AB0,U+6AB2-6AB3,U+6AB5,U+6AB7-6AB8,U+6ABA-6ABB,U+6ABD,U+6ABF,U+6AC2-6AC4,U+6AC6,U+6AC8,U+6ACC,U+6ACE,U+6AD2-6AD3,U+6AD8-6ADC,U+6ADF-6AE0,U+6AE4-6AE5,U+6AE7-6AE8,U+6AFB,U+6B04-6B05,U+6B0D-6B13,U+6B16-6B17,U+6B19,U+6B24-6B25,U+6B2C,U+6B37-6B39,U+6B3B,U+6B3D,U+6B43,U+6B46,U+6B4E,U+6B50,U+6B53-6B54,U+6B58-6B59,U+6B5B,U+6B60,U+6B69,U+6B6D,U+6B6F-6B70,U+6B73-6B74,U+6B77-6B7A,U+6B80-6B82}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-63-wght-normal-4La5uKvS.woff2)format("woff2-variations");unicode-range:U+68D3,U+68D7,U+68DD,U+68DF,U+68E1,U+68E3-68E4,U+68E6-68ED,U+68EF-68F0,U+68F2,U+68F4,U+68F6-68F7,U+68F9,U+68FB-68FD,U+68FF-6902,U+6906-6908,U+690B,U+6910,U+691A-691C,U+691F-6920,U+6924-6925,U+692A,U+692D,U+6934,U+6939,U+693C-6945,U+694A-694B,U+6952-6954,U+6957,U+6959,U+695B,U+695D,U+695F,U+6962-6964,U+6966,U+6968-696C,U+696E-696F,U+6971,U+6973-6974,U+6978-6979,U+697D,U+697F-6980,U+6985,U+6987-698A,U+698D-698E,U+6994-6999,U+699B,U+69A3-69A4,U+69A6-69A7,U+69AB,U+69AD-69AE,U+69B1,U+69B7,U+69BB-69BC,U+69C1,U+69C3-69C5,U+69C7,U+69CA-69CE,U+69D0-69D1,U+69D3-69D4,U+69D7-69DA,U+69E0,U+69E4,U+69E6,U+69EC-69ED,U+69F1-69F3,U+69F8,U+69FA-69FC}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-64-wght-normal-CbIuD2Eg.woff2)format("woff2-variations");unicode-range:U+678B-678D,U+678F,U+6792-6793,U+6796,U+6798,U+679E-67A1,U+67A5,U+67A7-67A9,U+67AC-67AD,U+67B0-67B1,U+67B3,U+67B5,U+67B7,U+67B9,U+67BB-67BC,U+67C0-67C1,U+67C3,U+67C5-67CA,U+67D1-67D2,U+67D7-67D9,U+67DD-67DF,U+67E2-67E4,U+67E6-67E9,U+67F0,U+67F5,U+67F7-67F8,U+67FA-67FB,U+67FD-67FE,U+6800-6801,U+6803-6804,U+6806,U+6809-680A,U+680C,U+680E,U+6812,U+681D-681F,U+6822,U+6824-6829,U+682B-682D,U+6831-6835,U+683B,U+683E,U+6840-6841,U+6844-6845,U+6849,U+684E,U+6853,U+6855-6856,U+685C-685D,U+685F-6862,U+6864,U+6866-6868,U+686B,U+686F,U+6872,U+6874,U+6877,U+687F,U+6883,U+6886,U+688F,U+689B,U+689F-68A0,U+68A2-68A3,U+68B1,U+68B6,U+68B9-68BA,U+68BC-68BF,U+68C1-68C4,U+68C6,U+68C8,U+68CA,U+68CC,U+68D0-68D1}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-65-wght-normal-BGqvKda2.woff2)format("woff2-variations");unicode-range:U+6631,U+6633-6634,U+6636,U+663A-663B,U+663D,U+6641,U+6644-6645,U+6649,U+664C,U+664F,U+6654,U+6659,U+665B,U+665D-665E,U+6660-6667,U+6669,U+666B-666C,U+6671,U+6673,U+6677-6679,U+667C,U+6680-6681,U+6684-6685,U+6688-6689,U+668B-668E,U+6690,U+6692,U+6695,U+6698,U+669A,U+669D,U+669F-66A0,U+66A2-66A3,U+66A6,U+66AA-66AB,U+66B1-66B2,U+66B5,U+66B8-66B9,U+66BB,U+66BE,U+66C1,U+66C6-66C9,U+66CC,U+66D5-66D8,U+66DA-66DC,U+66DE-66E2,U+66E8-66EA,U+66EC,U+66F1,U+66F3,U+66F7,U+66FA,U+66FD,U+6702,U+6705,U+670A,U+670F-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672D-672E,U+6732-6733,U+6736,U+6739,U+673B,U+673F,U+6744,U+6748,U+674C-674D,U+6753,U+6755,U+6762,U+6767,U+6769-676C,U+676E,U+6772-6773,U+6775,U+6777,U+677A-677D,U+6782-6783,U+6787,U+678A}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-66-wght-normal-BvNozWOY.woff2)format("woff2-variations");unicode-range:U+64F1-64F2,U+64F4,U+64F7-64F8,U+64FA,U+64FC,U+64FE-64FF,U+6503,U+6509,U+650F,U+6514,U+6518,U+651C-651E,U+6522-6525,U+652A-652C,U+652E,U+6530-6532,U+6534-6535,U+6537-6538,U+653A,U+653C-653D,U+6542,U+6549-654B,U+654D-654E,U+6553-6555,U+6557-6558,U+655D,U+6564,U+6569,U+656B,U+656D-656F,U+6571,U+6573,U+6575-6576,U+6578-657E,U+6581-6583,U+6585-6586,U+6589,U+658E-658F,U+6592-6593,U+6595-6596,U+659B,U+659D,U+659F-65A1,U+65A3,U+65AB-65AC,U+65B2,U+65B6-65B7,U+65BA-65BB,U+65BE-65C0,U+65C2-65C4,U+65C6-65C8,U+65CC,U+65CE,U+65D0,U+65D2-65D3,U+65D6,U+65DB,U+65DD,U+65E1,U+65E3,U+65EE-65F0,U+65F3-65F5,U+65F8,U+65FB-65FC,U+65FE-6600,U+6603,U+6607,U+6609,U+660B,U+6610-6611,U+6619-661A,U+661C-661E,U+6621,U+6624,U+6626,U+662A-662C,U+662E,U+6630}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-67-wght-normal-CC-WRBV-.woff2)format("woff2-variations");unicode-range:U+63B8-63BC,U+63BE,U+63C0,U+63C3-63C4,U+63C6,U+63C8,U+63CD-63CE,U+63D1,U+63D6,U+63DA-63DB,U+63DE,U+63E0,U+63E3,U+63E9-63EA,U+63EE,U+63F2,U+63F5-63FA,U+63FC,U+63FE-6400,U+6406,U+640B-640D,U+6410,U+6414,U+6416-6417,U+641B,U+6420-6423,U+6425-6428,U+642A,U+6431-6432,U+6434-6437,U+643D-6442,U+6445,U+6448,U+6450-6452,U+645B-645F,U+6462,U+6465,U+6468,U+646D,U+646F-6471,U+6473,U+6477,U+6479-647D,U+6482-6485,U+6487-6488,U+648C,U+6490,U+6493,U+6496-649A,U+649D,U+64A0,U+64A5,U+64AB-64AC,U+64B1-64B7,U+64B9-64BB,U+64BE-64C1,U+64C4,U+64C7,U+64C9-64CB,U+64D0,U+64D4,U+64D7-64D8,U+64DA,U+64DE,U+64E0-64E2,U+64E4,U+64E9,U+64EC,U+64F0}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-68-wght-normal-c0FjfUaj.woff2)format("woff2-variations");unicode-range:U+622C,U+622E-6230,U+6232,U+6238,U+623B,U+623D-623E,U+6243,U+6246,U+6248-6249,U+624C,U+6255,U+6259,U+625E,U+6260-6261,U+6265-6266,U+626A,U+6271,U+627A,U+627C-627D,U+6283,U+6286,U+6289,U+628E,U+6294,U+629C,U+629E-629F,U+62A1,U+62A8,U+62BA-62BB,U+62BF,U+62C2,U+62C4,U+62C8,U+62CA-62CB,U+62CF,U+62D1,U+62D7,U+62D9-62DA,U+62DD,U+62E0-62E1,U+62E3-62E4,U+62E7,U+62EB,U+62EE,U+62F0,U+62F4-62F6,U+6308,U+630A-630E,U+6310,U+6312-6313,U+6317,U+6319,U+631B,U+631D-631F,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633B-633C,U+633E-6340,U+6343,U+6347,U+634B-634E,U+6354,U+635C-635D,U+6368-6369,U+636D,U+636F-6372,U+6376,U+637A-637B,U+637D,U+6382-6383,U+6387,U+638A-638B,U+638D-638E,U+6391,U+6393-6397,U+6399,U+639B,U+639E-639F,U+63A1,U+63A3-63A4,U+63AC-63AE,U+63B1-63B5}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-69-wght-normal-D596Jjl2.woff2)format("woff2-variations");unicode-range:U+60ED-60EE,U+60F0-60F1,U+60F4,U+60F6,U+60FA,U+6100,U+6106,U+610D-610E,U+6112,U+6114-6115,U+6119,U+611C,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613A,U+613D-613E,U+6144,U+6146-6147,U+614A-614B,U+6151,U+6153,U+6158,U+615A,U+615C-615D,U+615F,U+6161,U+6163-6165,U+616B-616C,U+616E,U+6171,U+6173-6177,U+617E,U+6182,U+6187,U+618A,U+618D-618E,U+6190-6191,U+6194,U+6199-619A,U+619C,U+619F,U+61A1,U+61A3-61A4,U+61A7-61A9,U+61AB-61AD,U+61B2-61B3,U+61B5-61B7,U+61BA-61BB,U+61BF,U+61C3-61C4,U+61C6-61C7,U+61C9-61CB,U+61D0-61D1,U+61D3-61D4,U+61D7,U+61DA,U+61DF-61E1,U+61E6,U+61EE,U+61F0,U+61F2,U+61F6-61F8,U+61FA,U+61FC-61FE,U+6200,U+6206-6207,U+6209,U+620B,U+620D-620E,U+6213-6215,U+6217,U+6219,U+621B-6223,U+6225-6226}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-70-wght-normal-ColEcmtJ.woff2)format("woff2-variations");unicode-range:U+5FC4,U+5FC9,U+5FCB,U+5FCE-5FD6,U+5FDA-5FDE,U+5FE1-5FE2,U+5FE4-5FE5,U+5FEA,U+5FED-5FEE,U+5FF1-5FF3,U+5FF6,U+5FF8,U+5FFB,U+5FFE-5FFF,U+6002-6006,U+600A,U+600D,U+600F,U+6014,U+6019,U+601B,U+6020,U+6023,U+6026,U+6029,U+602B,U+602E-602F,U+6031,U+6033,U+6035,U+6039,U+603F,U+6041-6043,U+6046,U+604F,U+6053-6054,U+6058-605B,U+605D-605E,U+6060,U+6063,U+6065,U+6067,U+606A-606C,U+6075,U+6078-6079,U+607B,U+607D,U+607F,U+6083,U+6085-6087,U+608A,U+608C,U+608E-608F,U+6092-6093,U+6095-6097,U+609B-609D,U+60A2,U+60A7,U+60A9-60AB,U+60AD,U+60AF-60B1,U+60B3-60B6,U+60B8,U+60BB,U+60BD-60BE,U+60C0-60C3,U+60C6-60C9,U+60CB,U+60CE,U+60D3-60D4,U+60D7-60DB,U+60DD,U+60E1-60E4,U+60E6,U+60EA,U+60EC}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-71-wght-normal-ChZfXpdg.woff2)format("woff2-variations");unicode-range:U+5E98,U+5E9B,U+5E9D,U+5EA0-5EA5,U+5EA8,U+5EAB,U+5EAF,U+5EB3,U+5EB5-5EB6,U+5EB9,U+5EBE,U+5EC1-5EC3,U+5EC6,U+5EC8,U+5ECB-5ECC,U+5ED1-5ED2,U+5ED4,U+5ED9-5EDB,U+5EDD,U+5EDF-5EE0,U+5EE2-5EE3,U+5EE8,U+5EEA,U+5EEC,U+5EEF-5EF0,U+5EF3-5EF4,U+5EF8,U+5EFB-5EFC,U+5EFE-5EFF,U+5F01,U+5F07,U+5F0B-5F0E,U+5F10-5F12,U+5F14,U+5F1A,U+5F22,U+5F28-5F29,U+5F2C-5F2D,U+5F35-5F36,U+5F38,U+5F3B-5F43,U+5F45-5F4A,U+5F4C-5F4E,U+5F50,U+5F54,U+5F56-5F59,U+5F5B-5F5F,U+5F61,U+5F63,U+5F65,U+5F67-5F68,U+5F6B,U+5F6E-5F6F,U+5F72-5F78,U+5F7A,U+5F7E-5F7F,U+5F82-5F83,U+5F87,U+5F89-5F8A,U+5F8D,U+5F91,U+5F93,U+5F95,U+5F98-5F99,U+5F9C,U+5F9E,U+5FA0,U+5FA6-5FA9,U+5FAC-5FAD,U+5FAF,U+5FB3-5FB5,U+5FB9,U+5FBC}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-72-wght-normal-D1VyfEG3.woff2)format("woff2-variations");unicode-range:U+5D26-5D27,U+5D2E-5D34,U+5D3C-5D3E,U+5D41-5D44,U+5D46-5D48,U+5D4A-5D4B,U+5D4E,U+5D50,U+5D52,U+5D55-5D58,U+5D5A-5D5D,U+5D68-5D69,U+5D6B-5D6C,U+5D6F,U+5D74,U+5D7F,U+5D82-5D89,U+5D8B-5D8C,U+5D8F,U+5D92-5D93,U+5D99,U+5D9D,U+5DB2,U+5DB6-5DB7,U+5DBA,U+5DBC-5DBD,U+5DC2-5DC3,U+5DC6-5DC7,U+5DC9,U+5DCC,U+5DD2,U+5DD4,U+5DD6-5DD8,U+5DDB-5DDC,U+5DE3,U+5DED,U+5DEF,U+5DF3,U+5DF6,U+5DFA-5DFD,U+5DFF-5E00,U+5E07,U+5E0F,U+5E11,U+5E13-5E14,U+5E19-5E1B,U+5E22,U+5E25,U+5E28,U+5E2A,U+5E2F-5E31,U+5E33-5E34,U+5E36,U+5E39-5E3C,U+5E3E,U+5E40,U+5E44,U+5E46-5E48,U+5E4C,U+5E4F,U+5E53-5E54,U+5E57,U+5E59,U+5E5B,U+5E5E-5E5F,U+5E61,U+5E63,U+5E6A-5E6B,U+5E75,U+5E77,U+5E79-5E7A,U+5E7E,U+5E80-5E81,U+5E83,U+5E85,U+5E87,U+5E8B,U+5E91-5E92,U+5E96}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-73-wght-normal-DwSJRYPJ.woff2)format("woff2-variations");unicode-range:U+5BEC,U+5BEE-5BF0,U+5BF2-5BF3,U+5BF5-5BF6,U+5BFE,U+5C02-5C03,U+5C05,U+5C07-5C09,U+5C0B-5C0C,U+5C0E,U+5C10,U+5C12-5C13,U+5C15,U+5C17,U+5C19,U+5C1B-5C1C,U+5C1E-5C1F,U+5C22,U+5C25,U+5C28,U+5C2A-5C2B,U+5C2F-5C30,U+5C37,U+5C3B,U+5C43-5C44,U+5C46-5C47,U+5C4D,U+5C50,U+5C59,U+5C5B-5C5C,U+5C62-5C64,U+5C66,U+5C6C,U+5C6E,U+5C74,U+5C78-5C7E,U+5C80,U+5C83-5C84,U+5C88,U+5C8B-5C8D,U+5C91,U+5C94-5C96,U+5C98-5C99,U+5C9C,U+5C9E,U+5CA1-5CA3,U+5CAB-5CAC,U+5CB1,U+5CB5,U+5CB7,U+5CBA,U+5CBD-5CBF,U+5CC1,U+5CC3-5CC4,U+5CC7,U+5CCB,U+5CD2,U+5CD8-5CD9,U+5CDF-5CE0,U+5CE3-5CE6,U+5CE8-5CEA,U+5CED,U+5CEF,U+5CF3-5CF4,U+5CF6,U+5CF8,U+5CFD,U+5D00-5D04,U+5D06,U+5D08,U+5D0B-5D0D,U+5D0F-5D13,U+5D15,U+5D17-5D1A,U+5D1D-5D22,U+5D24-5D25}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-74-wght-normal-Cte7o1QG.woff2)format("woff2-variations");unicode-range:U+5AA0,U+5AA3-5AA4,U+5AAA,U+5AAE-5AAF,U+5AB1-5AB2,U+5AB4-5AB5,U+5AB7-5ABA,U+5ABD-5ABF,U+5AC3-5AC4,U+5AC6-5AC8,U+5ACA-5ACB,U+5ACD,U+5ACF-5AD2,U+5AD4,U+5AD8-5ADA,U+5ADC,U+5ADF-5AE2,U+5AE4,U+5AE6,U+5AE8,U+5AEA-5AED,U+5AF0-5AF3,U+5AF5,U+5AF9-5AFB,U+5AFD,U+5B01,U+5B05,U+5B08,U+5B0B-5B0C,U+5B11,U+5B16-5B17,U+5B1B,U+5B21-5B22,U+5B24,U+5B27-5B2E,U+5B30,U+5B32,U+5B34,U+5B36-5B38,U+5B3E-5B40,U+5B43,U+5B45,U+5B4A-5B4B,U+5B51-5B53,U+5B56,U+5B5A-5B5B,U+5B62,U+5B65,U+5B67,U+5B6A-5B6E,U+5B70-5B71,U+5B73,U+5B7A-5B7B,U+5B7F-5B80,U+5B84,U+5B8D,U+5B91,U+5B93-5B95,U+5B9F,U+5BA5-5BA6,U+5BAC,U+5BAE,U+5BB8,U+5BC0,U+5BC3,U+5BCB,U+5BD0-5BD1,U+5BD4-5BD8,U+5BDA-5BDC,U+5BE2,U+5BE4-5BE5,U+5BE7,U+5BE9,U+5BEB}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-75-wght-normal-B0qL41rF.woff2)format("woff2-variations");unicode-range:U+596A,U+596C-596E,U+5977,U+597B-597C,U+5981,U+598F,U+5997-5998,U+599A,U+599C-599D,U+59A0-59A1,U+59A3-59A4,U+59A7,U+59AA-59AD,U+59AF,U+59B2-59B3,U+59B5-59B6,U+59B8,U+59BA,U+59BD-59BE,U+59C0-59C1,U+59C3-59C4,U+59C7-59CA,U+59CC-59CD,U+59CF,U+59D2,U+59D5-59D6,U+59D8-59D9,U+59DB,U+59DD-59E0,U+59E2-59E7,U+59E9-59EB,U+59EE,U+59F1,U+59F3,U+59F5,U+59F7-59F9,U+59FD,U+5A06,U+5A08-5A0A,U+5A0C-5A0D,U+5A11-5A13,U+5A15-5A16,U+5A1A-5A1B,U+5A21-5A23,U+5A2D-5A2F,U+5A32,U+5A38,U+5A3C,U+5A3E-5A45,U+5A47,U+5A4A,U+5A4C-5A4D,U+5A4F-5A51,U+5A53,U+5A55-5A57,U+5A5E,U+5A60,U+5A62,U+5A65-5A67,U+5A6A,U+5A6C-5A6D,U+5A72-5A73,U+5A75-5A76,U+5A79-5A7C,U+5A81-5A84,U+5A8C,U+5A8E,U+5A93,U+5A96-5A97,U+5A9C,U+5A9E}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-76-wght-normal-BPLMO_2x.woff2)format("woff2-variations");unicode-range:U+5820,U+5822-5823,U+5825-5826,U+582C,U+582F,U+5831,U+583A,U+583D,U+583F-5842,U+5844-5846,U+5848,U+584A,U+584D,U+5852,U+5857,U+5859-585A,U+585C-585D,U+5862,U+5868-5869,U+586C-586D,U+586F-5873,U+5875,U+5879,U+587D-587E,U+5880-5881,U+5888-588A,U+588D,U+5892,U+5896-5898,U+589A,U+589C-589D,U+58A0-58A1,U+58A3,U+58A6,U+58A9,U+58AB-58AE,U+58B0,U+58B3,U+58BB-58BF,U+58C2-58C3,U+58C5-58C8,U+58CA,U+58CC,U+58CE,U+58D1-58D3,U+58D5,U+58D8-58D9,U+58DE-58DF,U+58E2,U+58E9,U+58EC,U+58EF,U+58F1-58F2,U+58F5,U+58F7-58F8,U+58FA,U+58FD,U+5900,U+5902,U+5906,U+5908-590C,U+590E,U+5910,U+5914,U+5919,U+591B,U+591D-591E,U+5920,U+5922-5925,U+5928,U+592C-592D,U+592F,U+5932,U+5936,U+593C,U+593E,U+5940-5942,U+5944,U+594C-594D,U+5950,U+5953,U+5958,U+595A,U+5961,U+5966-5968}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-77-wght-normal-Dkbi3pye.woff2)format("woff2-variations");unicode-range:U+56F9,U+56FC,U+56FF-5700,U+5703-5704,U+5709-570A,U+570C-570D,U+570F,U+5712-5713,U+5718-5719,U+571C,U+571E,U+5725,U+5727,U+5729-572A,U+572C,U+572E-572F,U+5734-5735,U+5739,U+573B,U+5741,U+5743,U+5745,U+5749,U+574C-574D,U+575C,U+5763,U+5768-5769,U+576B,U+576D-576E,U+5770,U+5773,U+5775,U+5777,U+577B-577C,U+5785-5786,U+5788,U+578C,U+578E-578F,U+5793-5795,U+5799-57A1,U+57A3-57A4,U+57A6-57AA,U+57AC-57AD,U+57AF-57B2,U+57B4-57B6,U+57B8-57B9,U+57BD-57BF,U+57C2,U+57C4-57C8,U+57CC-57CD,U+57CF,U+57D2,U+57D5-57DE,U+57E1-57E2,U+57E4-57E5,U+57E7,U+57EB,U+57ED,U+57EF,U+57F4-57F8,U+57FC-57FD,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580B-580E,U+5811,U+5814,U+5819,U+581B-581F}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-78-wght-normal-BFUXeSw6.woff2)format("woff2-variations");unicode-range:U+55F5-55F7,U+55FB,U+55FE,U+5600-5601,U+5605-5606,U+5608,U+560C-560D,U+560F,U+5614,U+5616-5617,U+561A,U+561C,U+561E,U+5621-5625,U+5627,U+5629,U+562B-5630,U+5636,U+5638-563A,U+563C,U+5640-5642,U+5649,U+564C-5650,U+5653-5655,U+5657-565B,U+5660,U+5663-5664,U+5666,U+566B,U+566F-5671,U+5673-567C,U+567E,U+5684-5687,U+568C,U+568E-5693,U+5695,U+5697,U+569B-569C,U+569E-569F,U+56A1-56A2,U+56A4-56A9,U+56AC-56AF,U+56B1,U+56B4,U+56B6-56B8,U+56BF,U+56C1-56C3,U+56C9,U+56CD,U+56D1,U+56D4,U+56D6-56D9,U+56DD,U+56DF,U+56E1,U+56E3-56E6,U+56E8-56EC,U+56EE-56EF,U+56F1-56F3,U+56F5,U+56F7-56F8}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-79-wght-normal-DoJG4UTB.woff2)format("woff2-variations");unicode-range:U+550F,U+5511-5514,U+5516-5517,U+5519,U+551B,U+551D-551E,U+5520,U+5522-5523,U+5526-5527,U+552A-552C,U+5530,U+5532-5535,U+5537-5538,U+553B-5541,U+5543-5544,U+5547-5549,U+554B,U+554D,U+5550,U+5553,U+5555-5558,U+555B-555F,U+5567-5569,U+556B-5572,U+5574-5577,U+557B-557C,U+557E-557F,U+5581,U+5583,U+5585-5586,U+5588,U+558B-558C,U+558E-5591,U+5593,U+5599-559A,U+559F,U+55A5-55A6,U+55A8-55AC,U+55AE,U+55B0-55B3,U+55B6,U+55B9-55BA,U+55BC-55BE,U+55C4,U+55C6-55C7,U+55C9,U+55CC-55D2,U+55D4-55DB,U+55DD-55DF,U+55E1,U+55E3-55E6,U+55EA-55EE,U+55F0-55F3}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-80-wght-normal-BEFypWOO.woff2)format("woff2-variations");unicode-range:U+53E7-53E9,U+53F1,U+53F4-53F5,U+53FA-5400,U+5402,U+5405-5407,U+540B,U+540F,U+5412,U+5414,U+5416,U+5418-541A,U+541D,U+5420-5423,U+5425,U+5429-542A,U+542D-542E,U+5431-5433,U+5436,U+543D,U+543F,U+5442-5443,U+5449,U+544B-544C,U+544E,U+5451-5454,U+5456,U+5459,U+545B-545C,U+5461,U+5463-5464,U+546A-5472,U+5474,U+5476-5478,U+547A,U+547E-5484,U+5486,U+548A,U+548D-548E,U+5490-5491,U+5494,U+5497-5499,U+549B,U+549D,U+54A1-54A7,U+54A9,U+54AB,U+54AD,U+54B4-54B5,U+54B9,U+54BB,U+54BE-54BF,U+54C2-54C3,U+54C9-54CC,U+54CF-54D0,U+54D3,U+54D5-54D6,U+54D9-54DA,U+54DC-54DE,U+54E2,U+54E7,U+54F3-54F4,U+54F8-54F9,U+54FD-54FF,U+5501,U+5504-5506,U+550C-550E}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-81-wght-normal-ed_TZlfo.woff2)format("woff2-variations");unicode-range:U+5289,U+528B,U+528D,U+528F,U+5291-5293,U+529A,U+52A2,U+52A6-52A7,U+52AC-52AD,U+52AF,U+52B4-52B5,U+52B9,U+52BB-52BC,U+52BE,U+52C1,U+52C5,U+52CA,U+52CD,U+52D0,U+52D6-52D7,U+52D9,U+52DB,U+52DD-52DE,U+52E0,U+52E2-52E3,U+52E5,U+52E7-52F0,U+52F2-52F3,U+52F5-52F9,U+52FB-52FC,U+5302,U+5304,U+530B,U+530D,U+530F-5310,U+5315,U+531A,U+531C-531D,U+5321,U+5323,U+5326,U+532E-5331,U+5338,U+533C-533E,U+5344-5345,U+534B-534D,U+5350,U+5354,U+5358,U+535D-535F,U+5363,U+5368-5369,U+536C,U+536E-536F,U+5372,U+5379-537B,U+537D,U+538D-538E,U+5390,U+5393-5394,U+5396,U+539B-539D,U+53A0-53A1,U+53A3-53A5,U+53A9,U+53AD-53AE,U+53B0,U+53B2-53B3,U+53B5-53B8,U+53BC,U+53BE,U+53C1,U+53C3-53C7,U+53CE-53CF,U+53D2-53D3,U+53D5,U+53DA,U+53DE-53DF,U+53E1-53E2}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-82-wght-normal-DcxfR5OJ.woff2)format("woff2-variations");unicode-range:U+5104,U+5106-5107,U+5109-510B,U+510D,U+510F-5110,U+5113,U+5115,U+5117-5118,U+511A-511C,U+511E-511F,U+5121,U+5128,U+512B-512D,U+5131-5135,U+5137-5139,U+513C,U+5140,U+5142,U+5147,U+514C,U+514E-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517F,U+5181-5184,U+5186-5187,U+518B,U+518F,U+5191,U+5195-5197,U+519A,U+51A2-51A3,U+51A6-51AB,U+51AD-51AE,U+51B1,U+51B4,U+51BC-51BD,U+51BF,U+51C3,U+51C7-51C8,U+51CA-51CB,U+51CD-51CE,U+51D4,U+51D6,U+51DB-51DC,U+51E6,U+51E8-51EB,U+51F1,U+51F5,U+51FC,U+51FF,U+5202,U+5205,U+5208,U+520B,U+520D-520E,U+5215-5216,U+5228,U+522A,U+522C-522D,U+5233,U+523C-523D,U+523F-5240,U+5245,U+5247,U+5249,U+524B-524C,U+524E,U+5250,U+525B-525F,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527D,U+527F,U+5281-5285,U+5287}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-83-wght-normal-C9UjAcMM.woff2)format("woff2-variations");unicode-range:U+4FD1,U+4FD3,U+4FDA-4FDC,U+4FDF-4FE0,U+4FE2-4FE4,U+4FE6,U+4FE8,U+4FEB-4FED,U+4FF3,U+4FF5-4FF6,U+4FF8,U+4FFE,U+5001,U+5005-5006,U+5009,U+500C,U+500F,U+5013-5018,U+501B-501E,U+5022-5025,U+5027-5028,U+502B-502E,U+5030,U+5033-5034,U+5036-5039,U+503B,U+5041-5043,U+5045-5046,U+5048-504A,U+504C-504E,U+5051,U+5053,U+5055-5057,U+505B,U+505E,U+5060,U+5062-5063,U+5067,U+506A,U+506C,U+5070-5072,U+5074-5075,U+5078,U+507B,U+507D-507E,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509E,U+50A2-50A3,U+50A5-50A7,U+50A9,U+50AD,U+50B3,U+50B5,U+50B7,U+50BA,U+50BE,U+50C4-50C5,U+50C7,U+50CA,U+50CD,U+50D1,U+50D5-50D6,U+50DA,U+50DE,U+50E5-50E6,U+50EC-50EE,U+50F0-50F1,U+50F3,U+50F9-50FB,U+50FE-5102}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-84-wght-normal-C7NxT478.woff2)format("woff2-variations");unicode-range:U+4EA3,U+4EA5,U+4EB0-4EB1,U+4EB3-4EB6,U+4EB8-4EB9,U+4EBB-4EBE,U+4EC2-4EC4,U+4EC8-4EC9,U+4ECC,U+4ECF-4ED0,U+4ED2,U+4EDA-4EDB,U+4EDD-4EE1,U+4EE6-4EE9,U+4EEB,U+4EEE-4EEF,U+4EF3-4EF5,U+4EF8-4EFA,U+4EFC,U+4F00,U+4F03-4F05,U+4F08-4F09,U+4F0B,U+4F0E,U+4F12-4F13,U+4F15,U+4F1B,U+4F1D,U+4F21-4F22,U+4F25,U+4F27-4F29,U+4F2B-4F2E,U+4F31-4F33,U+4F36-4F37,U+4F39,U+4F3E,U+4F40-4F41,U+4F43,U+4F47-4F49,U+4F54,U+4F57-4F58,U+4F5D-4F5E,U+4F61-4F62,U+4F64-4F65,U+4F67,U+4F6A,U+4F6E-4F6F,U+4F72,U+4F74-4F7E,U+4F80-4F82,U+4F84,U+4F89-4F8A,U+4F8E-4F98,U+4F9E,U+4FA1,U+4FA5,U+4FA9-4FAA,U+4FAC,U+4FB3,U+4FB6-4FB8,U+4FBD,U+4FC2,U+4FC5-4FC6,U+4FCD-4FCE,U+4FD0}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-85-wght-normal-DBcDBu1n.woff2)format("woff2-variations");unicode-range:U+3129,U+3131,U+3134,U+3137,U+3139,U+3141-3142,U+3145,U+3147-3148,U+314B,U+314D-314E,U+315C,U+3160-3161,U+3163-3164,U+3186,U+318D,U+3192,U+3196-3198,U+319E-319F,U+3220-3229,U+3231,U+3268,U+3297,U+3299,U+32A3,U+338E-338F,U+3395,U+339C-339E,U+33C4,U+33D1-33D2,U+33D5,U+3434,U+34DC,U+34EE,U+353E,U+355D,U+3566,U+3575,U+3592,U+35A0-35A1,U+35AD,U+35CE,U+36A2,U+36AB,U+38A8,U+3DAB,U+3DE7,U+3DEB,U+3E1A,U+3F1B,U+3F6D,U+4495,U+4723,U+48FA,U+4CA3,U+4DB6-4DBF,U+4E02,U+4E04-4E06,U+4E0C,U+4E0F,U+4E15,U+4E17,U+4E1F-4E21,U+4E26,U+4E29,U+4E2C,U+4E2F,U+4E31,U+4E35,U+4E37,U+4E3C,U+4E3F-4E42,U+4E44,U+4E46-4E47,U+4E57,U+4E5A-4E5C,U+4E64-4E65,U+4E67,U+4E69,U+4E6D,U+4E78,U+4E7F-4E82,U+4E85,U+4E87,U+4E8A,U+4E8D,U+4E93,U+4E96,U+4E98-4E99,U+4E9C,U+4E9E-4EA0,U+4EA2}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-86-wght-normal-CLJIoPpl.woff2)format("woff2-variations");unicode-range:U+279F-27A2,U+27A4-27A5,U+27A8,U+27B0,U+27B2-27B3,U+27B9,U+27E8-27E9,U+27F6,U+2800,U+28EC,U+2913,U+2921-2922,U+2934-2935,U+2A2F,U+2B05-2B07,U+2B50,U+2B55,U+2BC5-2BC6,U+2E1C-2E1D,U+2EBB,U+2F00,U+2F08,U+2F24,U+2F2D,U+2F2F-2F30,U+2F3C,U+2F45,U+2F63-2F64,U+2F74,U+2F83,U+2F8F,U+2FBC,U+3003,U+3005-3007,U+3012-3013,U+301C-301E,U+3021,U+3023-3024,U+3030,U+3034-3035,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305C,U+305E,U+3062,U+306C,U+3074,U+3077,U+307A,U+307C-307D,U+3080,U+308E,U+3090-3091,U+3099-309B,U+309D-309E,U+30A5,U+30BC,U+30BE,U+30C2,U+30C5,U+30CC,U+30D8,U+30E2,U+30E8,U+30EE,U+30F0-30F2,U+30F4-30F6,U+30FD-30FE,U+3105-3126,U+3128}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-87-wght-normal-DYfJ-vGE.woff2)format("woff2-variations");unicode-range:U+2651-2655,U+2658,U+265A-265B,U+265D-265E,U+2660-266D,U+266F,U+267B,U+2688,U+2693-2696,U+2698-2699,U+269C,U+26A0-26A1,U+26A4,U+26AA-26AB,U+26BD-26BE,U+26C4-26C5,U+26D4,U+26E9,U+26F0-26F1,U+26F3,U+26F5,U+26FD,U+2702,U+2704-2706,U+2708-270F,U+2712-2718,U+271A-271B,U+271D,U+271F,U+2721,U+2724-2730,U+2732-2734,U+273A,U+273D-2744,U+2747-2749,U+274C,U+274E-274F,U+2753-2757,U+275B,U+275D-275E,U+2763,U+2765-2767,U+276E-276F,U+2776-277E,U+2780-2782,U+278A-278C,U+278E,U+2794-2796,U+279C}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-88-wght-normal-ClNDOCGW.woff2)format("woff2-variations");unicode-range:U+2550-2551,U+2554,U+2557,U+255A-255B,U+255D,U+255F-2560,U+2562-2563,U+2565-2567,U+2569-256A,U+256C-2572,U+2579,U+2580-2595,U+25A1,U+25A3,U+25A9-25AD,U+25B0,U+25B3-25BB,U+25BD-25C2,U+25C4,U+25C8-25CB,U+25CD,U+25D0-25D1,U+25D4-25D5,U+25D8,U+25DC-25E6,U+25EA-25EB,U+25EF,U+25FE,U+2600-2604,U+2609,U+260E-260F,U+2611,U+2614-2615,U+2618,U+261A-2620,U+2622-2623,U+262A,U+262D-2630,U+2639-2640,U+2642,U+2648-2650}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-89-wght-normal-IQU_KQA8.woff2)format("woff2-variations");unicode-range:U+23F0,U+23F3,U+2445,U+2449,U+2465-2471,U+2474-249B,U+24B8,U+24C2,U+24C7,U+24C9,U+24D0,U+24D2,U+24D4,U+24D8,U+24DD-24DE,U+24E3,U+24E6,U+24E8,U+2500-2509,U+250B-2526,U+2528-2534,U+2536-2537,U+253B-2548,U+254A-254B}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-90-wght-normal-BWcrRNoG.woff2)format("woff2-variations");unicode-range:U+207C-2083,U+208C-208E,U+2092,U+20A6,U+20A8-20AD,U+20AF,U+20B1,U+20B4-20B5,U+20B8-20BA,U+20BD,U+20DB,U+20DD,U+20E0,U+20E3,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+212B,U+2133,U+2139,U+2194,U+2196-2199,U+21A0,U+21A9-21AA,U+21AF,U+21B3,U+21B5,U+21BA-21BB,U+21C4,U+21CA,U+21CC,U+21D0-21D4,U+21E1,U+21E6-21E9,U+2200,U+2202,U+2205-2208,U+220F,U+2211-2212,U+2215,U+2217-2219,U+221D-2220,U+2223,U+2225,U+2227-222B,U+222E,U+2234-2237,U+223C-223D,U+2248,U+224C,U+2252,U+2256,U+2260-2261,U+2266-2267,U+226A-226B,U+226E-226F,U+2282-2283,U+2295,U+2297,U+2299,U+22A5,U+22B0-22B1,U+22B9,U+22BF,U+22C5-22C6,U+22EF,U+2304,U+2307,U+230B,U+2312-2314,U+2318,U+231A-231B,U+2323,U+239B,U+239D-239E,U+23A0,U+23E9}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-91-wght-normal-CGekvDdH.woff2)format("woff2-variations");unicode-range:U+1D34-1D35,U+1D38-1D3A,U+1D3C,U+1D3F-1D40,U+1D49,U+1D4E-1D4F,U+1D52,U+1D55,U+1D5B,U+1D5E,U+1D9C,U+1DA0,U+1DC4-1DC5,U+1E69,U+1E73,U+1EA0-1EA9,U+1EAB-1EAD,U+1EAF,U+1EB1,U+1EB3,U+1EB5,U+1EB7,U+1EB9,U+1EBB,U+1EBD-1EBE,U+1EC0-1EC3,U+1EC5-1EC6,U+1EC9-1ECD,U+1ECF-1ED3,U+1ED5,U+1ED7-1EDF,U+1EE1,U+1EE3,U+1EE5-1EEB,U+1EED,U+1EEF-1EF1,U+1EF3,U+1EF7,U+1EF9,U+1F62,U+1F7B,U+2001-2002,U+2004-2006,U+2009-200A,U+200C-2012,U+2015-2016,U+201A,U+201E-2021,U+2023,U+2025,U+2028,U+202A-202D,U+202F-2030,U+2032-2033,U+2035,U+2038,U+203C,U+203E-203F,U+2043-2044,U+2049,U+204D-204E,U+2060-2061,U+2070,U+2074-2078,U+207A-207B}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(data:font/woff2;base64,d09GMgABAAAAAAggABcAAAAAEXAAAAeuAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYIKGhwbgUYcgTo/SFZBUm8GYD9TVEFUgR4nKgB8L2wRCAqGTIQZCygAMIU4ATYCJANMBCAFhjAHIAwHFyQYTBuKDiiOhNxE6yWubH7Ewz/8nN73/ydAEvBSp5laTTP3us+ETjhMVIzFx7ep7wcIL2lr81GI8MBA/wwBAO3tWB7myltBe7XjBDvwX/u1uu/E0uGyiIcomgkJSjv+6c7intwS/odMIiTiVZqJNtFQxJJFMiXyLF2hA920CeKJDfWGYz/+xn/VQlgoCd94Tia30SaDk6iddUDQC928PW0e6ObPoC7ULppBJdQunrFGoRMDUplVldtTIgYkMm3SuCUJ+4tMbzVfpCEoeoqwA+mU25VkSVsaUTlKmo4SgziUtHK/AgqyBbPsMrLX/mvhDgU1HwVBG4KiBMHnfRFBWSsEioCQVyWVIpUK5I3WX4bvOq6Or4OoKB/Xv9NFc4IUcQiETIJQI1HWCabrFynDBSGVIG0gSBhdJ5XwGyCl0UUmpRjsZC0gjU0LkImbTTASCuKkyZICaaLVThfvpnhR8COrKcjad1hTlAWiYJC5phiEmnEbRatXkNcsXqhcZ3Kq1aisNG/PTEeKXG2ANUArADIt3yzV1+vXaGzKAMFIBEUtiAC1DozA2vePzIFwR0yfpe+bLZrkmGQ82FKMGVOJsTEkhQQGT9389TdqH0ErJi2mu1eOIjsqStNzUQ3JgOR9lMQIoUagVTz6idhvnnONBJqVMKnWbdwytw0ENFGBgqPgKauLYqwJUiSSOInkPobs+vgNjBqS8exGo1FTWjJsTg+780LNQx4CjRLGtCKro5e8P0ruvLku4buyViBBilaRAq2izAdt0kTKWd7D5N7kyeTZ5O3k2zRLq9NipYJS0MfTP0Xl48qM7p26x3SP7l6nu727pjvXnQg8WaBRhNAqXs1FbAIVzIZSikRt5FXmohFUIIqstoSoI04i6onfiAaS8RCNLuGI0QRpCaIZLstFRKWiAbQAVgZ9wG3oBmSgColE9EqlGcVmKUtzxRzKJMUsp5jrkaMjLO5c3ZRbOC9lzpzY/Rvmzo2Zt+s8KRi/08010Xlt4dirHXrVtF1IwU6F+UY7EsZPTJiwKFmxo8/s1RbNNcyYdPto+4WPDD3mod5nPzwtaLNLIcnPI4tMoadGnUV0P4+PmHZzQ3S+OWq1Fw9Zb+z9M6dq/bBmbv3O2u9r6asT+415sGzKy2H+wNVeT1pGsh2agejFgfen72+y0ibzr3+m4YjWtouGxiPaWi/M7Js7d8M1N6w6d49qEbPWhnCeSnutWwoPeWhI+/uFqu7uaO9QnJYfGtnPiE/F8bW1Eyr+XmOVtzy++6pPNtTf4pnF+fZ84x8D/hpwGPeqdC++O6qPs/OWyy/HfH6XnHt2ii24l28JlIazIx1ZazVwNTsHPMvX797a0k4+KTKUUwqZHR3xSQNGsMPLovqPYmuuj7ksX9fZ3NLh24gJbhwIhMBomYCxgGor6TBqloI6dryzXOo6D3rOd5GP1WNM2VGoUYVD1XZ2aTCw/6T5vz/KzhoOnt/U/p+N28csHryYRex05rd7rH//N9tVKqttOLkdZ622dPKGxkoXB2k/f9d7HB1Tu/DU0bqiNlJfHVqO6CxXlqT39OgRXl8oCZWVCI0zVe14i61vSbqqsuzgqqp7wlAdc2R6TMLnL9J8XRHpwB9eGNiV3l31+yldQsYrb/P52xaVDb6+GfrtpJDU9WjLToy/vv3m63+7Cl9+9Xul0LMtJ6ny21fWnyBPlkaSJGn/Xh3PpKMez3U7tzWJx5UjiUji7VVil1wCT+6jj3/4K2tsaKj66/uPi4ehOW0blf7n/lfYbvZ4e7tQ0jV2Tt7m8gvY6ly/smM7TmPX9U/9nj7z4uMPn3rnXQ9DzKUn7EX7NLslnP7GJ7Fs2kDPHeOwKETO1xVkTnb1vNMVkbtKVFYCe1gCorkT5cXldE2dU3aYeRRSN6hs1Y/T0XDFQz/999jTD95z3M0334Nx5x95dbu1VdcFqPfqax9/+2eaJDtjPnoNkPMmidyx2546clrD6N9r0vQreO+mFa+ED0+5883/lvv3i8Ke1c0gJwFBdtT/H1G4yyLq/rsHBC+8Jf3KbO+IFlLsazEZbyj9KoYKcrUt2IzfXA6LD2M/cBSVDvAmtvZFeSQD4fANLhRoSTYzCQg8U6ufUpHV4ry4QMFh+ViGE/WxFKfKsTY7M+IqC73BOe2e43qDBe2bxFlYI0LRVPBey84DLmjVj4vyyrhOfSzF9YoG4waN7uJGcfrhJhkSGLk3NuAlUXh02bImSNJO46V2dSfY+LhUGAK1YJ3PIPRycFpzYQlkz7ApOpOcXPow1vjV43BCFEEufmtCWCEuXixNkANnRLdBwzRrNBMkVMiEDlbfomk2wfFL11AMEYvHq2TVS9TA6UIVE9kgrkBYMbSgVgMfiYfNSuyQucXmRqpwjGpVqvEq+D8JDdp0ajeiIUWlnYxQ0y7jbBzWL3x0cHQ0Q5QhIVNkoDCmk84TimIkEamA0UZFKqfbleHS0s0+myUZKXsJluLDMbJgbHJZ48QkRkOXkW7c3HRG98WCtaJhEt9pUvUmQmTdCsqH6bEigUqXgXiyu6Jy+E3Z8aIR+e3/4tNuUtmpe/+QITS2onR3sRNgHyjDHTAATRDFOWKrw/3QBbfAqnAZzENkTV785jgAAA==)format("woff2-variations");unicode-range:U+2AE-2B3,U+2B5-2BF,U+2C2-2C3,U+2C6-2D1,U+2D8-2DA,U+2DC,U+2E1-2E3,U+2E5,U+2EB,U+2EE-2F0,U+2F2-2F7,U+2F9-2FF,U+302-30D,U+311,U+31B,U+321-325,U+327-329,U+32B-32C,U+32E-32F,U+331-339,U+33C-33D,U+33F,U+348,U+352,U+35C,U+35E-35F,U+361,U+363,U+368,U+36C,U+36F,U+530-540,U+55D-55E,U+561,U+563,U+565,U+56B,U+56E-579}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(data:font/woff2;base64,d09GMgABAAAAAA1YABcAAAAAG/QAAAzlAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYIKGjMbg34ccj9IVkFScgZgP1NUQVSBHicqAIEcL2wRCAqQeI0+CyoAMI16ATYCJANQBCAFhjAHIAwHFyQYKht9GFGUk1HBZD8WqttewHiUqS9JxzGEKd4xQpJZgq/9yn4zfxECSApZA3ogR2rPXUWhjI4wxDIVoUmxPr8/0Db/HXcy4VDawMJIogxMaKsobVRSOdFew9b+iHb7FWluv9plyvHP9xc79+14qAuRBTVTYFETSISZJRKH/f/b71udu+vtzTrtcZY5Z+I/hCRa/yGahvq+6Hx5uD9BZk2tEdmGijW6hUalVCKtUyoQbm0nxj49JgtclkjJ3vduKzYj+kTkQoaR//75/KtaCJcx8B++Akz5gLnBAurTxvERyDmPu4Yh5+IkfKC+OgknqG/OSQJyUEFWWCnDFqmoIClMx+LHEG5D8zNeqG0IBPOMm+XIiF+Ih5WVGO+D5u2GpDECefz2HKjFpUH3gJef/JuF44yPBghAML3ATUkMfiWZC3EPLWiQdVgf552BDsodO4NMSEndDnUnNeqcwJzgnADM/qylr7jGCYjGou8tPPqFVqXYCEYQoxxAU9X5V8eLtUE0r8aXawBibWYoG4krk9y/Xkraki4OBowAqYC43ZD0UFWQhKwQiq5ISdgweIOqL38dt5aIrURvXPjoEzrHRp0XxNmadiHQL7/9VhgcxNXRwZE8OE4cyroQIQu9CDC0RWH4ubZ/uO2/8GvB4R0Qd9Noo91Ozd0Qp9VQadFIpbG7Z6MmJTRhN/eFi/zdkCjSvXEAOD4+bVwEZSaA1Eg6E2Yvbe9R3wxawnGiQXIfKCYT9lORCqQFlJ+BhahCnlkM0D7HXJRbHu8kgqAvVYFiZm16+U1DQM8QEBANX+a4GWsh501S3Afp/fa17ZiKYzvpdPmuObaHCmP66C5OqH7WAK6ri76TB7x7AiT8hJD5kYPiq9FqktvVQ6iU542ZBOZjQbUt9mA391DP9UOLLbfa4X7qEqWV4iRJAAtNxg/2bNDF3wX5+3JGxiOuiCNSEimOFEUKI6qIMhK//t768xAdc6x3UYS+7qq2G2AI9C0CdVGL+rJZS7diQzRpJIoWcV+7BRQbo8Old3U7vEe98LwQ+la10saYBCa3J6xUt4L0dAuPvW55TImlLmRIJEuuBAuhCBiKHonKoFLTomJZLCZblyWw+CpH88tKBsZIFkYzxu+Dh/ExITM9lkq1bmBT/Z5Yl2vDLNPtpnrsnQgODsvcE0j4SfyaxyF0sM+G4GDBU84690pc0mNf/MJKZtfKykIc8WV+wu2v0OfeW0x2LNqV9yF2HGbKPl1AwnfHld91H4S+655bXkbCOammW1qC0OKi7ZpHRsKrTJ9DhhBeDzJA1P69zxxggVE1aTMFr775LASVg5daRlCcEnLhOcvMuUh7T9kBjPDca92W3Jz9RO0ojtFt9LcWnY72t88msuL2fIuVWP3eHfnVkyqKyb9csr3nyF5gz7d6N9kuwFp7uAMjm8iaGY/CfVb84WVkz0x+G/2hJaBsrslRuLvfLSENKHQ0XDILWiiV/GXHl+KZOCV0163cEZ94661seAahv6XkWg36TpbINbdcJnrdFxlBfrz0A+0wEAstdmIL3HJHHJz5T/jfDcmVd27pef9SlPkfdm1RaTiVxQA2vY3+bM42X3nsF8w9vLg9TNaeON4eGEii3mMQG6LuGdvQZYmBLxAah7n5//54rzA/XdCmF91BNWQM/CNLqTj/1keChNy/4y3NojuphmynTgXRSdXYP0JgzeftbcuLIbZk3LSLq1o/9J5td0/94+MT9fO7u2y2XV3IE+Pz29rVY81oHLNo7vJ6NXeMtTU2TLRp7/B6tXdNWGB+LffgY3IGsfXUzbdwRGbiPlLj12o22Ts0m7kTmSVLa87y6O3aTT7tb2pHhWqkplYVcFSq1c4pA7U1ypE1B9S9fcG04kj24Q/dXETE+EFsSTRo8gjLJ9nvDKqDXZLC4m5JaXDwnaxPLHmESWNNhNUL1KW7R4SMbVuRm2/hiM//dBxvbXR62rOa7WUWg6KlmDaXxUxDOyhbrWrIYgR0pBxn+AHdpuuiNl+ni+5BhHFkJXdH6AFFokXYpmqi6YdjjbGsnpMVmYofSMPTsh5gLi5gMqulc9ghUe7X9hLzMQtwRMpEvG+I7bJjQ/b0qD86wVLrz9pWBvxD3nltULw5OzuxnKthtV0flUUZUi1kLedVvf5vGAfpKzzEzIyZ23Ttjl3gY6ZGtVP2WUtKWhsH3O1ZTfYyq1HRouLe8uX0HY+9cuNB4DH0zqqiTR1W7Ra/QSuvSW+kZAgPs56jY8Eg0f8BPfF9BQXsCrnUInvCON8gzC9x6FSEsaZgpLUCkqCkI7UzeUurQGSxOq3bEYeqRO+sLJq1a7KGdGZLllxeLaygaIWG7uGgK40eVHqcKtWw0d+7QxgGXo8SotrG+T6WLBp4F14ke95PxTIGow74FeEgemQCubPvh54OU0JzYD7fKHk32qOFUFBVwght4rkEm4+c+lfPa2HXYZu3MvWqxaVWdm+7lm7Y9KC3fJSS8lELSeYbuvWwC3a3dRvyyZ1owly4fKfhNvea4FH77YwW2d+QFkEmdjKAtv8Gn/+GrtsKpLUl0PTGssvFiUlZGckxl8+cO3EayzVV2h0Gc7PNNT4zOzUZdJAko7kZHOHMCBlZd/m9vhZdC8YXcE3kcZ984sBJv7jCFiTFRN5KTkl5ixM8Sp6nND0WkY6PjG4WZ4Xs9TPUOlsoMzRSBpkQW3030yomLPfqYQfcGeoth5qw5BSHh1EYPF5xUTIDuUCSERTnxHE5A5+DoxFyerpLhB954z5J9sYRXNQ1rR24FUVHPjPC0CtXegcCokvAvnqMvsoWpMsrzZQ6U4AuvUwtoQJF39Y761OAKizDJeLsLLFM0m6tlIlTmSQZxYpPzhbJmfIykuNZUSRB2OXx64tvSYrF9Xi5nZAG3Ry9LzeBn0zSBMGmrQaYg3R7BJM5G478+Q9ogrIpchLPrqC+JzHYa4SWcO4aN5ZyFY3h80uKU2Kizh8lSVa+sYnLVbUEpmVZoEU1tjQZ81kXFWwc3RcXE8O15Ez2xIwBdoASP3vuvz9AwRu2FqZf+e03grh65tT5i9AYTqUXZCckZEvECJLUWF6QUlAga5hG7tTEjjB69uxFbnDUrKCMfrrvVqIEAln3IKjCedrkSONqvV4tN60O2qpTw/zWv/7Ny8uvCkxCYzi8ALwwFvCOXrmMfvEvi7tIF8gMBBjW2lqrzoxT13YSVXYyB6Rx587RBAVV7KVAQDsn7usTL5ees6lrTuRYJyWrnWqG4OiL93L6XFJefklPv9MSOQzI3IupZnjTpuEak6OykTmVGeu6sok1T9WCKX3if//NnPznnz8WzaCz86v2nu7+0bPi72F1YAyHEC7XBO/C44f6LPwKJ+YEYRNpI/2cqI+Ukqkh9Ep0r+7Rh/IjCX79ta2j02LvdI8Y+uXKLiVJrYEAfJJhgKZwiFZQUFKiEAnNiQnTrv720gm++R8ScrSwGzrp4FPyyctnTmJ49sLZ40f/WzvnvKcht3vQOeppqspcP7p24oIo/sjCwhotqcyrhzCcCQ1UQ0lYSpLR3Pi0XBHDibOzCwq2jRMCnUoeEbtw4QoZDFpMv3/9pqT9mZ4oag/uvNScnMY5v8YhJe3UdwsrPx137T4P+N+10xsLRfFr9paVurcbZQVNGEtOnL7RACHYB1x8j/zMVQ7SuiIpJcO5IMnN5WpEyToItZV0t93lYIejU0xanCD0uYB5IuxoS9/R5s3ZFR5l/wQwyg7zD5j32qdol0DwpklRPnlUrexjVpyLRvNfwLfnsg4Aft786srV9Cv/4OMbOADKEgiKyf9vAI3Xm7D1SwMBofN8htt/hvwEEANwNg3dQ1NLX+mnDsrnfSOjg/65eVxoP+NriDGCb7p3znbMVAt7/HBqwNJE6Fxs6DxUFDU86f45CYvbQpJ2XCfZnqTlCzMpuewjUjbfPGnbanxYT7TLKSI0XYxHrJWvx6RhqI401e0hLe24TtqatpKOrizShWhzSQ846ObG47HPCKdBw0xmTRrnpDdqxNA4bTuXAN8yNMKQOiWggV08vCap+dfX2rnm2MIbSHwdk4LKyMhMGDTOJ2jSBKkJPiOkRo3zkGlm1qDJqEmj2jkRJrQzkLDpNi7jpOsfRRBSkpKTKyRRQ6mcl8oGTa5pDVBkIKWgoCZpgNMwFyKlm8ssF4eriOXFiry9nIr1ZyinY6TXrDwwG8rVrFlN2rh4TOntH6f4hQUTFqFCPc+g/CBWyimkmKcupapCOkMFD3BVlqcom+mulXKamVR4xgCZfGLCM6nPJC9hOGxCPTZ9SVcKmTWCSb2JU4A9Ya52o6YSMJgklxSqM6vxTkrneh25+41dB+kCMhVh3OdDlmV91hgERAbIN+F6U7IZPFtHHFTTIpPWCfFLFVkWAAAAAAA=)format("woff2-variations");unicode-range:U+176-17F,U+192,U+194,U+19A-19B,U+19D,U+1A0-1A1,U+1A3-1A4,U+1AA,U+1AC-1AD,U+1AF-1BF,U+1D2,U+1D4,U+1D6,U+1D8,U+1DA,U+1DC,U+1E3,U+1E7,U+1E9,U+1EE,U+1F0-1F1,U+1F3,U+1F5-1FF,U+219-21B,U+221,U+223-226,U+228,U+22B,U+22F,U+231,U+234-237,U+23A-23B,U+23D,U+250-252,U+254-255,U+259-25E,U+261-263,U+265,U+268,U+26A-26B,U+26F-277,U+279,U+27B-280,U+282-283,U+285,U+28A,U+28C,U+28F,U+292,U+294-296,U+298-29A,U+29C,U+29F,U+2A1-2A4,U+2A6-2A7,U+2A9,U+2AB}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-99-wght-normal-Q_IptJM5.woff2)format("woff2-variations");unicode-range:U+A1-A4,U+A6-A8,U+AA,U+AC,U+AF,U+B1,U+B3-B6,U+B8-BA,U+BC-D6,U+D8-DE,U+E6,U+EB,U+EE-F0,U+F5,U+F7-F8,U+FB,U+FD-100,U+102,U+104-107,U+10D,U+10F-112,U+115,U+117,U+119,U+11B,U+11E-11F,U+121,U+123,U+125-127,U+129-12A,U+12D,U+12F-13F,U+141-142,U+144,U+146,U+14B-14C,U+14F-153,U+158-15B,U+15E-160,U+163-165,U+168-16A,U+16D-175}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-100-wght-normal-DrqXJETY.woff2)format("woff2-variations");unicode-range:U+221A,U+2264,U+2464,U+25A0,U+3008,U+4E10,U+512A,U+5152,U+5201,U+5241,U+5340,U+5352,U+549A,U+54B2,U+54C6,U+54D7,U+54E1,U+5509,U+55C5,U+5618,U+5716,U+576F,U+5784,U+57A2,U+589F,U+5A20,U+5A25,U+5A29,U+5A34,U+5A7F,U+5AD6,U+5B09,U+5B5C,U+5BC7,U+5BE6,U+5C27,U+5D2D,U+5DCD,U+5F1B,U+5F37,U+604D,U+6055,U+6073,U+60EB,U+61FF,U+62CE,U+62ED,U+6345,U+6390,U+63B0,U+63B7,U+64AE,U+64C2,U+64D2,U+6556,U+663C,U+667E,U+66D9,U+66F8,U+6756,U+6789,U+689D,U+68F1,U+695E,U+6975,U+6A1F,U+6B0A,U+6B61,U+6B87,U+6C5D,U+6C7E,U+6C92,U+6D31,U+6DF9,U+6E0D,U+6E2D,U+6F31,U+6F3E,U+70B3,U+70BD,U+70CA,U+70E8,U+725F,U+733F,U+7396,U+739F,U+7459,U+74A7,U+75A1,U+75F0,U+76CF,U+76D4,U+7729,U+77AA,U+77B0,U+77E3,U+780C,U+78D5,U+7941,U+7977,U+797A,U+79C3,U+7A20,U+7A92,U+7B71,U+7BF1,U+7C9F,U+7EB6,U+7ECA,U+7EF7,U+7F07,U+7F09,U+7F15,U+7F81,U+7FB9,U+8038,U+8098,U+80B4,U+8110,U+814B-814C,U+816E,U+818A,U+8205,U+8235,U+828B,U+82A5,U+82B7,U+82D4,U+82DB,U+82DF,U+8317,U+8338,U+8385-8386,U+83C1,U+83CF,U+8537,U+853B,U+854A,U+8715,U+8783,U+892A,U+8A71,U+8BB3,U+8D2E,U+8D58,U+8DBE,U+8F67,U+8FAB,U+8FC4,U+8FE6,U+9023,U+9084,U+9091,U+916A,U+91C9,U+91DC,U+94B3,U+9502,U+9523,U+9551,U+956F,U+960E,U+962A,U+962E,U+9647,U+96F3,U+9739,U+97A0,U+97ED,U+983B,U+985E,U+988A,U+99AC,U+9A6F,U+9A87,U+9A8B,U+9AB7,U+9ABC,U+9AC5,U+9E25,U+E608,U+E621,U+FF06,U+FF14-FF16}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-101-wght-normal-c94LAl5p.woff2)format("woff2-variations");unicode-range:U+161,U+926,U+928,U+939,U+93F-940,U+94D,U+E17,U+E22,U+E44,U+25C7,U+25CE,U+2764,U+3009,U+3016-3017,U+4E4D,U+4E53,U+4F5A,U+4F70,U+4FAE,U+4FD8,U+4FFA,U+5011,U+501A,U+51C4,U+5225,U+547B,U+5495,U+54E8,U+54EE,U+5594,U+55D3,U+55DC,U+55FD,U+560E,U+565C,U+5662,U+5669,U+566C,U+56BC,U+5742,U+5824,U+5834,U+598A,U+5992,U+59A9,U+5A04,U+5AC9,U+5B75,U+5B7D,U+5BC5,U+5C49,U+5C90,U+5E1C,U+5E27,U+5E2B,U+5E37,U+5E90,U+618B,U+61F5,U+620A,U+620C,U+6273,U+62C7,U+62F7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655B,U+65A7,U+65F1,U+65F7,U+665F,U+6687,U+66A7,U+673D,U+67B8,U+6854,U+68D8,U+68FA,U+696D,U+6A02,U+6A0A,U+6A80,U+6B7C,U+6BD9,U+6C2E,U+6C76,U+6CF8,U+6D4A,U+6D85,U+6E24,U+6E32,U+6EC7,U+6F88,U+700F,U+701A,U+7078,U+707C,U+70AC,U+70C1,U+72E9,U+7409,U+7422,U+745A,U+7480,U+74A8,U+752B,U+7574,U+7656,U+7699,U+7737,U+785D,U+78BE,U+79B9,U+7A3D,U+7A91,U+7A9F,U+7AE3,U+7B77,U+7C3F,U+7D1A,U+7D50,U+7D93,U+8042,U+808B,U+8236,U+82B8-82B9,U+82EF,U+8309,U+836B,U+83EF,U+8431,U+85C9,U+865E,U+868C,U+8759,U+8760,U+8845,U+89BA,U+8A2A,U+8AAA,U+8C41,U+8D2C,U+8D4E,U+8E66,U+8E6D,U+8EAF,U+902E,U+914B,U+916E,U+919B,U+949B,U+94A0,U+94B0,U+9541-9542,U+9556,U+95EB,U+95F5,U+964B,U+968B,U+96CC-96CD,U+96CF,U+9713,U+9890,U+98A8,U+9985,U+9992,U+9A6D,U+9A81,U+9A86,U+9AB8,U+9CA4,U+E606-E607,U+E60A,U+E60C,U+E60E,U+FE0F,U+FF02,U+FF1E}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-102-wght-normal-C1RtbCZr.woff2)format("woff2-variations");unicode-range:U+10C,U+627-629,U+639,U+644,U+64A,U+203B,U+2265,U+2463,U+2573,U+25B2,U+3448-3449,U+4E1E,U+4E5E,U+4F3A,U+4F5F,U+4FEA,U+5026,U+508D,U+516E,U+5189,U+5254,U+5288,U+52D8,U+52FA,U+5306,U+5308,U+5364,U+5384,U+53ED,U+543C,U+5450,U+5455,U+5466,U+54C4,U+5578,U+55A7,U+561F,U+5631,U+572D,U+575F,U+57AE,U+57E0,U+5830,U+594E,U+5984,U+5993,U+5BDD,U+5C0D,U+5C7F,U+5C82,U+5E62,U+5ED3,U+5F08,U+607A,U+60BC,U+625B,U+6292,U+62E2,U+6363,U+6467,U+6714,U+675E,U+6771,U+67A2,U+67FF,U+6805,U+68A7,U+68E0,U+6930,U+6986,U+69A8,U+69DF,U+6A44,U+6A5F,U+6C13,U+6C1F,U+6C22,U+6C2F,U+6C40,U+6C81,U+6C9B,U+6CA5,U+6DA4,U+6DF3,U+6E85,U+6EBA,U+6ED5,U+6F13,U+6F33,U+6F62,U+715E,U+72C4,U+73D1,U+7405,U+7487,U+7578,U+75A4,U+75EB,U+7693,U+7738,U+7741,U+776B,U+7792,U+77A7,U+77A9,U+77B3,U+788C,U+7984,U+79A7,U+79E4,U+7A1A,U+7A57,U+7AA6,U+7B0B,U+7B5D,U+7C27,U+7C7D,U+7CAA,U+7CD9,U+7CEF,U+7EDA,U+7EDE,U+7F24,U+803F,U+8046,U+80FA,U+81FB,U+8207,U+8258,U+8335,U+8339,U+8354,U+840E,U+85B0,U+85FB,U+8695,U+86AA,U+8717,U+8749,U+874C,U+8996,U+89BD,U+89C5,U+8BDB,U+8BF5,U+8C5A,U+8CEC,U+8D3F,U+8D9F,U+8E44,U+8FED,U+9005,U+9019,U+9082,U+90AF,U+90DD,U+90E1,U+90F8,U+916F,U+9176,U+949E,U+94A7,U+94C2,U+9525,U+9580,U+95DC,U+96E2,U+96FB,U+9704,U+9A7C,U+9A7F,U+9B41,U+9CA8,U+9CC4,U+9CDE,U+9E92,U+9EDE,U+9F9A,U+E60B,U+E610,U+FF10,U+FF13,U+FF3B,U+FF3D,U+F012B}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-103-wght-normal-DGHo20nu.woff2)format("woff2-variations");unicode-range:U+60,U+631,U+2606,U+3014-3015,U+309C,U+33A1,U+4E52,U+4EC6,U+4F86,U+4F8D,U+4FDE,U+4FEF,U+500B,U+502A,U+515C,U+518A,U+51A5,U+51F3,U+5243,U+52C9,U+52D5,U+53A2,U+53EE,U+54CE,U+54FA,U+54FC,U+5580,U+5587,U+563F,U+56DA,U+5792,U+5815,U+5960,U+59D7,U+5B78,U+5B9B,U+5BE1,U+5C4E,U+5C51,U+5C6F,U+5C9A,U+5CFB,U+5D16,U+5ED6,U+5F27,U+5F6A,U+609A,U+60DF,U+6168,U+61C8,U+6236,U+62F1,U+62FD,U+631A,U+6328,U+632B,U+6346,U+638F,U+63A0,U+63C9,U+655E,U+6590,U+6615,U+6627,U+66AE,U+66E6,U+66F0,U+67DA,U+67EC,U+6813,U+6816,U+6869,U+6893,U+68AD,U+68F5,U+6977,U+6984,U+69DB,U+6B72,U+6BB7,U+6CE3,U+6CFB,U+6D47,U+6DA1,U+6DC4,U+6E43,U+6EAF,U+6EFF,U+6F8E,U+7011,U+7063,U+7076,U+7096,U+70BA,U+70DB,U+70EF,U+7119-711A,U+7172,U+718F,U+7194,U+727A,U+72D9,U+72ED,U+7325,U+73AE,U+73BA,U+73C0,U+73FE,U+7410,U+7426,U+7455,U+7554,U+7576,U+75AE,U+75B9,U+762B,U+766B,U+7682,U+7750,U+7779,U+7784,U+77EB,U+77EE,U+78F7,U+79E9,U+7A79,U+7B1B,U+7B28,U+7BF7,U+7DB2,U+7EC5,U+7EEE,U+7F14,U+7F1A,U+7FE1,U+8087,U+809B,U+81B3,U+8231,U+830E,U+835F,U+83E9,U+849C,U+851A,U+868A,U+8718,U+874E,U+8822,U+8910,U+8944,U+8A3B,U+8BB6,U+8BBC,U+8E72,U+8F9C,U+900D,U+904B,U+904E,U+9063,U+90A2,U+90B9,U+9119,U+94F2,U+952F,U+9576-9577,U+9593,U+95F8,U+961C,U+969B,U+96A7,U+96C1,U+9716,U+9761,U+97AD,U+97E7,U+98A4,U+997A,U+9A73,U+9B44,U+9E3D,U+9ECF,U+9ED4,U+FF11-FF12,U+FFFD}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-104-wght-normal-CJT2ioDJ.woff2)format("woff2-variations");unicode-range:U+2003,U+2193,U+2462,U+4E19,U+4E2B,U+4E36,U+4EA8,U+4ED1,U+4ED7,U+4F51,U+4F63,U+4F83,U+50E7,U+5112,U+5167,U+51A4,U+51B6,U+5239,U+5265,U+532A,U+5351,U+537F,U+5401,U+548F,U+5492,U+54AF,U+54B3,U+54BD,U+54D1,U+54DF,U+554F,U+5564,U+5598,U+5632,U+56A3,U+56E7,U+574E,U+575D-575E,U+57D4,U+584C,U+58E4,U+5937,U+5955,U+5A05,U+5A1F,U+5A49,U+5AC2,U+5C39,U+5C61,U+5D0E,U+5DE9,U+5E9A,U+5EB8,U+5F0A,U+5F13,U+5F6C,U+5F8C,U+603C,U+608D,U+611B,U+6127,U+62A0,U+62D0,U+634F,U+635E,U+63FD,U+6577,U+658B,U+65BC,U+660A,U+6643,U+6656,U+6703,U+6760,U+67AF,U+67C4,U+67E0,U+6817,U+68CD,U+690E,U+6960,U+69B4,U+6A71,U+6AAC,U+6B67,U+6BB4,U+6C55,U+6C70,U+6C82,U+6CA6,U+6CB8,U+6CBE,U+6EDE,U+6EE5,U+6F4D,U+6F84,U+6F9C,U+7115,U+7121,U+722A,U+7261,U+7272,U+7280,U+72F8,U+7504,U+754F,U+75D8,U+767C,U+76EF,U+778E,U+77BB,U+77F6,U+786B,U+78B1,U+7948,U+7985,U+79BE,U+7A83,U+7A8D,U+7EAC,U+7EEF,U+7EF8,U+7EFD,U+7F00,U+803D,U+8086,U+810A,U+8165,U+819D,U+81A8,U+8214,U+829C,U+831C,U+832B,U+8367,U+83E0,U+83F1,U+8403,U+846B,U+8475,U+84B2,U+8513,U+8574,U+85AF,U+86D9,U+86DB,U+8ACB,U+8BBD,U+8BE0-8BE1,U+8C0E,U+8D29,U+8D50,U+8D63,U+8F7F,U+9032,U+9042,U+90B1,U+90B5,U+9165,U+9175,U+94A6,U+94C5,U+950C,U+9610,U+9631,U+9699,U+973E,U+978D,U+97EC,U+97F6,U+984C,U+987D,U+9882,U+9965,U+996A,U+9972,U+9A8F,U+9AD3,U+9AE6,U+9CB8,U+9EDB,U+E600,U+E60F,U+E611,U+FF05,U+FF0B}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-105-wght-normal-BFoiJwz2.woff2)format("woff2-variations");unicode-range:U+5E,U+2190,U+250A,U+25BC,U+25CF,U+4E56,U+4EA9,U+4F3D,U+4F6C,U+4F88,U+4FA8,U+4FCF,U+5029,U+5188,U+51F9,U+5203,U+524A,U+5256,U+529D,U+5375,U+53DB,U+541F,U+5435,U+5457,U+548B,U+54C7,U+54D4,U+54E9,U+556A,U+5589,U+55BB,U+55E8,U+55EF,U+563B,U+566A,U+576A,U+58F9,U+598D,U+599E,U+59A8,U+5A9B,U+5AE3,U+5BB0,U+5BDE,U+5C4C,U+5C60,U+5D1B,U+5DEB,U+5DF7,U+5E18,U+5F26,U+5F64,U+601C,U+6084,U+60E9,U+614C,U+6208,U+621A,U+6233,U+6254,U+62D8,U+62E6,U+62EF,U+6323,U+632A,U+633D,U+6361,U+6405,U+640F,U+6614,U+6642,U+6657,U+67A3,U+6808,U+683D,U+6850,U+6897,U+68B3,U+68B5,U+68D5,U+6A58,U+6B47,U+6B6A,U+6C28,U+6C90,U+6CA7,U+6CF5,U+6D51,U+6DA9,U+6DC7,U+6DD1,U+6E0A,U+6E5B,U+6E9C,U+6F47,U+6F6D,U+70AD,U+70F9,U+710A,U+7130,U+71AC,U+745F,U+7476,U+7490,U+7529,U+7538,U+75D2,U+7696,U+76B1,U+76FC,U+777F,U+77DC,U+789F,U+795B,U+79BD,U+79C9,U+7A3B,U+7A46,U+7AA5,U+7AD6,U+7CA5,U+7CB9,U+7CDF,U+7D6E,U+7F06,U+7F38,U+7FA1,U+7FC1,U+8015,U+803B,U+80A2,U+80AA,U+8116,U+813E,U+82BD,U+8305,U+8328,U+8346,U+846C,U+8549,U+859B,U+8611,U+8680,U+87F9,U+884D,U+8877,U+888D,U+88D4,U+898B,U+8A79,U+8A93,U+8C05,U+8C0D,U+8C26,U+8D1E,U+8D31,U+8D81,U+8E22,U+8E81,U+8F90,U+8F96,U+90CA,U+916C,U+917F,U+9187,U+918B,U+9499,U+94A9,U+9524,U+9540,U+958B,U+9600,U+9640,U+96B6,U+96C7,U+96EF,U+98D9,U+9976,U+997F,U+9A74,U+9A84,U+9C8D,U+9E26,U+9E9F,U+AD6D,U+C5B4,U+D55C,U+FF0F}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-106-wght-normal-D6uUHw3w.woff2)format("woff2-variations");unicode-range:U+B0,U+2191,U+2460-2461,U+25C6,U+300E-300F,U+4E1B,U+4E7E,U+4ED5,U+4EF2,U+4F10,U+4F1E,U+4F50,U+4FA6,U+4FAF,U+5021,U+50F5,U+5179,U+5180,U+51D1,U+522E,U+52A3,U+52C3,U+52CB,U+5300,U+5319,U+5320,U+5349,U+5395,U+53D9,U+541E,U+5428,U+543E,U+54B1,U+54C0,U+54D2,U+570B,U+5858,U+58F6,U+5974,U+59A5,U+59E8,U+59EC,U+5A36,U+5A9A,U+5AB3,U+5B99,U+5BAA,U+5CE1,U+5D14,U+5D4C,U+5DC5,U+5DE2,U+5E99,U+5E9E,U+5F18,U+5F66,U+5F70,U+6070,U+60D5,U+60E7,U+6101,U+611A,U+61BE,U+6241,U+6252,U+626F,U+6296,U+62BC,U+62CC,U+6380,U+63A9,U+644A,U+6454,U+64A9,U+64B8,U+6500,U+6572,U+65A5,U+65A9,U+65EC,U+660F,U+6749,U+6795,U+67AB,U+68DA,U+6912,U+6BBF,U+6BEF,U+6CAB,U+6CCA,U+6CCC,U+6CFC,U+6D3D,U+6D78,U+6DEE,U+6E17,U+6E34,U+6E83,U+6EA2,U+6EB6,U+6F20,U+6FA1,U+707F,U+70D8,U+70EB,U+714C,U+714E,U+7235,U+7239,U+73CA,U+743C,U+745C,U+7624,U+763E,U+76F2,U+77DB,U+77E9,U+780D,U+7838,U+7845,U+78CA,U+796D,U+7A84,U+7AED,U+7B3C,U+7EB2,U+7F05,U+7F20,U+7F34,U+7F62,U+7FC5,U+7FD8,U+7FF0,U+800D,U+8036,U+80BA,U+80BE,U+80C0-80C1,U+8155,U+817A,U+8180,U+81E3,U+8206,U+8247,U+8270,U+8299,U+82AD,U+8304,U+8393,U+83B9,U+840D,U+8427,U+8469,U+8471,U+84C4,U+84EC,U+853D,U+8681-8682,U+8721,U+8854,U+88D5,U+88F9,U+8BC0,U+8C0A,U+8C29,U+8C2D,U+8D41,U+8DEA,U+8EB2,U+8F9F,U+903B,U+903E,U+9102,U+9493,U+94A5,U+94F8,U+95F7,U+9706,U+9709,U+9774,U+98A0,U+9E64,U+9F9F,U+E603}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-107-wght-normal-kFQzJDLH.woff2)format("woff2-variations");unicode-range:U+200B,U+2103,U+4E18,U+4E27-4E28,U+4E38,U+4E59,U+4E8F,U+4EAD,U+4EC7,U+4FE9,U+503A,U+5085,U+5146,U+51AF,U+51F8,U+52AB,U+5339,U+535C,U+5378,U+538C,U+5398,U+53F9,U+5415,U+5475,U+54AA,U+54AC,U+54B8,U+5582,U+5760,U+5764,U+57CB,U+5835,U+5885,U+5951,U+5983,U+59DA,U+5A77,U+5B5D,U+5B5F,U+5BB5,U+5BC2,U+5BE8,U+5BFA,U+5C2C,U+5C34,U+5C41,U+5C48,U+5C65,U+5CAD,U+5E06,U+5E42,U+5EF7,U+5F17,U+5F25,U+5F6D,U+5F79,U+6028,U+6064,U+6068,U+606D,U+607C,U+6094,U+6109,U+6124,U+6247,U+626D,U+6291,U+629A,U+62AC,U+62B9,U+62FE,U+6324,U+6349,U+6367,U+6398,U+6495,U+64A4,U+64B0,U+64BC,U+64CE,U+658C,U+65ED,U+6602,U+6674,U+6691,U+66A8,U+674F,U+679A,U+67EF,U+67F4,U+680B,U+6876,U+68A8,U+6A59,U+6A61,U+6B20,U+6BC5,U+6D12,U+6D46,U+6D8C,U+6DC0,U+6E14,U+6E23,U+6F06,U+7164,U+716E,U+7199,U+71E5,U+72AC,U+742A,U+755C,U+75AB,U+75B2,U+75F4,U+7897,U+78B3,U+78C5,U+7978,U+79FD,U+7A74,U+7B4B,U+7B5B,U+7ECE,U+7ED2,U+7EE3,U+7EF3,U+7F50,U+7F55,U+7F9E,U+7FE0,U+809D,U+8106,U+814A,U+8154,U+817B,U+818F,U+81C2,U+81ED,U+821F,U+82A6,U+82D1,U+8302,U+83C7,U+83CA,U+845B,U+848B,U+84C9,U+85E4,U+86EE,U+8700,U+8774,U+8881,U+8C1C,U+8C79,U+8D2A,U+8D3C,U+8EBA,U+8F70,U+8FA9,U+8FB1,U+900A,U+9017,U+901D,U+9022,U+906E,U+946B,U+94DD,U+94ED,U+953B,U+95EF,U+95FA,U+95FD,U+96C0,U+971E,U+9753,U+9756,U+97E6,U+9881,U+9887,U+9B4F,U+9E2D,U+9F0E,U+E601-E602,U+E604-E605,U+FF5C}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-108-wght-normal-7aXvqIa2.woff2)format("woff2-variations");unicode-range:U+24,U+4E08,U+4E43,U+4E4F,U+4EF0,U+4F2A,U+507F,U+50AC,U+50BB,U+5151,U+51BB,U+51F6,U+51FD,U+5272,U+52FE,U+5362,U+53C9,U+53D4,U+53E0,U+543B,U+54F2,U+5507,U+5524,U+558A,U+55B5,U+561B,U+56CA,U+5782,U+57C3,U+5893,U+5915,U+5949,U+5962,U+59AE,U+59DC,U+59FB,U+5BD3,U+5C38,U+5CB3,U+5D07,U+5D29,U+5DE1,U+5DFE,U+5E15,U+5ECA,U+5F2F,U+5F7C,U+5FCC,U+6021,U+609F,U+60F9,U+6108,U+6148,U+6155,U+6170,U+61D2,U+6251,U+629B,U+62AB,U+62E8,U+62F3,U+6321,U+6350,U+6566,U+659C,U+65E8,U+6635,U+6655,U+6670,U+66F9,U+6734,U+679D,U+6851,U+6905,U+6B49,U+6B96,U+6C1B,U+6C41,U+6C6A,U+6C83,U+6CF3,U+6D9B,U+6DCB,U+6E1D,U+6E20-6E21,U+6EAA,U+6EE4,U+6EE9,U+6F58,U+70E4,U+722C,U+7262,U+7267,U+72B9,U+72E0,U+72EE,U+72F1,U+7334,U+73AB,U+7433,U+7470,U+758F,U+75D5,U+764C,U+7686,U+76C6,U+76FE,U+7720,U+77E2,U+7802,U+7816,U+788D,U+7891,U+7A00,U+7A9D,U+7B52,U+7BAD,U+7C98,U+7CCA,U+7EBA,U+7EEA,U+7EF5,U+7F1D,U+7F69,U+806A,U+809A,U+80BF,U+80C3,U+81C0,U+820C,U+82AC,U+82AF,U+82CD,U+82D7,U+838E,U+839E,U+8404,U+84B8,U+852C,U+8587,U+8650,U+8679,U+86C7,U+8702,U+87BA,U+886B-886C,U+8870,U+8C10,U+8C23,U+8C6B,U+8D3E,U+8D4B-8D4C,U+8D64,U+8D6B,U+8D74,U+8E29,U+8F69,U+8F74,U+8FB0,U+8FDF,U+901B,U+9038,U+9093,U+9171,U+9489,U+94AE,U+94C3,U+9508,U+9510,U+9601,U+9614,U+964C,U+9675,U+971C,U+97F5,U+9888,U+98D8,U+9971,U+9AA4,U+9E3F,U+9E45,U+9E4F,U+9E70,U+9F7F,U+E715}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-109-wght-normal-CnjNbNmw.woff2)format("woff2-variations");unicode-range:U+A5,U+2192,U+2605,U+4E11,U+4E22,U+4E32,U+4F0D,U+4F0F,U+4F69,U+4FF1,U+50B2,U+5154,U+51DD,U+51F0,U+5211,U+5269,U+533F,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574A,U+5751,U+57AB,U+5806,U+5821,U+582A,U+58F3,U+5938,U+5948,U+5978,U+59D1,U+5A03,U+5A07,U+5AC1,U+5ACC,U+5AE9,U+5BB4,U+5BC4,U+5C3F,U+5E3D,U+5E7D,U+5F92,U+5FAA,U+5FE0,U+5FFD,U+6016,U+60A0,U+60DC,U+60E8,U+614E,U+6212,U+6284,U+62C6,U+62D3-62D4,U+63F4,U+642C,U+6478,U+6491-6492,U+64E6,U+6591,U+65A4,U+664B,U+6735,U+6746,U+67F1,U+67F3,U+6842,U+68AF,U+68C9,U+68CB,U+6A31,U+6B3A,U+6BC1,U+6C0F,U+6C27,U+6C57,U+6CC4,U+6CE5,U+6D2A,U+6D66,U+6D69,U+6DAF,U+6E58,U+6ECB,U+6EF4,U+707E,U+7092,U+70AB,U+71D5,U+7275,U+7384,U+73B2,U+7434,U+74E6,U+74F7,U+75BC,U+76C8,U+76D0,U+7709,U+77AC,U+7855,U+78A7,U+78C1,U+7A77,U+7B79,U+7C92,U+7CAE,U+7CD5,U+7EA4,U+7EB5,U+7EBD,U+7F5A,U+7FD4,U+7FFC,U+8083,U+8096,U+80A0,U+80D6,U+80DE,U+8102,U+8109,U+810F,U+8179,U+8292,U+82B3,U+8352,U+8361,U+83CC,U+841D,U+8461,U+8482,U+8521,U+857E,U+85AA,U+866B,U+8776,U+8896,U+889C,U+88F8,U+8A9E,U+8BC8,U+8BF8,U+8C0B,U+8C28,U+8D2B,U+8D2F,U+8D37,U+8D3A,U+8D54,U+8DC3,U+8DCC,U+8DF5,U+8E0F,U+8E48,U+8F86,U+8F88,U+8F9E,U+8FC1,U+8FC8,U+8FEB,U+9065,U+90A6,U+90AA,U+90BB,U+90C1,U+94DC,U+9521,U+9676,U+96D5,U+970D,U+9897,U+997C,U+9A70,U+9A76,U+9A9A,U+9AD4,U+9E23,U+9E7F,U+9F3B,U+E675,U+E6B9,U+FFE5}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-110-wght-normal-D2JBr045.woff2)format("woff2-variations");unicode-range:U+300C-300D,U+4E54,U+4E58,U+4E95,U+4EC1,U+4F2F,U+4F38,U+4FA3,U+4FCA,U+503E,U+5141,U+5144,U+517C,U+51CC,U+51ED,U+5242,U+52B2,U+52D2,U+52E4,U+540A,U+5439,U+5448,U+5496,U+54ED,U+5565,U+5761,U+5766,U+58EE,U+593A,U+594B,U+594F,U+5954,U+5996,U+59C6,U+59FF,U+5B64,U+5BFF,U+5C18,U+5C1D,U+5C97,U+5CA9,U+5CB8,U+5E9F,U+5EC9,U+5F04,U+5F7B,U+5FA1,U+5FCD,U+6012,U+60A6,U+60AC,U+60B2,U+60EF,U+626E,U+6270,U+6276,U+62D6,U+62DC,U+6316,U+632F,U+633A,U+6355,U+63AA,U+6447,U+649E,U+64C5,U+654C,U+65C1,U+65CB,U+65E6,U+6606,U+6731,U+675C,U+67CF,U+67DC,U+6846,U+6B8B,U+6BEB,U+6C61,U+6C88,U+6CBF,U+6CDB,U+6CEA,U+6D45,U+6D53,U+6D74,U+6D82,U+6DA8,U+6DB5,U+6DEB,U+6EDA,U+6EE8,U+6F0F,U+706D,U+708E,U+70AE,U+70BC,U+70C2,U+70E6,U+7237-7238,U+72FC,U+730E,U+731B,U+739B,U+73BB,U+7483,U+74DC,U+74F6,U+7586,U+7626,U+775B,U+77FF,U+788E,U+78B0,U+7956,U+7965,U+79E6,U+7AF9,U+7BEE,U+7C97,U+7EB1,U+7EB7,U+7ED1,U+7ED5,U+7F6A,U+7F72,U+7FBD,U+8017,U+808C,U+80A9,U+80C6,U+80CE,U+8150,U+8170,U+819C,U+820D,U+8230,U+8239,U+827E,U+8377,U+8389,U+83B2,U+8428,U+8463,U+867E,U+88C2,U+88D9,U+8986,U+8BCA,U+8BDE,U+8C13,U+8C8C,U+8D21,U+8D24,U+8D56,U+8D60,U+8D8B,U+8DB4,U+8E2A,U+8F68,U+8F89,U+8F9B,U+8FA8,U+8FBD,U+9003,U+90CE,U+90ED,U+9189,U+94BB,U+9505,U+95F9,U+963B,U+9655,U+966A,U+9677,U+96FE,U+9896,U+99A8,U+9A71,U+9A82,U+9A91,U+9B45,U+9ECE,U+9F20,U+FEFF,U+FF0D}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-111-wght-normal-ClFr5QXM.woff2)format("woff2-variations");unicode-range:U+4E4C,U+4E88,U+4EA1,U+4EA6,U+4ED3-4ED4,U+4EFF,U+4F30,U+4FA7,U+4FC4,U+4FD7,U+500D,U+504F,U+5076-5077,U+517D,U+5192,U+51C9,U+51EF,U+5238,U+5251,U+526A,U+52C7,U+52DF,U+52FF,U+53A6,U+53A8,U+53EC,U+5410,U+559D,U+55B7,U+5634,U+573E,U+5783,U+585E,U+586B,U+58A8,U+5999,U+59D3,U+5A1C,U+5A46,U+5B54-5B55,U+5B85,U+5B8B,U+5B8F,U+5BBF,U+5BD2,U+5C16,U+5C24,U+5E05,U+5E45,U+5E7C,U+5E84,U+5F03,U+5F1F,U+5F31,U+5F84,U+5F90,U+5FBD,U+5FC6,U+5FD9,U+5FE7,U+6052,U+6062,U+6089,U+60A3,U+60D1,U+6167,U+622A,U+6234,U+624E,U+6269,U+626C,U+62B5,U+62D2,U+6325,U+63E1,U+643A,U+6446,U+6562,U+656C,U+65E2,U+65FA,U+660C,U+6628,U+6652,U+6668,U+6676,U+66FC,U+66FF,U+6717,U+676D,U+67AA,U+67D4,U+6843,U+6881,U+68D2,U+695A,U+69FD,U+6A2A,U+6B8A,U+6C60,U+6C64,U+6C9F,U+6CAA,U+6CC9,U+6CE1,U+6CFD,U+6D1B,U+6D1E,U+6D6E,U+6DE1,U+6E10,U+6E7F,U+6F5C,U+704C,U+7070,U+7089,U+70B8,U+718A,U+71C3,U+723D,U+732A,U+73CD,U+7518,U+756A,U+75AF,U+75BE,U+75C7,U+76D2,U+76D7,U+7763,U+78E8,U+795D,U+79DF,U+7C4D,U+7D2F,U+7EE9,U+7F13,U+7F8A,U+8000,U+8010,U+80AF,U+80F6,U+80F8,U+8212,U+8273,U+82F9,U+83AB,U+83B1,U+83F2,U+8584,U+871C,U+8861,U+888B,U+88C1,U+88E4,U+8BD1,U+8BF1,U+8C31,U+8D5A,U+8D75-8D76,U+8DE8,U+8F85,U+8FA3,U+8FC5,U+9006,U+903C,U+904D,U+9075,U+9178,U+9274,U+950B,U+9526,U+95EA,U+9636,U+9686,U+978B,U+987F,U+9A7E,U+9B42,U+9E1F,U+9EA6,U+9F13,U+9F84,U+FF5E}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-112-wght-normal-CiZxJMyY.woff2)format("woff2-variations");unicode-range:U+23,U+3D,U+4E01,U+4E39,U+4E73,U+4ECD,U+4ED9,U+4EEA,U+4F0A,U+4F1F,U+4F5B,U+4FA0,U+4FC3,U+501F,U+50A8,U+515A,U+5175,U+51A0,U+51C0,U+51E1,U+51E4,U+5200,U+520A,U+5224,U+523A,U+52AA,U+52B1,U+52B3,U+5348,U+5353,U+5360,U+5371,U+5377,U+539A,U+541B,U+5434,U+547C,U+54E6,U+5510,U+5531,U+5609,U+56F0,U+56FA,U+5733,U+574F,U+5851,U+5854,U+5899,U+58C1,U+592E,U+5939,U+5976,U+5986,U+59BB,U+5A18,U+5A74,U+5B59,U+5B87,U+5B97,U+5BA0,U+5BAB,U+5BBD-5BBE,U+5BF8,U+5C0A,U+5C3A,U+5C4A,U+5E16,U+5E1D,U+5E2D,U+5E8A,U+6015,U+602A,U+6050,U+6069,U+6162,U+61C2,U+6293,U+6297,U+62B1,U+62BD,U+62DF,U+62FC,U+6302,U+635F,U+638C,U+63ED,U+6458,U+6469,U+6563,U+6620,U+6653,U+6696-6697,U+66DD,U+675F,U+676F-6770,U+67D0,U+67D3,U+684C,U+6865,U+6885,U+68B0,U+68EE,U+690D,U+6B23,U+6B32,U+6BD5,U+6C89,U+6D01,U+6D25,U+6D89,U+6DA6,U+6DB2,U+6DF7,U+6ED1,U+6F02,U+70C8,U+70DF,U+70E7,U+7126,U+7236,U+7259,U+731C,U+745E,U+74E3,U+751A,U+751C,U+7532,U+7545,U+75DB,U+7761,U+7A0D,U+7B51,U+7CA4,U+7CD6,U+7D2B,U+7EA0,U+7EB9,U+7ED8,U+7F18,U+7F29,U+8033,U+804A,U+80A4-80A5,U+80E1,U+817F,U+829D,U+82E6,U+8336,U+840C,U+8499,U+864E,U+8651,U+865A,U+88AD,U+89E6,U+8BD7,U+8BFA,U+8C37,U+8D25,U+8D38,U+8DDD,U+8FEA,U+9010,U+9012,U+906D,U+907F-9080,U+90D1,U+9177,U+91CA,U+94FA,U+9501,U+9634-9635,U+9694,U+9707,U+9738,U+9769,U+9A7B,U+9A97,U+9AA8,U+9B3C,U+9C81,U+9ED8}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-113-wght-normal-OgQXOX6x.woff2)format("woff2-variations");unicode-range:U+26,U+3C,U+D7,U+4E4E,U+4E61,U+4E71,U+4EBF,U+4F26,U+5012,U+51AC,U+51B0,U+51B2,U+51B7,U+5218,U+521A,U+5220,U+5237,U+523B,U+526F,U+5385,U+53BF,U+53E5,U+53EB,U+53F3,U+53F6,U+5409,U+5438,U+54C8,U+54E5,U+552F,U+5584,U+5706,U+5723,U+5750,U+575A,U+5987-5988,U+59B9,U+59D0,U+59D4,U+5B88,U+5B9C,U+5BDF,U+5BFB,U+5C01,U+5C04,U+5C3E,U+5C4B,U+5C4F,U+5C9B,U+5CF0,U+5DDD,U+5DE6,U+5DE8,U+5E01,U+5E78,U+5E7B,U+5E9C,U+5EAD,U+5EF6,U+5F39,U+5FD8,U+6000,U+6025,U+604B,U+6076,U+613F,U+6258,U+6263,U+6267,U+6298,U+62A2,U+62E5,U+62EC,U+6311,U+6377,U+6388-6389,U+63A2,U+63D2,U+641E,U+642D,U+654F,U+6551,U+6597,U+65CF,U+65D7,U+65E7,U+6682,U+66F2,U+671D,U+672B,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6BD2,U+6CF0,U+6D0B,U+6D17,U+6D59,U+6DD8,U+6DFB,U+6E7E,U+6F6E,U+6FB3,U+706F,U+719F,U+72AF,U+72D0,U+72D7,U+732B,U+732E,U+7389,U+73E0,U+7530,U+7687,U+76D6,U+76DB,U+7840,U+786C,U+79CB,U+79D2,U+7A0E,U+7A33,U+7A3F,U+7A97,U+7ADE-7ADF,U+7B26,U+7E41,U+7EC3,U+7F3A,U+8089,U+80DC,U+811A,U+8131,U+8138,U+821E,U+8349,U+83DC,U+8457,U+867D,U+86CB,U+8A89,U+8BA8,U+8BAD,U+8BEF,U+8BFE,U+8C6A,U+8D1D,U+8D4F,U+8D62,U+8DD1,U+8DF3,U+8F6E,U+8FF9,U+900F,U+9014,U+9057,U+9192,U+91CE,U+9488,U+94A2,U+9547,U+955C,U+95F2,U+9644,U+964D,U+96C4-96C5,U+96E8,U+96F6-96F7,U+9732,U+9759,U+9760,U+987A,U+989C,U+9910,U+996D-996E,U+9B54,U+9E21,U+9EBB,U+9F50}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-114-wght-normal-CRH9SDZu.woff2)format("woff2-variations");unicode-range:U+7E,U+2026,U+4E03,U+4E25,U+4E30,U+4E34,U+4E45,U+4E5D,U+4E89,U+4EAE,U+4ED8,U+4F11,U+4F19,U+4F24,U+4F34,U+4F59,U+4F73,U+4F9D,U+4FB5,U+5047,U+505C,U+5170,U+519C,U+51CF,U+5267,U+5356,U+5374,U+5382,U+538B,U+53E6,U+5426,U+542B,U+542F,U+5462,U+5473,U+554A,U+5566,U+5708,U+571F,U+5757,U+57DF,U+57F9,U+5802,U+590F,U+591C,U+591F,U+592B,U+5965,U+5979,U+5A01,U+5A5A,U+5B63,U+5B69,U+5B81,U+5BA1,U+5BA3,U+5C3C,U+5C42,U+5C81,U+5DE7,U+5DEE,U+5E0C,U+5E10,U+5E55,U+5E86,U+5E8F,U+5EA7,U+5F02,U+5F52,U+5F81,U+5FF5,U+60CA,U+60E0,U+6279,U+62C5,U+62FF,U+63CF,U+6444,U+64CD,U+653B,U+65BD,U+65E9,U+665A,U+66B4,U+66FE,U+6728,U+6742,U+677E,U+67B6,U+680F,U+68A6,U+68C0,U+699C,U+6B4C,U+6B66,U+6B7B,U+6BCD,U+6BDB,U+6C38,U+6C47,U+6C49,U+6CB3,U+6CB9,U+6CE2,U+6D32,U+6D3E,U+6D4F,U+6E56,U+6FC0,U+7075,U+7206,U+725B,U+72C2,U+73ED,U+7565,U+7591,U+7597,U+75C5,U+76AE,U+76D1,U+76DF,U+7834,U+7968,U+7981,U+79C0,U+7A7F,U+7A81,U+7AE5,U+7B14,U+7C89,U+7D27,U+7EAF,U+7EB3,U+7EB8,U+7EC7,U+7EE7,U+7EFF,U+7F57,U+7FFB,U+805A,U+80A1,U+822C,U+82CF,U+82E5,U+8363,U+836F,U+84DD,U+878D,U+8840,U+8857,U+8863,U+8865,U+8B66,U+8BB2,U+8BDA,U+8C01,U+8C08,U+8C46,U+8D1F,U+8D35,U+8D5B,U+8D5E,U+8DA3,U+8DDF,U+8F93,U+8FDD,U+8FF0,U+8FF7,U+8FFD,U+9000,U+9047,U+9152,U+949F,U+94C1,U+94F6,U+9646,U+9648,U+9669,U+969C,U+96EA,U+97E9,U+987B,U+987E,U+989D,U+9970,U+9986,U+9C7C,U+9C9C}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-115-wght-normal-BN__2iBG.woff2)format("woff2-variations");unicode-range:U+25,U+4E14,U+4E1D,U+4E3D,U+4E49,U+4E60,U+4E9A,U+4EB2,U+4EC5,U+4EFD,U+4F3C,U+4F4F,U+4F8B,U+4FBF,U+5019,U+5145,U+514B,U+516B,U+516D,U+5174,U+5178,U+517B,U+5199,U+519B,U+51B3,U+51B5,U+5207,U+5212,U+5219,U+521D,U+52BF,U+533B,U+5343,U+5347,U+534A,U+536B,U+5370,U+53E4,U+53F2,U+5403,U+542C,U+547D,U+54A8,U+54CD,U+54EA,U+552E,U+56F4,U+5747,U+575B,U+5883,U+589E,U+5931,U+5947,U+5956-5957,U+5A92,U+5B83,U+5BA4,U+5BB3,U+5BCC,U+5C14,U+5C1A,U+5C3D,U+5C40,U+5C45,U+5C5E,U+5DF4,U+5E72,U+5E95,U+5F80,U+5F85,U+5FB7,U+5FD7,U+601D,U+626B,U+627F,U+62C9,U+62CD,U+6309,U+63A7,U+6545,U+65AD,U+65AF,U+65C5,U+666E,U+667A,U+670B,U+671B,U+674E,U+677F,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697C,U+6B27,U+6B62,U+6BB5,U+6C7D,U+6C99,U+6D4B,U+6D4E,U+6D6A,U+6E29,U+6E2F,U+6EE1,U+6F14,U+6F2B,U+72B6,U+72EC,U+7387,U+7533,U+753B,U+76CA,U+76D8,U+7701,U+773C,U+77ED,U+77F3,U+7814,U+793C,U+79BB,U+79C1,U+79D8,U+79EF,U+79FB,U+7A76,U+7B11,U+7B54,U+7B56,U+7B97,U+7BC7,U+7C73,U+7D20,U+7EAA,U+7EC8,U+7EDD,U+7EED,U+7EFC,U+7FA4,U+804C,U+8058,U+80CC,U+8111,U+817E,U+826F,U+8303,U+843D,U+89C9,U+89D2,U+8BA2,U+8BBF,U+8BC9,U+8BCD,U+8BE6,U+8C22,U+8C61,U+8D22,U+8D26-8D27,U+8D8A,U+8F6F,U+8F7B,U+8F83,U+8F91,U+8FB9,U+8FD4,U+8FDC,U+9002,U+94B1,U+9519,U+95ED,U+961F,U+9632-9633,U+963F,U+968F-9690,U+96BE,U+9876,U+9884,U+98DE,U+9988,U+9999,U+9EC4,U+FF1B}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-116-wght-normal-vdFVzbO2.woff2)format("woff2-variations");unicode-range:U+2B,U+40,U+3000,U+300A-300B,U+4E16,U+4E66,U+4E70,U+4E91-4E92,U+4E94,U+4E9B,U+4EC0,U+4ECA,U+4F01,U+4F17-4F18,U+4F46,U+4F4E,U+4F9B,U+4FEE,U+503C,U+5065,U+50CF,U+513F,U+5148,U+518D,U+51C6,U+51E0,U+5217,U+529E-529F,U+5341,U+534F,U+5361,U+5386,U+53C2,U+53C8,U+53CC,U+53D7-53D8,U+53EA,U+5404,U+5411,U+5417,U+5427,U+5468,U+559C,U+5668,U+56E0,U+56E2,U+56ED,U+5740,U+57FA,U+58EB,U+5904,U+592A,U+59CB,U+5A31,U+5B58,U+5B9D,U+5BC6,U+5C71,U+5DDE,U+5DF1,U+5E08,U+5E26,U+5E2E,U+5E93,U+5E97,U+5EB7,U+5F15,U+5F20,U+5F3A,U+5F62,U+5F69,U+5F88,U+5F8B,U+5FC5,U+600E,U+620F,U+6218,U+623F,U+627E,U+628A,U+62A4,U+62DB,U+62E9,U+6307,U+6362,U+636E,U+64AD,U+6539,U+653F,U+6548,U+6574,U+6613,U+6625,U+663E,U+666F,U+672A,U+6750,U+6784,U+6A21,U+6B3E,U+6B65,U+6BCF,U+6C11,U+6C5F,U+6DF1,U+706B,U+7167,U+724C,U+738B,U+73A9,U+73AF,U+7403,U+7537,U+754C,U+7559,U+767D,U+7740,U+786E,U+795E,U+798F,U+79F0,U+7AEF,U+7B7E,U+7BB1,U+7EA2,U+7EA6,U+7EC4,U+7EC6,U+7ECD,U+7EDC,U+7EF4,U+8003,U+80B2,U+81F3-81F4,U+822A,U+827A,U+82F1,U+83B7,U+8425,U+89C2,U+89C8,U+8BA9,U+8BB8,U+8BC6,U+8BD5,U+8BE2,U+8BE5,U+8BED,U+8C03,U+8D23,U+8D2D,U+8D34,U+8D70,U+8DB3,U+8FBE,U+8FCE,U+8FD1,U+8FDE,U+9001,U+901F-9020,U+90A3,U+914D,U+91C7,U+94FE,U+9500,U+952E,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975E,U+97F3,U+9879,U+9886,U+98DF,U+9A6C,U+9A8C,U+9ED1,U+9F99}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-117-wght-normal-Dsz3vkzU.woff2)format("woff2-variations");unicode-range:U+4E,U+201C-201D,U+3010-3011,U+4E07,U+4E1C,U+4E24,U+4E3E,U+4E48,U+4E50,U+4E5F,U+4E8B-4E8C,U+4EA4,U+4EAB-4EAC,U+4ECB,U+4ECE,U+4ED6,U+4EE3,U+4EF6-4EF7,U+4EFB,U+4F20,U+4F55,U+4F7F,U+4FDD,U+505A,U+5143,U+5149,U+514D,U+5171,U+5177,U+518C,U+51FB,U+521B,U+5229,U+522B,U+52A9,U+5305,U+5317,U+534E,U+5355,U+5357,U+535A,U+5373,U+539F,U+53BB,U+53CA,U+53CD,U+53D6,U+53E3,U+53F0,U+5458,U+5546,U+56DB,U+573A,U+578B,U+57CE,U+58F0,U+590D,U+5934,U+5973,U+5B57,U+5B8C,U+5B98,U+5BB9,U+5BFC,U+5C06,U+5C11,U+5C31,U+5C55,U+5DF2,U+5E03,U+5E38,U+5E76,U+5E94,U+5EFA,U+5F71,U+5F97,U+5FEB,U+6001,U+603B,U+60F3,U+611F,U+6216,U+624D,U+6253,U+6295,U+6301,U+6392,U+641C,U+652F,U+653E,U+6559,U+6599,U+661F,U+671F,U+672F,U+6761,U+67E5,U+6807,U+6837,U+683C,U+6848,U+6B22,U+6B64,U+6BD4,U+6C14,U+6C34,U+6C42,U+6CA1,U+6D41,U+6D77,U+6D88,U+6E05,U+6E38,U+6E90,U+7136,U+7231,U+7531,U+767E,U+76EE,U+76F4,U+771F,U+7801,U+793A,U+79CD,U+7A0B,U+7A7A,U+7ACB,U+7AE0,U+7B2C,U+7B80,U+7BA1,U+7CBE,U+7D22,U+7EA7,U+7ED3,U+7ED9,U+7EDF,U+7F16,U+7F6E,U+8001,U+800C,U+8272,U+8282,U+82B1,U+8350,U+88AB,U+88C5,U+897F,U+89C1,U+89C4,U+89E3,U+8A00,U+8BA1,U+8BA4,U+8BAE-8BB0,U+8BBE,U+8BC1,U+8BC4,U+8BFB,U+8D28,U+8D39,U+8D77,U+8D85,U+8DEF,U+8EAB,U+8F66,U+8F6C,U+8F7D,U+8FD0,U+9009,U+90AE,U+90FD,U+91CC-91CD,U+91CF,U+95FB,U+9650,U+96C6,U+9891,U+98CE,U+FF1F}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-118-wght-normal-BPEb0gM9.woff2)format("woff2-variations");unicode-range:U+D,U+3E,U+5F,U+7C,U+A0,U+A9,U+4E09-4E0B,U+4E0D-4E0E,U+4E13,U+4E1A,U+4E2A,U+4E3A-4E3B,U+4E4B,U+4E86,U+4E8E,U+4EA7,U+4EBA,U+4EE4-4EE5,U+4EEC,U+4F1A,U+4F4D,U+4F53,U+4F5C,U+4F60,U+4FE1,U+5165,U+5168,U+516C,U+5173,U+5176,U+5185,U+51FA,U+5206,U+5230,U+5236,U+524D,U+529B,U+52A0-52A1,U+52A8,U+5316,U+533A,U+53CB,U+53D1,U+53EF,U+53F7-53F8,U+5408,U+540C-540E,U+544A,U+548C,U+54C1,U+56DE,U+56FD-56FE,U+5728,U+5730,U+5907,U+5916,U+591A,U+5927,U+5929,U+597D,U+5982,U+5B50,U+5B66,U+5B89,U+5B9A,U+5B9E,U+5BA2,U+5BB6,U+5BF9,U+5C0F,U+5DE5,U+5E02,U+5E73-5E74,U+5E7F,U+5EA6,U+5F00,U+5F0F,U+5F53,U+5F55,U+5FAE,U+5FC3,U+6027,U+606F,U+60A8,U+60C5,U+610F,U+6210-6211,U+6237,U+6240,U+624B,U+6280,U+62A5,U+63A5,U+63A8,U+63D0,U+6536,U+6570,U+6587,U+65B9,U+65E0,U+65F6,U+660E,U+662D,U+662F,U+66F4,U+6700,U+670D,U+672C,U+673A,U+6743,U+6765,U+679C,U+682A,U+6B21,U+6B63,U+6CBB,U+6CD5,U+6CE8,U+6D3B,U+70ED,U+7247-7248,U+7269,U+7279,U+73B0,U+7406,U+751F,U+7528,U+7535,U+767B,U+76F8,U+770B,U+77E5,U+793E,U+79D1,U+7AD9,U+7B49,U+7C7B,U+7CFB,U+7EBF,U+7ECF,U+7F8E,U+8005,U+8054,U+80FD,U+81EA,U+85CF,U+884C,U+8868,U+8981,U+89C6,U+8BBA,U+8BDD,U+8BF4,U+8BF7,U+8D44,U+8FC7,U+8FD8-8FD9,U+8FDB,U+901A,U+9053,U+90E8,U+91D1,U+957F,U+95E8,U+95EE,U+95F4,U+9762,U+9875,U+9898,U+9996,U+9AD8,U+FF01,U+FF08-FF09}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-119-wght-normal-BfzSEbFz.woff2)format("woff2-variations");unicode-range:U+20-22,U+27-2A,U+2C-3B,U+3F,U+41-4D,U+4F-5D,U+61-7B,U+7D,U+AB,U+AE,U+B2,U+B7,U+BB,U+DF-E5,U+E7-EA,U+EC-ED,U+F1-F4,U+F6,U+F9-FA,U+FC,U+101,U+103,U+113,U+12B,U+148,U+14D,U+16B,U+1CE,U+1D0,U+300-301,U+1EBF,U+1EC7,U+2013-2014,U+2022,U+2027,U+2039-203A,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304A-3055,U+3057,U+3059-305B,U+305D,U+305F-3061,U+3063-306B,U+306D-3073,U+3075-3076,U+3078-3079,U+307B,U+307E-307F,U+3081-308D,U+308F,U+3092-3093,U+30A1-30A4,U+30A6-30BB,U+30BD,U+30BF-30C1,U+30C3-30C4,U+30C6-30CB,U+30CD-30D7,U+30D9-30E1,U+30E3-30E7,U+30E9-30ED,U+30EF,U+30F3,U+30FB-30FC,U+3127,U+4E00,U+4E2D,U+65B0,U+65E5,U+6708-6709,U+70B9,U+7684,U+7F51,U+FF0C,U+FF0E,U+FF1A}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-cyrillic-wght-normal-CRA5_Pf1.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-vietnamese-wght-normal-y5SU35Rl.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-latin-ext-wght-normal-CqPqLCfe.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Noto Sans SC Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/noto-sans-sc-latin-wght-normal-DYAKOyvl.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.youth-editor-shell{box-sizing:border-box;color:#182030;width:min(1540px,100% - 40px);height:100%;min-height:0;margin:0 auto;padding:28px 0 64px;overflow-y:auto}.youth-editor-header{grid-template-columns:190px minmax(0,1fr) auto;align-items:center;gap:24px;margin-bottom:18px;display:grid}.youth-editor-header>a,.youth-editor-state a{color:#5b6473;align-items:center;gap:7px;width:fit-content;font-size:13px;font-weight:650;text-decoration:none;display:inline-flex}.youth-editor-header p,.youth-editor-card header p,.youth-editor-preview>header p{color:#8a93a2;letter-spacing:.14em;margin:0 0 5px;font-size:10px;font-weight:750}.youth-editor-header h1{letter-spacing:-.04em;margin:0;font-size:clamp(24px,2.4vw,34px)}.youth-editor-header>div>span{color:#697384;margin-top:6px;font-size:13px;display:block}.youth-editor-header>span{color:#687284;white-space:nowrap;background:#fff;border:1px solid #d9dee7;border-radius:999px;align-items:center;gap:6px;padding:8px 11px;font-size:12px;font-weight:700;display:inline-flex}.youth-editor-header>span.is-confirmed{color:#176648;background:#f2fbf6;border-color:#b9ddcc}.youth-editor-alert{color:#864023;background:#fff9f5;border:1px solid #f0cab9;border-radius:12px;align-items:center;gap:10px;margin-bottom:14px;padding:11px 13px;font-size:13px;display:flex}.youth-editor-alert span{flex:1;min-width:0}.youth-editor-alert.is-info{color:#365a86;background:#f6f9fe;border-color:#cbd9ee}.youth-editor-alert button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:750}.youth-editor-layout{grid-template-columns:minmax(310px,390px) minmax(560px,1fr);align-items:start;gap:18px;display:grid}.youth-editor-panel{gap:14px;display:grid}.youth-editor-card,.youth-editor-preview{background:#fff;border:1px solid #e1e5eb;border-radius:15px;box-shadow:0 8px 28px #171f2b0d}.youth-editor-card{padding:18px}.youth-editor-card>header,.youth-editor-preview>header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.youth-editor-card h2,.youth-editor-preview h2{letter-spacing:-.02em;margin:0;font-size:16px}.youth-editor-card>header>span,.youth-editor-preview>header>span{color:#8b94a2;overflow-wrap:anywhere;text-align:right;font-size:10px}.youth-editor-card__hint,.youth-editor-preview>p{color:#717b8b;margin:11px 0 16px;font-size:12px;line-height:1.6}.youth-editor-fields{gap:13px;display:grid}.youth-editor-fields label,.youth-editor-reason{color:#4d5868;gap:7px;font-size:12px;font-weight:650;display:grid}.youth-editor-fields label>span,.youth-editor-reason>span{justify-content:space-between;display:flex}.youth-editor-fields label b{color:#ba4a33;font-size:10px}.youth-editor-fields input,.youth-editor-reason textarea{box-sizing:border-box;color:#202938;width:100%;font:inherit;background:#fbfcfd;border:1px solid #d6dce5;border-radius:9px;outline:none;padding:10px 11px;transition:border-color .15s,box-shadow .15s}.youth-editor-fields input:focus,.youth-editor-reason textarea:focus{border-color:#7898c7;box-shadow:0 0 0 3px #4169a01f}.youth-editor-fields input[aria-invalid=true]{background:snow;border-color:#cc6e58}.youth-editor-fields label>small{color:#ad4d38;font-size:11px;font-weight:550}.youth-editor-profile-actions,.youth-editor-switch>div,.youth-editor-dialog__actions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.youth-editor-profile-actions button,.youth-editor-switch button,.youth-editor-switch a,.youth-editor-dialog__actions button{box-sizing:border-box;color:#4f5b6c;min-height:36px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d6dce5;border-radius:9px;justify-content:center;align-items:center;gap:6px;padding:8px 11px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.youth-editor-profile-actions button.is-primary,.youth-editor-dialog__actions button.is-primary{color:#fff;background:#202b3b;border-color:#202b3b}.youth-editor-profile-actions button:disabled,.youth-editor-switch button:disabled,.youth-editor-dialog__actions button:disabled{opacity:.45;cursor:not-allowed}.youth-review-panel.is-locked>p,.youth-review-empty{color:#6f7886;background:#fafbfc;border:1px dashed #d8dde5;border-radius:9px;margin:12px 0 0;padding:12px;font-size:12px;line-height:1.55}.youth-review-roster{gap:6px;margin-bottom:15px;display:grid}.youth-review-roster article{background:#fbfcfd;border:1px solid #e7eaf0;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.youth-review-roster article>span{gap:2px;min-width:0;display:grid}.youth-review-roster strong{color:#293241;font-size:12px}.youth-review-roster small{color:#808998;font-size:10px}.youth-review-roster b{color:#687284;white-space:nowrap;background:#eef1f5;border-radius:999px;padding:4px 7px;font-size:10px}.youth-review-roster b[data-state=submitted]{color:#176648;background:#eaf7f0}.youth-review-roster b[data-state=reconfirm_required]{color:#98521d;background:#fff3e8}.youth-review-fields{gap:12px;display:grid}.youth-review-fields>label,.youth-review-withdraw label{color:#4d5868;gap:6px;font-size:12px;font-weight:650;display:grid}.youth-review-fields input[type=text],.youth-review-fields>label>input,.youth-review-fields textarea,.youth-review-withdraw textarea{box-sizing:border-box;color:#202938;width:100%;font:inherit;resize:vertical;background:#fbfcfd;border:1px solid #d6dce5;border-radius:9px;outline:none;padding:10px 11px}.youth-review-fields input:focus,.youth-review-fields textarea:focus,.youth-review-withdraw textarea:focus{border-color:#7898c7;box-shadow:0 0 0 3px #4169a01f}.youth-review-fields fieldset{border:1px solid #e1e5eb;border-radius:9px;gap:7px;margin:0;padding:10px;display:grid}.youth-review-fields legend{color:#4d5868;padding:0 5px;font-size:11px;font-weight:700}.youth-review-fields fieldset label,.youth-review-report-selection label{color:#4e5969;align-items:flex-start;gap:8px;font-size:11px;display:flex}.youth-review-fields input[type=radio],.youth-review-report-selection input[type=checkbox]{accent-color:#c82132;width:15px;height:15px;margin:1px 0 0}.youth-review-actions,.youth-review-withdraw>div{flex-wrap:wrap;gap:7px;margin-top:13px;display:flex}.youth-review-actions button,.youth-review-withdraw button,.youth-review-report-selection>button{color:#4f5b6c;min-height:34px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d6dce5;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:7px 10px;font-size:11px;font-weight:700;display:inline-flex}.youth-review-actions button.is-primary{color:#fff;background:#202b3b;border-color:#202b3b}.youth-review-actions button.is-danger,.youth-review-withdraw button.is-danger{color:#a82d38;background:#fff8f8;border-color:#e4b6b9}.youth-review-actions button:disabled,.youth-review-withdraw button:disabled,.youth-review-report-selection>button:disabled{opacity:.45;cursor:not-allowed}.youth-review-withdraw,.youth-review-report-selection{border-top:1px solid #edf0f4;margin-top:14px;padding-top:14px}.youth-review-report-selection>header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:9px;display:flex}.youth-review-report-selection>header div,.youth-review-report-selection label>span{gap:2px;display:grid}.youth-review-report-selection>header small,.youth-review-report-selection label small{color:#858e9c;font-size:10px;font-weight:500}.youth-review-report-selection label{background:#fbfcfd;border:1px solid #e6e9ee;border-radius:8px;margin:7px 0;padding:8px}.youth-review-report-selection>p{color:#7a8493;margin:8px 0;font-size:11px}.youth-review-warning,.youth-review-notice{color:#7b4b20;background:#fff6ed;border-radius:8px;margin-top:11px;padding:9px 10px;font-size:11px;line-height:1.5}.youth-review-warning{align-items:center;gap:7px;margin-bottom:12px;display:flex}.youth-review-notice{color:#365a86;background:#f2f6fc}.youth-editor-evidence__list{gap:8px;display:grid}.youth-editor-evidence__list article{background:#fbfcfd;border:1px solid #e7eaf0;border-radius:9px;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px;display:grid}.youth-editor-evidence__list article>b{color:#98a1ae;font-size:10px}.youth-editor-evidence__list article>span{min-width:0}.youth-editor-evidence__list strong,.youth-editor-evidence__list small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.youth-editor-evidence__list strong{font-size:12px}.youth-editor-evidence__list small{color:#7a8494;margin-top:3px;font-size:10px}.youth-editor-evidence__list code{color:#647085;text-overflow:ellipsis;max-width:74px;font-size:10px;overflow:hidden}.youth-editor-switch>p{color:#717b8b;margin:12px 0 0;font-size:12px;line-height:1.65}.youth-integrity{padding:0;overflow:hidden}.youth-integrity.is-loading,.youth-integrity.is-error{color:#697384;align-items:center;gap:9px;padding:16px 18px;font-size:12px;display:flex}.youth-integrity.is-error{color:#9b3f31}.youth-integrity>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:16px 18px;list-style:none;display:flex}.youth-integrity>summary::-webkit-details-marker{display:none}.youth-integrity>summary>span{align-items:center;gap:8px;display:flex}.youth-integrity>summary>span>span{gap:2px;display:grid}.youth-integrity>summary small{color:#98a2b3;letter-spacing:.12em;font-size:8px}.youth-integrity>summary strong{color:#202938;font-size:14px}.youth-integrity>summary>span:last-child{color:#717b8b;font-size:11px}.youth-integrity>summary>span:last-child b{color:#175cd3;font-size:13px}.youth-integrity[open]>summary svg:last-child{transform:rotate(180deg)}.youth-integrity>p,.youth-integrity>footer{color:#7b8492;border-top:1px solid #eef0f3;margin:0;padding:10px 18px;font-size:10px;line-height:1.55}.youth-integrity__products{flex-wrap:wrap;gap:6px;padding:0 18px 12px;display:flex}.youth-integrity__products>span{color:#6b7483;background:#fafbfc;border:1px solid #dfe3e9;border-radius:999px;gap:6px;padding:5px 8px;font-size:9px;display:inline-flex}.youth-integrity__products b{color:#344054}.youth-integrity__gate{color:#864023;background:#fff9f5;border:1px solid #f0cab9;border-radius:8px;align-items:flex-start;gap:7px;margin:0 18px 12px;padding:8px 9px;font-size:10px;line-height:1.5;display:flex}.youth-integrity__gate svg{flex:none;margin-top:1px}.youth-integrity__layers{border-top:1px solid #eef0f3;max-height:410px;display:grid;overflow:auto}.youth-integrity__layers>section{padding:12px 18px}.youth-integrity__layers>section+section{border-top:1px solid #eef0f3}.youth-integrity__layers header,.youth-integrity__layers li{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.youth-integrity__layers header>span,.youth-integrity__layers li>span{gap:2px;min-width:0;display:grid}.youth-integrity__layers header strong{color:#344054;font-size:11px}.youth-integrity__layers small{color:#98a2b3;overflow-wrap:anywhere;font-size:8px}.youth-integrity__layers header>b,.youth-integrity__layers li>span:last-child>b{color:#475467;white-space:nowrap;background:#f2f4f7;border-radius:999px;width:fit-content;padding:4px 6px;font-size:8px}.youth-integrity [data-state=available]{color:#067647;background:#ecfdf3}.youth-integrity [data-state=partial]{color:#854a0e;background:#fffaeb}.youth-integrity [data-state=unavailable],.youth-integrity [data-state=not_applicable],.youth-integrity [data-state=not_enabled]{color:#475467;background:#f2f4f7}.youth-integrity [data-state=revoked],.youth-integrity [data-state=quality_failed]{color:#b42318;background:#fef3f2}.youth-integrity__layers>section>p{color:#7b8492;margin:5px 0 0;font-size:9px}.youth-integrity__layers ul{gap:0;margin:9px 0 0;padding:0;list-style:none;display:grid}.youth-integrity__layers li{border-top:1px dashed #e7e9ee;padding:8px 0}.youth-integrity__layers li strong{color:#475467;font-size:9px}.youth-integrity__layers li>span:last-child{text-align:right;justify-items:end;max-width:48%}.youth-integrity>footer{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.youth-editor-preview{min-width:0;padding:16px;position:sticky;top:18px}.youth-editor-save-state{color:#667085;min-height:18px;margin:9px 0 0;font-size:11px}.youth-editor-save-state.is-failed{color:#b42318}.youth-editor-save-state.is-saved{color:#067647}.youth-editor-state__actions{align-items:center;gap:12px;display:flex}.youth-editor-state__actions button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:8px;align-items:center;gap:7px;padding:8px 11px;display:inline-flex}.youth-editor-preview>p{margin-bottom:12px}.youth-editor-browser{background:#e9edf2;border:1px solid #ccd2dc;border-radius:12px;overflow:hidden}.youth-editor-browser__chrome{background:#f7f8fa;border-bottom:1px solid #d2d7df;align-items:center;gap:6px;min-height:34px;padding:0 11px;display:flex}.youth-editor-browser__chrome i{background:#c9ced6;border-radius:50%;width:8px;height:8px}.youth-editor-browser__chrome i:first-child{background:#e69a88}.youth-editor-browser__chrome i:nth-child(2){background:#e6c778}.youth-editor-browser__chrome i:nth-child(3){background:#82bea0}.youth-editor-browser__chrome span{color:#8a929f;text-overflow:ellipsis;white-space:nowrap;background:#fff;border-radius:5px;flex:1;min-width:0;margin-left:7px;padding:4px 8px;font-size:9px;overflow:hidden}.youth-editor-browser__scroll{max-height:calc(100vh - 222px);padding:20px;overflow:auto}.uyr-document{--uyr-ink:#111827;--uyr-muted:#667085;--uyr-line:#e4e7ec;--uyr-red:#c81e2b;--uyr-blue:#175cd3;width:min(100%,794px);color:var(--uyr-ink);background:0 0;gap:24px;margin:0 auto;font-family:Noto Sans SC Variable,Aptos,Microsoft YaHei UI,sans-serif;display:grid}.uyr-a4-page{aspect-ratio:210/297;box-sizing:border-box;background:#fff;border:1px solid #d0d5dd;width:100%;min-width:0;position:relative;overflow:hidden;box-shadow:0 12px 34px #10182821}.uyr-first-screen{background:radial-gradient(circle at 96% 3%,#c81e2b13,#0000 26%),#fff;border-bottom:1px solid #d0d5dd}.uyr-header{background:#fff;border-bottom:1px solid #e4e7ec;justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:16px 32px;display:flex}.uyr-brand{align-items:center;gap:11px;display:flex}.uyr-brand img{object-fit:contain;width:58px;height:38px}.uyr-brand>span{border-left:1px solid #d0d5dd;gap:3px;padding-left:12px;display:grid}.uyr-brand b{color:#101828;letter-spacing:.13em;font:800 10px/1.2 Bahnschrift,Noto Sans SC Variable,Aptos,Microsoft YaHei UI,sans-serif}.uyr-brand small{color:#667085;letter-spacing:.09em;font:650 7px/1.2 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace}.uyr-header>div:last-child{justify-items:end;gap:5px;display:grid}.uyr-status{color:#027a48;background:#ecfdf3;border:1px solid #a6f4c5;border-radius:999px;align-items:center;gap:5px;padding:5px 8px;font-size:8px;font-weight:800;display:inline-flex}.uyr-status.is-preview{color:#175cd3;background:#eff8ff;border-color:#b2ddff}.uyr-comparison-stack{gap:10px;display:grid}.uyr-comparison-stack__item{gap:5px;display:grid}.uyr-comparison-stack__item>header{color:#344054;justify-content:space-between;gap:8px;font-size:8px;display:flex}.uyr-comparison-stack__item>header small{color:#667085;text-align:right}.uyr-comparison-stack__summary{color:#175cd3;margin:0;font-size:8px;font-weight:800}.uyr-header>div:last-child>small{color:#667085;font:650 7px/1.2 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace}.uyr-profile{border-bottom:4px solid var(--uyr-red);background:linear-gradient(115deg,#fff 0 64%,#fff6f5 64%);grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);align-items:center;gap:26px;padding:20px 32px;display:grid;position:relative}.uyr-profile:after{content:"";background:#c81e2b1f;width:1px;height:145px;position:absolute;bottom:-42px;right:35%;transform:rotate(34deg)}.uyr-profile__identity{align-items:center;gap:18px;min-width:0;display:flex}.uyr-profile__identity>div:last-child{min-width:0}.uyr-avatar{color:#fff;background:var(--uyr-red);border-radius:10px;flex:none;place-items:center;width:66px;height:66px;font:760 28px/1 Bahnschrift,Noto Sans SC Variable,Aptos,Microsoft YaHei UI,sans-serif;display:grid;box-shadow:8px 8px #f2f4f7}.uyr-profile p{color:var(--uyr-red);letter-spacing:.12em;margin:0 0 7px;font:800 8px/1.2 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace}.uyr-profile h1{color:#101828;text-overflow:ellipsis;white-space:nowrap;margin:0 0 9px;font:780 31px/1.05 Bahnschrift,Noto Sans SC Variable,Aptos,Microsoft YaHei UI,sans-serif;overflow:hidden}.uyr-profile__tags{flex-wrap:wrap;gap:6px;display:flex}.uyr-profile__tags span{color:#475467;background:#fff;border:1px solid #d0d5dd;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:700}.uyr-profile__report-meta{color:#667085;letter-spacing:.02em;margin:7px 0 0;font:650 6.5px/1.4 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace}.uyr-profile__facts{z-index:1;border:1px solid #e4e7ec;border-left:3px solid var(--uyr-red);background:#e4e7ec;border-radius:9px;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;display:grid;position:relative;overflow:hidden;box-shadow:0 8px 20px #1018280f}.uyr-profile__facts div{background:#fffffff0;gap:4px;min-width:0;padding:10px 12px;display:grid}.uyr-profile__facts div:last-child{grid-column:1/-1}.uyr-profile__facts dt{color:#98a2b3;font-size:6.8px}.uyr-profile__facts dd{color:#344054;overflow-wrap:anywhere;margin:0;font-size:8.5px;font-weight:750}.uyr-review-list{gap:8px;margin-top:12px;display:grid}.uyr-review-card{border:1px solid #e4e7ec;border-left:3px solid var(--uyr-red);background:#fff;border-radius:8px;padding:10px 12px}.uyr-review-card header{flex-wrap:wrap;align-items:baseline;gap:6px 10px;display:flex}.uyr-review-card header strong{color:#101828;font-size:9px}.uyr-review-card header span{color:#475467;overflow-wrap:anywhere;font-size:8px}.uyr-review-card header small{color:#98a2b3;margin-left:auto;font:650 6px/1.3 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace}.uyr-review-card>p{color:#344054;white-space:pre-wrap;overflow-wrap:anywhere;margin:7px 0 0;font-size:8px;line-height:1.65}.uyr-review-empty{color:#667085;background:#fcfcfd;border:1px dashed #d0d5dd;border-radius:7px;margin:12px 0 0;padding:10px;font-size:8px}.youth-report-version-page{box-sizing:border-box;background:#eaecf0;height:100%;min-height:0;padding:24px 24px 64px;overflow-y:auto}.youth-report-version-page>.uyr-document{margin-top:24px}.youth-report-toolbar{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border:1px solid #d0d5dd;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;width:min(100%,1120px);margin:0 auto;padding:12px 16px;display:grid;position:sticky;top:12px;box-shadow:0 8px 24px #1018281a}.youth-report-toolbar>a{color:#344054;align-items:center;gap:6px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.youth-report-toolbar>div:nth-child(2){min-width:0}.youth-report-toolbar p{color:#c81e2b;letter-spacing:.12em;margin:0 0 2px;font:800 8px/1.2 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace}.youth-report-toolbar h1{color:#101828;margin:0;font-size:17px}.youth-report-toolbar span{color:#667085;font:650 8px/1.4 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace}.youth-report-toolbar__actions{align-items:center;gap:8px;display:flex}.youth-report-toolbar button,.youth-report-toolbar__actions>a{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:8px;align-items:center;gap:6px;padding:8px 10px;font:700 11px/1 sans-serif;text-decoration:none;display:inline-flex}.youth-report-toolbar button.is-primary{color:#fff;background:#c81e2b;border-color:#c81e2b}.youth-report-toolbar button:disabled{cursor:wait;opacity:.65}.youth-report-export-error{color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:9px;align-items:center;gap:8px;width:min(100%,794px);margin:14px auto 0;padding:10px 12px;font-size:12px;display:flex}.youth-report-export-status{color:#175cd3;background:#eff8ff;border:1px solid #b2ddff;border-radius:9px;width:min(100%,794px);margin:14px auto 0;padding:10px 12px;font-size:12px}.youth-report-page-state{color:#475467;background:#f2f4f7;place-content:center;justify-items:center;gap:10px;min-height:100vh;display:grid}.youth-report-page-state p{margin:0}.youth-report-page-state .is-spinning,.youth-report-toolbar .is-spinning{animation:.9s linear infinite youth-editor-spin}.youth-report-render-page{background:#fff;width:210mm;margin:0}.uyr-section,.uyr-evidence{border-bottom:1px solid #e4e7ec;padding:32px}.uyr-evidence{padding:14px 32px}.uyr-evidence .uyr-section-heading{margin-bottom:9px}.uyr-section-heading{justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:18px;display:flex}.uyr-section-heading>p{color:#667085;text-align:right;max-width:250px;margin:0;font-size:8px;line-height:1.5}.uyr-section-title{align-items:center;gap:11px;display:flex}.uyr-section-title>span{color:#fff;background:#101828;border-radius:9px;place-items:center;width:34px;height:34px;font:750 11px/1 Bahnschrift,Noto Sans SC Variable,Aptos,Microsoft YaHei UI,sans-serif;display:grid}.uyr-section-title>div{gap:2px;display:grid}.uyr-section-title p{color:var(--uyr-red);letter-spacing:.12em;margin:0;font:800 7px/1.2 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace}.uyr-section-title h2{color:#101828;margin:0;font:720 18px/1.2 Bahnschrift,Noto Sans SC Variable,Aptos,Microsoft YaHei UI,sans-serif}.uyr-vrf-table-wrap{background:#fff;border:1px solid #e4e7ec;border-radius:7px;overflow:hidden}.uyr-vrf-table{border-collapse:collapse;table-layout:fixed;color:#344054;width:100%}.uyr-vrf-table th{color:#667085;text-align:left;background:#f8fafc;padding:5px 7px;font-size:6.3px}.uyr-vrf-table th:first-child{width:7%}.uyr-vrf-table th:nth-child(2){width:12%}.uyr-vrf-table th:nth-child(3){width:14%}.uyr-vrf-table th:nth-child(4){width:10%}.uyr-vrf-table th:nth-child(5),.uyr-vrf-table th:nth-child(6){width:28.5%}.uyr-vrf-table td{overflow-wrap:anywhere;vertical-align:middle;border-top:1px solid #eef0f3;padding:5px 7px;font-size:7px;line-height:1.35}.uyr-vrf-row__ordinal{color:var(--uyr-red);font:800 6.5px/1 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace}.uyr-vrf-row__score{color:#101828;white-space:nowrap;font-weight:800}.uyr-vrf-row__lineup{color:#475467}.uyr-vrf-empty{color:#98a2b3;text-align:center;border-top:1px solid #eef0f3;margin:0;padding:8px;font-size:7px}.uyr-highlights{background:#f8fafc;padding-block:16px}.uyr-pending-content{color:#667085;background:#fff;border:1px dashed #b8c0cc;border-radius:9px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.uyr-pending-content>svg{color:var(--uyr-blue)}.uyr-pending-content strong{color:#344054;font-size:9px}.uyr-pending-content p{margin:4px 0 0;font-size:7px;line-height:1.5}.uyr-pending-content>span{color:#175cd3;background:#eff8ff;border-radius:999px;padding:4px 7px;font:750 6.5px/1 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace}.uyr-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.uyr-featured-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.uyr-player-summary-card{aspect-ratio:3;box-sizing:border-box;border:1px solid #e4e7ec;border-left:4px solid var(--uyr-red);background:#fff;border-radius:9px;grid-template-rows:auto 1fr;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px 10px;min-width:0;padding:10px 12px;display:grid}.uyr-player-summary-card header{min-width:0}.uyr-player-summary-card header span{color:var(--uyr-red);font:800 7px/1 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace}.uyr-player-summary-card header h3{color:#101828;margin:5px 0 0;font-size:10px;line-height:1.2}.uyr-player-summary-card__value{white-space:nowrap;align-items:baseline;gap:4px;display:flex}.uyr-player-summary-card__value strong{color:#101828;font:760 20px/1 Bahnschrift,Noto Sans SC Variable,Aptos,Microsoft YaHei UI,sans-serif}.uyr-player-summary-card__value span{color:#667085;font-size:7px;font-weight:700}.uyr-player-summary-card__axis{grid-column:1/-1;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:7px;display:grid}.uyr-player-summary-card__axis>i{background:#e4e7ec;border-radius:999px;height:6px;display:block;overflow:hidden}.uyr-player-summary-card__axis>i b{border-radius:inherit;background:#1570ef;height:100%;display:block}.uyr-player-summary-card__axis>strong{color:var(--uyr-red);text-align:right;font-size:7px}.uyr-featured-metric{background:#fff;border:1px solid #e4e7ec;border-radius:9px;min-width:0;padding:11px 12px;box-shadow:0 1px 2px #1018280a}.uyr-featured-metric header{justify-content:space-between;gap:8px;display:flex}.uyr-featured-metric header span{color:var(--uyr-red);font:800 8px/1.2 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace}.uyr-featured-metric header small{color:#027a48;font-size:7.5px;font-weight:750}.uyr-featured-metric h3{color:#475467;text-overflow:ellipsis;white-space:nowrap;margin:7px 0 5px;font-size:8px;overflow:hidden}.uyr-featured-metric>footer{color:#475467;border-top:1px solid #eef0f3;justify-content:space-between;gap:6px;margin-top:6px;padding-top:6px;font-size:6.6px;font-weight:700;display:flex}.uyr-featured-metric>footer b{color:var(--uyr-red);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.uyr-featured-metric .uyr-presentation p,.uyr-featured-metric .uyr-presentation>small{font-size:5.7px;line-height:1.25}.uyr-featured-metric .uyr-value strong{font-size:15px}.uyr-featured-metric .uyr-metric-card__limitation{color:#854a0e;margin:5px 0 0;font-size:5.7px;line-height:1.3}.uyr-metric-card{border:1px solid #e4e7ec;border-left:3px solid var(--uyr-red);break-inside:avoid;background:#fff;border-radius:8px;min-width:0;padding:9px 10px}.uyr-metric-card.is-wide{grid-column:1/-1}.uyr-metric-card>header{justify-content:space-between;align-items:center;gap:8px;display:flex}.uyr-metric-card>header span{color:var(--uyr-red);font:750 6.5px/1 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace}.uyr-metric-card>header small{color:#98a2b3;text-transform:uppercase;font:650 6px/1 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace}.uyr-metric-card h3{color:#475467;margin:7px 0 4px;font-size:8px}.uyr-metric-card>strong{color:#101828;font:760 17px/1.1 Bahnschrift,Noto Sans SC Variable,Aptos,Microsoft YaHei UI,sans-serif;display:block}.uyr-metric-card>p{color:#667085;margin:5px 0 0;font-size:6.5px;line-height:1.4}.uyr-metric-card>div{margin-top:5px}.uyr-metric-card .uyr-metric-card__limitation{color:#854a0e}.uyr-presentation{color:#344054;min-width:0;font-size:7px}.uyr-presentation p{color:#667085;margin:5px 0 0;font-size:6.5px;line-height:1.45}.uyr-presentation>small{color:#98a2b3;margin-top:5px;font-size:6px;display:block}.uyr-value{align-items:baseline;gap:5px;display:flex}.uyr-value strong{color:#101828;font:760 17px/1.1 Bahnschrift,Noto Sans SC Variable,Aptos,Microsoft YaHei UI,sans-serif}.uyr-value span{color:#667085;font-size:6.5px;font-weight:700}.uyr-comparison{margin-top:5px}.uyr-comparison__bars{border-bottom:5px solid #d0d5dd;border-radius:0 0 999px 999px;align-items:end;gap:2px;height:31px;display:flex;position:relative}.uyr-comparison__bars>i{background:linear-gradient(#53b1fd,#b2ddff);border-radius:3px 3px 0 0;flex:1;min-width:2px}.uyr-comparison__bars>b{z-index:2;background:var(--uyr-red);border-radius:2px;width:2px;height:22px;position:absolute;bottom:-8px;transform:translate(-1px);box-shadow:0 0 0 2px #fff}.uyr-comparison__bars>b>span{color:#fff;white-space:nowrap;background:#101828;border-radius:3px;padding:2px 3px;font:700 4.8px/1 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.uyr-comparison__bars>b>i{background:var(--uyr-red);width:6px;height:6px;box-shadow:0 0 0 1px var(--uyr-red);border:2px solid #fff;border-radius:50%;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.uyr-comparison__bars em{pointer-events:none;border-radius:2px;height:3px;position:absolute;bottom:0}.uyr-comparison__player-band{background:#98a2b3;width:50%;left:25%}.uyr-comparison__coach-band{background:#344054;width:30%;left:50%}.uyr-comparison__audience-band{background:#3440542e}.uyr-comparison>span{color:#667085;justify-content:space-between;margin-top:4px;font-size:6px;display:flex}.uyr-comparison>span strong{color:var(--uyr-red)}.uyr-comparison__legend{color:#667085;gap:8px;margin-top:2px;font-size:5px;display:flex}.uyr-comparison__matches{color:#344054;margin-top:3px;font-size:6px;line-height:1.35}.uyr-comparison__direction{color:#667085;margin-top:2px;font-size:5px;display:block}.uyr-comparison.is-context-only>span strong{color:#475467}.uyr-comparison__ticks{color:#98a2b3;justify-content:space-between;margin-top:2px;font:600 4.8px/1 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace;display:flex}.uyr-player-metric-card{break-inside:avoid;border:1px solid #e4e7ec;border-left:4px solid var(--uyr-red);background:#fff;border-radius:9px;min-width:0;padding:6px 13px}.uyr-player-metric-card>header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.uyr-player-metric-card>header>div{min-width:0}.uyr-player-metric-card>header span{color:var(--uyr-red);font:800 7px/1 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace}.uyr-player-metric-card>header h3{color:#101828;margin:3px 0 0;font-size:10px;line-height:1.25}.uyr-player-metric-card>header>small{color:#475467;text-align:right;max-width:210px;font-size:7.5px;line-height:1.35}.uyr-player-metric-card__description{color:#475467;margin:5px 0 6px;font-size:8px;line-height:1.5}.uyr-player-metric-card__position{color:#344054;margin:5px 0 0;font-size:8px;font-weight:700}.uyr-player-metric-card .uyr-value strong{font-size:19px}.uyr-player-metric-card .uyr-value span,.uyr-player-metric-card .uyr-presentation p,.uyr-player-metric-card .uyr-presentation>small{font-size:7.5px}.uyr-player-metric-card .uyr-comparison{margin-top:7px}.uyr-player-metric-card .uyr-comparison__bars{border-bottom-width:2px;border-radius:0;gap:4px;height:64px}.uyr-player-metric-card .uyr-comparison__bar{opacity:.95;background:linear-gradient(#1570ef,#84caff);min-width:5px}.uyr-player-metric-card .uyr-comparison__bar.is-observed{min-height:2px}.uyr-player-metric-card .uyr-comparison__bars em{z-index:1;border-radius:0;height:100%;bottom:0}.uyr-player-metric-card .uyr-comparison__player-band{background:#98a2b31a;border-top:2px solid #98a2b3}.uyr-player-metric-card .uyr-comparison__coach-band{background:#34405412;border-top:2px solid #344054}.uyr-player-metric-card .uyr-comparison__audience-band{background:#66708517;border-top:2px solid #667085}.uyr-player-metric-card .uyr-comparison__bars>b{z-index:3;height:48px;bottom:-6px}.uyr-player-metric-card .uyr-comparison__bars>b>span{font-size:7px;top:-12px}.uyr-player-metric-card .uyr-comparison__ticks{color:#667085;margin-top:5px;font:650 7px/1.2 Noto Sans SC Variable,Aptos,Microsoft YaHei UI,sans-serif}.uyr-player-metric-card .uyr-comparison>span{margin-top:5px;font-size:7px}.uyr-player-metric-card .uyr-comparison__legend{gap:12px;margin-top:3px;font-size:7px}.uyr-player-detail-screen .uyr-player-metric-card.is-reference-only{padding-top:4px;padding-bottom:4px}.uyr-player-detail-screen .uyr-player-metric-card.is-reference-only .uyr-player-metric-card__description{margin-top:2px;margin-bottom:2px;line-height:1.3}.uyr-player-detail-screen .uyr-player-metric-card.is-reference-only .uyr-comparison{margin-top:3px}.uyr-player-detail-screen .uyr-player-metric-card.is-reference-only .uyr-comparison__bars{height:30px}.uyr-player-detail-screen .uyr-player-metric-card.is-reference-only .uyr-comparison__ticks,.uyr-player-detail-screen .uyr-player-metric-card.is-reference-only .uyr-comparison>span{margin-top:2px}.uyr-player-detail-screen .uyr-player-metric-card.is-reference-only .uyr-comparison__legend{margin-top:1px}.uyr-player-metric-card.is-featured{border-left-width:3px;padding:9px 10px}.uyr-player-metric-card.is-featured>header{display:block}.uyr-player-metric-card.is-featured>header>small{text-align:left;max-width:none;margin-top:3px;display:block}.uyr-player-metric-card.is-featured .uyr-player-metric-card__description{min-height:36px;font-size:7px}.uyr-player-metric-card.is-featured .uyr-comparison__bars{gap:3px;height:60px}.uyr-player-metric-card.is-featured .uyr-player-metric-card__position{font-size:7px}.uyr-coach-empty-inline{color:#667085;background:#fcfcfd;border:1px dashed #d0d5dd;border-radius:7px;margin:13px 32px;padding:8px 10px;font-size:8px}.uyr-player-detail-screen,.uyr-player-context-screen{min-height:0;padding:28px 32px 48px;overflow:hidden}.uyr-player-metric-list{gap:4px;display:grid}.uyr-player-detail-screen .uyr-player-metric-card{grid-template-columns:175px minmax(0,1fr);align-items:center;column-gap:15px;display:grid}.uyr-player-detail-screen .uyr-player-metric-card>header,.uyr-player-detail-screen .uyr-player-metric-card__description,.uyr-player-detail-screen .uyr-player-metric-card__position{grid-column:1}.uyr-player-detail-screen .uyr-player-metric-card>[data-presentation-kind]{grid-area:1/2/span 3}.uyr-player-detail-screen .uyr-page-footer,.uyr-player-context-screen .uyr-page-footer{position:absolute;bottom:18px;left:32px;right:32px}.uyr-player-context-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.uyr-player-context-grid .uyr-player-metric-card{border-left-color:#175cd3}.uyr-context-chart{gap:6px;margin-top:8px;display:grid}.uyr-context-chart__row{grid-template-columns:minmax(58px,.7fr) minmax(110px,1.5fr) 62px;align-items:center;gap:7px;display:grid}.uyr-context-chart__row>span{color:#475467;font-size:7px}.uyr-context-chart__row>i{background:#eef2f6;border-radius:999px;height:10px;display:block;position:relative;overflow:hidden}.uyr-context-chart__row>i em{z-index:1;background:#b8c0cc;border-radius:999px;position:absolute;top:0;bottom:0}.uyr-context-chart__row>i b{z-index:2;background:#1570ef;border-radius:999px;position:absolute;top:2px;bottom:2px;left:0}.uyr-context-chart__row>strong{color:#344054;text-align:right;white-space:nowrap;font-size:7px}.uyr-context-chart>small{color:#667085;font-size:6.5px;line-height:1.4}.uyr-fact-bar{background:#e4e7ec;border-radius:999px;height:5px;margin-top:7px;overflow:hidden}.uyr-fact-bar i{border-radius:inherit;background:var(--uyr-blue);height:100%;display:block}.uyr-zero-axis{background:#eaecf0;border-radius:999px;height:7px;margin:8px 0;position:relative}.uyr-zero-axis>i{background:#475467;width:1px;position:absolute;top:-3px;bottom:-3px;left:50%}.uyr-zero-axis>b{background:#175cd3;border-radius:999px;height:5px;position:absolute;top:1px}.uyr-zero-axis.is-positive>b{left:50%}.uyr-zero-axis.is-negative>b{background:#7f56d9;right:50%}.uyr-composition-bar{border:1px solid #d0d5dd;border-radius:3px;height:9px;margin:7px 0;display:flex;overflow:hidden}.uyr-composition-bar i:nth-child(4n+1){background:#175cd3}.uyr-composition-bar i:nth-child(4n+2){background:#7f56d9}.uyr-composition-bar i:nth-child(4n+3){background:#f79009}.uyr-composition-bar i:nth-child(4n){background:#667085}.uyr-presentation--composition ul{gap:4px;margin:0;padding:0;list-style:none;display:grid}.uyr-presentation--composition li{justify-content:space-between;gap:8px;display:flex}.uyr-presentation--composition li>span{align-items:center;gap:4px;min-width:0;display:inline-flex}.uyr-presentation--composition li>span i{border:1px solid #667085;flex:none;width:5px;height:5px}.uyr-presentation--composition li strong{flex:none;font-size:6.5px}.uyr-presentation--categories{gap:6px;display:grid}.uyr-presentation--categories>div{grid-template-columns:minmax(90px,.8fr) minmax(120px,1.2fr);align-items:center;gap:8px;display:grid}.uyr-presentation--categories>div>span{overflow-wrap:anywhere;gap:2px;display:grid}.uyr-presentation--categories>div>span b{font-size:7px}.uyr-presentation--categories>div>span small{color:#667085;font-size:6px}.uyr-presentation--categories>div>i{background:#eaecf0;border-radius:999px;height:6px;overflow:hidden}.uyr-presentation--categories>div>i b{border-radius:inherit;background:var(--uyr-blue);height:100%;display:block}.uyr-interval-axis{border-bottom:1px solid #98a2b3;height:17px;margin:8px 0 4px;position:relative}.uyr-interval-axis>i{background:#b2ddff;border-radius:999px;height:6px;position:absolute;bottom:4px}.uyr-interval-axis>b{background:#175cd3;width:2px;height:14px;position:absolute;bottom:1px;transform:translate(-1px)}.uyr-interval-axis>em{color:#7f56d9;font:650 5.5px/1 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace;position:absolute;top:0;transform:translate(-50%)}.uyr-presentation--components{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;display:grid}.uyr-presentation--components>div{background:#f9fafb;border:1px solid #eaecf0;border-radius:6px;min-width:0;padding:7px}.uyr-presentation--components small{color:#667085;overflow-wrap:anywhere;font-size:6px;display:block}.uyr-presentation--components strong{color:#101828;overflow-wrap:anywhere;margin-top:3px;font-size:10px;display:block}.uyr-presentation--components strong span{color:#667085;font-size:6px}.uyr-presentation--components>.uyr-context-reference{background:0 0;border:0;grid-column:1/-1;padding:0}.uyr-context-reference{border:1px solid #e4e7ec;border-radius:6px;margin-top:8px;overflow:hidden}.uyr-context-reference>header{color:#475467;background:#f8fafc;justify-content:space-between;gap:8px;padding:5px 6px;font-size:5.7px;display:flex}.uyr-context-reference>header span{color:#667085;overflow-wrap:anywhere}.uyr-context-reference table{border-collapse:collapse;table-layout:fixed;width:100%}.uyr-context-reference th,.uyr-context-reference td{color:#475467;text-align:right;border-top:1px solid #eef0f3;padding:3px 4px;font-size:5.5px}.uyr-context-reference th:first-child,.uyr-context-reference td:first-child{text-align:left;overflow-wrap:anywhere;width:27%}.uyr-metric-card__evidence{overflow-wrap:anywhere;color:#475467!important;font:600 5.8px/1.4 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace!important}.uyr-event-table-wrap{overflow-x:auto}.uyr-event-table{border-collapse:collapse;table-layout:fixed;width:100%}.uyr-event-table th,.uyr-event-table td{overflow-wrap:anywhere;text-align:left;vertical-align:top;border-bottom:1px solid #eaecf0;padding:5px 6px}.uyr-event-table th{color:#667085;background:#f9fafb;font-size:6px}.uyr-event-table td{font-size:6.5px}.uyr-event-table tr{break-inside:avoid}.uyr-heatmaps{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.uyr-heatmaps figure{break-inside:avoid;min-width:0;margin:0}.uyr-heatmaps figcaption{justify-content:space-between;gap:8px;margin-bottom:5px;display:flex}.uyr-heatmaps figcaption span,.uyr-heatmaps figure>small{color:#667085;font-size:6px}.uyr-heatmap-grid{aspect-ratio:16/10;background:#f2f4f7;border:1px solid #98a2b3;display:grid;overflow:hidden}.uyr-heatmap-grid i{background:color-mix(in srgb, #c81e2b calc(var(--heat) * 82%), #fff);border:.5px solid #ffffff8c;place-items:center;font-style:normal;display:grid}.uyr-heatmap-grid i.is-unknown{background:repeating-linear-gradient(135deg,#d0d5dd 0 2px,#f2f4f7 2px 5px)}.uyr-heatmap-grid span{color:#344054;font:700 5.5px/1 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace}.uyr-empty-result{color:#667085;background:#fcfcfd;border:1px dashed #b8c0cc;border-radius:6px;padding:9px}.uyr-detail-screen,.uyr-review-screen{min-height:297mm;padding:28px 32px 50px;overflow:visible}.uyr-detail-header{border-bottom:3px solid var(--uyr-red);margin-bottom:16px;padding-bottom:12px}.uyr-detail-header span{color:var(--uyr-red);letter-spacing:.12em;font:800 7px/1.2 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace}.uyr-detail-header h2{margin:5px 0 3px;font:740 20px/1.2 Bahnschrift,Noto Sans SC Variable,Aptos,Microsoft YaHei UI,sans-serif}.uyr-detail-header p{color:#667085;margin:0;font-size:7px}.uyr-metric-grid--details{align-items:start}.uyr-detail-screen>.uyr-page-footer{margin-top:20px;position:static}.uyr-review-screen>.uyr-review-list{margin-top:0}.youth-highlight-picker__system{background:#f8fafc;border-radius:9px;gap:7px;padding:10px;display:grid}.youth-highlight-picker__system>strong{color:#344054;font-size:11px}.youth-highlight-picker__system>span{background:#fff;border-left:3px solid #175cd3;justify-content:space-between;gap:8px;padding:6px 8px;font-size:11px;display:flex}.youth-highlight-picker__system>span small{color:#175cd3;flex:none;font-size:9px}.youth-highlight-picker__system>p{color:#667085;margin:0;font-size:11px;line-height:1.5}.youth-highlight-picker__list{gap:6px;max-height:360px;margin-top:10px;padding-right:3px;display:grid;overflow-y:auto}.youth-highlight-picker__list article{border:1px solid #e4e7ec;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:8px;display:flex}.youth-highlight-picker__list article[data-selected=true]{background:#fff8f7;border-color:#fda29b}.youth-highlight-picker__list label{cursor:pointer;align-items:flex-start;gap:8px;min-width:0;display:flex}.youth-highlight-picker__list label>span{gap:2px;min-width:0;display:grid}.youth-highlight-picker__list label strong{color:#344054;overflow-wrap:anywhere;font-size:11px}.youth-highlight-picker__list label small{color:#98a2b3;font-size:9px}.youth-highlight-picker__list article>div{flex:none;gap:3px;display:flex}.youth-highlight-picker__list button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:6px;width:28px;height:28px}.youth-highlight-picker__save{color:#fff;cursor:pointer;background:#101828;border:0;border-radius:8px;justify-content:center;align-items:center;gap:7px;width:100%;margin-top:10px;padding:9px;font-weight:700;display:inline-flex}.youth-highlight-picker__save:disabled,.youth-highlight-picker__list button:disabled{opacity:.45;cursor:not-allowed}.youth-highlight-picker input:focus-visible,.youth-highlight-picker button:focus-visible{outline-offset:2px;outline:3px solid #175cd359}.uyr-report-note{color:#667085;border-top:1px solid #e4e7ec;margin:9px 0 0;padding-top:8px;font-size:6.8px;line-height:1.5}.uyr-coach-section{background:#fff;padding-block:16px}.uyr-coach-comments{color:#101828;box-shadow:inset 4px 0 0 var(--uyr-red);background:#f9fafb;border:1px solid #d0d5dd;border-radius:10px;margin-top:0;padding:11px 13px}.uyr-coach-comments>header{color:#f97066;align-items:center;gap:10px;display:flex}.uyr-coach-comments header p{letter-spacing:.1em;margin:0 0 3px;font:750 7px/1.2 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace}.uyr-coach-comments header h3{color:#101828;margin:0;font-size:12px}.uyr-coach-comments header span{color:#667085;margin-top:4px;font-size:7.5px;display:block}.uyr-coach-review-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;margin-top:10px;display:grid}.uyr-coach-comments blockquote{background:#fff;border:1px solid #e4e7ec;border-radius:7px;min-width:0;margin:0;padding:9px}.uyr-coach-comments blockquote>header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.uyr-coach-comments blockquote>header strong{color:#b42318;font-size:7.5px}.uyr-coach-comments blockquote>header span{color:#98a2b3;text-overflow:ellipsis;white-space:nowrap;font-size:6.5px;overflow:hidden}.uyr-coach-comments blockquote p{color:#344054;white-space:pre-wrap;margin:0;font-size:8px;line-height:1.55}.uyr-coach-comments blockquote.is-empty p{color:#b54708}.uyr-page-footer{color:#98a2b3;letter-spacing:.05em;text-overflow:ellipsis;white-space:nowrap;border-top:1px solid #e4e7ec;padding-top:8px;font:650 6.5px/1 Cascadia Mono,Noto Sans SC Variable,Microsoft YaHei UI,monospace;position:absolute;bottom:20px;left:32px;right:32px;overflow:hidden}.youth-editor-dialog-backdrop{z-index:1100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1218217a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.youth-editor-dialog{box-sizing:border-box;background:#fff;border:1px solid #dce1e8;border-radius:15px;width:min(500px,100%);padding:20px;box-shadow:0 24px 70px #0d141e3d}.youth-editor-dialog>header{color:#a84e36;align-items:flex-start;gap:11px;display:flex}.youth-editor-dialog h2,.youth-editor-dialog p{margin:0}.youth-editor-dialog h2{color:#202938;font-size:17px}.youth-editor-dialog header p,.youth-editor-dialog li,.youth-editor-confirm-check{color:#6d7787;font-size:12px;line-height:1.6}.youth-editor-dialog header p{margin-top:5px}.youth-editor-dialog ul{margin:15px 0;padding-left:20px}.youth-editor-confirm-check{background:#fafbfc;border:1px solid #e1e5eb;border-radius:10px;align-items:flex-start;gap:9px;padding:11px;display:flex}.youth-editor-confirm-check input{margin-top:3px}.youth-editor-reason{margin-top:13px}.youth-publish-card>p,.youth-publish-dialog__note{color:#6d7787;margin:0;font-size:12px;line-height:1.6}.youth-publish-card>button{justify-content:center;align-items:center;gap:7px;width:100%;display:inline-flex}.youth-publish-card__status,.youth-publish-card__receipt{border:1px solid #e1e5eb;border-radius:10px;margin-top:12px;padding:10px 11px;font-size:12px;line-height:1.5}.youth-publish-card__status.is-blocked{color:#91543c;background:#fff8f3;border-color:#ecd7c8}.youth-publish-card__receipt{color:#236348;background:#f4fbf7;border-color:#c9e2d6;align-items:center;gap:9px;display:flex}.youth-publish-card__receipt span{gap:2px;display:grid}.youth-publish-card__receipt small{color:#567465;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.youth-publish-dialog__facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:16px 0 10px;display:grid}.youth-publish-dialog__facts div{background:#fafbfc;border:1px solid #e1e5eb;border-radius:9px;min-width:0;padding:9px 10px}.youth-publish-dialog__facts dt{color:#7c8695;font-size:10px}.youth-publish-dialog__facts dd{color:#273140;text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:12px;font-weight:700;overflow:hidden}.youth-editor-dialog__actions{justify-content:flex-end}.youth-editor-state{color:#6b7585;text-align:center;place-content:center;justify-items:center;gap:10px;width:min(520px,100% - 40px);min-height:420px;margin:0 auto;display:grid}.youth-editor-state h1,.youth-editor-state p{margin:0}.youth-editor-state h1{color:#202938;font-size:21px}.youth-editor-state p{line-height:1.6}.youth-editor-state a{margin-top:8px}.youth-editor-state .is-spinning{animation:.9s linear infinite youth-editor-spin}@keyframes youth-editor-spin{to{transform:rotate(360deg)}}@media (width<=1080px){.youth-editor-layout{grid-template-columns:340px minmax(0,1fr)}.youth-editor-browser__scroll{padding:12px}}@media (width<=840px){.youth-editor-shell{width:min(100% - 24px,720px);padding-top:18px}.youth-editor-header{grid-template-columns:1fr auto;gap:13px}.youth-editor-header>a{grid-column:1/-1}.youth-editor-layout{grid-template-columns:1fr}.youth-editor-preview{order:-1;position:static}.youth-editor-browser__scroll{max-height:660px}.uyr-profile{grid-template-columns:1fr;padding-bottom:20px}.uyr-avatar{width:58px;height:58px}.uyr-profile__facts{width:100%}.uyr-a4-page{aspect-ratio:auto;min-height:0}}@media (width<=520px){.youth-editor-shell{width:calc(100% - 16px)}.youth-editor-header{grid-template-columns:1fr}.youth-editor-header>span{justify-self:start}.youth-editor-alert{flex-wrap:wrap;align-items:flex-start}.youth-editor-alert button{text-align:left;width:100%}.youth-editor-card,.youth-editor-preview{border-radius:12px}.youth-editor-card{padding:15px}.youth-editor-preview{padding:10px}.youth-editor-browser__scroll{max-height:590px;padding:8px}.uyr-header,.uyr-profile,.uyr-section,.uyr-evidence{padding-inline:16px}.uyr-header{flex-direction:column;align-items:flex-start}.uyr-header>div:last-child{justify-items:start}.uyr-profile{background:#fff;padding-bottom:20px}.uyr-profile__identity{align-items:flex-start}.uyr-profile h1{font-size:27px}.uyr-profile__tags span{padding:4px 6px}.uyr-profile__facts{grid-template-columns:1fr}.uyr-profile__facts div:last-child{grid-column:auto}.uyr-section-heading{flex-direction:column;align-items:flex-start;gap:10px}.uyr-section-heading>p{text-align:left;max-width:none}.uyr-featured-grid{grid-template-columns:1fr}.uyr-vrf-table-wrap{background:0 0;border:0;overflow:visible}.uyr-vrf-table,.uyr-vrf-table tbody,.uyr-vrf-table tr,.uyr-vrf-table td{width:100%;display:block}.uyr-vrf-table thead{display:none}.uyr-vrf-table tr{background:#fff;border:1px solid #e4e7ec;border-radius:7px;margin-bottom:7px;padding:5px 7px}.uyr-vrf-table td{border:0;grid-template-columns:92px minmax(0,1fr);padding:3px 0;display:grid}.uyr-vrf-table td:before{color:#98a2b3;content:attr(data-label);font-weight:700}.uyr-pending-content{grid-template-columns:auto minmax(0,1fr)}.uyr-pending-content>span{grid-column:2;justify-self:start}.youth-editor-evidence__list article{grid-template-columns:24px minmax(0,1fr)}.youth-editor-evidence__list code{grid-column:2}.youth-editor-profile-actions button,.youth-publish-card>button,.youth-editor-switch button,.youth-editor-switch a{width:100%}.uyr-metric-grid,.uyr-presentation--components,.uyr-heatmaps{grid-template-columns:1fr}.uyr-presentation--categories>div{grid-template-columns:1fr;gap:4px}.uyr-detail-screen{min-height:0;padding:22px 16px 30px}.uyr-event-table,.uyr-event-table tbody,.uyr-event-table tr,.uyr-event-table td{width:100%;display:block}.uyr-event-table thead{display:none}.uyr-event-table tr{border:1px solid #e4e7ec;border-radius:6px;margin-bottom:7px;padding:5px}.uyr-event-table td{border:0;grid-template-columns:74px minmax(0,1fr);padding:3px;display:grid}.uyr-event-table td:before{color:#667085;content:attr(data-label);font-weight:700}.youth-publish-dialog__facts{grid-template-columns:1fr}}@page{size:A4;margin:0}@media print{html,body,#root{width:210mm;margin:0;padding:0;background:#fff!important}[data-print-hidden=true],.youth-report-export-error,.youth-report-export-status,.youth-editor-header,.youth-editor-panel,.youth-editor-preview>header,.youth-editor-preview>p,.youth-editor-browser__chrome,.uyr-report-status,.uyr-profile__tags,.uyr-section-heading>p,.uyr-coach-comments>header span{display:none!important}.youth-editor-shell,.youth-editor-layout,.youth-editor-preview,.youth-editor-browser,.youth-editor-browser__scroll{width:auto;max-height:none;box-shadow:none;border:0;margin:0;padding:0;overflow:visible}.youth-report-version-page,.youth-report-render-page{background:#fff;width:210mm;min-height:0;margin:0;padding:0}.uyr-document{-webkit-print-color-adjust:exact;print-color-adjust:exact;gap:0;width:210mm;margin:0}.uyr-a4-page{aspect-ratio:auto;width:210mm;min-height:297mm;box-shadow:none;break-after:page;border:0;overflow:visible}.uyr-a4-page+.uyr-a4-page{break-before:page}.uyr-profile{grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr)}.uyr-avatar{width:66px;height:66px}.uyr-a4-page:last-child{break-after:auto}.uyr-vrf-row,.uyr-metric-card,.uyr-featured-metric,.uyr-player-metric-card,.uyr-context-chart__row,.uyr-heatmaps figure,.uyr-event-table tr,.uyr-review-card header{break-inside:avoid}.uyr-event-table thead{display:table-header-group}}.ytp-page{background:#f7f8fa;min-width:0}.ytp-page__inner{gap:14px;width:100%;max-width:1180px;display:grid}.ytp-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:2px;display:flex}.ytp-heading>div:first-child>a{color:#667085;align-items:center;gap:5px;margin-bottom:16px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.ytp-heading>div:first-child>a:hover{color:#101828}.ytp-heading .vpage__eyebrow{color:#d31e2b;margin-bottom:5px}.ytp-heading .vpage__title{color:#0f1728;letter-spacing:-.02em;margin:0;font:700 30px/1.12 Bahnschrift,Aptos Display,sans-serif}.ytp-heading>div:first-child>p:last-child{color:#667085;margin:8px 0 0;font-size:13px}.ytp-heading__scope{background:#fff;border:1px solid #e3e7ee;border-radius:12px;grid-template-columns:auto 1fr;column-gap:9px;min-width:240px;padding:12px 14px;display:grid;box-shadow:0 1px 2px #10182808}.ytp-heading__scope svg{color:#d31e2b;grid-row:1/span 2;align-self:center}.ytp-heading__scope span{color:#98a2b3;text-transform:uppercase;letter-spacing:.08em;font-size:10px}.ytp-heading__scope strong{color:#344054;font-size:11px;font-weight:600}.ytp-card{background:#fff;border:1px solid #e3e7ee;border-radius:14px;box-shadow:0 1px 3px #1018280a}.ytp-kicker{color:#d31e2b;letter-spacing:.13em;margin:0;font:700 9px/1.2 Inter,sans-serif}.ytp-release{grid-template-columns:minmax(0,1fr) 310px;display:grid;overflow:hidden}.ytp-release__main{align-items:center;gap:18px;min-width:0;padding:25px 28px;display:flex}.ytp-appmark{color:#fff;background:linear-gradient(145deg,#ec2635,#bd1220);border-radius:17px;flex:none;place-items:center;width:66px;height:66px;display:grid;box-shadow:0 9px 20px #d31e2b33}.ytp-appmark span{letter-spacing:-.05em;font:800 21px/1 Bahnschrift,sans-serif}.ytp-release__copy{min-width:0}.ytp-release__copy h2{color:#0f1728;margin:6px 0 5px;font:700 22px/1.2 Bahnschrift,Aptos Display,sans-serif}.ytp-release__copy>p:not(.ytp-kicker){color:#667085;margin:0;font-size:12px}.ytp-release__badges{flex-wrap:wrap;gap:7px;margin-top:13px;display:flex}.ytp-release__badges span{color:#475467;border:1px solid #e7eaf0;border-radius:999px;align-items:center;gap:5px;padding:5px 8px;font-size:10px;font-weight:600;display:inline-flex}.ytp-release__badges svg{color:#039855}.ytp-release__aside{background:linear-gradient(135deg,#fbfcfd,#f7f8fa);border-left:1px solid #eceff3;align-content:center;gap:7px;padding:20px 24px;display:grid}.ytp-release-state{align-items:center;gap:5px;width:fit-content;font-size:10px;font-weight:700;display:inline-flex}.ytp-release-state.is-ready{color:#027a48}.ytp-release-state.is-blocked{color:#b42318}.ytp-release__aside>strong{color:#101828;font:700 20px/1.2 Bahnschrift,sans-serif}.ytp-release__aside>span{color:#667085;min-height:32px;font-size:11px;line-height:1.45}.ytp-primary,.ytp-secondary,.ytp-danger{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:36px;font:650 12px/1 Inter,sans-serif;display:inline-flex}.ytp-primary{color:#fff;background:#d31e2b;border:1px solid #d31e2b;margin-top:4px;box-shadow:0 3px 8px #d31e2b2e}.ytp-primary:hover:not(:disabled){background:#b81723}.ytp-primary:disabled{color:#98a2b3;box-shadow:none;cursor:not-allowed;background:#eaecf0;border-color:#d0d5dd}.ytp-secondary{color:#344054;background:#fff;border:1px solid #d0d5dd;padding:0 13px}.ytp-secondary:hover:not(:disabled){background:#f9fafb;border-color:#98a2b3}.ytp-secondary:disabled{color:#98a2b3;cursor:wait}.ytp-danger{color:#fff;background:#d92d20;border:1px solid #d92d20;padding:0 15px}.ytp-danger:disabled{opacity:.45;cursor:not-allowed}.ytp-release__facts{background:#fff;border-top:1px solid #eceff3;grid-column:1/-1;grid-template-columns:1.2fr .7fr 1fr 1fr 2.2fr;margin:0;display:grid}.ytp-release__facts>div{border-right:1px solid #f0f2f5;min-width:0;padding:11px 16px}.ytp-release__facts>div:last-child{border-right:0}.ytp-release__facts dt{color:#98a2b3;text-transform:uppercase;letter-spacing:.06em;font-size:9px}.ytp-release__facts dd{color:#344054;text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:10px;font-weight:600;overflow:hidden}.ytp-release__hash dd{font-family:Consolas,monospace}.ytp-support-grid{grid-template-columns:1.25fr .75fr;gap:14px;display:grid}.ytp-install,.ytp-code{min-height:190px;padding:20px}.ytp-section-title{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.ytp-section-title h2{color:#101828;margin:5px 0 0;font:700 17px/1.2 Bahnschrift,sans-serif}.ytp-section-title>svg{color:#d31e2b}.ytp-install ol{grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0 0;padding:0;list-style:none;display:grid}.ytp-install li{gap:10px;min-width:0;display:flex}.ytp-install li>span{color:#c0101e;background:#fff1f2;border-radius:8px;flex:none;place-items:center;width:25px;height:25px;font-size:11px;font-weight:800;display:grid}.ytp-install li strong{color:#344054;margin:1px 0 5px;font-size:11px;display:block}.ytp-install li p{color:#667085;margin:0;font-size:10px;line-height:1.55}.ytp-code{grid-template-rows:auto 1fr auto;display:grid}.ytp-code__state{align-self:center;padding:10px 0}.ytp-code__state strong{color:#344054;font-size:12px;display:block}.ytp-code__state p{color:#667085;margin:5px 0 0;font-size:10px}.ytp-code__once{background:#fffaeb;border:1px solid #fedf89;border-radius:9px;align-self:center;gap:6px;padding:9px 10px;display:grid}.ytp-code__once>span{color:#b54708;font-size:9px;font-weight:700}.ytp-code__once code{color:#7a2e0e;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.ytp-code__once button{color:#b54708;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;width:fit-content;padding:0;font-size:10px;font-weight:700;display:inline-flex}.ytp-code__button{width:100%}.ytp-devices{overflow:hidden}.ytp-devices__head{border-bottom:1px solid #edf0f3;align-items:center;padding:18px 20px}.ytp-devices__head h2{margin-right:8px;display:inline-block}.ytp-devices__head p:last-child{color:#98a2b3;font-size:10px;display:inline}.ytp-device-list{display:grid}.ytp-device{border-bottom:1px solid #f0f2f5;grid-template-columns:38px minmax(160px,1.2fr) minmax(130px,.8fr) minmax(120px,.8fr) minmax(200px,1.3fr) auto;align-items:center;gap:13px;min-width:0;padding:14px 20px;display:grid}.ytp-device:last-child{border-bottom:0}.ytp-device__icon{color:#98a2b3;background:#f2f4f7;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.ytp-device__icon.is-online{color:#039855;background:#ecfdf3}.ytp-device__identity{gap:4px;min-width:0;display:grid}.ytp-device__identity strong{color:#101828;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.ytp-device__identity span,.ytp-device__meta span{color:#98a2b3;font-size:9px}.ytp-device__meta{gap:4px;display:grid}.ytp-device__meta strong{color:#475467;font-size:10px;font-weight:600}.ytp-device__meta .state-active{color:#027a48}.ytp-device__meta .state-renewal_pending{color:#b54708}.ytp-device__meta .state-expired,.ytp-device__meta .state-revoked,.ytp-device__meta .state-blocked{color:#b42318}.ytp-device__guidance{color:#667085;margin:0;font-size:10px;line-height:1.5}.ytp-device__guidance.is-warning{color:#b54708;font-weight:600}.ytp-device__actions{align-items:center;gap:9px;display:flex}.ytp-device__actions .ytp-secondary{min-height:31px;padding:0 10px;font-size:10px}.ytp-danger-link{color:#b42318;cursor:pointer;background:0 0;border:0;padding:0;font-size:10px;font-weight:650}.ytp-empty{color:#98a2b3;text-align:center;align-content:center;place-items:center;gap:7px;min-height:180px;display:grid}.ytp-empty strong{color:#475467;font-size:12px}.ytp-empty p{margin:0;font-size:10px}.ytp-inline-error{color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:9px;align-items:center;gap:8px;margin:16px 20px;padding:11px 12px;font-size:11px;display:flex}.ytp-inline-error button{color:#b42318;cursor:pointer;background:0 0;border:0;margin-left:auto;font-weight:700}.ytp-modal{z-index:120;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f17286b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.ytp-modal__panel{background:#fff;border:1px solid #e3e7ee;border-radius:14px;gap:11px;width:min(430px,100%);padding:22px;display:grid;box-shadow:0 24px 60px #10182838}.ytp-modal__panel>svg{color:#d92d20}.ytp-modal__panel h2{color:#101828;margin:0;font-size:18px}.ytp-modal__panel>p{color:#667085;margin:0;font-size:11px;line-height:1.6}.ytp-modal__panel label{color:#344054;gap:6px;font-size:11px;font-weight:650;display:grid}.ytp-modal__panel textarea{resize:vertical;color:#101828;border:1px solid #d0d5dd;border-radius:8px;min-height:80px;padding:9px 10px;font:12px/1.5 Inter,sans-serif}.ytp-modal__panel>div:last-child{justify-content:flex-end;gap:8px;margin-top:3px;display:flex}@media (width<=980px){.ytp-release{grid-template-columns:1fr 270px}.ytp-release__facts{grid-template-columns:repeat(4,1fr)}.ytp-release__hash{border-top:1px solid #f0f2f5;grid-column:1/-1}.ytp-device{grid-template-columns:38px minmax(150px,1fr) 1fr auto}.ytp-device__meta:first-of-type{display:none}.ytp-device__guidance{grid-column:2/4}}@media (width<=720px){.ytp-heading{flex-direction:column;align-items:stretch}.ytp-heading__scope{min-width:0}.ytp-release{grid-template-columns:1fr}.ytp-release__main{padding:20px}.ytp-release__aside{border-top:1px solid #eceff3;border-left:0}.ytp-release__facts{grid-template-columns:repeat(2,1fr)}.ytp-release__hash{grid-column:1/-1}.ytp-support-grid,.ytp-install ol{grid-template-columns:1fr}.ytp-device{grid-template-columns:36px minmax(0,1fr) auto;align-items:start;padding:14px}.ytp-device__meta{grid-column:2/3}.ytp-device__meta:first-of-type{display:grid}.ytp-device__guidance,.ytp-device__actions{grid-column:2/4}.ytp-devices__head{padding:16px 14px}}@media (width<=430px){.ytp-heading .vpage__title{font-size:26px}.ytp-appmark{border-radius:14px;width:54px;height:54px}.ytp-release__main{align-items:flex-start;gap:13px;padding:17px 15px}.ytp-release__copy h2{font-size:19px}.ytp-release__aside{padding:17px 15px}.ytp-release__facts>div{padding:10px 12px}.ytp-install,.ytp-code{padding:16px}.ytp-device__actions{flex-wrap:wrap}}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2)format("woff2-variations");unicode-range:U+1F??}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/inter-greek-wght-normal-CkhJZR-_.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/vdm/assets/inter-latin-wght-normal-Dx4kXJAl.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--vdm-bg:#111417;--vdm-sidebar-bg:#191c1f;--vdm-panel:#1d2023;--vdm-panel-raised:#24282c;--vdm-surface:#0b0e11;--vdm-line:#3a494a;--vdm-line-soft:#3a494a4d;--vdm-text:#e1e2e7;--vdm-muted:#b9caca;--vdm-subtle:#849495;--vdm-accent:#00f5ff;--vdm-accent-soft:#00f5ff24;--vdm-accent-deep:#006c71;--vdm-danger:#ff8a94;--vdm-danger-strong:#ff4655;--vdm-warn:#feb700;--vdm-good:#61d394;--vdm-radius:0px;--vdm-sidebar:240px;--vdm-page-padding:12px;--vdm-grid-gap:10px;--vdm-window-chrome-height:28px;--vdm-footer-height:24px;--vdm-min-window-width:1366px;--vdm-min-window-height:768px;--vdm-workspace-height:calc(100dvh - var(--vdm-window-chrome-height) - var(--vdm-footer-height));color:var(--vdm-text);background:var(--vdm-bg);font-synthesis:none;letter-spacing:0;font-family:Segoe UI,Microsoft YaHei UI,Microsoft YaHei,Arial,sans-serif}*{box-sizing:border-box;scrollbar-color:#98a2b38c transparent;scrollbar-width:thin}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#98a2b38c padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:36px}::-webkit-scrollbar-thumb:hover{background:#667085cc padding-box padding-box}body{background:var(--vdm-bg);min-width:0;min-height:100dvh;margin:0;overflow:hidden}button,input{font:inherit}a{color:inherit}.window-chrome{width:100%;height:var(--vdm-window-chrome-height);-webkit-user-select:none;user-select:none;background:linear-gradient(90deg,#00f5ff14,#0000 28%,#00f5ff09),#0d1114;border-bottom:1px solid #3a494ab3;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-width:0;display:grid;overflow:hidden}.window-chrome__drag-region{width:100%;min-width:0;height:100%;color:var(--vdm-subtle);cursor:default;background:0 0;border:0;align-items:center;padding:0 12px;display:flex}.window-chrome__drag-region:active{cursor:default}.window-chrome__drag-region span{color:color-mix(in srgb, var(--vdm-muted) 78%, transparent);letter-spacing:.6px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-family:JetBrains Mono,Consolas,monospace;font-size:10px;font-weight:950;line-height:1;overflow:hidden}.window-chrome__controls{border-left:1px solid #3a494a8a;grid-template-columns:repeat(3,34px);align-items:stretch;height:100%;display:inline-grid}.window-chrome__button{width:34px;min-width:0;height:100%;color:var(--vdm-subtle);cursor:pointer;background:0 0;border:0;border-left:1px solid #ffffff09;place-items:center;padding:0;transition:background-color .12s,color .12s;display:inline-grid}.window-chrome__button:hover,.window-chrome__button:focus-visible{color:var(--vdm-accent);background:#00f5ff1a;outline:none}.window-chrome__button.is-close:hover,.window-chrome__button.is-close:focus-visible{color:var(--vdm-danger-strong);background:#ff465529}.vdm-shell{grid-template-columns:var(--vdm-sidebar) minmax(0, 1fr);height:var(--vdm-workspace-height);background:var(--vdm-bg);min-height:0;display:grid;overflow:hidden}.vdm-shell.is-tactics-mode{height:var(--vdm-workspace-height);grid-template-columns:minmax(0,1fr)}.vdm-content-shell{touch-action:none;min-width:0;height:100%;min-height:0;overflow:hidden}.vdm-sidebar{border-right:1px solid var(--vdm-line);background:var(--vdm-sidebar-bg);flex-direction:column;height:100%;padding:14px 4px;display:flex;overflow:hidden}.app-status-bar{z-index:80;height:var(--vdm-footer-height);color:var(--vdm-subtle);letter-spacing:.55px;text-transform:uppercase;white-space:nowrap;background:linear-gradient(90deg,#00f5ff1a,#0000 24% 76%,#00f5ff14),#121619;border-top:1px solid #00f5ff47;justify-content:center;align-items:center;font-size:10px;font-weight:900;line-height:1;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 24px #00000047}.app-status-bar__item{align-items:center;gap:4px;min-width:0;padding:0 12px;display:inline-flex}.app-status-bar__item+.app-status-bar__item{border-left:1px solid var(--vdm-line-soft)}.tactics-mode-status{z-index:40;color:color-mix(in srgb, var(--vdm-subtle) 84%, transparent);pointer-events:none;background:#11141794;border:1px solid #00f5ff3d;padding:3px 7px;font-size:9px;font-weight:900;line-height:1;position:fixed;bottom:8px;right:10px}.vdm-shell.is-tactics-mode~.tactics-mode-status{display:none}body:has(.vdm-shell.is-tactics-mode) .tactics-mode-status{display:none}.app-status-bar__website-value{min-width:0;display:inline-block}.viewport-floor-notice{z-index:200;background:linear-gradient(90deg, #00f5ff14, transparent 24%, transparent 76%, #00f5ff0f), var(--vdm-bg);place-items:center;padding:24px;display:none;position:fixed;inset:0}.viewport-floor-card{background:var(--vdm-panel);text-align:center;border:1px solid #00f5ff57;justify-items:center;gap:10px;width:min(360px,100%);padding:22px 24px;display:grid;box-shadow:0 22px 70px #0000005c}.viewport-floor-card span{color:var(--vdm-accent);letter-spacing:.55px;text-transform:uppercase;font-size:11px;font-weight:950}.viewport-floor-card strong{color:var(--vdm-text);font-family:JetBrains Mono,Consolas,monospace;font-size:28px;font-weight:950;line-height:32px}.viewport-floor-card p{color:var(--vdm-muted);margin:0;font-size:13px;font-weight:800;line-height:20px}.brand-block{justify-items:center;min-width:0;padding:0 12px 18px;display:grid}.brand-main{background:0 0;border:1px solid #84949533;border-radius:6px;place-items:center;width:100%;min-width:0;max-width:188px;padding:0;display:grid;overflow:hidden;box-shadow:0 10px 20px #00000024}.brand-lockup-image{object-fit:contain;width:100%;height:auto;display:block}.nav-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.nav-groups{flex-direction:column;flex:1;gap:2px;min-height:0;display:flex;overflow:hidden}.nav-group{gap:4px;display:grid}.nav-group p{color:var(--vdm-subtle);letter-spacing:1.1px;text-transform:uppercase;margin:10px 0 4px;padding:0 16px;font-size:11px;font-weight:900;line-height:12px}.nav-link{width:100%;min-height:34px;color:var(--vdm-muted);text-align:left;cursor:pointer;background:0 0;border:0;border-left:3px solid #0000;align-items:center;gap:12px;padding:7px 16px;font-size:14px;line-height:20px;text-decoration:none;display:flex;position:relative}.nav-link.is-home{gap:8px}.nav-teamline{min-width:0;max-width:112px;color:var(--vdm-subtle);letter-spacing:.18px;opacity:.76;text-transform:uppercase;white-space:nowrap;align-items:center;gap:3px;margin-left:auto;font-family:JetBrains Mono,Consolas,monospace;font-size:7.5px;font-weight:950;line-height:9px;display:inline-flex;overflow:hidden}.nav-teamline>span:first-child{text-overflow:ellipsis;overflow:hidden}.nav-team-name{min-width:0;display:inline-block}.nav-link:hover,.nav-link.is-active{border-left-color:var(--vdm-accent);color:var(--vdm-accent);background:#323538;font-weight:900}.nav-link.is-disabled{color:color-mix(in srgb, var(--vdm-subtle) 62%, #596164);cursor:not-allowed;opacity:.84;filter:grayscale();background:0 0;border-left-color:#0000}.nav-link.is-disabled:hover,.nav-link.is-disabled:focus-visible{color:color-mix(in srgb, var(--vdm-subtle) 74%, #6d7678);background:#ffffff06;border-left-color:#0000;font-weight:400}.nav-coming-soon{min-height:20px;color:var(--vdm-subtle);letter-spacing:0;opacity:0;pointer-events:none;white-space:nowrap;background:#22262a;border:1px solid #84949542;align-items:center;padding:2px 6px;font-size:10px;font-weight:900;line-height:12px;transition:opacity .16s,transform .16s;display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)translate(4px)}.nav-link.is-disabled:hover .nav-coming-soon,.nav-link.is-disabled:focus-visible .nav-coming-soon{opacity:1;transform:translateY(-50%)translate(0)}.nav-link:focus-visible,.primary-action:focus-visible,.ui-button:focus-visible,.dropzone:focus-within,.date-input:focus-visible,.ui-input:focus-visible,input[type=date]:focus-visible,.range-tabs button:focus-visible,.table-link:focus-visible,.link-button:focus-visible{outline-offset:2px;outline:2px solid #00f5ffb8}.primary-action,.hero-actions a,.ui-button,button.primary-action{border:1px solid var(--vdm-line);min-height:40px;color:var(--vdm-muted);letter-spacing:.55px;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:0;justify-content:center;align-items:center;gap:8px;padding:8px 14px;font-size:11px;font-weight:950;text-decoration:none;display:inline-flex}.ui-button-primary,.primary-action{border-color:var(--vdm-accent);background:var(--vdm-accent);color:#003739}.ui-button-sm{min-height:30px;padding:5px 9px;font-size:11px}.ui-button-secondary{background:var(--vdm-panel);color:var(--vdm-muted)}.ui-button-ghost{color:var(--vdm-muted);background:0 0;border-color:#0000}.ui-button-danger{border-color:var(--vdm-danger);color:var(--vdm-danger)}.primary-action:disabled,.ui-button:disabled{cursor:not-allowed;opacity:.45}.vdm-main{min-width:0;height:100%;min-height:0;padding:var(--vdm-page-padding);background:var(--vdm-bg);overflow:hidden}.vdm-shell.is-tactics-mode .vdm-main{padding:6px 8px 0}.vdm-shell.is-tactics-mode .route-transition-panel,.vdm-shell.is-tactics-mode .page-stack{width:100%;max-width:none;margin:0}.vdm-shell.is-tactics-mode .route-transition-panel{animation:none}.route-transition-panel{min-width:0;height:100%;min-height:0;animation:.18s cubic-bezier(.2,.8,.2,1) both route-panel-enter;overflow:hidden}.route-transition-panel:has(.vlr-workbench){animation:none;overflow:visible;transform:none}.page-stack{gap:10px;width:min(100%,1500px);min-height:0;margin:0 auto;display:grid}.vlr-workbench,.tactics-workbench,.export-workbench,.resources-workbench{width:min(100%,1500px);height:calc(var(--vdm-workspace-height) - (var(--vdm-page-padding) * 2));max-height:calc(var(--vdm-workspace-height) - (var(--vdm-page-padding) * 2));grid-template-rows:minmax(0,auto) minmax(0,1fr);min-height:0;margin:0 auto;overflow:hidden}.workbench-grid{gap:var(--vdm-grid-gap);display:grid}.page-header{justify-content:space-between;align-items:end;gap:20px;display:flex}.eyebrow{color:var(--vdm-accent);letter-spacing:.55px;margin:0 0 5px;font-size:11px;font-weight:950}.page-header h1{color:var(--vdm-text);margin:0;font-size:18px;font-weight:950;line-height:24px}.page-description{max-width:760px;color:var(--vdm-subtle);margin:6px 0 0;font-size:13px}.page-actions,.hero-actions,.date-range,.range-toolbar{align-items:center;gap:8px;display:flex}.date-range{position:relative;overflow:visible}.panel,.kpi-card,.analytics-panel,.figma-kpi-card{border:1px solid var(--vdm-line);background:var(--vdm-panel);box-shadow:none;border-radius:0}.panel{padding:16px}.analytics-panel{flex-direction:column;gap:24px;min-width:0;padding:17px;display:flex}.analytics-panel-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.analytics-panel-header h2,.section-title h2{color:var(--vdm-text);letter-spacing:-.45px;text-transform:uppercase;margin:0;font-size:18px;font-weight:850;line-height:24px}.analytics-panel-action{color:var(--vdm-accent);letter-spacing:.55px;font-size:11px;font-weight:950}.figma-bento-grid{gap:var(--vdm-grid-gap);grid-template-columns:repeat(12,minmax(0,1fr));display:grid}.figma-kpi-row{gap:var(--vdm-grid-gap);grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.figma-kpi-card{grid-template-rows:auto 48px auto;gap:4px;min-height:118px;padding:17px;transition:border-color .18s,background-color .18s,box-shadow .18s,transform .18s;display:grid;position:relative;overflow:hidden}.figma-kpi-card:hover,.file-row:hover{background-color:#22262a;border-color:#00f5ff80;transform:none;box-shadow:inset 0 1px #ffffff09,0 14px 34px #00000038}.figma-kpi-label{color:var(--vdm-muted);letter-spacing:.55px;text-transform:uppercase;justify-content:space-between;align-items:flex-start;gap:10px;font-size:11px;font-weight:950;line-height:12px;display:flex}.figma-kpi-label i{color:var(--vdm-accent);font-style:normal}.figma-kpi-value{min-height:48px;color:var(--vdm-text);align-items:baseline;gap:2px;display:flex;position:relative}.figma-kpi-value strong{letter-spacing:0;font-size:48px;font-weight:950;line-height:48px}.figma-kpi-value b{font-size:18px;line-height:24px}.trend-indicator-container{flex-direction:column;flex:none;order:0;align-items:flex-start;width:8px;height:8px;padding:0;display:flex}.trend-indicator-container.has-value{flex-direction:row;align-items:center;gap:2px;width:auto;height:10px}.trend-indicator{clip-path:polygon(50% 0,100% 100%,0 100%);background:#4ade80;flex:none;order:0;width:8px;height:8px;display:block}.trend-indicator.is-down{background:#fb7185;transform:rotate(180deg)}.trend-indicator.is-flat{clip-path:none;background:#94a3b8;border-radius:999px;width:8px;height:2px;margin-top:3px}.trend-indicator-value{color:#4ade80;letter-spacing:0;white-space:nowrap;font-family:JetBrains Mono,Consolas,monospace;font-size:9px;font-weight:950;line-height:10px}.trend-indicator-container.is-down .trend-indicator-value{color:#fb7185}.trend-indicator-container.is-flat .trend-indicator-value{color:#94a3b8}.figma-kpi-value .trend-indicator-container{align-self:center;margin-left:5px}.figma-kpi-value .value-corner-trend{transform-origin:0 100%;margin-left:0;position:absolute;bottom:2px;right:-42px;transform:scale(.92)}.figma-kpi-card p{color:var(--vdm-subtle);margin:0;font-family:JetBrains Mono,Consolas,monospace;font-size:13px;font-weight:700;line-height:16px}.figma-kpi-card.tone-good p{color:var(--vdm-good)}.figma-kpi-card.tone-danger p{color:var(--vdm-danger-strong)}.figma-kpi-card.tone-warn p{color:var(--vdm-warn)}.result-chip{border:1px solid var(--vdm-line);min-width:74px;min-height:28px;color:var(--vdm-muted);background:#ffffff06;justify-content:space-between;align-items:center;gap:9px;padding:5px 8px;font-size:12px;font-weight:950;line-height:1;display:inline-flex}.result-chip b{font-family:JetBrains Mono,Consolas,monospace;font-size:13px}.result-chip.is-win{color:var(--vdm-good);background:#61d39414;border-color:#61d39452}.result-chip.is-loss{color:var(--vdm-danger-strong);background:#ff465514;border-color:#ff465557}.table-toolbar-title{min-width:0;min-height:28px;color:var(--vdm-text);letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;align-items:center;font-family:JetBrains Mono,Consolas,monospace;font-size:12px;font-weight:950;line-height:14px;display:flex;overflow:hidden}.table-filter-shell{align-items:center;gap:6px;min-width:0;display:flex}.table-filter-shell .ui-input{min-width:0}.table-filter-shell.has-clear .ui-input{flex:0 0 206px;width:206px}.table-filter-clear{width:28px;height:28px;color:var(--vdm-accent);cursor:pointer;background:#00f5ff12;border:1px solid #00f5ff47;border-radius:6px;flex:none;place-items:center;font-family:JetBrains Mono,Consolas,monospace;font-size:16px;font-weight:950;line-height:1;transition:border-color .16s,background-color .16s,opacity .16s,transform .16s;display:inline-grid}.table-filter-clear:hover:not(:disabled),.table-filter-clear:focus-visible:not(:disabled){background:#00f5ff1f;border-color:#00f5ff94;outline:none;transform:none}.table-filter-clear:disabled{cursor:default;opacity:.42}.dashboard-command-row{justify-content:space-between;align-items:center;gap:18px;display:flex}.dashboard-command-row h2{min-width:0;color:var(--vdm-text);letter-spacing:-.45px;white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:10px;margin:0;font-size:18px;font-weight:850;line-height:24px;display:inline-flex}.dashboard-command-row h2>span:first-child{white-space:nowrap;word-break:keep-all;writing-mode:horizontal-tb;flex:none}.dashboard-range-control{z-index:95;justify-content:flex-end;align-items:center;gap:8px;min-width:min(940px,100%);min-height:36px;display:flex;position:relative;overflow:visible}.dashboard-date-range{opacity:0;pointer-events:none;z-index:100;white-space:nowrap;justify-content:flex-end;width:0;min-height:36px;transition:width .18s,opacity .18s,transform .18s;position:relative;overflow:visible;transform:translate(14px)}.date-field{min-width:156px;height:36px;color:inherit;cursor:pointer;appearance:none;background:linear-gradient(#ffffff0f,#ffffff04),#ffffff07;border:1px solid #00f5ff2e;border-radius:6px;grid-template-columns:auto minmax(74px,1fr) 18px;align-items:center;gap:8px;padding:5px 7px 5px 9px;transition:border-color .16s,background-color .16s,box-shadow .16s,transform .16s;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff09}.date-field:before{content:"";opacity:.7;pointer-events:none;background:#00f5ff85;border-radius:999px;width:2px;position:absolute;inset:5px auto 5px 0}.date-field:after{content:"";opacity:.88;pointer-events:none;background:linear-gradient(#00f5ff73,#00f5ff73) 3px 4px/8px 1px no-repeat,linear-gradient(#ffffff38,#ffffff38) 3px 8px/8px 1px no-repeat,#00f5ff0d;border:1px solid #00f5ff80;border-radius:4px;width:14px;height:14px}.date-field:hover,.date-field:focus-visible,.date-field.is-active{background-color:#00f5ff0b;border-color:#00f5ff70;transform:none;box-shadow:inset 0 1px #ffffff0a,0 0 0 2px #00f5ff0d}.date-field-label{color:var(--vdm-muted);letter-spacing:.55px;font-size:9px;font-weight:950;line-height:11px}.date-field-value{color:var(--vdm-text);text-align:right;font-family:JetBrains Mono,Consolas,monospace;font-size:11px;font-weight:900;line-height:12px}.dashboard-date-range .ui-button{flex:none}.vdm-date-popover{z-index:120;background:linear-gradient(#ffffff0d,#ffffff04),#161b1f;border:1px solid #00f5ff38;border-radius:8px;width:258px;padding:10px;animation:.14s both date-popover-in;position:absolute;top:calc(100% + 8px);right:84px;box-shadow:0 22px 50px #00000070,inset 0 1px #ffffff0a}.date-popover-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:9px;display:flex}.date-popover-title{color:var(--vdm-muted);letter-spacing:.65px;font-size:10px;font-weight:950;line-height:12px}.date-popover-month{color:var(--vdm-text);align-items:center;gap:7px;font-family:JetBrains Mono,Consolas,monospace;font-size:11px;font-weight:900;display:inline-flex}.date-popover-month button,.vdm-date-day{appearance:none;color:var(--vdm-text);cursor:pointer;background:#ffffff06;border:1px solid #ffffff14;transition:border-color .14s,background-color .14s,color .14s,transform .14s}.date-popover-month button{border-radius:5px;place-items:center;width:22px;height:22px;font-size:12px;display:grid}.date-popover-month button:hover,.vdm-date-day:hover{background:#00f5ff13;border-color:#00f5ff6b;transform:none}.date-week-row,.date-day-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;display:grid}.date-week-row{color:var(--vdm-muted);text-align:center;margin-bottom:5px;font-family:JetBrains Mono,Consolas,monospace;font-size:9px;font-weight:900}.vdm-date-day{border-radius:6px;place-items:center;height:28px;font-family:JetBrains Mono,Consolas,monospace;font-size:11px;font-weight:900;display:grid}.vdm-date-day.is-selected{color:#061014;background:var(--vdm-accent);border-color:#00f5ffb8;box-shadow:0 0 0 2px #00f5ff1f}.vdm-date-day.is-empty{pointer-events:none;opacity:0}@keyframes date-popover-in{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.dashboard-date-range.is-open{opacity:1;pointer-events:auto;width:488px;transform:translate(0)}.dashboard-date-range.is-all-data{width:442px}.date-range-summary{background:linear-gradient(90deg,#00f5ff14,#ffffff05),#ffffff06;border:1px solid #00f5ff33;border-radius:6px;grid-template-columns:minmax(0,1fr) 36px minmax(0,1fr);align-items:stretch;min-width:306px;height:36px;display:grid;box-shadow:inset 0 1px #ffffff09}.date-range-summary i{background:#00f5ff6b;place-self:center;width:24px;height:1px;display:block}.date-summary-item{align-content:center;gap:1px;height:100%;padding:4px 9px;display:grid}.date-summary-item small{color:var(--vdm-muted);letter-spacing:.55px;font-size:9px;font-weight:950;line-height:11px}.date-summary-item strong{color:var(--vdm-text);font-family:JetBrains Mono,Consolas,monospace;font-size:11px;font-weight:900;line-height:12px}.map-preview-count{color:var(--vdm-accent);font:inherit;letter-spacing:0;cursor:pointer;background:#00f5ff1c;border:1px solid #00f5ff52;padding:5px 8px;font-size:11px;font-weight:950;transition:border-color .16s,background-color .16s,transform .16s}.map-preview-count:hover,.map-preview-count:focus-visible{background:#00f5ff1f;border-color:#00f5ffad;outline:none;transform:none}.map-more-hint{z-index:5;color:#00f5ffeb;pointer-events:none;background:#050b0de0;border:1px solid #00f5ff52;padding:5px 8px;font-family:JetBrains Mono,Consolas,monospace;font-size:11px;font-weight:800;line-height:14px;position:absolute;bottom:12px;right:14px;box-shadow:0 10px 24px #0000003d}.player-stat-line{color:var(--vdm-subtle);display:inline-flex}.agent-icon-image{object-fit:cover;object-position:center top;width:100%;height:100%}.player-acs-stack{text-align:right;white-space:nowrap;justify-self:end;justify-items:end;min-width:58px;font-family:JetBrains Mono,Consolas,monospace;display:grid}.player-acs-value{color:var(--vdm-accent);font-size:11px;font-weight:950;line-height:14px}.player-acs-delta{align-items:center;gap:3px;font-size:9px;font-weight:950;line-height:11px;display:inline-flex}.player-acs-delta .trend-indicator-container{width:6px;min-width:6px;height:6px}.player-acs-delta .trend-indicator-container.is-flat{justify-content:center;width:10px;min-width:10px;height:6px}.player-acs-delta .trend-indicator{width:6px;height:6px}.player-acs-delta .trend-indicator.is-flat{width:10px;height:2px;margin-top:2px}.player-acs-delta.is-up{color:var(--vdm-good)}.player-acs-delta.is-down{color:var(--vdm-danger-strong)}.player-acs-delta.is-flat{color:var(--vdm-muted)}.vlr-role-tab{appearance:none;color:var(--vdm-muted);cursor:pointer;font:inherit;background:#ffffff07;border:1px solid #ffffff14;min-height:26px;padding:6px 5px;font-size:10px;font-weight:950;line-height:12px;transition:border-color .16s,background-color .16s,color .16s,transform .16s}.vlr-role-tab:hover,.vlr-role-tab.is-active{color:var(--vdm-accent);background:#00f5ff17;border-color:#00f5ff73;transform:none}@media (height<=760px){.player-acs-value{font-size:10px;line-height:12px}.player-acs-delta{font-size:8px;line-height:10px}.vlr-role-tab{min-height:24px;padding-block:5px}}.metric-trend-stack{vertical-align:middle;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:0;max-width:100%;display:inline-flex}.metric-trend-stack .trend-indicator-container{align-items:center}.metric-trend-content{justify-content:center;min-width:0;max-width:100%;display:inline-flex}@keyframes action-pulse{0%,to{box-shadow:0 0 6px #4ade8040}50%{box-shadow:0 0 12px #4ade8073}}@keyframes indeterminate-progress{0%{transform:translate(-100%)}50%{transform:translate(250%)}to{transform:translate(-100%)}}@keyframes import-progress-pulse{0%,to{opacity:.74}50%{opacity:1}}@keyframes route-panel-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes vlr-refresh-scan{0%{transform:translate(-120%)}to{transform:translate(260%)}}@media (prefers-reduced-motion:reduce){.route-transition-panel{animation-duration:1ms;animation-delay:0s}}.vlr-table-panel,.vlr-side-panel,.tactics-canvas-panel,.tactics-side-panel{min-height:0;overflow:hidden}.inspector-card{border:1px solid var(--vdm-line);background:linear-gradient(90deg, #00f5ff0f, transparent 42%), var(--vdm-panel);align-content:start;gap:5px;min-width:0;min-height:0;padding:9px;display:grid;overflow:hidden}.inspector-card span{color:var(--vdm-accent);letter-spacing:.55px;text-transform:uppercase;font-size:10px;font-weight:950;line-height:12px}.inspector-card strong{color:var(--vdm-text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:950;line-height:18px;overflow:hidden}.inspector-card p{color:var(--vdm-subtle);margin:0;font-size:11px;font-weight:760;line-height:15px}.compact-player-list{gap:6px;min-height:0;max-height:none;display:grid;overflow:auto}.compact-player{border:1px solid var(--vdm-line);min-height:42px;color:var(--vdm-muted);text-align:left;cursor:pointer;background:#ffffff05;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:6px 8px;display:grid}.compact-player.is-active,.compact-player:hover{border-left:3px solid var(--vdm-accent);color:var(--vdm-text);background:#323538}.compact-player span{border:1px solid var(--vdm-line);width:28px;height:28px;color:var(--vdm-accent);place-items:center;font-weight:950;display:grid}.compact-player strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.compact-player small{color:var(--vdm-subtle);font-size:11px}.account-detail{min-height:0;overflow:auto}.tactics-shell-preview{gap:var(--vdm-grid-gap);align-items:start;display:grid}.vlr-grid,.tactics-shell-preview{gap:var(--vdm-grid-gap);align-items:start;display:grid}.vlr-grid{grid-template-columns:minmax(0,1.85fr) minmax(320px,1fr);align-items:stretch;min-width:0;height:100%;min-height:0}.vlr-candidate-pool,.vlr-detail-workspace{min-width:0;min-height:0;overflow:hidden}.vlr-filter-bar{border:1px solid var(--vdm-line);background:#ffffff06;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-height:0;padding:8px 10px;display:grid;overflow:hidden}.vlr-filter-title{color:var(--vdm-muted);letter-spacing:.08em;font-size:11px;font-weight:950}.vlr-filter-card{min-width:0}.vlr-table-scroll{flex:1;min-height:0;max-height:none;overflow:auto}.vlr-filter-grid{grid-template-columns:minmax(180px,1.4fr) repeat(3,minmax(126px,1fr)) minmax(116px,.7fr);align-content:start;gap:8px;min-width:0;display:grid}.vlr-filter-grid .ui-input,.vlr-filter-grid .ui-select{border:1px solid var(--vdm-line);width:100%;min-width:0;height:32px;color:var(--vdm-text);background:#ffffff06;font-size:11px;font-weight:850}.vlr-filter-grid .ui-select{outline:none;padding:0 9px}.vlr-stats-table{border-collapse:collapse;width:100%;min-width:1460px;font-size:12px}.vlr-stats-table th,.vlr-stats-table td{border-bottom:1px solid var(--vdm-line);color:var(--vdm-muted);text-align:right;white-space:nowrap;padding:7px 8px}.vlr-stats-table th:nth-child(-n+3),.vlr-stats-table td:nth-child(-n+3),.vlr-stats-table th:nth-child(15),.vlr-stats-table td:nth-child(15),.vlr-stats-table th:nth-child(16),.vlr-stats-table td:nth-child(16){text-align:left}.vlr-stats-table thead th{z-index:1;color:var(--vdm-subtle);background:#080c10f5;font-size:11px;font-weight:950;position:sticky;top:0}.vlr-candidate-row{cursor:pointer}.vlr-candidate-row:hover,.vlr-candidate-row.is-selected{background:#00dce50b}.vlr-candidate-row.is-selected td:first-child{box-shadow:inset 3px 0 0 var(--vdm-accent)}.vlr-player-cell{font-weight:950;color:var(--vdm-text)!important}.vlr-sort-button{width:100%;color:inherit;font:inherit;text-align:right;cursor:pointer;background:0 0;border:0;padding:0;font-weight:950}.vlr-sort-button:hover,.vlr-sort-button.is-sorted{color:var(--vdm-accent)}.vlr-sort-arrow{color:#ffffff57;margin-left:4px;font-size:10px}.vlr-sort-button.is-sorted[data-sort-direction=desc] .vlr-sort-arrow:before{content:"↓"}.vlr-sort-button.is-sorted[data-sort-direction=asc] .vlr-sort-arrow:before{content:"↑"}.vlr-sort-button.is-sorted .vlr-sort-arrow{color:var(--vdm-accent);font-size:0}.vlr-sort-button.is-sorted .vlr-sort-arrow:before{font-size:11px}.vlr-stat-color{background:linear-gradient(180deg, hsla(var(--stat-h), 45%, 42%, .13), hsla(var(--stat-h), 42%, 38%, .07)), #080b10f0;box-shadow:inset 0 0 0 1px hsla(var(--stat-h), 42%, 35%, .24);font-weight:900;position:relative;overflow:hidden;color:var(--vdm-text)!important}.vlr-metric-cell{min-width:74px}.vlr-metric-cell .metric-value{text-align:right;margin-bottom:5px;display:block}.vlr-metric-cell .metric-track{background:#ffffff12;height:5px;display:block}.vlr-metric-cell .metric-fill{width:var(--metric-ratio);background:hsl(var(--metric-hue), 64%, 56%);height:100%;display:block}.vlr-empty-metric{background:#080b1094;font-weight:800;box-shadow:inset 0 0 0 1px #ffffff0d;color:#e0eef780!important}.vlr-empty-row{text-align:center!important;padding:22px!important}.vlr-side-panel{gap:12px;min-width:0;padding:14px}.vlr-side-panel .scout-status-stack,.vlr-detail-panel{min-width:0}.vlr-side-panel .scout-status-stack{gap:8px;min-height:0;overflow:auto}.vlr-detail-panel{grid-template-rows:auto auto auto minmax(0,1fr) auto;gap:10px;height:100%;display:grid;overflow:hidden}.vlr-detail-hero{background:linear-gradient(135deg, #00dce51f, transparent 45%), var(--vdm-surface-2);border:1px solid #00dce552;justify-content:space-between;gap:14px;padding:16px;display:flex;position:relative}.vlr-detail-hero h3{color:var(--vdm-text);letter-spacing:0;margin:8px 0 4px;font-size:clamp(26px,3vw,40px);line-height:1}.vlr-detail-hero p{color:var(--vdm-subtle);margin:0;font-family:JetBrains Mono,Consolas,monospace;font-size:12px}.vlr-link-button{border:1px solid var(--vdm-accent);color:var(--vdm-accent);white-space:nowrap;background:#00dce51f;align-self:flex-start;align-items:center;gap:6px;padding:8px 10px;font-size:12px;font-weight:950;text-decoration:none;transition:transform .16s,background .16s;display:inline-flex}.vlr-link-button:hover{background:#00dce533;transform:translateY(-1px)}.vlr-link-button.is-disabled{border-color:var(--vdm-line);color:var(--vdm-subtle);background:#ffffff08}.vlr-metric-grid{border:1px solid var(--vdm-line);background:#0b0e1173;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.vlr-metric-grid div{border-right:1px solid var(--vdm-line);border-bottom:1px solid var(--vdm-line);gap:4px;min-width:0;padding:10px;display:grid}.vlr-metric-grid div:nth-child(4n){border-right:0}.vlr-metric-grid div:nth-last-child(-n+4){border-bottom:0}.vlr-metric-grid span,.vlr-agent-strip>span,.vlr-detail-list span,.vlr-source-note strong{color:var(--vdm-subtle);letter-spacing:.6px;text-transform:uppercase;font-size:10px;font-weight:950;line-height:12px}.vlr-metric-grid strong{color:var(--vdm-text);text-overflow:ellipsis;white-space:nowrap;font-family:JetBrains Mono,Consolas,monospace;font-size:18px;line-height:22px;overflow:hidden}.vlr-metric-grid div:first-child strong,.vlr-metric-grid div:nth-child(2) strong,.vlr-metric-grid div:nth-child(7) strong{color:var(--vdm-accent)}.vlr-agent-strip{border:1px solid var(--vdm-line);background:#ffffff06;justify-content:space-between;align-items:center;gap:12px;padding:10px;display:flex}.vlr-detail-list{border:1px solid var(--vdm-line);background:#0b0e1152;min-height:0;overflow:auto}.vlr-detail-list div{border-bottom:1px solid var(--vdm-line);justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;display:flex}.vlr-detail-list div:last-child{border-bottom:0}.vlr-detail-list strong{color:var(--vdm-text);font-family:JetBrains Mono,Consolas,monospace;font-size:12px}.vlr-source-note{color:var(--vdm-subtle);justify-content:space-between;gap:12px;min-width:0;padding-top:2px;font-size:11px;display:flex}.vlr-source-note span{text-align:right;text-overflow:ellipsis;white-space:nowrap;font-family:JetBrains Mono,Consolas,monospace;overflow:hidden}.scout-status-stack{gap:10px;display:grid}.scout-status-stack strong{align-items:center;gap:6px;display:inline-flex}.tactics-shell-preview{grid-template-columns:minmax(0,1fr) minmax(300px,.34fr);align-items:stretch;height:100%;min-height:0}.tactics-canvas-panel{flex-direction:column;min-height:0;display:flex;container-type:size}.tactics-canvas{border:1px solid var(--vdm-line);background:linear-gradient(90deg,#00f5ff14 1px,#0000 1px) 0 0/48px 48px,linear-gradient(0deg,#00f5ff14 1px,#0000 1px) 0 0/48px 48px,radial-gradient(circle at 50% 45%,#00f5ff1f,#0000 34%),#0b0e11;flex:1;min-height:0;position:relative;overflow:hidden}.tactics-side-panel{min-height:0}.tactics-side-panel .scout-status-stack{gap:8px;min-height:0;overflow:auto}.tactics-map-grid{opacity:.45;grid-template-columns:repeat(8,1fr);gap:8px;display:grid;position:absolute;inset:24px}.tactics-map-grid span{background:#1d202361;border:1px solid #3a494a73;min-height:54px}.tactics-node{background:var(--vdm-surface);border:2px solid;border-radius:999px;place-items:center;width:42px;height:42px;font-family:JetBrains Mono,Consolas,monospace;font-size:12px;font-weight:950;display:grid;position:absolute}.tactics-node.attacker{color:var(--vdm-accent);top:62%;left:24%}.tactics-node.defender{color:var(--vdm-danger);top:28%;right:26%}.tactics-path{border-top:3px solid var(--vdm-accent);border-right:3px solid var(--vdm-accent);opacity:.8;width:36%;height:28%;position:absolute;top:38%;left:28%;transform:skew(-18deg)}.range-strip{grid-column:1/-1;justify-content:space-between;align-items:center;gap:16px;min-height:38px;display:flex}.tactics-workbench{grid-template-rows:58px minmax(0,1fr)}.vdm-shell.is-tactics-mode .tactics-workbench{height:calc(var(--vdm-workspace-height) - 6px);max-height:calc(var(--vdm-workspace-height) - 6px);grid-template-rows:40px minmax(0,1fr)}.vdm-shell.is-tactics-mode .dashboard-command-row{gap:10px;min-height:0}.vdm-shell.is-tactics-mode .dashboard-command-row h2{font-size:16px;line-height:18px}.vdm-shell.is-tactics-mode .dashboard-command-row .eyebrow{margin:0 0 1px;font-size:9px;line-height:10px}.vdm-shell.is-tactics-mode .command-subcopy{max-width:760px;color:var(--vdm-subtle);text-overflow:ellipsis;white-space:nowrap;margin:1px 0 0;font-size:10px;line-height:11px;overflow:hidden}.vdm-shell.is-tactics-mode .tactics-action-row .ui-button{min-height:28px;padding-inline:9px}.tactics-action-row{justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.tactics-title-field{gap:2px;min-width:168px;display:grid}.tactics-title-field span{color:var(--vdm-subtle);letter-spacing:0;text-transform:uppercase;font-size:9px;font-weight:950}.tactics-title-field input{width:100%;min-width:0;height:28px;color:var(--vdm-text);background:#ffffff06;border:1px solid #3a494adb;outline:none;padding:0 8px;font-size:12px;font-weight:850}.tactics-title-field input:focus{border-color:#64748ba8;box-shadow:0 0 0 2px #64748b14}.tactics-save-status{min-width:54px;color:var(--vdm-subtle);white-space:nowrap;align-items:center;font-size:10px;font-weight:900;display:inline-flex}.tactics-save-status.status-saved{color:#82f3c3}.tactics-save-status.status-error{color:#ff8a96}.tactics-save-status.status-saving{color:var(--vdm-accent)}.tactics-shell-preview{gap:var(--vdm-grid-gap);grid-template-columns:minmax(178px,.38fr) minmax(620px,2fr) minmax(210px,.42fr);grid-template-areas:"tools canvas side";align-items:stretch;min-width:0;height:100%;min-height:0;display:grid}.vdm-shell.is-tactics-mode .tactics-shell-preview{grid-template-columns:clamp(220px,17vw,260px) minmax(0,1fr) 260px;gap:6px}.tactics-toolbox-panel{grid-area:tools}.tactics-canvas-panel{grid-area:canvas}.tactics-side-panel{grid-area:side}.tactics-toolbox-panel,.tactics-canvas-panel,.tactics-side-panel{gap:8px;min-height:0;padding:8px;overflow:hidden}.vdm-shell.is-tactics-mode .tactics-toolbox-panel,.vdm-shell.is-tactics-mode .tactics-side-panel{gap:8px;padding:8px}.vdm-shell.is-tactics-mode .tactics-toolbox-panel{z-index:30;grid-template-rows:22px 70px 28px 44px 28px minmax(190px,1fr) clamp(150px,20dvh,228px);display:grid;position:relative;overflow:visible}.vdm-shell.is-tactics-mode .tactics-canvas-panel{border:1px solid var(--vdm-line);box-shadow:none;background:radial-gradient(circle,#64748b09,#0000 58%),#090f14;grid-template-rows:minmax(0,1fr);gap:0;padding:4px;display:grid;position:relative;overflow:hidden}.vdm-shell.is-tactics-mode .tactics-canvas-panel>.tactics-board,.vdm-shell.is-tactics-mode .tactics-canvas-panel>.empty-state{grid-row:1}.vdm-shell.is-tactics-mode .tactics-canvas-panel .analytics-panel-header,.vdm-shell.is-tactics-mode .tactics-canvas-panel .analytics-panel-action{display:none}.tactics-asset-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.tactics-asset-summary>div{border:1px solid var(--vdm-line);background:#64748b09;grid-template-rows:auto auto;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:2px 8px;padding:9px;display:grid}.tactics-asset-summary svg{color:var(--vdm-accent);grid-row:span 2}.tactics-asset-summary span{color:var(--vdm-subtle);font-size:10px;font-weight:900}.tactics-asset-summary strong{min-width:0;color:var(--vdm-text);font-family:JetBrains Mono,Consolas,monospace;font-size:16px;line-height:18px}.tactics-agent-grid{grid-template-columns:repeat(auto-fill,minmax(38px,38px));place-content:start space-between;gap:6px;min-width:0;min-height:0;display:grid;overflow:hidden auto}.tactics-agent-chip{background:#ffffff06;border:1px solid #3a494ad1;place-items:center;width:38px;min-width:0;min-height:39px;padding:2px;display:grid}.tactics-agent-chip img,.tactics-agent-chip>span{object-fit:contain;background:#00000038;border:1px solid #64748b66;width:34px;height:34px}.tactics-agent-chip>span{color:var(--vdm-accent);place-items:center;font-weight:950;display:grid}.tactics-agent-chip strong,.tactics-agent-chip small{display:none}.tactics-ability-strip{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(60px,1fr);align-content:stretch;gap:6px;min-height:0;display:grid;overflow:hidden}.tactics-ability-strip:hover,.tactics-ability-strip:focus-within{overflow-y:auto}.tactics-ability-strip>span{max-width:120px;color:var(--vdm-muted);text-overflow:ellipsis;white-space:nowrap;background:#ffffff05;border:1px solid #3a494adb;align-items:center;gap:5px;padding:5px 7px;font-size:10px;font-weight:850;display:inline-flex;overflow:hidden}.tactics-ability-strip img{object-fit:contain;width:26px;height:26px}.tactics-canvas-controls{z-index:26;grid-template-rows:32px 28px;align-items:center;gap:6px;height:66px;min-height:66px;display:grid;position:relative;overflow:visible}.tactics-map-dropdown{z-index:27;width:100%;position:relative;overflow:visible}.tactics-side-switch{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0c1013db;border:1px solid #3a494ac7;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;width:100%;padding:3px;display:grid}.tactics-side-switch button{height:24px;color:var(--vdm-subtle);cursor:pointer;background:#ffffff08;border:1px solid #0000;font-size:10px;font-weight:950;transition:border-color .15s,background .15s,color .15s}.tactics-side-switch button:hover,.tactics-side-switch button.is-active{color:var(--vdm-text);background:#64748b1a;border-color:#64748bb3}.tactics-map-current,.tactics-map-option{min-width:0;color:var(--vdm-text);cursor:pointer;text-align:left;background:#0c1013e6;border:1px solid #3a494ae0;grid-template-columns:48px minmax(0,1fr);align-items:center;transition:border-color .15s,background .15s,transform .15s;display:grid}.tactics-map-current{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);gap:8px;width:100%;height:32px;padding:3px 8px 3px 3px}.tactics-map-current:hover,.tactics-map-current[aria-expanded=true],.tactics-map-option:hover,.tactics-map-option.is-active{background:#64748b1a;border-color:#64748bb8}.tactics-map-thumb{background:#00000061;border:1px solid #64748b47;place-items:center;width:44px;height:24px;display:grid;overflow:hidden}.tactics-map-thumb img{object-fit:cover;opacity:.86;width:100%;height:100%}.tactics-map-thumb>span{color:var(--vdm-accent);font-family:JetBrains Mono,Consolas,monospace;font-size:12px;font-weight:950}.tactics-map-current-copy,.tactics-map-option>span:last-child{gap:1px;min-width:0;display:grid}.tactics-map-current-copy strong,.tactics-map-current-copy small,.tactics-map-option strong,.tactics-map-option small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.tactics-map-current-copy small,.tactics-map-option small{color:var(--vdm-muted);letter-spacing:.45px;text-transform:uppercase;font-size:8px;font-weight:900;line-height:9px}.tactics-map-current-copy strong,.tactics-map-option strong{color:var(--vdm-text);font-size:11px;font-weight:950;line-height:12px}.tactics-map-menu{z-index:80;background:#080b0ef5;border:1px solid #64748b47;gap:4px;width:100%;max-width:100%;max-height:min(410px,100dvh - 112px);margin-top:0;padding:5px;display:grid;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow:auto;box-shadow:0 18px 42px #0000006b}.tactics-map-option{gap:8px;height:38px;padding:4px 7px 4px 4px}.tactics-map-preview{border:1px solid var(--vdm-line);background-color:#0b0e11;background-image:linear-gradient(90deg,#64748b0e 1px,#0000 1px),linear-gradient(0deg,#64748b0b 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:44px 44px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;flex:auto;place-items:center;min-height:0;display:grid;position:relative;overflow:hidden}.tactics-map-preview img{object-fit:contain;opacity:.88;width:100%;height:100%;max-height:100%}.tactics-map-meta{background:#0b0e11db;border:1px solid #3a494adb;gap:2px;max-width:min(320px,100% - 24px);padding:8px 10px;display:grid;position:absolute;bottom:12px;left:12px}.tactics-map-meta strong,.tactics-map-meta span,.tactics-map-meta small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.tactics-map-meta strong{color:var(--vdm-text);font-size:13px}.tactics-map-meta span,.tactics-map-meta small{color:var(--vdm-subtle);font-size:10px;font-weight:800}.tactics-sequence-stack{grid-template-rows:minmax(0,1fr) auto auto auto;gap:8px;height:100%;min-height:0;display:grid}.tactics-step-skeleton{gap:6px;min-height:0;display:grid;overflow:auto}.tactics-step-skeleton>div{background:#ffffff05;border:1px solid #3a494ac7;grid-template-rows:auto auto;grid-template-columns:24px minmax(0,1fr);align-items:center;column-gap:8px;min-height:43px;padding:7px;display:grid}.tactics-step-skeleton span{border:1px solid var(--vdm-line);width:24px;height:24px;color:var(--vdm-subtle);grid-row:span 2;place-items:center;font-family:JetBrains Mono,Consolas,monospace;font-size:11px;font-weight:950;display:grid}.tactics-step-skeleton strong,.tactics-step-skeleton small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.tactics-step-skeleton strong{color:var(--vdm-text);font-size:12px}.tactics-step-skeleton small{color:var(--vdm-subtle);font-size:10px}.tactics-disabled-note{min-width:0;color:var(--vdm-subtle);align-items:center;gap:8px;font-size:11px;font-weight:850;display:flex}.tactics-disabled-note span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.tactics-team-switch{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.tactics-team-switch button{border:1px solid var(--vdm-line);height:28px;color:var(--vdm-subtle);cursor:pointer;background:#ffffff06;font-size:11px;font-weight:950;transition:background .16s,border-color .16s,color .16s,transform .16s}.tactics-team-switch button:hover,.tactics-team-switch button.is-active{color:var(--vdm-text);background:#64748b14;border-color:#64748bb8;transform:none}.tactics-tool-toolbar{grid-template-columns:repeat(4,minmax(0,1fr)) 34px;align-items:stretch;gap:6px;display:grid}.tactics-tool-toolbar>button{border:1px solid var(--vdm-line);cursor:pointer;background:#ffffff06;grid-template-rows:20px 12px;place-items:center;gap:1px;min-width:0;height:44px;padding:4px 2px;transition:border-color .15s,background .15s,transform .15s;display:grid;position:relative}.tactics-tool-toolbar>button:hover,.tactics-tool-toolbar>button.is-active{background:#64748b17;border-color:#64748bb8;transform:none}.tactics-tool-icon{width:22px;height:20px;color:var(--vdm-text);pointer-events:none;place-items:center;display:grid;position:relative}.tactics-tool-icon img,.tactics-tool-icon svg{object-fit:contain;pointer-events:none;filter:drop-shadow(0 1px 1px #0000006b);width:18px;height:18px}.tactics-tool-toolbar>button[data-tool=pen] .tactics-tool-icon:after{background:var(--pen-swatch,#37d5ff);content:"";border-radius:999px;width:15px;height:3px;position:absolute;bottom:1px;right:-4px;box-shadow:0 0 8px #37d5ff47}.tactics-pen-color-strip{grid-template-rows:repeat(2,minmax(0,1fr));gap:4px;min-width:0;height:44px;display:grid}.tactics-pen-color-strip button{border:1px solid var(--vdm-line);cursor:pointer;background:#ffffff07;place-items:center;min-width:0;height:20px;padding:0;transition:border-color .15s,background .15s,transform .15s;display:grid}.tactics-pen-color-strip button:hover,.tactics-pen-color-strip button.is-active{background:#64748b14;border-color:#64748bb8}.tactics-pen-color-strip button.is-active{box-shadow:inset 0 0 0 1px #ffffff24}.tactics-pen-color-strip span{background:var(--pen-swatch);width:16px;height:4px;box-shadow:0 0 8px color-mix(in srgb, var(--pen-swatch) 42%, transparent);border-radius:999px}.tactics-tool-label{min-width:0;max-width:100%;color:var(--vdm-text);text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:950;line-height:10px;overflow:hidden}.tactics-zoom-strip{background:#ffffff05;border:1px solid #3a494ac7;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:6px;min-height:28px;padding:4px 6px;display:grid}.tactics-zoom-strip span{min-width:0;color:var(--vdm-subtle);text-overflow:ellipsis;white-space:nowrap;font-family:JetBrains Mono,Consolas,monospace;font-size:10px;font-weight:950;overflow:hidden}.tactics-zoom-strip button{border:1px solid var(--vdm-line);min-width:22px;height:22px;color:var(--vdm-text);cursor:pointer;background:#64748b0d;font-size:10px;font-weight:900}.tactics-agent-chip{color:inherit;cursor:grab;text-align:left;touch-action:none;-webkit-user-select:none;user-select:none;border-radius:0;transition:transform .15s,border-color .15s,background .15s}.tactics-agent-chip:hover,.tactics-agent-chip.is-active{background:#64748b11;border-color:#64748ba8;transform:none}.tactics-agent-chip:active{cursor:grabbing}.tactics-ability-strip button{width:100%;max-width:none;height:100%;min-height:60px;color:var(--vdm-muted);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:#ffffff05;border:1px solid #3a494adb;border-radius:0;grid-template-rows:minmax(28px,1fr) minmax(24px,auto);place-items:center;gap:4px;padding:6px;font-size:10px;font-weight:850;transition:transform .15s,border-color .15s,background .15s;display:grid}.tactics-ability-strip button:hover,.tactics-ability-strip button.is-active{color:var(--vdm-text);background:#64748b0e;border-color:#64748b94;transform:none}.tactics-ability-strip button span{width:100%;min-width:0;min-height:24px;max-height:26px;color:var(--vdm-text);text-align:center;text-overflow:ellipsis;white-space:normal;font-size:10px;line-height:12px;display:block;overflow:hidden}.tactics-board{--tactics-board-size:min(calc(100dvw - 480px), calc(100dvh - 104px));--tactics-stage-size:min(100%, 100%);-webkit-user-select:none;user-select:none;width:var(--tactics-board-size);height:var(--tactics-board-size);background:radial-gradient(circle,#64748b07,#0000 54%),#090f14;border:0;flex:0 auto;place-self:center;place-items:center;max-width:100%;min-height:auto;max-height:none;margin-block:auto;margin-inline:auto;display:grid;position:relative;overflow:visible;container-type:size}.tactics-stage{transform-origin:50%;will-change:transform;width:100%;height:100%;transition:transform .18s;position:absolute;inset:0}.tactics-stage.side-attack,.tactics-stage.side-defense{transform:translate3d(var(--stage-pan-x,0px), var(--stage-pan-y,0px), 0) scale(var(--stage-zoom,1)) rotate(0deg)}.tactics-stage.side-defense.is-round-import{transform:translate3d(var(--stage-pan-x,0px), var(--stage-pan-y,0px), 0) scale(var(--stage-zoom,1)) rotate(180deg)}.tactics-map-rotor{transform-origin:50%;transition:transform .18s;position:absolute;inset:0}.tactics-stage.side-defense .tactics-map-rotor{transform:rotate(180deg)}.tactics-stage.side-defense.is-round-import .tactics-map-rotor{transform:none}.tactics-board.is-panning{cursor:grabbing}.tactics-board.is-panning .tactics-stage{transition:none}.tactics-stage[data-tool=pen],.tactics-stage[data-tool=eraser]{cursor:crosshair}.tactics-stage[data-tool=spike]{cursor:cell}@supports (width:1cqw){.tactics-board{--tactics-board-size:min(calc(100cqw - 16px), calc(100cqh - 62px))}.vdm-shell.is-tactics-mode .tactics-board{--tactics-board-size:min(calc(100cqw - 8px), calc(100cqh - 8px))}}.tactics-board-map{object-fit:contain;opacity:.9;pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;inset:0}.tactics-ability-shape-layer,.tactics-drawing-layer,.tactics-drawing-live-layer,.tactics-path-layer,.tactics-control-line-layer,.tactics-round-import-layer{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.tactics-round-import-layer{z-index:5;overflow:visible}.tactics-round-import-layer .tri-kill__gunline{stroke:#2fbf7de6;stroke-width:2.5px;stroke-dasharray:7 6;stroke-linecap:round;filter:drop-shadow(0 1px 2px #0009)}.tactics-round-import-layer .tri-kill.is-opp .tri-kill__gunline{stroke:#ff5a4fe6}.tactics-round-import-layer .tri-node.is-future{opacity:.3}.tactics-round-import-layer .tri-past circle{fill:#0a0e16d9;stroke:#21935f;stroke-width:2px;opacity:.75}.tactics-round-import-layer .tri-past.is-opp circle{stroke:#d64541}.tactics-round-import-layer .tri-past text{fill:#ffffffe6;text-anchor:middle;-webkit-user-select:none;user-select:none;font-size:11px;font-weight:700}.tactics-round-import-layer .tri-past__slash{stroke:#ff5a4fcc;stroke-width:3px;stroke-linecap:round}.tactics-round-import-layer .tri-kill__seq circle{fill:#0a0e16e6;stroke:#21935f;stroke-width:2px}.tactics-round-import-layer .tri-kill.is-opp .tri-kill__seq circle{stroke:#d64541}.tactics-round-import-layer .tri-kill__seq text{fill:#fff;text-anchor:middle;-webkit-user-select:none;user-select:none;font-size:11px;font-weight:700}.tactics-round-import-layer .tri-kill__fell circle{fill:#0a0e16e6;stroke:#ff5a4f;stroke-width:2px}.tactics-round-import-layer .tri-kill__fell line{stroke:#ff5a4f;stroke-width:2px;stroke-linecap:round}.tactics-round-import-layer .tri-kill__plate rect{fill:#0a0e16d6;stroke:#ffffff38;stroke-width:1.5px}.tactics-round-import-layer .tri-kill__weapon{filter:brightness(0)invert()drop-shadow(0 1px 2px #0009)}.tactics-round-import-layer .tri-kill__weaponname{fill:#fff;text-anchor:middle;dominant-baseline:central;-webkit-user-select:none;user-select:none;font-size:11px;font-weight:600}.tactics-round-import{z-index:30;pointer-events:none;flex-direction:column;gap:6px;max-height:calc(100% - 60px);display:flex;position:absolute;top:48px;left:12px}.tactics-round-import>*{pointer-events:auto}.tactics-round-chip{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0e16d6;border:1px solid #fff3;border-radius:999px;align-items:center;gap:6px;max-width:340px;height:28px;padding:0 11px;font-size:11.5px;font-weight:600;display:inline-flex}.tactics-round-chip:hover{border-color:#ffffff73}.tactics-round-chip em{color:#ffffffb8;text-overflow:ellipsis;white-space:nowrap;font-style:normal;font-weight:400;overflow:hidden}.tactics-round-chip em strong{color:#fff;font-style:normal;font-weight:800}.tactics-round-panel__list small strong{color:#fffffff2;font-style:normal;font-weight:700}.tactics-round-chip svg.is-open{transform:rotate(180deg)}.tactics-round-panel{color:#ffffffe0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a0e16e6;border:1px solid #ffffff2e;border-radius:12px;flex-direction:column;gap:8px;width:302px;max-height:min(430px,100% - 44px);padding:10px 12px;display:flex;overflow:auto;box-shadow:0 10px 26px #00000073}.tactics-round-panel header{align-items:center;gap:8px;min-width:0;display:flex}.tactics-round-panel header strong{text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.tactics-round-panel header span{color:#ffffff8c;white-space:nowrap;font-size:10.5px}.tactics-round-panel__close{color:#fffc;cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:7px;flex:none;align-items:center;gap:3px;height:24px;margin-left:auto;padding:0 9px;font-size:11px;display:inline-flex}.tactics-round-panel__close:hover{color:#ff8d85;border-color:#ff5a4f}.tactics-round-panel__warn{color:#ffc46b;background:#f7900924;border:1px solid #f7900980;border-radius:8px;margin:0;padding:3px 9px;font-size:10.5px}.tactics-round-panel__error{color:#ff8d85;margin:0;font-size:11.5px}.tactics-round-panel__rounds{flex-wrap:wrap;gap:3px;display:flex}.tactics-round-panel .tri-round{color:#ffffffa8;cursor:pointer;font-variant-numeric:tabular-nums;background:0 0;border:1px solid #fff3;border-radius:6px;min-width:23px;height:21px;padding:0 4px;font-size:10.5px}.tactics-round-panel .tri-round.is-w{color:#57d9a3;border-color:#34d3998c}.tactics-round-panel .tri-round.is-l{color:#ff8d85;border-color:#ff6b6180}.tactics-round-panel .tri-round.is-active{color:#fff;background:#ff4655;border-color:#ff4655}.tactics-round-panel__list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.tactics-round-panel__list button{color:#ffffffd1;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:6px;width:100%;min-width:0;padding:4px 7px;font-size:11.5px;display:flex}.tactics-round-panel__list button:hover{background:#ffffff14}.tactics-round-panel__list button.is-active{background:#ff46552e}.tactics-round-panel__list em{color:#ffffffb3;border:1px solid #ffffff40;border-radius:999px;flex:none;justify-content:center;align-items:center;width:17px;height:17px;font-size:9.5px;font-style:normal;font-weight:700;display:inline-flex}.tactics-round-panel__list i{color:#fff6;flex:none;font-size:10px;font-style:normal}.tactics-round-panel__list span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tactics-round-panel__list span.is-ours{color:#57d9a3}.tactics-round-panel__list span.is-opp{color:#ff8d85}.tactics-round-panel__list small{color:#ffffff80;flex:none;margin-left:auto;font-size:10px}.tactics-round-panel__empty{color:#ffffff8c;margin:0;font-size:11.5px;font-style:italic}.tactics-round-panel__hint{color:#ffffff80;border-top:1px dashed #ffffff29;margin:0;padding-top:2px;font-size:10px;line-height:1.5}.tactics-drawing-layer,.tactics-drawing-live-layer{z-index:3;overflow:visible}.tactics-ability-shape-layer{z-index:2;pointer-events:auto;overflow:visible}.tactics-ability-shape{pointer-events:none}.tactics-tripwire-endpoint{filter:drop-shadow(0 0 5px #64748b47)drop-shadow(0 1px 3px #000000b8);pointer-events:none}.tactics-ability-hit-area{cursor:grab;pointer-events:all}.tactics-ability-hit-area:active{cursor:grabbing}.tactics-ability-hit-area.hit-rect,.tactics-ability-hit-area.hit-rect:active{cursor:default}.tactics-line-hit-target{left:var(--piece-x);top:var(--piece-y);z-index:8;width:var(--line-hit-width);cursor:grab;pointer-events:auto;touch-action:none;height:24px;transform:translate(-50%, -50%) rotate(var(--line-hit-rotation,0deg));background:#ffffff03;border:0;padding:0;position:absolute}.tactics-line-hit-target:active{cursor:grabbing}.tactics-drawing-path{fill:none;stroke:var(--drawing-color,#37d5ff);stroke-width:.45px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 4px #37d5ff38)}.tactics-drawing-path.is-live{stroke:var(--drawing-color,#37d5ff)}.tactics-path-line{fill:none;stroke:#aaeef56b;stroke-width:.32px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1.35 1.8;filter:none}.tactics-control-line-layer{z-index:6;overflow:visible}.tactics-control-line{stroke:#ff4655db;stroke-width:.34px;stroke-linecap:round;stroke-dasharray:1.7 1.1;filter:drop-shadow(0 0 4px #ff465542)}.tactics-ability-shape{filter:drop-shadow(0 1px 3px #000000b8)}.tactics-piece{left:var(--piece-x);top:var(--piece-y);width:34px;height:34px;min-height:0;box-shadow:none;color:var(--vdm-text);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;will-change:left, top, transform;z-index:4;background:0 0;border:0;place-items:center;padding:0;transition:filter .14s,transform .14s;display:grid;position:absolute;transform:translate(-50%,-50%)}.tactics-board.is-playback .tactics-piece{transition:filter .14s,transform .14s}.tactics-piece:hover,.tactics-piece.is-selected{filter:brightness(1.1) drop-shadow(0 0 6px color-mix(in srgb, var(--piece-color) 42%, transparent));transform:translate(-50%,-50%)scale(1.05)}.tactics-piece:active{cursor:grabbing}.tactics-piece.is-dragging{cursor:grabbing;filter:brightness(1.02);z-index:16;transition:none}.tactics-board.is-dragging-piece .tactics-piece:not(.is-dragging){filter:none}.tactics-piece.is-dragging{opacity:.86}.tactics-piece.kind-ability.is-hidden-control-piece{display:none}.tactics-piece.kind-ability.is-center-dot{width:var(--ability-width,12px);height:var(--ability-height,12px);pointer-events:auto;border-radius:50%;place-items:center;display:grid}.tactics-center-dot,.tactics-line-rotate-handle.is-center-dot:before{background:#f6fbfff5;border:1px solid #0d1418e0;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 2px #0000003d,0 0 12px #ffffff57}.tactics-piece.kind-ability.is-center-dot:hover .tactics-center-dot,.tactics-piece.kind-ability.is-center-dot.is-selected .tactics-center-dot,.tactics-line-rotate-handle.is-center-dot:hover:before,.tactics-line-rotate-handle.is-center-dot:focus-visible:before{box-shadow:0 0 0 3px #64748b3d,0 0 15px #fff6}.tactics-piece img,.tactics-piece>span{object-fit:contain;pointer-events:none}.tactics-piece[data-ability-id=neon\:Ability1] img{opacity:.68}.tactics-piece.kind-agent{background:var(--piece-color);width:26px;height:26px;box-shadow:0 0 0 2px color-mix(in srgb, var(--piece-color) 34%, transparent), 0 5px 12px #00000061;border-radius:50%;overflow:hidden}.tactics-piece.kind-agent.is-selected{box-shadow:0 0 0 2px color-mix(in srgb, var(--piece-color) 62%, transparent), 0 0 0 4px #ffffff14, 0 5px 12px #00000061}.tactics-piece.kind-agent img,.tactics-piece.kind-agent>span{object-fit:cover;background:0 0;border:0;border-radius:50%;width:100%;height:100%}.tactics-piece.kind-spike{width:34px;height:34px;box-shadow:none;background:0 0;border-radius:4px;overflow:visible}.tactics-piece.kind-spike img{object-fit:contain;filter:drop-shadow(0 2px 4px #000000b8);width:30px;height:30px}.tactics-piece.kind-ability{width:var(--ability-width,34px);height:var(--ability-height,34px);transform:translate(-50%, -50%) rotate(var(--ability-rotation,0deg));z-index:5;border-radius:4px;overflow:visible}.tactics-piece.kind-ability:hover,.tactics-piece.kind-ability.is-selected{transform:translate(-50%, -50%) rotate(var(--ability-rotation,0deg)) scale(1.06)}.tactics-stage.side-defense.is-round-import .tactics-piece.kind-agent img,.tactics-stage.side-defense.is-round-import .tactics-piece.kind-agent>span,.tactics-stage.side-defense.is-round-import .tactics-piece.kind-spike img{transform:rotate(180deg)}.tactics-piece.kind-ability img,.tactics-piece.kind-ability>span{object-fit:contain;filter:drop-shadow(0 2px 4px #000000b3);background:0 0;border:0;border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%}.tactics-piece.kind-ability>.tactics-center-dot{filter:none;background:#f6fbff;border:1px solid #0d1418e0;border-radius:50%;width:12px;height:12px;box-shadow:0 0 0 2px #00000047,0 0 14px #ffffff6b}.tactics-piece.kind-ability.has-svg-hit-area{pointer-events:none}.tactics-ability-control{z-index:18;pointer-events:none;position:absolute;inset:0}.tactics-ability-control-handle{left:var(--control-x);top:var(--control-y);cursor:crosshair;pointer-events:auto;touch-action:none;background:#ff4655;border:2px solid #26080b;width:13px;height:13px;padding:0;transition:box-shadow .14s,transform .14s;position:absolute;transform:translate(-50%,-50%)rotate(45deg);box-shadow:0 0 0 2px #ff465538,0 8px 16px #0000006b}.tactics-ability-control-handle:hover,.tactics-ability-control-handle:focus-visible{outline:0;transform:translate(-50%,-50%)rotate(45deg)scale(1.08);box-shadow:0 0 0 3px #ff46554d,0 0 14px #ff46556b,0 8px 16px #0000006b}.tactics-ability-control-handle.is-line-end{background:#fffffff5;border:1px solid #0e1418d6;border-radius:50%;width:10px;height:10px;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #0000003d,0 0 10px #ffffff3d}.tactics-ability-control-handle.is-line-end:hover,.tactics-ability-control-handle.is-line-end:focus-visible{transform:translate(-50%,-50%)scale(1.08);box-shadow:0 0 0 3px #64748b38,0 0 13px #ffffff5c}.tactics-line-base-handle,.tactics-line-rotate-handle{left:var(--control-x);top:var(--control-y);position:absolute;transform:translate(-50%,-50%)}.tactics-line-base-handle{pointer-events:none;background:#fffffff0;border:1px solid #0e1418d1;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 2px #00000042,0 0 9px #ffffff47}.tactics-line-rotate-handle{cursor:crosshair;pointer-events:auto;touch-action:none;background:0 0;border:0;place-items:center;width:24px;height:24px;padding:0;display:grid}.tactics-line-rotate-handle:before{content:"";background:#141f26db;border:1px solid #eef7faf5;width:10px;height:10px;transition:border-color .14s,box-shadow .14s,transform .14s;transform:rotate(45deg);box-shadow:0 0 0 2px #64748b1f,0 0 10px #64748b4d}.tactics-line-rotate-handle.is-center-dot:before{transform:none}.tactics-line-rotate-handle:hover:before,.tactics-line-rotate-handle:focus-visible:before{border-color:#fff;transform:rotate(45deg)scale(1.08);box-shadow:0 0 0 3px #64748b33,0 0 14px #64748b6b}.tactics-line-rotate-handle.is-center-dot:hover:before,.tactics-line-rotate-handle.is-center-dot:focus-visible:before{transform:scale(1.08)}.tactics-line-rotate-handle.is-neon-front:before{background:#ff4655;border:2px solid #26080beb;border-radius:2px;width:13px;height:13px;transform:rotate(45deg);box-shadow:0 0 0 2px #ff465538,0 0 14px #ff46556b,0 8px 16px #0000006b}.tactics-line-rotate-handle.is-neon-front:hover:before,.tactics-line-rotate-handle.is-neon-front:focus-visible:before{border-color:#fff;transform:rotate(45deg)scale(1.08);box-shadow:0 0 0 3px #ff46554d,0 0 18px #ff465585,0 8px 16px #0000006b}.tactics-neon-drag-handle,.tactics-line-drag-handle{left:var(--control-x);top:var(--control-y);cursor:grab;pointer-events:auto;touch-action:none;background:0 0;border:0;width:22px;height:22px;padding:0;position:absolute;transform:translate(-50%,-50%)}.tactics-neon-drag-handle.is-persistent{z-index:19}.tactics-neon-drag-handle:before,.tactics-line-drag-handle:before{content:"";background:#f6fbff;border:1px solid #0d1418e0;border-radius:50%;width:12px;height:12px;margin:auto;display:block;box-shadow:0 0 0 2px #00000047,0 0 14px #ffffff6b}.tactics-neon-drag-handle:hover:before,.tactics-neon-drag-handle:focus-visible:before,.tactics-line-drag-handle:hover:before,.tactics-line-drag-handle:focus-visible:before{box-shadow:0 0 0 3px #64748b42,0 0 16px #ffffff7a}.tactics-rect-drag-handle,.tactics-rect-rotate-handle{left:var(--control-x);top:var(--control-y);pointer-events:auto;touch-action:none;background:0 0;border:0;place-items:center;width:24px;height:24px;padding:0;display:grid;position:absolute;transform:translate(-50%,-50%)}.tactics-rect-passive-layer{z-index:17;pointer-events:none;position:absolute;inset:0}.tactics-rect-drag-handle{cursor:grab}.tactics-rect-drag-handle.is-persistent{pointer-events:auto}.tactics-rect-drag-handle:active{cursor:grabbing}.tactics-rect-drag-handle:before{content:"";background:#f6fbff;border:1px solid #0d1418e0;border-radius:50%;width:12px;height:12px;transition:box-shadow .12s,transform .12s;box-shadow:0 0 0 2px #00000047,0 0 14px #ffffff6b}.tactics-rect-drag-handle:hover:before,.tactics-rect-drag-handle:focus-visible:before{transform:scale(1.08);box-shadow:0 0 0 3px #64748b42,0 0 16px #ffffff7a}.tactics-rect-rotate-handle{cursor:crosshair}.tactics-rect-rotate-handle:before{content:"";background:#ff465547;border:2px solid #ff465575;border-radius:2px;width:12px;height:12px;transition:background .12s,border-color .12s,box-shadow .12s,transform .12s;transform:rotate(45deg);box-shadow:0 0 0 1px #ff465524,0 8px 16px #0000006b}.tactics-rect-rotate-handle:hover:before,.tactics-rect-rotate-handle:focus-visible:before{background:#ff4655;border-color:#fff;transform:rotate(45deg)scale(1.08);box-shadow:0 0 0 3px #ff46554d,0 0 18px #ff465585,0 8px 16px #0000006b}.tactics-rect-skill-marker{left:var(--control-x);top:var(--control-y);width:var(--rect-marker-size,18px);height:var(--rect-marker-size,18px);filter:drop-shadow(0 1px 2px #000000b8)drop-shadow(0 0 5px #ffffff52);pointer-events:none;background:0 0;border:0;place-items:center;display:grid;position:absolute;transform:translate(-50%,-50%)}.tactics-rect-skill-marker img,.tactics-rect-skill-marker span{object-fit:contain;color:#f6fbff;width:82%;height:82%;font-size:10px;font-weight:900;line-height:1;display:block}.piece-trash-zone{z-index:31;color:#d47480;opacity:.78;pointer-events:auto;background:#121922c7;border:1px dashed #ff607094;place-items:center;width:48px;height:48px;padding:0;transition:background .16s,border-color .16s,color .16s,opacity .16s,transform .16s;display:grid;position:absolute;top:46px;right:12px}.piece-trash-zone.is-visible{opacity:1}.piece-trash-zone.is-hot{border-color:var(--vdm-danger);color:#fff;background:#6f1a26eb;transform:scale(1.06)}.tactics-drag-ghost{z-index:9999;width:48px;height:48px;color:var(--vdm-accent);opacity:.92;pointer-events:none;filter:drop-shadow(0 10px 18px #0000008c);will-change:left, top;place-items:center;font-weight:950;display:grid;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.tactics-drag-ghost.agent{background:#1db9ad;border-radius:50%;width:42px;height:42px;overflow:hidden;box-shadow:0 0 0 3px #1db9ad47}.tactics-drag-ghost.ability{width:46px;height:46px}.tactics-drag-ghost img{object-fit:contain;width:100%;height:100%}.tactics-drag-ghost.agent img{object-fit:cover}.tactics-piece>span{color:var(--piece-color);place-items:center;font-weight:950;display:grid}.tactics-board-empty{width:min(320px,72%);color:var(--vdm-subtle);text-align:center;pointer-events:none;background:#06090ca3;border:1px dashed #64748b59;place-items:center;gap:5px;padding:14px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tactics-board-empty strong{color:var(--vdm-text);font-size:13px}.tactics-board-empty span{font-size:11px;font-weight:850}.tactics-step-list{grid-auto-rows:38px;align-content:start;gap:6px;min-height:0;max-height:434px;display:grid;overflow:auto}.tactics-step-card{height:38px;min-height:0;color:inherit;text-align:left;background:#ffffff05;border:1px solid #3a494ac7;border-left:2px solid #0000;grid-template-columns:minmax(0,1fr) 24px 24px;align-items:center;gap:6px;padding:4px 5px;transition:border-color .15s,background .15s;display:grid}.tactics-step-card:hover,.tactics-step-card.is-active{border-color:#64748ba8;border-left-color:var(--vdm-accent);background:#64748b0f}.tactics-step-main{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-rows:15px 13px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:2px 8px;padding:0;display:grid}.tactics-step-main.is-editing{cursor:default}.tactics-step-main span{border:1px solid var(--vdm-line);width:24px;height:24px;color:var(--vdm-accent);grid-row:span 2;place-items:center;font-family:JetBrains Mono,Consolas,monospace;font-size:11px;font-weight:950;display:grid}.tactics-step-main strong,.tactics-step-main small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.tactics-step-main strong{color:var(--vdm-text);font-size:11px;line-height:13px}.tactics-step-main small{color:var(--vdm-subtle);font-size:9px;font-weight:850;line-height:11px}.tactics-step-name-input{width:100%;min-width:0;height:18px;color:var(--vdm-text);background:#071015eb;border:1px solid #64748b6b;outline:none;padding:0 6px;font-size:11px;font-weight:850;line-height:16px}.tactics-step-name-input:focus-visible{border-color:#64748bd1;box-shadow:0 0 0 2px #64748b1f}.tactics-step-edit,.tactics-step-delete{cursor:pointer;place-items:center;width:24px;height:24px;transition:border-color .15s,background .15s,color .15s;display:grid}.tactics-step-edit{color:var(--vdm-accent);background:#64748b0b;border:1px solid #64748b42}.tactics-step-edit:hover{color:#9ffcff;background:#64748b1f;border-color:#64748b9e}.tactics-step-delete{color:#ff7f8f;background:#ff65780e;border:1px solid #ff657842}.tactics-step-delete:hover:not(:disabled){color:#ffb1bc;background:#ff657824;border-color:#ff65789e}.tactics-step-delete:disabled{cursor:not-allowed;opacity:.38}.tactics-side-panel .ui-button{width:100%}.tactics-playbook-drawer{z-index:34;border:1px solid var(--v2-line);background:var(--v2-surface);border-radius:16px;grid-template-rows:auto auto minmax(0,1fr);width:min(384px,100vw - 32px);animation:.2s cubic-bezier(.2,.7,.2,1) vdm-playbook-in;display:grid;position:fixed;top:70px;bottom:16px;right:16px;overflow:hidden;box-shadow:0 24px 56px #10182833}@keyframes vdm-playbook-in{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:none}}.tactics-playbook-head,.tactics-playbook-meta,.tactics-playbook-actions{justify-content:space-between;align-items:center;gap:8px;display:flex}.tactics-playbook-head{border-bottom:1px solid var(--v2-line-soft,#eef0f3);min-height:56px;padding:14px 16px}.tactics-playbook-head div{gap:2px;display:grid}.tactics-playbook-head span,.tactics-playbook-meta span,.tactics-playbook-card small{color:var(--v2-text-4,#98a2b3);font-size:10px;font-weight:600}.tactics-playbook-head strong{color:var(--v2-text);font-size:16px;font-weight:700}.tactics-playbook-head button,.tactics-playbook-meta button,.tactics-playbook-actions button{border:1px solid var(--v2-line);background:var(--v2-surface);min-height:30px;color:var(--v2-text-2);cursor:pointer;border-radius:8px;font-size:12px;font-weight:500}.tactics-playbook-head button,.tactics-playbook-meta button{padding:0 10px}.tactics-playbook-head .tactics-playbook-close{width:30px;color:var(--v2-text-3);justify-content:center;padding:0}.tactics-playbook-actions button{padding:0 8px}.tactics-playbook-head button:hover,.tactics-playbook-meta button:hover,.tactics-playbook-actions button:hover{border-color:var(--v2-line-strong,#d0d5dd);background:var(--v2-surface-2,#f9fafb);color:var(--v2-text)}.tactics-playbook-actions button:last-child:hover{border-color:var(--v2-loss);background:var(--v2-loss-bg,#fef3f2);color:var(--v2-loss)}.tactics-playbook-meta{border-bottom:1px solid var(--v2-line-soft,#eef0f3);padding:10px 16px}.tactics-playbook-meta span{color:var(--v2-text-3);font-size:12px;font-weight:500}.tactics-playbook-list{align-content:start;gap:8px;min-height:0;padding:10px;display:grid;overflow:auto}.tactics-playbook-card{border:1px solid var(--v2-line);background:var(--v2-surface);border-radius:12px;gap:10px;padding:12px;transition:border-color .15s,box-shadow .15s;display:grid}.tactics-playbook-card:hover{border-color:var(--v2-line-strong,#d0d5dd);box-shadow:0 2px 8px #1018280d}.tactics-playbook-card.is-active{border-color:var(--v2-accent);box-shadow:0 0 0 1px var(--v2-accent)}.tactics-playbook-card div:first-child{gap:3px;min-width:0;display:grid}.tactics-playbook-card strong,.tactics-playbook-card span,.tactics-playbook-card small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.tactics-playbook-card strong{color:var(--v2-text);font-size:13px;font-weight:600}.tactics-playbook-card span{color:var(--v2-text-3);font-size:11px;font-weight:400}.tactics-playbook-empty{border:1px dashed var(--v2-line-strong,#d0d5dd);min-height:160px;color:var(--v2-text-3);text-align:center;border-radius:12px;place-items:center;margin:4px;padding:20px;font-size:12px;font-weight:400;line-height:1.6;display:grid}.tactics-confirm-backdrop{z-index:45;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1018286b;place-items:center;display:grid;position:fixed;inset:0}.tactics-confirm-modal{border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface);gap:16px;width:min(420px,100vw - 28px);padding:20px;display:grid;box-shadow:0 20px 48px #1018282e}.tactics-confirm-modal>div:first-child{gap:8px;display:grid}.tactics-confirm-modal strong{color:var(--v2-text);font-size:15px;font-weight:700}.tactics-confirm-modal span{color:var(--v2-text-2);font-size:13px;font-weight:400;line-height:1.65}.tactics-confirm-actions{justify-content:flex-end;gap:8px;display:flex}.tactics-confirm-modal .ui-button{border:1px solid var(--v2-line);background:var(--v2-surface);min-height:32px;color:var(--v2-text-2);letter-spacing:0;box-shadow:none;border-radius:8px;padding:0 14px;font-size:13px;font-weight:500}.tactics-confirm-modal .ui-button:hover{border-color:var(--v2-line-strong,#d0d5dd);color:var(--v2-text);background:var(--v2-surface)}.tactics-confirm-modal .ui-button-ghost{background:0 0;border-color:#0000}.tactics-confirm-modal .ui-button-ghost:hover{background:var(--v2-surface-2);border-color:#0000}.tactics-confirm-modal .ui-button-danger{border-color:var(--v2-loss);background:var(--v2-loss);color:#fff}.tactics-confirm-modal .ui-button-danger:hover{border-color:var(--v2-loss);background:var(--v2-loss);color:#fff;opacity:.88}.tactics-confirm-modal .ui-button-primary{border-color:var(--v2-accent);background:var(--v2-accent);color:#fff}.tactics-confirm-modal .ui-button-primary:hover{border-color:var(--v2-accent);background:var(--v2-accent);color:#fff;opacity:.88}.tactics-settings-backdrop{z-index:40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000075;place-items:center;display:grid;position:fixed;inset:0}.tactics-settings-modal{background:#11161a;border:1px solid #64748b5c;gap:12px;width:min(360px,100vw - 32px);padding:16px;display:grid;box-shadow:0 20px 60px #0000006b}.tactics-settings-modal>div,.tactics-settings-modal label{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.tactics-settings-modal strong{color:var(--vdm-text);font-size:14px}.tactics-settings-modal span,.tactics-settings-modal p{color:var(--vdm-subtle);font-size:11px;font-weight:850}.tactics-settings-modal input[type=color]{border:1px solid var(--vdm-line);background:0 0;width:46px;height:28px;padding:0}.resources-workbench>.figma-bento-grid{grid-template-rows:88px minmax(0,1fr);height:100%;min-height:0}.resources-workbench .resource-maintenance-grid{grid-template-rows:80px minmax(220px,1fr) minmax(146px,.64fr)}.export-workbench>.figma-bento-grid{height:100%;min-height:0}.export-workbench .figma-kpi-row,.resources-workbench .figma-kpi-row{min-height:0}.export-workbench .figma-kpi-card,.resources-workbench .figma-kpi-card{grid-template-rows:14px 32px minmax(16px,auto);gap:4px;min-height:0;padding:10px 12px}.export-workbench .figma-kpi-card p{min-height:16px;line-height:16px;overflow:visible}.export-workbench .figma-kpi-value,.export-workbench .figma-kpi-value strong,.resources-workbench .figma-kpi-value,.resources-workbench .figma-kpi-value strong{min-height:32px;font-size:30px;line-height:30px}.export-workbench .scout-status-stack,.resources-workbench .resource-status{height:100%;min-height:0;overflow:auto}.resources-workbench .resource-status pre{height:100%;min-height:0;max-height:none;margin:0;overflow:auto}.system-workbench-grid{grid-template-rows:82px minmax(170px,.9fr) minmax(150px,.78fr);height:100%;min-height:0}.export-scope-panel,.resource-card-panel{grid-column:span 6;min-height:0}.export-package-panel,.resource-advanced-panel{grid-column:1/-1;min-height:0}.export-preview-panel,.resource-action-panel{grid-column:span 6;min-height:0}.export-history-panel,.resource-log-panel{grid-column:1/-1;min-height:0}.export-workbench .figma-kpi-row{grid-row:1}.export-workbench .export-scope-panel{grid-area:2/1/auto/span 4}.export-workbench .export-preview-panel{grid-area:3/1/auto/span 6}.export-workbench .export-package-panel{grid-area:2/5/auto/span 8}.export-workbench .export-history-panel{grid-area:3/7/auto/span 6}.resources-workbench .figma-kpi-row{grid-row:1}.resources-workbench .resource-database-panel{grid-area:2/1/auto/span 3}.resources-workbench .resource-cache-panel{grid-area:2/4/auto/span 3}.resources-workbench .resource-tactical-panel{grid-area:2/7/auto/span 3}.resources-workbench .resource-static-panel{grid-area:2/10/auto/span 3}.resources-workbench .resource-maintenance-panel{grid-area:3/1/auto/span 8}.resources-workbench .resource-error-panel{grid-area:3/9/auto/span 4}.system-workbench-grid .analytics-panel{gap:12px;min-height:0;padding:12px;overflow:hidden}.export-workbench .analytics-panel-header h2{font-size:15px;line-height:18px}.system-workbench-grid .figma-kpi-card{min-height:0;padding:10px 12px}.system-workbench-grid .figma-kpi-value,.system-workbench-grid .figma-kpi-value strong{min-height:30px;font-size:28px;line-height:30px}.system-note-card{border:1px solid var(--vdm-line);background:#ffffff06;gap:4px;padding:9px;display:grid}.account-future-list{align-content:start;gap:6px;padding:9px}.export-history-panel .account-future-list{gap:5px;padding:5px 8px}.export-history-panel .system-note-grid{gap:5px}.export-history-panel .system-mini-stat{padding:6px 7px}.account-future-list .system-note-grid{margin-top:2px}.account-future-list>p{margin:0}.system-note-card strong,.export-package-card strong,.resource-card strong,.system-empty-list strong{color:var(--vdm-text)}.system-note-card span,.system-empty-list p{color:var(--vdm-subtle);overflow-wrap:anywhere;font-size:11px;line-height:1.35}.system-note-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;min-height:0;display:grid}.export-workbench .account-resource-grid{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(3,minmax(0,1fr));align-content:stretch;align-items:stretch;height:100%;padding-top:2px;overflow:visible}.export-workbench .account-resource-grid .system-mini-stat{align-content:space-between;min-height:0;padding:11px 12px;transition:border-color .16s,background-color .16s,transform .16s}.export-workbench .account-resource-grid .system-mini-stat:hover{background:#00f5ff0e;border-color:#00f5ff61;transform:none}.export-workbench .account-resource-grid .system-mini-stat strong{font-size:18px;line-height:22px}.export-workbench .account-resource-grid .system-mini-stat span,.export-workbench .account-resource-grid .system-mini-stat small{line-height:15px}.account-resource-link{color:#d7fffa;white-space:nowrap;cursor:pointer;background:#69d6c91a;border:1px solid #69d6c95c;border-radius:7px;justify-self:start;min-width:0;min-height:26px;padding:5px 9px;font-size:11px;font-weight:900;line-height:14px;text-decoration:none;transition:border-color .12s,background .12s,color .12s}.account-resource-link:hover,.account-resource-link:focus-visible{color:var(--vdm-text);background:#69d6c92e;border-color:#69d6c9ad;outline:none}.system-mini-stat{border:1px solid var(--vdm-line);background:#0b0e1157;gap:2px;min-width:0;padding:7px 8px;display:grid}.system-mini-stat span,.system-mini-stat small,.export-package-card p,.resource-card small{color:var(--vdm-subtle);overflow-wrap:anywhere;min-width:0;font-size:11px;line-height:1.35;overflow:visible}.system-mini-stat strong,.resource-card b{color:var(--vdm-accent);min-width:0;font-family:JetBrains Mono,Consolas,monospace}.export-package-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-height:0;display:grid;overflow:auto}.export-package-card{border:1px solid var(--vdm-line);background:var(--vdm-surface);gap:8px;min-height:128px;padding:12px;transition:border-color .16s,background .16s,transform .16s;display:grid}.export-package-card:hover,.resource-card:hover{background:#22262a;border-color:#00dce56b;transform:none}.export-package-card>div{justify-content:space-between;align-items:center;gap:8px;display:flex}.system-card-icon{width:32px;height:32px;color:var(--vdm-accent);background:#00dce514;border:1px solid #00dce547;justify-content:center;align-items:center;display:inline-flex}.export-preview-stack,.resource-action-stack{align-content:start;gap:7px;min-height:0;display:grid}.system-empty-list{border:1px solid var(--vdm-line);background:#ffffff06;gap:6px;min-height:0;padding:12px;display:grid}.resource-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-height:0;display:grid;overflow:auto}.resources-workbench .resource-database-panel,.resources-workbench .resource-cache-panel,.resources-workbench .resource-tactical-panel,.resources-workbench .resource-static-panel{min-height:0}.resource-status-list{align-content:start;gap:7px;min-height:0;display:grid;overflow:auto}.resources-workbench .resource-status-list{height:100%}.resources-workbench .resource-static-panel .resource-status-list{grid-template-rows:repeat(4,minmax(0,1fr));overflow:hidden}.resource-status-row{border:1px solid var(--vdm-line);background:#0b0e1157;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;min-height:48px;padding:8px 10px;display:grid}.resources-workbench .resource-status-row{min-height:0;padding:7px 8px}.resources-workbench .resource-static-panel .resource-status-list{gap:5px}.resources-workbench .resource-static-panel .resource-status-row{min-height:0;padding:4px 7px}.resource-status-row div{gap:2px;min-width:0;display:grid}.resource-status-row strong{min-width:0;color:var(--vdm-text);overflow-wrap:anywhere;font-size:12px;font-weight:950;line-height:15px}.resource-status-row small{min-width:0;color:var(--vdm-subtle);overflow-wrap:anywhere;font-size:10px;font-weight:850;line-height:13px}.resource-row-chip{min-width:74px;max-width:168px;color:var(--vdm-muted);text-align:center;overflow-wrap:anywhere;background:#ffffff09;border:1px solid #84949547;padding:5px 8px;font-family:JetBrains Mono,Consolas,monospace;font-size:10px;font-weight:900;line-height:13px}.resource-row-chip.is-good{color:#d7fffa;background:#69d6c91a;border-color:#69d6c96b}.resource-row-chip.is-warn{color:#f1d89d;background:#d9b45f1a;border-color:#d9b45f6b}.resource-maintenance-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;min-width:0;display:grid}.resource-maintenance-actions .vdm-button{white-space:nowrap;justify-content:center;min-width:0;min-height:32px}.resource-card{border:1px solid var(--vdm-line);background:var(--vdm-surface);grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:74px;padding:10px;transition:border-color .16s,background .16s,transform .16s;display:grid}.resource-card div{gap:3px;min-width:0;display:grid}.resource-advanced-details{min-height:0;color:var(--vdm-subtle)}.resource-advanced-details summary{cursor:pointer;color:var(--vdm-accent);font-size:12px;font-weight:950}.resource-advanced-details pre{border:1px solid var(--vdm-line);max-height:160px;color:var(--vdm-muted);background:#0b0e118c;margin:10px 0 0;padding:10px;font-size:11px;overflow:auto}.range-tabs{border:1px solid var(--vdm-line);background:var(--vdm-sidebar-bg);padding:3px;display:inline-flex}.range-tabs button{min-height:30px;color:var(--vdm-muted);letter-spacing:.55px;cursor:pointer;background:0 0;border:0;border-left:2px solid #0000;padding:8px 16px;font-size:11px;font-weight:950;line-height:12px}.range-tabs button.is-active{border-left-color:var(--vdm-accent);color:var(--vdm-text);background:#323538}.range-actions{align-items:center;gap:16px;display:flex}.online-chip{border:1px solid var(--vdm-line);min-height:34px;color:var(--vdm-text);letter-spacing:.55px;text-transform:uppercase;align-items:center;gap:8px;padding:8px 17px;font-size:11px;font-weight:950;display:inline-flex}.online-chip:before{content:"";background:var(--vdm-accent);border-radius:999px;width:8px;height:8px}.export-link{color:var(--vdm-subtle);letter-spacing:.55px;text-transform:uppercase;font-size:11px;font-weight:950;text-decoration:none}.map-win-bars{background-image:radial-gradient(#2d343a 1px,#0000 1px);background-size:28px 20px;flex-direction:column;justify-content:center;gap:12px;min-height:280px;padding:16px 4px;display:flex}.map-win-row{gap:4px;display:grid}.map-win-meta{color:var(--vdm-text);letter-spacing:.55px;justify-content:space-between;gap:12px;font-size:11px;font-weight:950;line-height:12px;display:flex}.map-win-meta b,.map-win-meta .is-weak{color:var(--vdm-accent);font-family:JetBrains Mono,Consolas,monospace}.map-win-meta .is-weak,.map-win-meta b.is-weak{color:var(--vdm-danger)}.map-win-track{background:var(--vdm-surface);height:24px;position:relative;overflow:hidden}.map-win-track i{background:var(--vdm-accent);opacity:.8;position:absolute;inset:0 auto 0 0}.map-win-track i.is-weak{background:var(--vdm-danger)}.map-win-track em{color:#003739;font-family:JetBrains Mono,Consolas,monospace;font-size:10px;font-style:normal;font-weight:700;line-height:15px;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.acs-chart-body{grid-template-columns:28px minmax(0,1fr);align-items:stretch;gap:8px;display:grid}.acs-y-axis{color:var(--vdm-subtle);flex-direction:column;justify-content:space-between;font-family:JetBrains Mono,Consolas,monospace;font-size:10px;display:flex}.acs-x-axis{color:var(--vdm-subtle);justify-content:space-between;padding-left:36px;font-family:JetBrains Mono,Consolas,monospace;font-size:10px;line-height:15px;display:flex}.chart-empty{border:1px solid var(--vdm-line-soft);background:var(--vdm-surface);min-height:220px;color:var(--vdm-subtle);place-items:center;font-size:13px;display:grid}.dashboard-hero{grid-template-columns:minmax(0,.86fr) minmax(480px,1fr);gap:12px;display:grid}.dashboard-focus{border:1px solid var(--vdm-line);background:var(--vdm-panel);padding:16px}.dashboard-focus span{color:var(--vdm-accent);font-size:12px;font-weight:900}.dashboard-focus strong{color:var(--vdm-text);margin-top:7px;font-size:24px;display:block}.dashboard-focus p,.muted-copy{color:var(--vdm-subtle);line-height:1.6}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.kpi-grid.compact{grid-template-columns:repeat(3,minmax(180px,1fr))}.kpi-card{min-height:104px;padding:13px 14px}.kpi-card span{color:var(--vdm-muted);font-size:12px;font-weight:900}.kpi-card strong{color:var(--vdm-text);margin-top:8px;font-size:27px;line-height:1;display:block}.kpi-card p{color:var(--vdm-subtle);margin:8px 0 0;font-size:12px;font-weight:850}.kpi-card.tone-good p{color:var(--vdm-good)}.kpi-card.tone-warn p{color:var(--vdm-warn)}.section-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.section-title span,.section-title small{color:var(--vdm-subtle);font-size:13px}.map-card{border:1px solid var(--vdm-line);background:var(--vdm-panel);min-height:112px;padding:13px}.map-card div{justify-content:space-between;gap:8px;display:flex}.map-card strong{color:var(--vdm-text)}.map-card span,.map-card em{color:var(--vdm-subtle);font-size:12px;font-style:normal;font-weight:850}.map-card b{color:var(--vdm-accent);margin-top:18px;font-size:28px;display:block}.dashboard-bottom,.players-layout{grid-template-columns:minmax(0,1.42fr) minmax(320px,.58fr);align-items:start;gap:12px;display:grid}.dropzone{min-height:176px;color:var(--vdm-muted);cursor:pointer;background:#00f5ff0a;border:1px dashed #00f5ff57;place-items:center;display:grid}.dropzone input{display:none}.dropzone strong{color:var(--vdm-text);margin-top:8px}.file-list,.player-list{gap:8px;display:grid}.file-row,.player-card{border:1px solid var(--vdm-line);background:#ffffff08;align-items:center;gap:10px;padding:10px;display:flex}.file-row span,.player-card div{flex:1;min-width:0}.file-row small,.player-card small{color:var(--vdm-subtle)}.player-card>span{border:1px solid var(--vdm-line);width:34px;height:34px;color:var(--vdm-accent);place-items:center;font-weight:900;display:grid}.form-message{color:var(--vdm-muted);margin:0}.date-input,.ui-input,input[type=date]{border:1px solid var(--vdm-line);background:var(--vdm-surface);min-height:36px;color:var(--vdm-text);border-radius:0;outline:none;padding:7px 10px}.ui-input{min-width:260px}.ui-input:focus,.date-input:focus{border-color:var(--vdm-accent)}.table-toolbar-right{color:var(--vdm-subtle);font-size:12px;font-weight:850}.inline-actions{color:var(--vdm-subtle);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;font-size:12px;font-weight:800;display:flex}.table-edit-input.ui-input{width:100%;min-width:0;min-height:28px;padding:4px 6px;font-size:12px}.table-edit-input.is-number{text-align:right}.align-right{text-align:right!important}.align-center{text-align:center!important}.center-name{text-align:center;min-width:64px;display:inline-block}.table-link,.link-button{color:var(--vdm-accent);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:900;text-decoration:none}.status-pill{border:1px solid var(--vdm-line);min-height:24px;color:var(--vdm-muted);border-radius:999px;align-items:center;padding:3px 8px;font-size:12px;font-weight:900;display:inline-flex}.status-pill.tone-good{color:var(--vdm-good);border-color:#4ade8052}.status-pill.tone-warn{color:var(--vdm-warn);border-color:#feb7005c}.status-pill.tone-danger{color:var(--vdm-danger-strong);border-color:#f871715c}.badge{white-space:nowrap;border:1px solid var(--vdm-line);min-height:23px;color:var(--vdm-muted);border-radius:999px;align-items:center;padding:3px 8px;font-size:12px;font-weight:900;line-height:1;display:inline-flex}.badge.tone-accent{color:var(--vdm-accent);background:#00f5ff14;border-color:#00f5ff47}.badge.tone-good{color:var(--vdm-good);border-color:#4ade8052}.badge.tone-warn{color:var(--vdm-warn);border-color:#feb7005c}.badge.tone-danger{color:var(--vdm-danger-strong);border-color:#f871715c}.agent-badge-row{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:5px;max-width:100%;display:inline-flex}.agent-badge-row .badge{text-overflow:ellipsis;max-width:82px;overflow:hidden}.agent-more-badge{min-height:23px;color:var(--vdm-accent);cursor:default;background:#00f5ff14;border:1px solid #00f5ff47;border-radius:999px;outline:none;align-items:center;padding:3px 7px;font-size:12px;font-weight:950;display:inline-flex;position:relative}.agent-more-badge:focus-visible{box-shadow:0 0 0 2px #00f5ff52}.agent-popover{z-index:12;border:1px solid var(--vdm-line);background:var(--vdm-surface);min-width:180px;padding:8px;display:none;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 18px 48px #0000005c}.agent-popover:before{content:"";border-right:1px solid var(--vdm-line);border-bottom:1px solid var(--vdm-line);background:var(--vdm-surface);width:8px;height:8px;position:absolute;bottom:-5px;left:12px;transform:rotate(45deg)}.agent-more-badge:hover .agent-popover,.agent-more-badge:focus .agent-popover,.agent-more-badge .agent-popover.is-open{gap:6px;display:grid}.agent-popover-row{min-width:0;color:var(--vdm-muted);align-items:center;gap:7px;font-size:12px;display:flex}.agent-avatar{width:22px;height:22px;color:var(--vdm-text);background:#ffffff0f;border:1px solid #00f5ff38;border-radius:999px;place-items:center;display:grid}.agent-avatar-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:136px;overflow:hidden}.loading-state,.empty-state,.error-state,.placeholder-panel{text-align:center;min-height:190px;color:var(--vdm-subtle);place-items:center;gap:10px;padding:20px;display:grid}.loading-state span{background:linear-gradient(90deg,#ffffff0a,#00f5ff1f,#ffffff0a) 0 0/220% 100%;border-radius:0;width:min(680px,100%);height:18px;animation:1.2s ease-in-out infinite pulse-line}.empty-state strong,.error-state strong,.placeholder-panel strong{color:var(--vdm-text)}.error-state{background:#f8717112;border:1px solid #f871714d}.resource-status pre{border:1px solid var(--vdm-line);background:var(--vdm-surface);max-height:520px;color:var(--vdm-muted);padding:12px;overflow:auto}.alias-chip-list{flex-wrap:wrap;gap:7px;display:flex}.command-subcopy{color:var(--vdm-subtle);margin:4px 0 0;font-size:12px;font-weight:700;line-height:1.35}.players-filter-stack{gap:8px;min-height:0;display:grid}.players-scope-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.players-scope-tabs button{border:1px solid var(--vdm-line);min-width:0;height:28px;color:var(--vdm-subtle);letter-spacing:0;cursor:pointer;background:#ffffff06;font-size:11px;font-weight:900;transition:border-color .15s,color .15s,background .15s,transform .15s}.players-scope-tabs button:hover,.players-scope-tabs button.is-active{color:var(--vdm-text);background:#00dce517;border-color:#00dce5b3;transform:none}.compact-player{gap:9px;min-height:50px;padding:8px;transition:border-color .15s,background .15s,transform .15s}.compact-player:hover{transform:none}.compact-player div{gap:2px;min-width:0;display:grid}.compact-player em{color:var(--vdm-subtle);white-space:nowrap;background:#00dce50f;border-left:1px solid #00dce566;justify-self:end;padding:3px 6px;font-size:10px;font-style:normal;font-weight:950}.account-detail{gap:10px;display:grid}.identity-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.identity-stat-grid>div{border:1px solid var(--vdm-line);background:#ffffff06;gap:3px;padding:9px;display:grid}.identity-stat-grid span,.aliases-table-lite>div:first-child span,.resolution-summary span,.resolution-section-title,.resolution-footnote{color:var(--vdm-subtle);letter-spacing:.04em;font-size:11px;font-weight:900}.identity-stat-grid strong{min-width:0;color:var(--vdm-text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.aliases-table-lite{border:1px solid var(--vdm-line);background:#0000001f;min-height:0;display:grid;overflow:auto}.aliases-table-lite>div{border-bottom:1px solid #3a494abd;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:10px;min-height:34px;padding:7px 9px;display:grid}.aliases-table-lite>div:last-child{border-bottom:0}.aliases-table-lite>div:first-child{background:#ffffff09;min-height:30px}.aliases-table-lite strong,.aliases-table-lite small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.aliases-table-lite strong{color:var(--vdm-text);font-size:12px}.aliases-table-lite small{color:var(--vdm-subtle);font-size:11px}.account-resolution-stack{grid-template-rows:auto minmax(0,1fr) auto;gap:10px;height:100%;min-height:0;display:grid}.resolution-summary{background:#0000001f;border:1px solid #3a494ac7;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.resolution-summary strong{color:var(--vdm-text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.resolution-section-title{color:var(--vdm-muted);padding:0 2px}.resolution-footnote{letter-spacing:0;background:#ffffff05;border:1px solid #3a494ab8;padding:8px 10px;line-height:1.45}.dialog-overlay{z-index:40;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1018286b;position:fixed;inset:0}.dialog-content{z-index:41;border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface);width:min(440px,100vw - 32px);padding:20px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 48px #1018282e}.dialog-title{color:var(--v2-text);font-size:15px;font-weight:700}.dialog-description,.dialog-body{color:var(--v2-text-2);margin-top:8px;font-size:13px;line-height:1.65}.dialog-content .ui-button{border:1px solid var(--v2-line);background:var(--v2-surface);min-height:32px;color:var(--v2-text-2);letter-spacing:0;box-shadow:none;border-radius:8px;padding:0 14px;font-size:13px;font-weight:500;transition:border-color .13s,background .13s,color .13s,opacity .13s}.dialog-content .ui-button:hover{border-color:var(--v2-line-strong,#d0d5dd);color:var(--v2-text)}.dialog-content .ui-button-ghost{background:0 0;border-color:#0000}.dialog-content .ui-button-ghost:hover{background:var(--v2-surface-2);border-color:#0000}.dialog-content .ui-button-danger{border-color:var(--v2-loss);background:var(--v2-loss);color:#fff}.dialog-content .ui-button-danger:hover{border-color:var(--v2-loss);color:#fff;opacity:.88}.dialog-content .ui-button-primary{border-color:var(--v2-accent);background:var(--v2-accent);color:#fff}.dialog-content .ui-button-primary:hover{border-color:var(--v2-accent);color:#fff;opacity:.88}.dialog-content .ui-button:disabled{opacity:.45;cursor:default}.dialog-content .ui-button:focus-visible{outline:2px solid var(--v2-accent);outline-offset:2px}.dialog-body .ui-select,.dialog-body .ui-textarea{border:1px solid var(--v2-line);background:var(--v2-surface);color:var(--v2-text);border-radius:8px}.dialog-body .ui-select:focus-visible,.dialog-body .ui-textarea:focus-visible{border-color:var(--v2-accent);outline:none}.ui-select{border:1px solid var(--vdm-line);background:var(--vdm-surface);min-height:36px;color:var(--vdm-text);border-radius:0;outline:none;padding:7px 10px}.ui-select:focus-visible{outline-offset:2px;border-color:var(--vdm-accent);outline:2px solid #00f5ffb8}.ui-textarea{resize:vertical;border:1px solid var(--vdm-line);background:var(--vdm-surface);min-height:92px;color:var(--vdm-text);border-radius:0;outline:none;padding:8px 10px}.ui-textarea:focus-visible{outline-offset:2px;border-color:var(--vdm-accent);outline:2px solid #00f5ffb8}.ui-file-input{border:1px solid var(--vdm-line);background:var(--vdm-surface);min-height:36px;color:var(--vdm-text);padding:6px 8px;font-size:12px;font-weight:850}.ui-file-input:focus-visible{outline-offset:2px;border-color:var(--vdm-accent);outline:2px solid #00f5ffb8}.players-list-panel{min-width:0;min-height:0;overflow:hidden}.players-list-panel.analytics-panel{gap:10px;padding:12px}.players-detail-column{gap:var(--vdm-grid-gap);grid-template-rows:minmax(220px,.52fr) minmax(220px,.48fr);min-width:0;min-height:0;display:grid;overflow:hidden}.players-muted{color:var(--vdm-subtle);font-size:11px;line-height:14px}@media (width<=1380px),(height<=790px){.players-list-panel.analytics-panel{padding:10px}}.dialog-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.toast-viewport{z-index:60;gap:8px;width:min(360px,100vw - 32px);margin:0;padding:0;list-style:none;display:grid;position:fixed;bottom:18px;right:18px}.toast-root{border:1px solid var(--vdm-line);background:var(--vdm-panel);border-radius:0;padding:12px;box-shadow:0 18px 48px #00000057}.toast-root.tone-success{border-color:#4ade8052}.toast-root.tone-error{border-color:#f871715c}.toast-title{color:var(--vdm-text);font-size:13px;font-weight:950}.toast-description{color:var(--vdm-subtle);margin-top:4px;font-size:12px}@keyframes pulse-line{0%{background-position:0 0}to{background-position:-220% 0}}@keyframes map-card-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes map-scanline{0%{background-position:-80% 0,100% -80%}to{background-position:120% 0,100% 120%}}@keyframes player-preview-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes prospect-page-in{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}@media (width<=1365px),(height<=767px){.window-chrome,.vdm-shell,.app-status-bar{visibility:hidden}.viewport-floor-notice{display:grid}}@media (width<=1100px){:root{--vdm-sidebar:76px;--vdm-page-padding:8px;--vdm-grid-gap:8px}body{min-width:0;overflow:hidden}.vdm-sidebar{padding:10px 4px}.brand-block{padding:0 0 18px}.brand-main{border-radius:6px;width:64px;max-width:64px;padding:0}.brand-lockup-image{object-position:center}.nav-groups{align-items:stretch;gap:6px}.nav-group{justify-items:center}.nav-group p{text-align:center;letter-spacing:0;width:100%;margin:9px 0 4px;padding:0;font-size:9px;line-height:10px}.nav-link{border-left-width:2px;justify-content:center;gap:0;width:52px;min-height:34px;padding:7px 0}.nav-link svg{width:19px;height:19px}.nav-label{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.nav-coming-soon{z-index:120;left:calc(100% + 8px);right:auto}}.vlr-workbench{grid-template-rows:auto minmax(0,1fr)}.vlr-workbench .vlr-grid{grid-template-columns:minmax(0,1fr);align-items:stretch;min-width:0;height:100%;min-height:0;position:relative}.vlr-workbench .vlr-candidate-pool{min-width:0;min-height:0;overflow:hidden}.vlr-workbench .vlr-table-scroll{flex:1;min-width:0;min-height:0;max-height:none;overflow:auto}.vlr-workbench .vlr-filter-bar{background:#0b0f14b8;border-color:#ffffff14;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-height:0;padding:8px;display:grid;overflow:visible}.vlr-workbench .vlr-filter-card{overflow:visible}.vlr-workbench .vlr-filter-title{color:var(--vdm-subtle);white-space:nowrap;align-self:center;font-size:10px;font-weight:950}.vlr-workbench .vlr-filter-grid{flex-wrap:wrap;align-items:end;gap:6px;min-width:0;display:flex;overflow:visible}.vlr-workbench .vlr-control-field{gap:3px;width:106px;min-width:0;display:grid}.vlr-workbench .vlr-search-field{width:218px}.vlr-workbench .vlr-control-field>span{color:var(--vdm-subtle);text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:950;line-height:10px;overflow:hidden}.vlr-workbench .vlr-filter-grid .ui-input,.vlr-workbench .vlr-filter-grid .ui-select{border:1px solid var(--vdm-line);height:30px;min-height:30px;color:var(--vdm-text);border-radius:var(--vdm-radius-sm);background:#080c10eb;font-size:11px;font-weight:800}.vlr-workbench .vlr-filter-grid .ui-select{appearance:none;background:linear-gradient(45deg,#0000 50%,#e0eef7b8 50%) calc(100% - 13px) 12px/5px 5px no-repeat,linear-gradient(135deg,#e0eef7b8 50%,#0000 50%) calc(100% - 8px) 12px/5px 5px no-repeat,#080c10eb;padding:0 26px 0 10px}.vlr-workbench .vlr-filter-grid .ui-input:hover,.vlr-workbench .vlr-filter-grid .ui-select:hover{background-color:#0f151cf5}.vlr-workbench .vlr-filter-grid .ui-input:focus-visible,.vlr-workbench .vlr-filter-grid .ui-select:focus-visible{border-color:#00f5ff8a;outline:none;box-shadow:0 0 0 2px #00f5ff24}.vlr-workbench .vlr-filter-grid .ui-select:disabled{opacity:.55;cursor:not-allowed}.vlr-workbench .vlr-check-field{min-width:max-content;min-height:28px;color:var(--vdm-muted);white-space:nowrap;background:#00f5ff0b;border:1px solid #00f5ff29;justify-content:center;align-self:end;align-items:center;gap:6px;padding:0 9px;font-size:11px;font-weight:850;display:inline-flex}.vlr-workbench .vlr-check-field span{overflow:visible}.vlr-workbench .vlr-check-field input{width:11px;height:11px;accent-color:var(--vdm-accent)}.vlr-workbench .vlr-refresh-control{align-self:end;gap:4px;min-width:112px;display:grid}.vlr-workbench .vlr-refresh-button{min-width:106px;min-height:30px;color:var(--vdm-text);cursor:pointer;background:linear-gradient(#00f5ff29,#00f5ff0f);border:1px solid #00f5ff70;align-self:end;padding:0 12px;font-size:11px;font-weight:950;box-shadow:inset 0 0 0 1px #ffffff0a}.vlr-workbench .vlr-refresh-button:hover:not(:disabled){background:linear-gradient(#00f5ff38,#00f5ff17);border-color:#00f5ffb8}.vlr-workbench .vlr-refresh-button:disabled{opacity:.72;cursor:not-allowed}.vlr-workbench .vlr-refresh-progress{background:#ffffff14;height:3px;display:block;position:relative;overflow:hidden}.vlr-workbench .vlr-refresh-progress span{background:var(--vdm-accent);width:42%;animation:.76s ease-in-out infinite vlr-refresh-scan;position:absolute;inset:0 auto 0 0}.vlr-workbench .vlr-stats-table{min-width:1040px}.vlr-workbench .vlr-stats-table th,.vlr-workbench .vlr-stats-table td{padding:6px 3px}.vlr-workbench .vlr-stats-table th:nth-child(-n+2),.vlr-workbench .vlr-stats-table td:nth-child(-n+2){text-align:left}.vlr-workbench .vlr-stats-table th:nth-child(n+3),.vlr-workbench .vlr-stats-table td:nth-child(n+3){text-align:right}.vlr-workbench .vlr-candidate-row:hover{background:#00dce50b}.vlr-workbench .vlr-candidate-row.is-selected{background:#00dce508}.vlr-workbench .vlr-candidate-row:focus-visible{outline-offset:-2px;outline:1px solid #00f5ffb8}.vlr-workbench .vlr-player-cell strong,.vlr-workbench .vlr-player-link{max-width:122px;color:var(--vdm-text);text-overflow:ellipsis;white-space:nowrap;text-decoration:none;display:inline-flex;overflow:hidden}.vlr-workbench .vlr-player-link:hover{color:var(--vdm-accent);text-decoration:underline}.vlr-workbench .vlr-player-meta{max-width:122px;color:var(--vdm-subtle);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-family:JetBrains Mono,Consolas,monospace;font-size:10px;font-weight:800;line-height:12px;display:block;overflow:hidden}.vlr-workbench .vlr-agent-cell{border-left:1px solid #ffffff17;width:76px;min-width:76px}.vlr-workbench .vlr-team-cell,.vlr-workbench .vlr-region-cell{text-overflow:ellipsis;max-width:72px;overflow:hidden}.vlr-workbench .vlr-metric-cell[data-metric-key=deaths]{--stat-h:18;--metric-hue:18}.vlr-workbench .vlr-sort-button.is-sorted[data-sort-direction=desc] .vlr-sort-arrow:before{content:"↓"}.vlr-workbench .vlr-sort-button.is-sorted[data-sort-direction=asc] .vlr-sort-arrow:before{content:"↑"}.vlr-workbench .vlr-stats-table{border-collapse:collapse;width:100%;min-width:1100px;font-size:12px}.vlr-workbench .vlr-stats-table th,.vlr-workbench .vlr-stats-table td{border-bottom:1px solid var(--vdm-line);color:var(--vdm-muted);white-space:nowrap;padding:7px 5px}.vlr-workbench .vlr-stats-table thead th{z-index:1;color:var(--vdm-subtle);background:#080c10f5;font-size:11px;font-weight:950;position:sticky;top:0}.vlr-workbench .vlr-candidate-row{cursor:pointer}.vlr-workbench .vlr-candidate-row:hover,.vlr-workbench .vlr-candidate-row.is-selected{background:#00dce50b}.vlr-workbench .vlr-candidate-row.is-selected td:first-child{box-shadow:inset 3px 0 0 var(--vdm-accent)}.vlr-workbench .vlr-player-cell{font-weight:950;color:var(--vdm-text)!important}.vlr-workbench .vlr-stat-color{background:linear-gradient(180deg, hsla(var(--stat-h), 45%, 42%, .13), hsla(var(--stat-h), 42%, 38%, .07)), #080b10f0;box-shadow:inset 0 0 0 1px hsla(var(--stat-h), 42%, 35%, .24);font-weight:900;position:relative;overflow:hidden;color:var(--vdm-text)!important}.vlr-workbench .vlr-metric-cell{width:54px;min-width:54px}.vlr-workbench .vlr-metric-cell .metric-value{text-align:right;margin-bottom:5px;font-size:11px;display:block}.vlr-workbench .vlr-stats-table th:nth-child(n+14) .vlr-sort-button{text-align:center;justify-content:center;display:inline-flex}.vlr-workbench .vlr-player-meta{max-width:122px}.vlr-workbench .vlr-metric-cell .metric-track{background:#ffffff12;height:5px;display:block}.vlr-workbench .vlr-metric-cell .metric-fill{width:var(--metric-ratio);background:hsl(var(--metric-hue), 64%, 56%);height:100%;display:block}.vlr-workbench .vlr-empty-metric{background:#080b1094;font-weight:800;box-shadow:inset 0 0 0 1px #ffffff0d;color:#e0eef780!important}.vlr-workbench .vlr-detail-popover{z-index:80;box-sizing:border-box;width:352px;max-width:calc(100vw - 32px);max-height:min(280px, calc(100vh - var(--vdm-footer-height) - 16px));will-change:transform;background:linear-gradient(135deg,#00dce524,#0000 42%),#080b10fa;border:1px solid #00dce561;gap:5px;padding:8px;display:grid;position:fixed;overflow:hidden;box-shadow:0 18px 46px #00000061,inset 0 1px #ffffff0f}.vlr-workbench .vlr-watchlist-actions{justify-content:flex-end;align-items:center;gap:5px;display:flex}.vlr-workbench .vlr-popover-close,.vlr-workbench .vlr-watchlist-button{min-height:22px;color:var(--vdm-text);cursor:pointer;background:#00dce514;border:1px solid #00dce557;font-size:11px;font-weight:900}.vlr-workbench .vlr-watchlist-button{padding:0 7px}.vlr-workbench .vlr-popover-close{width:22px;color:var(--vdm-muted);padding:0}.vlr-workbench .vlr-watchlist-button{justify-content:center;width:100%;min-height:24px}.vlr-workbench .vlr-watchlist-actions{min-height:26px;padding-top:2px}.vlr-workbench .vlr-watchlist-button:disabled{cursor:not-allowed;opacity:.65}.vlr-workbench .vlr-watchlist-button.is-added{color:#86efac;opacity:1;background:#44d67a1f;border-color:#44d67a6b}.vlr-workbench .vlr-watchlist-error{color:var(--vdm-danger);font-size:11px;font-weight:850}.vlr-workbench .vlr-popover-head{grid-template-columns:44px minmax(0,1fr) auto;justify-content:space-between;align-items:center;gap:8px;display:grid}.vlr-workbench .vlr-player-photo,.vlr-workbench .vlr-player-photo-placeholder{width:44px;height:44px;color:var(--vdm-accent);background:#00f5ff13;border:1px solid #00f5ff47;place-items:center;font-size:19px;font-weight:950;display:grid}.vlr-workbench .vlr-player-photo{object-fit:cover}.vlr-workbench .vlr-popover-head h3{color:var(--vdm-text);letter-spacing:0;margin:1px 0 2px;font-size:19px;line-height:21px}.vlr-workbench .vlr-popover-head p{color:var(--vdm-subtle);margin:0;font-family:JetBrains Mono,Consolas,monospace;font-size:10px;line-height:12px}.vlr-workbench .vlr-popover-metrics{border:1px solid var(--vdm-line);background:#0b0e1175;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.vlr-workbench .vlr-popover-metrics div{border-right:1px solid var(--vdm-line);border-bottom:1px solid var(--vdm-line);gap:2px;min-width:0;padding:4px 5px;display:grid}.vlr-workbench .vlr-popover-metrics div:nth-child(4n){border-right:0}.vlr-workbench .vlr-popover-metrics div:nth-last-child(-n+2){border-bottom:0}.vlr-workbench .vlr-popover-metrics span,.vlr-workbench .vlr-popover-agents>span,.vlr-workbench .vlr-popover-source span{color:var(--vdm-subtle);letter-spacing:.6px;text-transform:uppercase;font-size:10px;font-weight:950;line-height:11px}.vlr-workbench .vlr-popover-metrics strong{color:var(--vdm-text);text-overflow:clip;white-space:nowrap;font-family:JetBrains Mono,Consolas,monospace;font-size:12px;line-height:14px;overflow:hidden}.vlr-workbench .vlr-popover-metrics div:first-child strong,.vlr-workbench .vlr-popover-metrics div:nth-child(2) strong,.vlr-workbench .vlr-popover-metrics div:nth-child(7) strong{color:var(--vdm-accent)}.vlr-workbench .vlr-popover-agents{border:1px solid var(--vdm-line);background:#ffffff06;justify-content:space-between;align-items:center;gap:8px;padding:4px 6px;display:flex}.vlr-workbench .vlr-agent-avatar-group{align-items:center;gap:3px;min-width:0;display:inline-flex}.vlr-workbench .vlr-agent-avatar{grid-template-columns:auto;place-items:center;gap:3px;min-width:0;display:inline-grid}.vlr-workbench .vlr-agent-avatar img,.vlr-workbench .vlr-agent-avatar>span{width:22px;height:22px;color:var(--vdm-accent);object-fit:cover;background:#00f5ff0e;border:1px solid #00f5ff38;border-radius:999px;place-items:center;font-size:10px;font-weight:950;display:grid}.vlr-workbench .vlr-agent-avatar b{display:none}.vlr-workbench .vlr-agent-avatar-group.show-names{gap:6px}.vlr-workbench .vlr-agent-avatar-group.show-names .vlr-agent-avatar b{max-width:48px;color:var(--vdm-muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:12px;display:block;overflow:hidden}.vlr-workbench .vlr-agent-count{min-width:22px;height:22px;color:var(--vdm-subtle);border:1px solid #ffffff1a;border-radius:999px;place-items:center;padding:0 5px;font-size:10px;font-weight:950;display:inline-grid}.vlr-workbench .vlr-popover-source{color:var(--vdm-subtle);grid-template-columns:auto minmax(0,1fr);gap:4px 8px;font-size:10px;display:grid}.vlr-workbench .vlr-popover-source strong{color:var(--vdm-text);text-align:right;text-overflow:ellipsis;white-space:nowrap;font-family:JetBrains Mono,Consolas,monospace;font-size:10px;font-weight:850;overflow:hidden}.vlr-workbench .vlr-table-scroll{overflow-x:hidden}.vlr-workbench .vlr-stats-table{table-layout:fixed;width:100%;min-width:0}.vlr-workbench .vlr-stats-table th,.vlr-workbench .vlr-stats-table td{min-width:0;padding-left:3px;padding-right:3px}.vlr-workbench .vlr-stats-table th:first-child,.vlr-workbench .vlr-stats-table td:first-child{width:136px}.vlr-workbench .vlr-stats-table th:nth-child(2),.vlr-workbench .vlr-stats-table td:nth-child(2){width:88px}.vlr-workbench .vlr-stats-table th:nth-child(n+3),.vlr-workbench .vlr-stats-table td:nth-child(n+3),.vlr-workbench .vlr-metric-cell{width:auto;min-width:0}.vlr-workbench .vlr-player-cell{width:136px;min-width:0;max-width:none}.vlr-workbench .vlr-player-cell strong,.vlr-workbench .vlr-player-link,.vlr-workbench .vlr-player-meta{max-width:126px}.vlr-workbench .vlr-agent-cell{width:88px;min-width:0}.vlr-workbench .vlr-sort-button{justify-content:flex-end;font-size:10px}.vlr-workbench .vlr-sort-arrow{margin-left:2px}.vlr-workbench .vlr-metric-cell .metric-value{font-size:10px}.vlr-watchlist-page{--watchlist-bg:#0b0e11;--watchlist-panel:#111417;--watchlist-active:#323538;--watchlist-line:#3a494a;--watchlist-accent:#00f5ff;--watchlist-muted:#849495;--watchlist-soft:#b9caca;width:min(100%,1500px);height:calc(var(--vdm-workspace-height) - (var(--vdm-page-padding) * 2));max-height:calc(var(--vdm-workspace-height) - (var(--vdm-page-padding) * 2));background:linear-gradient(145deg, #00f5ff09, transparent 36%), var(--watchlist-bg);border:1px solid #3a494ad1;grid-template-rows:50px minmax(0,1fr);min-width:0;min-height:0;margin:0 auto;display:grid;overflow:hidden}.vlr-watchlist-page .vlr-watchlist-topbar{border-bottom:1px solid var(--watchlist-line);background:var(--watchlist-panel);justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:10px 16px;display:flex}.vlr-watchlist-page .vlr-watchlist-search-shell,.vlr-watchlist-page .vlr-watchlist-topbar-actions,.vlr-watchlist-page .vlr-watchlist-return,.vlr-watchlist-page .vlr-watchlist-status-dot{align-items:center;min-width:0;display:inline-flex}.vlr-watchlist-page .vlr-watchlist-search-shell{width:min(320px,42vw);color:var(--watchlist-accent);gap:12px}.vlr-watchlist-page .vlr-watchlist-search-shell span{border:1px solid var(--watchlist-line);color:#6b7280;background:var(--watchlist-bg);flex:1;min-width:0;padding:8px 12px;font-size:11px;font-weight:900}.vlr-watchlist-page .vlr-watchlist-topbar-actions{justify-content:flex-end;gap:14px}.vlr-watchlist-page .vlr-watchlist-status-dot,.vlr-watchlist-page .vlr-watchlist-return{color:var(--vdm-text);letter-spacing:.055em;white-space:nowrap;font-size:11px;font-weight:950;line-height:14px;text-decoration:none}.vlr-watchlist-page .vlr-watchlist-status-dot:before{content:"";background:var(--watchlist-accent);border-radius:50%;width:7px;height:7px;margin-right:7px;box-shadow:0 0 12px #00f5ff6b}.vlr-watchlist-page .vlr-watchlist-return{color:var(--watchlist-accent);gap:6px}.vlr-watchlist-page .vlr-watchlist-workspace{grid-template-columns:clamp(320px,34%,448px) minmax(0,1fr);min-width:0;min-height:0;display:grid;position:relative}.vlr-watchlist-page .vlr-watchlist-delete-dialog{z-index:20;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#04080b94;place-items:center;padding:24px;display:grid;position:absolute;inset:0}.vlr-watchlist-page .vlr-watchlist-delete-panel{background:linear-gradient(145deg,#ffb4ab12,#0000 46%),#111417;border:1px solid #ffb4ab52;gap:18px;width:min(420px,100%);padding:18px;display:grid;box-shadow:0 18px 48px #0000006b}.vlr-watchlist-page .vlr-watchlist-delete-copy{gap:7px;min-width:0;display:grid}.vlr-watchlist-page .vlr-watchlist-delete-copy span{color:#ffb4ab;letter-spacing:.08em;font-family:JetBrains Mono,Consolas,monospace;font-size:10px;font-weight:950}.vlr-watchlist-page .vlr-watchlist-delete-copy strong{color:#e1e2e7;font-size:18px;font-weight:900;line-height:24px}.vlr-watchlist-page .vlr-watchlist-delete-copy p{color:var(--watchlist-soft);margin:0;font-size:12px;font-weight:800;line-height:18px}.vlr-watchlist-page .vlr-watchlist-delete-copy b{color:#e1e2e7;margin:0 4px;font-weight:950}.vlr-watchlist-page .vlr-watchlist-delete-actions{justify-content:flex-end;gap:10px;min-width:0;display:flex}.vlr-watchlist-page .vlr-watchlist-delete-actions button{letter-spacing:.04em;cursor:pointer;border-radius:0;min-height:30px;padding:6px 12px;font-size:11px;font-weight:950}.vlr-watchlist-page .vlr-watchlist-delete-cancel{color:var(--watchlist-soft);background:#32353870;border:1px solid #84949557}.vlr-watchlist-page .vlr-watchlist-delete-confirm{color:#ffded9;background:#ffb4ab24;border:1px solid #ffb4ab8f}.vlr-watchlist-page .vlr-watchlist-delete-confirm:disabled{cursor:wait;opacity:.62}.vlr-watchlist-page .vlr-watchlist-sidebar{border-right:1px solid var(--watchlist-line);background:var(--watchlist-panel);grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;display:grid}.vlr-watchlist-page .vlr-watchlist-list-header{border-bottom:1px solid var(--watchlist-line);justify-content:space-between;align-items:center;gap:12px;min-width:0;min-height:57px;padding:11px 15px;display:flex}.vlr-watchlist-page .vlr-watchlist-list-header div{gap:2px;min-width:0;display:grid}.vlr-watchlist-page .vlr-watchlist-list-header strong{color:#e1e2e7;font-size:18px;font-weight:900;line-height:24px}.vlr-watchlist-page .vlr-watchlist-list-header span{min-width:0;color:var(--watchlist-soft);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:850;line-height:13px;overflow:hidden}.vlr-watchlist-page .vlr-watchlist-list-header b{border-left:1px solid var(--watchlist-accent);color:var(--watchlist-accent);background:#00f5ff1a;flex:none;padding:5px 8px;font-family:JetBrains Mono,Consolas,monospace;font-size:10px;font-weight:700;line-height:15px}.vlr-watchlist-page .vlr-watchlist-loading{min-height:0;padding:12px;overflow:auto}.vlr-watchlist-page .vlr-watchlist-list{align-content:start;min-height:0;display:grid;overflow:auto}.vlr-watchlist-page .vlr-watchlist-row{border:0;border-bottom:1px solid var(--watchlist-line);min-width:0;min-height:86px;color:inherit;background:var(--watchlist-panel);text-align:left;cursor:pointer;opacity:.72;border-radius:0;grid-template-rows:auto auto;grid-template-columns:40px minmax(0,1fr) minmax(104px,auto);align-items:center;gap:6px 16px;padding:11px 14px;transition:background .12s,opacity .12s;display:grid}.vlr-watchlist-page .vlr-watchlist-row:hover,.vlr-watchlist-page .vlr-watchlist-row:focus-visible{opacity:1;background:#323538b8;outline:none}.vlr-watchlist-page .vlr-watchlist-row.is-selected{background:var(--watchlist-active);opacity:1}.vlr-watchlist-page .vlr-watchlist-avatar{border:1px solid var(--watchlist-accent);width:40px;height:40px;color:var(--watchlist-accent);background:radial-gradient(circle at 45% 20%,#00f5ff33,#080d12eb 62%);border-radius:0;grid-row:1/span 2;justify-content:center;align-items:center;font-family:JetBrains Mono,Consolas,monospace;font-size:13px;font-weight:950;display:inline-flex;overflow:hidden}.vlr-watchlist-page .vlr-watchlist-avatar img{object-fit:cover;width:100%;height:100%}.vlr-watchlist-page .vlr-watchlist-avatar.is-large{width:80px;height:80px;font-size:26px}.vlr-watchlist-page .vlr-watchlist-row-main{grid-area:1/2;align-self:end;gap:3px;min-width:0;display:grid}.vlr-watchlist-page .vlr-watchlist-row-main strong{color:#e1e2e7;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:18px;font-weight:800;line-height:22px;overflow:hidden}.vlr-watchlist-page .vlr-watchlist-row-main small,.vlr-watchlist-page .vlr-watchlist-row-date,.vlr-watchlist-page .vlr-watchlist-row-delete{min-width:0;color:var(--watchlist-soft);letter-spacing:.05em;white-space:nowrap;font-size:10px;font-weight:900;line-height:14px;overflow:hidden}.vlr-watchlist-page .vlr-watchlist-row-main small,.vlr-watchlist-page .vlr-watchlist-row-date{text-overflow:ellipsis}.vlr-watchlist-page .vlr-watchlist-row-actions{grid-area:1/3/span 2;align-content:center;justify-items:start;gap:7px;width:104px;min-width:0;display:grid}.vlr-watchlist-page .vlr-watchlist-row-date{font-family:JetBrains Mono,Consolas,monospace}.vlr-watchlist-page .vlr-watchlist-row-delete{color:#ffb4ab;cursor:pointer;background:#ffb4ab14;border:1px solid #ffb4ab6b;border-radius:0;min-height:22px;padding:3px 10px;transition:border-color .12s,background .12s,color .12s}.vlr-watchlist-page .vlr-watchlist-row-delete:hover,.vlr-watchlist-page .vlr-watchlist-row-delete:focus-visible{color:#ffe2de;background:#ffb4ab29;border-color:#ffb4abb8;outline:none}.vlr-watchlist-page .vlr-watchlist-row-deltas{flex-wrap:wrap;grid-area:2/2;align-self:start;gap:5px;min-width:0;display:flex}.vlr-watchlist-page .vlr-watchlist-row-deltas b,.vlr-watchlist-page .vlr-watchlist-delta{white-space:nowrap;border:1px solid #84949538;border-left-width:2px;border-radius:0;justify-content:center;align-items:center;min-width:0;font-family:JetBrains Mono,Consolas,monospace;font-size:11px;font-weight:850;line-height:14px;display:inline-flex}.vlr-watchlist-page .vlr-watchlist-row-deltas b{min-height:18px;padding:1px 6px}.vlr-watchlist-page .vlr-watchlist-delta{justify-self:end;min-height:23px;padding:3px 8px}.vlr-watchlist-page .vlr-watchlist-row-deltas .is-positive,.vlr-watchlist-page .vlr-watchlist-delta.is-positive{color:var(--watchlist-accent);background:#00f5ff1c;border-color:#00f5ff8c}.vlr-watchlist-page .vlr-watchlist-row-deltas .is-negative,.vlr-watchlist-page .vlr-watchlist-delta.is-negative{color:#ffb4ab;background:#ffb4ab1c;border-color:#ffb4ab94}.vlr-watchlist-page .vlr-watchlist-row-deltas .is-neutral,.vlr-watchlist-page .vlr-watchlist-delta.is-neutral{color:var(--watchlist-muted);background:#323538c2}.vlr-watchlist-page .vlr-watchlist-detail-pane{background:linear-gradient(150deg, #ffffff05, transparent 32%), var(--watchlist-bg);min-width:0;min-height:0}.vlr-watchlist-page .vlr-watchlist-selected{background:linear-gradient(150deg, #ffffff09, transparent 26%), var(--watchlist-bg);border:0;border-radius:0;grid-template-rows:auto minmax(0,1fr);gap:0;min-width:0;height:100%;min-height:0;padding:0;display:grid}.vlr-watchlist-page .vlr-watchlist-selected.is-empty{grid-template-rows:minmax(0,1fr);place-items:center;padding:24px}.vlr-watchlist-page .vlr-watchlist-selected-head{border-bottom:1px solid var(--watchlist-line);background:#1114179e;grid-template-columns:auto minmax(0,1fr) minmax(150px,210px);align-items:center;gap:20px;min-width:0;min-height:120px;padding:14px 28px;display:grid}.vlr-watchlist-page .vlr-watchlist-player-summary,.vlr-watchlist-page .vlr-watchlist-source-stack,.vlr-watchlist-page .vlr-watchlist-agent-row{min-width:0;display:grid}.vlr-watchlist-page .vlr-watchlist-player-summary{gap:6px}.vlr-watchlist-page .vlr-watchlist-title-line,.vlr-watchlist-page .vlr-watchlist-meta-line,.vlr-watchlist-page .vlr-watchlist-agent-row,.vlr-watchlist-page .vlr-watchlist-agent-strip{align-items:center;min-width:0;display:flex}.vlr-watchlist-page .vlr-watchlist-title-line{gap:12px}.vlr-watchlist-page .vlr-watchlist-title-line h2{color:#e1e2e7;letter-spacing:-.01em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;flex:0 auto;min-width:0;margin:0;font-size:clamp(22px,2.7vw,28px);font-weight:500;line-height:1.1;overflow:hidden}.vlr-watchlist-page .vlr-watchlist-id-chip{min-width:0;max-width:min(330px,45%);color:var(--watchlist-accent);text-overflow:ellipsis;white-space:nowrap;background:#00f5ff14;border:1px solid #00f5ff6b;flex:180px;padding:5px 9px;font-family:JetBrains Mono,Consolas,monospace;font-size:10px;font-weight:800;text-decoration:none;overflow:hidden}.vlr-watchlist-page a.vlr-watchlist-id-chip:hover,.vlr-watchlist-page a.vlr-watchlist-id-chip:focus-visible{background:#00f5ff24;border-color:#00f5ffc7;outline:none;box-shadow:0 0 0 2px #00f5ff1a}.vlr-watchlist-page .vlr-watchlist-meta-line{flex-wrap:wrap;gap:10px}.vlr-watchlist-page .vlr-watchlist-meta-line>span,.vlr-watchlist-page .vlr-watchlist-agent-row small,.vlr-watchlist-page .vlr-watchlist-source-stack span,.vlr-watchlist-page .vlr-watchlist-source-stack small,.vlr-watchlist-page .vlr-watchlist-section-head span,.vlr-watchlist-page .vlr-watchlist-section-head p{color:var(--watchlist-soft);letter-spacing:.05em;font-size:10px;font-weight:850;line-height:13px}.vlr-watchlist-page .vlr-watchlist-agent-row{gap:8px}.vlr-watchlist-page .vlr-watchlist-agent-strip{gap:8px;overflow:hidden}.vlr-watchlist-page .vlr-watchlist-agent,.vlr-watchlist-page .vlr-watchlist-agent-empty{width:28px;height:28px;color:var(--watchlist-soft);background:#ffffff09;border:1px solid #3a494aeb;flex:none;place-items:center;font-family:JetBrains Mono,Consolas,monospace;font-size:10px;font-weight:950;display:inline-grid}.vlr-watchlist-page .vlr-watchlist-agent img{object-fit:contain;width:22px;height:22px}.vlr-watchlist-page .vlr-watchlist-agent-empty{width:auto;height:26px;padding:0 8px}.vlr-watchlist-page .vlr-watchlist-source-stack{text-align:right;justify-self:end;gap:2px}.vlr-watchlist-page .vlr-watchlist-source-stack strong{color:#e1e2e7;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:JetBrains Mono,Consolas,monospace;font-size:10px;font-weight:850;line-height:13px;overflow:hidden}.vlr-watchlist-page .vlr-watchlist-source-stack span:nth-of-type(2){margin-top:3px}.vlr-watchlist-page .vlr-watchlist-compare-section{grid-template-rows:auto minmax(0,1fr);gap:6px;min-width:0;min-height:0;padding:9px 28px 12px;display:grid}.vlr-watchlist-page .vlr-watchlist-compare-section.has-missing-current{grid-template-rows:auto auto minmax(0,1fr)}.vlr-watchlist-page .vlr-watchlist-section-head{justify-content:space-between;align-items:center;gap:16px;min-width:0;min-height:18px;display:flex}.vlr-watchlist-page .vlr-watchlist-section-head div{gap:3px;min-width:0;display:grid}.vlr-watchlist-page .vlr-watchlist-section-head strong{color:#e1e2e7;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:950;line-height:13px}.vlr-watchlist-page .vlr-watchlist-section-head p{text-align:right;max-width:420px;margin:0}.vlr-watchlist-page .vlr-watchlist-missing{color:#f1d89d;background:#d9b45f14;border:1px solid #d9b45f52;border-radius:0;padding:6px 10px;font-size:12px;font-weight:900}.vlr-watchlist-page .vlr-watchlist-table{border:1px solid var(--watchlist-line);border-radius:0;grid-template-rows:auto;grid-auto-rows:minmax(31px,1fr);align-content:stretch;min-width:0;min-height:0;display:grid;overflow:hidden}.vlr-watchlist-page .vlr-watchlist-table-head,.vlr-watchlist-page .vlr-watchlist-metric-row{border-bottom:1px solid #3a494a7a;grid-template-columns:minmax(150px,1.15fr) repeat(3,minmax(130px,1fr));align-items:center;gap:0;min-width:0;min-height:0;padding:5px 0;display:grid}.vlr-watchlist-page .vlr-watchlist-table-head{z-index:1;color:var(--watchlist-soft);letter-spacing:.06em;text-transform:uppercase;background:#202529;font-size:11px;font-weight:950;position:sticky;top:0}.vlr-watchlist-page .vlr-watchlist-table-head span:not(:first-child),.vlr-watchlist-page .vlr-watchlist-metric-row strong,.vlr-watchlist-page .vlr-watchlist-delta{text-align:right}.vlr-watchlist-page .vlr-watchlist-table-head>*,.vlr-watchlist-page .vlr-watchlist-metric-row>*{align-items:center;width:100%;min-width:0;height:100%;padding:0 20px;display:flex}.vlr-watchlist-page .vlr-watchlist-table-head>*+*,.vlr-watchlist-page .vlr-watchlist-metric-row>*+*{border-left:1px solid #3a494abd}.vlr-watchlist-page .vlr-watchlist-table-head>:not(:first-child),.vlr-watchlist-page .vlr-watchlist-metric-row>:not(:first-child){justify-content:flex-end}.vlr-watchlist-page .vlr-watchlist-table-head>:first-child,.vlr-watchlist-page .vlr-watchlist-metric-row>:first-child{justify-content:flex-start}.vlr-watchlist-page .vlr-watchlist-metric-row:last-child{border-bottom:0}.vlr-watchlist-page .vlr-watchlist-metric-row span{color:#e1e2e7;font-family:JetBrains Mono,Consolas,monospace;font-size:13px;font-weight:950;line-height:17px}.vlr-watchlist-page .vlr-watchlist-metric-row strong{min-width:0;color:var(--watchlist-soft);text-overflow:ellipsis;white-space:nowrap;font-family:JetBrains Mono,Consolas,monospace;font-size:13px;font-weight:850;line-height:17px;overflow:hidden}.vlr-watchlist-page .vlr-watchlist-metric-row strong:nth-child(3){color:#e1e2e7}.vlr-watchlist-page .vlr-watchlist-empty{min-height:0;color:var(--watchlist-soft);background:#191c1f80;border:1px dashed #3a494ad1;border-radius:0;justify-items:start;gap:10px;padding:18px;display:grid}.vlr-watchlist-page .vlr-watchlist-sidebar .vlr-watchlist-empty{margin:14px}.vlr-watchlist-page .vlr-watchlist-empty svg{color:var(--watchlist-accent)}.vlr-watchlist-page .vlr-watchlist-empty strong{color:#e1e2e7;font-size:14px;font-weight:900;line-height:20px}.vlr-watchlist-page .vlr-watchlist-empty span{color:var(--watchlist-soft);font-size:12px;font-weight:800;line-height:18px}@media (width<=1280px){.vlr-watchlist-page .vlr-watchlist-workspace{grid-template-columns:330px minmax(0,1fr)}.vlr-watchlist-page .vlr-watchlist-selected-head{grid-template-columns:auto minmax(0,1fr)}.vlr-watchlist-page .vlr-watchlist-source-stack{text-align:left;grid-column:2;grid-template-columns:repeat(3,auto);justify-self:start;gap:4px 8px}}@media (height<=860px){.brand-block{padding:0 12px 12px}.nav-link{min-height:31px;padding:6px 16px;font-size:13px;line-height:19px}.nav-group p{margin:7px 0 3px;font-size:10px}.nav-groups{gap:1px}}.roster-unbound{color:var(--vdm-muted);font-size:10px;font-style:italic}.roster-mini-button{border:1px solid var(--vdm-line);height:22px;color:var(--vdm-subtle);cursor:pointer;background:#ffffff08;padding:0 7px;font-size:10px;font-weight:700}.roster-mini-button:hover{color:var(--vdm-accent);border-color:#00f5ff66}.roster-mini-button.roster-delete:hover{color:#f87171;border-color:#f8717166}.roster-bind-select{max-width:120px;height:24px;color:var(--vdm-text);background:#111417;border:1px solid #00f5ff66;font-size:11px}.roster-bind-hint{color:var(--vdm-accent);background:#00f5ff0f;border:1px solid #00f5ff4d;margin-bottom:6px;padding:6px 9px;font-size:11px;line-height:1.4}.roster-bind-btn{color:#4ade80!important;background:#4ade801a!important;border-color:#4ade8080!important}.roster-bind-btn:hover{background:#4ade8033!important}.roster-unbound-tag{color:var(--vdm-muted);white-space:nowrap;font-size:10px;font-style:italic}.toast-root{animation:.18s ease-out toast-in}.toast-root[data-state=closed]{animation:.15s ease-in toast-out}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes toast-out{to{opacity:0;transform:translateY(4px)}}body.v-light-route .toast-root{background:var(--v2-surface,#fff);border:1px solid var(--v2-line,#e5e7eb);border-radius:8px;box-shadow:0 12px 32px #10182824}body.v-light-route .toast-root .toast-title{color:var(--v2-text,#101828)}body.v-light-route .toast-root .toast-description{color:var(--v2-text-3,#667085)}.vlr-workbench .vlr-detail-popover{animation:.14s ease-out vlr-pop-in}@keyframes vlr-pop-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.vlr-workbench .vlr-watchlist-button,.vlr-workbench .vlr-popover-close{transition:border-color .13s,background .13s}.vlr-watchlist-page .vlr-watchlist-delete-dialog{animation:.16s ease-out vdrawer-fade}.vlr-watchlist-page .vlr-watchlist-delete-panel{animation:.16s ease-out vlr-pop-in}.tactics-map-current,.tactics-map-option,.tactics-side-switch button,.tactics-playbook-head button,.tactics-playbook-meta button,.tactics-playbook-actions button{transition:border-color .15s,background .15s,color .15s}.tactics-map-menu{animation:.15s ease-out vlr-pop-in}.tactics-workbench{--vdm-accent:#64748b}.tactics-workbench .badge.tone-accent{color:#475467;background:#f9fafb;border-color:#d0d5dd}.tactics-workbench .tactics-ability-strip button{color:#c6d0df;background:#151d29;border-color:#2b3648}.tactics-workbench .tactics-ability-strip button:hover,.tactics-workbench .tactics-ability-strip button.is-active{color:#fff;background:#1c2736;border-color:#8093ab}.tactics-workbench .tactics-ability-strip button span{color:#e7edf6}.tactics-round-import-layer .tri-node__ring{fill:#e8890c38;stroke:#e8890c;stroke-width:2.5px}.tactics-round-import-layer .tri-node--defuse .tri-node__ring{fill:#2f80d638;stroke:#2f80d6}:root{--v2-bg:#f6f7f9;--v2-surface:#fff;--v2-surface-2:#f9fafb;--v2-surface-3:#f2f4f7;--v2-line:#e5e7eb;--v2-line-strong:#d0d5dd;--v2-line-soft:#eef0f3;--v2-text:#101828;--v2-text-2:#475467;--v2-text-3:#667085;--v2-text-4:#98a2b3;--v2-accent:#d92d20;--v2-accent-hover:#b42318;--v2-accent-bg:#fef3f2;--v2-accent-ink:#fff;--v2-win:#039855;--v2-win-bg:#ecfdf3;--v2-loss:#d92d20;--v2-loss-bg:#fef3f2;--v2-warn:#dc6803;--v2-warn-bg:#fffaeb;--v2-info:#1570ef;--v2-info-bg:#eff8ff;--v2-attack:#f79009;--v2-defense:#1570ef;--v2-stat-purple:#7a5af8;--v2-font:"Inter Variable", Inter, -apple-system, "Segoe UI", "Microsoft YaHei UI", "PingFang SC", "Noto Sans SC", sans-serif;--v2-sans:var(--v2-font);--v2-mono:var(--v2-font);--v2-radius-card:12px;--v2-radius:8px;--v2-radius-sm:6px;--v2-shadow-xs:0 1px 2px #1018280f;--v2-shadow-drawer:-8px 0 24px #10182814;--v2-rail-w:72px;--v2-topbar-h:48px;--v2-content-max:1520px}.vmain--light{color:var(--v2-text);font-family:var(--v2-font);background:var(--v2-bg)!important}html:has(body.v-light-route){background:var(--v2-bg)}body.v-light-route{background:var(--v2-bg);color:var(--v2-text)}body.v-light-route .vdm-shell{background:var(--v2-bg);grid-template-columns:var(--v2-rail-w) minmax(0, 1fr);height:100dvh}body.v-light-route .vdm-content-shell{background:var(--v2-bg);touch-action:auto}body.v-light-route .vdm-main{background:var(--v2-bg);height:calc(100% - var(--v2-topbar-h));padding:0}@media (width<=768px){body.v-light-route .vdm-shell{grid-template-columns:minmax(0,1fr)}body.v-light-route .vrail{display:none}}.vauth{background:var(--v2-bg);color:var(--v2-text);font-family:var(--v2-font);z-index:50;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.vauth__card{border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface);width:100%;max-width:380px;box-shadow:var(--v2-shadow-xs);padding:32px 28px}.vauth__brand{letter-spacing:.01em;color:var(--v2-text);font-size:18px;font-weight:700}.vauth__brand span{color:var(--v2-text-3);font-size:14px;font-weight:400}.vauth__sub{color:var(--v2-text-3);margin:6px 0 24px;font-size:13px}.vauth__field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.vauth__field label{text-transform:uppercase;letter-spacing:.06em;color:var(--v2-text-3);font-size:11px;font-weight:500}.vauth__field input{border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface);height:38px;color:var(--v2-text);font:inherit;padding:0 12px;font-size:14px}.vauth__field input:focus-visible{border-color:var(--v2-accent);outline:none;box-shadow:0 0 0 3px #d92d201f}.vauth__btn{border:1px solid var(--v2-accent);border-radius:var(--v2-radius);background:var(--v2-accent);width:100%;height:40px;color:var(--v2-accent-ink);font:inherit;cursor:pointer;margin-top:8px;font-size:14px;font-weight:600;transition:background .13s}.vauth__btn:hover{background:var(--v2-accent-hover);border-color:var(--v2-accent-hover)}.vauth__btn:disabled{opacity:.5;cursor:default}.vauth__btn--ghost{background:var(--v2-surface);color:var(--v2-text-2);border-color:var(--v2-line-strong)}.vauth__btn--ghost:hover{background:var(--v2-surface-2);border-color:var(--v2-line-strong)}.vauth__msg{border-radius:var(--v2-radius);border:1px solid var(--v2-line);background:var(--v2-surface-2);color:var(--v2-text-2);margin:0 0 16px;padding:10px 12px;font-size:13px}.vauth__msg--error{background:var(--v2-loss-bg);color:var(--v2-loss);border-color:#d92d2040}.vauth__msg--ok{background:var(--v2-win-bg);color:var(--v2-win);border-color:#03985540}.vauth__foot{text-align:center;color:var(--v2-text-3);margin-top:18px;font-size:13px}.vauth__foot a{color:var(--v2-accent);cursor:pointer;font-weight:500;text-decoration:none}.vauth__vgti{border:1px solid var(--v2-line);border-radius:var(--v2-radius);background:var(--v2-surface);align-items:center;gap:10px;width:100%;margin-top:14px;padding:10px 12px;text-decoration:none;transition:border-color .13s,background .13s;display:flex}.vauth__vgti:hover{border-color:var(--v2-accent);background:var(--v2-surface-2)}.vauth__vgti-mark{object-fit:contain;flex:none;width:34px;height:34px}.vauth__vgti-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.vauth__vgti-copy strong{color:var(--v2-text);font-size:14px;font-weight:700}.vauth__vgti-copy span{color:var(--v2-text-3);font-size:12px}.vauth__foot a:hover{color:var(--v2-accent-hover)}.vauth--split{background:radial-gradient(1200px 700px at 72% 20%, #e5484d0f, transparent 60%), var(--v2-bg)}.vauth__split{justify-content:center;align-items:center;gap:56px;width:100%;max-width:960px;display:flex}.vauth__split .vauth__card{flex:none}.vauth__aside{flex-direction:column;flex:none;align-items:center;gap:16px;display:flex}.vauth__aside-cap{color:var(--v2-text-3);letter-spacing:.01em;margin:0;font-size:12.5px}@media (width<=880px){.vauth__split{gap:0}.vauth__aside{display:none}}.vauth__credit{color:var(--v2-text-3);flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding:0 16px;font-size:12px;display:flex;position:absolute;bottom:18px;left:0;right:0}.vauth__credit-sep{color:var(--v2-line-strong)}.vrail{width:var(--v2-rail-w);background:var(--v2-surface);border-right:1px solid var(--v2-line);font-family:var(--v2-font);scrollbar-width:none;flex-direction:column;flex:none;align-items:center;padding:10px 0;display:flex;overflow-y:auto}.vrail::-webkit-scrollbar{display:none}.vrail__brand{letter-spacing:.02em;width:44px;height:44px;color:var(--v2-accent);border-radius:var(--v2-radius);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;margin-bottom:8px;font-size:13px;font-weight:800;display:flex}.vrail__group-gap{flex:none;height:10px}.vrail__spacer{flex:1;min-height:10px}.vrail__item{width:48px;height:44px;color:var(--v2-text-3);border-radius:var(--v2-radius);cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;margin:1px 0;text-decoration:none;transition:background .13s,color .13s;display:flex;position:relative}.vrail__item:hover{background:var(--v2-surface-3);color:var(--v2-text)}.vrail__item:focus-visible{outline:2px solid var(--v2-accent);outline-offset:1px}.vrail__item.is-active{background:var(--v2-accent-bg);color:var(--v2-accent)}.vrail__item.is-active:before{content:"";background:var(--v2-accent);border-radius:2px;width:3px;position:absolute;top:10px;bottom:10px;left:-12px}.vrail__item.is-disabled{color:var(--v2-text-4);cursor:not-allowed}.vrail__item.is-disabled:hover{background:0 0}.vrail__tip{background:var(--v2-text);color:#fff;border-radius:var(--v2-radius-sm);white-space:nowrap;pointer-events:none;opacity:0;z-index:40;padding:7px 10px;font-size:12px;line-height:1;transition:opacity .12s;position:absolute;top:50%;left:calc(100% + 10px);transform:translateY(-50%)}.vrail__item:hover .vrail__tip,.vrail__item:focus-visible .vrail__tip{opacity:1}.vrail__tip small{color:#ffffffa6;margin-left:6px}.vtopbar{height:var(--v2-topbar-h);border-bottom:1px solid var(--v2-line);background:var(--v2-surface);color:var(--v2-text-2);font-family:var(--v2-font);flex:none;align-items:center;gap:14px;padding:0 20px;font-size:13px;display:flex}.vtopbar__spacer{flex:1}.vteam{align-items:center;gap:8px;display:flex}.vteam select{border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface);height:32px;color:var(--v2-text);font:inherit;cursor:pointer;padding:0 10px;font-size:13px}.vteam select:focus-visible{border-color:var(--v2-accent);outline:none}.vtopbar__user{color:var(--v2-text);font-weight:500}.vvisually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.vtopbar__userbtn{font:inherit;cursor:pointer;background:0 0;border:0;flex:none;align-items:center;padding:4px 2px;display:inline-flex;position:relative}.vtopbar__userbtn:hover .vtopbar__user,.vtopbar__userbtn:focus-visible .vtopbar__user{color:var(--v2-accent)}.vtopbar__userbtn:focus-visible{outline:2px solid var(--v2-accent);outline-offset:2px;border-radius:6px}.vtopbar__updot{box-shadow:0 0 0 2px var(--v2-surface);animation:2s ease-in-out infinite vupdot-pulse;position:absolute;top:-1px;right:-5px}@keyframes vupdot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}.vupdatepop{z-index:120;border:1px solid var(--v2-line);background:var(--v2-surface);width:min(360px,100vw - 16px);font-family:var(--v2-font);border-radius:14px;padding:12px;animation:.14s ease-out both vupdate-in;box-shadow:0 12px 32px #10182824}@keyframes vupdate-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.vupdatepop__head{color:var(--v2-text);margin-bottom:10px;font-size:13px;font-weight:600}.vupdatepop__list{gap:12px;max-height:min(420px,60vh);display:grid;overflow-y:auto}.vupdatepop__title{color:var(--v2-text);justify-content:space-between;align-items:baseline;gap:8px;font-size:12.5px;font-weight:600;display:flex}.vupdatepop__date{color:var(--v2-text-3);flex:none;font-size:11px;font-weight:400}.vupdatepop__items{color:var(--v2-text-2);margin:5px 0 0;padding-left:16px;font-size:12px;line-height:1.6}.vupdatepop__items li+li{margin-top:3px}.vupdatepop__ack{width:100%;margin-top:12px}.vtopbar__role{color:var(--v2-text-3);border:1px solid var(--v2-line);background:var(--v2-surface-2);border-radius:999px;margin-left:6px;padding:2px 8px;font-size:11px;font-weight:400}.vtopbar__btn{border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface);height:32px;color:var(--v2-text-2);font:inherit;cursor:pointer;white-space:nowrap;flex:none;padding:0 12px;font-size:12.5px;transition:background .13s}.vtopbar__btn:hover,.vtopbar__btn:focus-visible{background:var(--v2-surface-2);color:var(--v2-text);outline:none}.youth-global-analysis{min-height:34px;color:var(--v2-text-2);font:11px var(--v2-font);background:#fff7f6;border-bottom:1px solid #fecaca;justify-content:center;align-items:center;gap:8px;padding:0 18px 2px;text-decoration:none;display:flex;position:relative}.youth-global-analysis:hover,.youth-global-analysis:focus-visible{color:var(--v2-text);background:#fff1f0;outline:none}.youth-global-analysis>svg{color:var(--v2-accent)}.youth-global-analysis>strong{color:#b42318;font-size:11px}.youth-global-analysis>i{background:#fee4e2;height:2px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.youth-global-analysis>i>b{background:var(--v2-accent);height:100%;display:block}.vtopbar .vtopbar__menu{display:none}@media (width<=768px){.vtopbar .vtopbar__menu{display:inline-flex}.vtopbar{gap:8px;padding:0 10px}.vteam select{max-width:150px}}@media (width<=560px){.vtopbar__role,.vteam>span{display:none}.vteam select{max-width:118px}.vtopbar__user{text-overflow:ellipsis;white-space:nowrap;max-width:96px;overflow:hidden}.youth-global-analysis{justify-content:flex-start;padding-inline:12px}}.vnavsheet-overlay{inset:0;top:var(--v2-topbar-h);z-index:55;background:#10182852;animation:.15s ease-out vdrawer-fade;position:fixed}.vnavsheet{left:0;right:0;top:var(--v2-topbar-h);z-index:56;background:var(--v2-surface);border-bottom:1px solid var(--v2-line);max-height:calc(100dvh - var(--v2-topbar-h));font-family:var(--v2-font);padding:10px 12px 14px;animation:.18s ease-out vnavsheet-in;position:fixed;overflow-y:auto;box-shadow:0 12px 24px #1018281a}@keyframes vnavsheet-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.vnavsheet__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;display:grid}.vnavsheet__item{border-radius:var(--v2-radius);height:40px;color:var(--v2-text-2);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:0 10px;font-size:13px;text-decoration:none;transition:background .12s;display:flex}.vnavsheet__item:hover,.vnavsheet__item:focus-visible{background:var(--v2-surface-3);color:var(--v2-text);outline:none}.vnavsheet__item.is-active{background:var(--v2-accent-bg);color:var(--v2-accent);font-weight:600}.vnavsheet__item.is-disabled{color:var(--v2-text-4);cursor:not-allowed}.vnavsheet__item.is-disabled:hover{background:0 0}.vnavsheet__item small{color:var(--v2-text-4);margin-left:auto;font-size:11px}.vnavsheet__divider{background:var(--v2-line-soft);height:1px;margin:8px 2px}@media (width>=769px){.vnavsheet,.vnavsheet-overlay{display:none}}.vplaceholder{height:100%;color:var(--v2-text-3);font-family:var(--v2-font);text-align:center;background:var(--v2-bg);flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:40px;display:flex}.vplaceholder strong{color:var(--v2-text);font-size:16px}.vpage{background:var(--v2-bg);height:100%;color:var(--v2-text);font-family:var(--v2-font);padding:20px 24px 56px;overflow-y:auto}.vpage__inner{max-width:var(--v2-content-max);margin:0 auto}.vpage--fill{flex-direction:column;padding-bottom:20px;display:flex;overflow:hidden}.vpage--fill .vpage__inner{flex:1;width:100%;min-height:0}.vpage__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px;display:flex}.vpage__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--v2-text-3);font-size:11px;font-weight:500}.vpage__title{color:var(--v2-text);margin:2px 0 0;font-size:24px;font-weight:700}.vpage__meta{color:var(--v2-text-3);flex-wrap:wrap;align-items:center;gap:10px 16px;font-size:13px;display:flex}.vpage__meta>span{white-space:nowrap}.vpage__meta strong{color:var(--v2-text);font-variant-numeric:tabular-nums;font-weight:600}.vcard,.vpanel{border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface);box-shadow:var(--v2-shadow-xs)}.vpanel{margin-bottom:16px;padding:18px 20px}.vpanel__title{text-transform:uppercase;letter-spacing:.06em;color:var(--v2-text-3);margin:0 0 14px;font-size:12px;font-weight:600}.vpanel__title--lg{text-transform:none;letter-spacing:0;color:var(--v2-text);font-size:16px}.vfilterbar{border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface);box-shadow:var(--v2-shadow-xs);flex-wrap:wrap;align-items:flex-end;gap:12px 18px;margin-bottom:14px;padding:12px 16px;display:flex}.vfilter{flex-direction:column;gap:4px;display:flex}.vfilter>label{text-transform:uppercase;letter-spacing:.06em;color:var(--v2-text-3);font-size:11px;font-weight:500}.vfilter select,.vfilter input{border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface);min-width:120px;height:36px;color:var(--v2-text);font:inherit;padding:0 10px;font-size:13px}.vfilter select:focus-visible,.vfilter input:focus-visible{border-color:var(--v2-accent);outline:none;box-shadow:0 0 0 3px #d92d201a}.vfilterbar__actions{align-items:center;gap:8px;margin-left:auto;display:flex}.vfilter__search{align-items:center;display:flex;position:relative}.vfilter__search svg{color:var(--v2-text-4);pointer-events:none;position:absolute;left:10px}.vfilter__search input{border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface);min-width:150px;height:36px;color:var(--v2-text);font:inherit;padding:0 10px 0 30px;font-size:13px}.vfilter__search input::placeholder{color:var(--v2-text-4)}.vfilter__search input:focus-visible{border-color:var(--v2-accent);outline:none;box-shadow:0 0 0 3px #d92d201a}.vtablewrap{border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface);box-shadow:var(--v2-shadow-xs);overflow:hidden}.vtablewrap--scroll{overflow:auto}.vtablewrap--scroll .vtable{width:max-content;min-width:100%}.vtable{border-collapse:collapse;width:100%;font-size:13px;font-family:var(--v2-font);font-variant-numeric:tabular-nums}.vtable th{text-align:left;letter-spacing:.04em;text-transform:uppercase;color:var(--v2-text-3);background:var(--v2-surface-2);border-bottom:1px solid var(--v2-line);white-space:nowrap;z-index:2;height:38px;padding:0 12px;font-size:11px;font-weight:500;position:sticky;top:0}.vtable th.is-num,.vtable td.is-num{text-align:right}.vtable td{border-bottom:1px solid var(--v2-line-soft);height:44px;color:var(--v2-text-2);white-space:nowrap;padding:0 12px}.vtable tbody tr:last-child td{border-bottom:none}.vtable td strong{color:var(--v2-text);font-weight:600}.vtable tbody td{transition:background-color .12s,box-shadow .12s}.vtable tbody tr.is-clickable:active td{background:var(--v2-surface-3)}.vtable tbody tr:hover td{background:var(--v2-surface-2)}.vtable tbody tr.is-clickable{cursor:pointer}.vtable tbody tr:focus-visible{outline:2px solid var(--v2-accent);outline-offset:-2px}.vtable tbody tr:focus-visible td{background:var(--v2-surface-2)}.vtable tbody tr.is-selected td{background:var(--v2-accent-bg)}.vtable tbody tr.is-selected td:first-child{box-shadow:inset 3px 0 0 var(--v2-accent)}.vtable tbody tr.is-subhead td{background:var(--v2-surface-3);color:var(--v2-text-2);letter-spacing:.06em;text-transform:uppercase;height:32px;font-size:11px;font-weight:600}.vtable .is-pos{color:var(--v2-win)}.vtable .is-neg{color:var(--v2-loss)}.vtable th.is-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .12s}.vtable th.is-sortable:hover{color:var(--v2-text)}.vtable th.is-sorted{color:var(--v2-accent)}.vbadge{letter-spacing:.03em;white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:600;line-height:1;transition:background-color .15s,color .15s;display:inline-flex}.vbadge--win{color:var(--v2-win);background:var(--v2-win-bg)}.vbadge--loss{color:var(--v2-loss);background:var(--v2-loss-bg)}.vbadge--draw{color:var(--v2-text-3);background:var(--v2-surface-3)}.vbadge--review{color:var(--v2-warn);background:var(--v2-warn-bg)}.vbadge--info{color:var(--v2-info);background:var(--v2-info-bg)}.vbadge--muted{color:var(--v2-text-3);background:var(--v2-surface-3);font-weight:500}.vbadge--attack{color:var(--v2-attack);background:#fff4e5}.vbadge--defense{color:var(--v2-defense);background:var(--v2-info-bg)}.vbadge--elite{color:var(--v2-elite);background:var(--v2-elite-bg)}.vchip{border:1px solid var(--v2-line);color:var(--v2-text-3);background:var(--v2-surface);border-radius:999px;align-items:center;padding:3px 9px;font-size:11px;display:inline-flex}.vchip--pending{color:var(--v2-warn);background:var(--v2-warn-bg);border-color:#dc68034d}.vchip--approved{color:var(--v2-win);background:var(--v2-win-bg);border-color:#0398554d}.vbtn{border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface);height:32px;color:var(--v2-text-2);font-family:var(--v2-font);cursor:pointer;white-space:nowrap;align-items:center;gap:6px;padding:0 12px;font-size:13px;transition:background .13s,border-color .13s,color .13s;display:inline-flex}.vbtn:hover,.vbtn:focus-visible{background:var(--v2-surface-2);color:var(--v2-text);outline:none}.vbtn--primary{border-color:var(--v2-accent);background:var(--v2-accent);color:var(--v2-accent-ink);font-weight:600}.vbtn--primary:hover{background:var(--v2-accent-hover);border-color:var(--v2-accent-hover);color:var(--v2-accent-ink)}.vbtn--danger{color:var(--v2-loss)}.vbtn--danger:hover{background:var(--v2-loss-bg);color:var(--v2-loss);border-color:#d92d204d}.vbtn:disabled{opacity:.45;cursor:default}.vbtn--sm{border-radius:var(--v2-radius-sm);gap:4px;height:26px;padding:0 8px;font-size:12px}.vbtn--ghost{background:0 0;border-color:#0000}.vbtn--ghost:hover,.vbtn--ghost:focus-visible{background:var(--v2-surface-3);border-color:#0000}.vbtn:focus-visible,.vibtn:focus-visible{box-shadow:0 0 0 3px #d92d2026}.vibtn{border-radius:var(--v2-radius);width:32px;height:32px;color:var(--v2-text-3);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:background .13s,color .13s;display:inline-flex}.vibtn:hover,.vibtn:focus-visible{background:var(--v2-surface-3);color:var(--v2-text);outline:none}.vtabs{border-bottom:1px solid var(--v2-line);scrollbar-width:none;gap:4px;padding:0 4px;display:flex;overflow-x:auto}.vtabs::-webkit-scrollbar{display:none}.vtabs__tab{white-space:nowrap;font-family:var(--v2-font);color:var(--v2-text-3);cursor:pointer;background:0 0;border:none;flex:none;padding:10px 14px;font-size:13px;font-weight:500;transition:color .15s;position:relative}.vtabs__tab:hover{color:var(--v2-text)}.vtabs__tab:focus-visible{outline:2px solid var(--v2-accent);outline-offset:-2px}.vtabs__tab.is-active{color:var(--v2-text);font-weight:600}.vtabs__tab:after{content:"";background:var(--v2-accent);border-radius:1px;height:2px;transition:transform .15s;position:absolute;bottom:-1px;left:10px;right:10px;transform:scaleX(0)}.vtabs__tab.is-active:after{transform:scaleX(1)}.vdrawer-overlay{z-index:60;background:#10182852;animation:.18s ease-out vdrawer-fade;position:fixed;inset:0}.vdrawer{background:var(--v2-surface);border-left:1px solid var(--v2-line);width:min(72%,1180px);min-width:720px;box-shadow:var(--v2-shadow-drawer);z-index:61;font-family:var(--v2-font);color:var(--v2-text);flex-direction:column;animation:.18s ease-out vdrawer-in;display:flex;position:fixed;top:0;bottom:0;right:0}.vdrawer__body{flex:1;overflow-y:auto}@keyframes vdrawer-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:none}}@keyframes vdrawer-fade{0%{opacity:0}to{opacity:1}}@media (width<=1439px){.vdrawer{width:760px;min-width:0;max-width:100%}}@media (width<=1024px){.vdrawer{border-left:none;width:100%;animation-name:vdrawer-up}}@keyframes vdrawer-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes vdrawer-out{to{opacity:0;transform:translate(24px)}}@keyframes vdrawer-down{to{opacity:0;transform:translateY(16px)}}@keyframes vdrawer-fade-out{to{opacity:0}}.vdrawer.is-closing{animation:.16s ease-in forwards vdrawer-out}.vdrawer-overlay.is-closing{animation:.16s ease-in forwards vdrawer-fade-out}@media (width<=1024px){.vdrawer.is-closing{animation-name:vdrawer-down}}.vdrawer--md{width:760px;min-width:0;max-width:100%}@media (width<=1024px){.vdrawer--md{width:100%}}.vdrawer__head{border-bottom:1px solid var(--v2-line);flex:none;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 24px 14px;display:flex}.vdrawer__foot{border-top:1px solid var(--v2-line);background:var(--v2-surface);flex:none;align-items:center;gap:8px;padding:12px 24px;display:flex}.vdrawer__foot-spacer{flex:1}@media (prefers-reduced-motion:reduce){body.v-light-route *,body.v-light-route :before,body.v-light-route :after,.vdrawer,.vdrawer-overlay,.toast-root,.vtopbar__updot,.vupdatepop{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.vkpi{border:1px solid var(--v2-line);border-radius:var(--v2-radius-card);background:var(--v2-surface);box-shadow:var(--v2-shadow-xs);flex-direction:column;gap:6px;padding:14px 16px;display:flex}.vkpi__label{text-transform:uppercase;letter-spacing:.06em;color:var(--v2-text-3);font-size:11px;font-weight:500}.vkpi__value{color:var(--v2-text);font-variant-numeric:tabular-nums;font-size:22px;font-weight:700}.vkpi__sub{color:var(--v2-text-3);font-variant-numeric:tabular-nums;font-size:12px}.vmeter{align-items:center;gap:10px;display:flex}.vmeter__track{background:var(--v2-surface-3);border-radius:3px;flex:1;height:6px;overflow:hidden}.vmeter__fill{background:var(--v2-text-3);border-radius:3px;height:100%;transition:width .22s}.vmeter__fill--attack{background:var(--v2-attack)}.vmeter__fill--defense{background:var(--v2-defense)}.vmeter__fill--accent{background:var(--v2-accent)}.vmeter__fill--purple{background:var(--v2-stat-purple)}.vmeter__fill--win{background:var(--v2-win)}.vmeter__fill--warn{background:var(--v2-warn)}.vskeleton{background:var(--v2-surface-3);border-radius:var(--v2-radius-sm);min-height:12px;position:relative;overflow:hidden}.vskeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb3,#0000);animation:1.4s ease-in-out infinite vskeleton-sweep;position:absolute;inset:0}@keyframes vskeleton-sweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.vempty{color:var(--v2-text-3);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:48px 20px;font-size:13px;display:flex}.vempty strong{color:var(--v2-text-2);font-size:14px;font-weight:600}.vform-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.vform-row input,.vform-row select{border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface);height:32px;color:var(--v2-text);font:inherit;padding:0 10px;font-size:13px}.vform-row input:focus-visible,.vform-row select:focus-visible{border-color:var(--v2-accent);outline:none}.vagent{background:var(--v2-surface-3);border:1px solid var(--v2-line);object-fit:cover;border-radius:50%;flex:none;width:22px;height:22px}.vagents{align-items:center;display:inline-flex}.vagents .vagent{border:1.5px solid var(--v2-surface);margin-left:-6px}.vagents .vagent:first-child{margin-left:0}.vagents--dim .vagent{filter:grayscale(.7);opacity:.85}.vmapthumb{object-fit:cover;border:1px solid var(--v2-line);background:var(--v2-surface-3);border-radius:4px;flex:none;width:42px;height:24px}.vstat{flex-direction:column;gap:3px;min-width:0;display:flex}.vstat__label{text-transform:uppercase;letter-spacing:.07em;color:var(--v2-text-3);white-space:nowrap;font-size:10px;font-weight:500}.vstat__value{color:var(--v2-text);font-variant-numeric:tabular-nums;white-space:nowrap;align-items:center;gap:5px;font-size:13px;font-weight:600;display:inline-flex}.vdot{background:var(--v2-text-4);border-radius:50%;flex:none;width:7px;height:7px;display:inline-block}.vdot--attack{background:var(--v2-attack)}.vdot--defense{background:var(--v2-defense)}.vdot--warn{background:var(--v2-warn)}.vdot--accent{background:var(--v2-accent)}.vdot--win{background:var(--v2-win)}.vpager{border-top:1px solid var(--v2-line);color:var(--v2-text-2);font-variant-numeric:tabular-nums;flex:none;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;font-size:12px;display:flex}.vpager__btns{gap:6px;display:inline-flex}.vfootnote{color:var(--v2-text-3);margin:14px 2px 0;font-size:12px}.vfield{flex-direction:column;gap:4px;min-width:0;display:flex}.vfield>span{text-transform:uppercase;letter-spacing:.06em;color:var(--v2-text-3);font-size:11px;font-weight:500}.vfield input,.vfield select,.vfield textarea{border:1px solid var(--v2-line-strong);border-radius:var(--v2-radius);background:var(--v2-surface);width:100%;height:36px;color:var(--v2-text);font:inherit;padding:0 10px;font-size:13px}.vfield input:focus-visible,.vfield select:focus-visible,.vfield textarea:focus-visible{border-color:var(--v2-accent);outline:none;box-shadow:0 0 0 3px #d92d201a}.vsection{text-transform:uppercase;letter-spacing:.06em;color:var(--v2-text-3);margin:18px 0 10px;font-size:12px;font-weight:600}.vchipbar{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.vchip--btn{cursor:pointer;-webkit-user-select:none;user-select:none;gap:5px;height:26px;font-weight:500;transition:background .12s,border-color .12s,color .12s}.vchip--btn:hover{border-color:var(--v2-line-strong);color:var(--v2-text)}.vchip--btn:focus-visible{outline:2px solid var(--v2-accent);outline-offset:1px}.vchip--btn:disabled{cursor:not-allowed;opacity:.55}.vchip--btn:disabled:hover{border-color:var(--v2-line);color:var(--v2-text-3)}.vchip--btn.is-active:disabled{opacity:.8}.vchip--btn.is-active{color:var(--v2-accent);background:var(--v2-accent-bg);border-color:#d92d2059;font-weight:600}.vchip--btn strong{font-variant-numeric:tabular-nums;font-weight:600}.vdrop{border:1.5px dashed var(--v2-line-strong);border-radius:var(--v2-radius-card);background:var(--v2-surface);cursor:pointer;text-align:left;font-family:var(--v2-font);align-items:center;gap:14px;padding:14px 18px;transition:border-color .13s,background .13s;display:flex}.vdrop:hover,.vdrop.is-over{border-color:var(--v2-accent);background:var(--v2-accent-bg)}.vdrop:focus-visible{outline:2px solid var(--v2-accent);outline-offset:2px}.vdrop__icon{color:var(--v2-accent);flex:none}.vdrop strong{color:var(--v2-text);font-size:13px;display:block}.vdrop small{color:var(--v2-text-3);margin-top:2px;font-size:12px;display:block}.vfilelist{font-variant-numeric:tabular-nums;flex-direction:column;gap:4px;font-size:12.5px;display:flex}.vfilelist__row{color:var(--v2-text-2);align-items:baseline;gap:8px;min-width:0;display:flex}.vfilelist__row strong{color:var(--v2-text);font-weight:600}.vfilelist__row.is-fail,.vfilelist__row.is-fail strong{color:var(--v2-loss)}.vfilelist__msg{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.vnotice{border:1px solid var(--v2-line);border-radius:var(--v2-radius);background:var(--v2-surface-2);color:var(--v2-text-2);align-items:flex-start;gap:10px;padding:10px 12px;font-size:12.5px;line-height:1.55;display:flex}.vnotice>strong{white-space:nowrap;flex:none}.vnotice--warn{background:var(--v2-warn-bg);color:#7a3d00;border-color:#dc68034d}.vplant__svg{width:100%;height:auto;margin-top:4px;display:block}.vplant__grid{stroke:var(--v2-line-soft);stroke-width:1px}.vplant__zero{stroke:var(--v2-line-strong);stroke-width:1px;stroke-dasharray:3 3}.vplant__tick{fill:var(--v2-text-4);font-size:10px;font-family:var(--v2-font)}.vplant__pt{stroke:var(--v2-surface);stroke-width:1.5px}.vplant__pt.is-won{fill:var(--v2-win)}.vplant__pt.is-lost{fill:var(--v2-accent)}.vplant__pt.is-unknown{fill:var(--v2-text-4)}.vplant__axes{color:var(--v2-text-4);justify-content:space-between;margin-top:2px;font-size:11px;display:flex}.vplant__stats{color:var(--v2-text-3);font-variant-numeric:tabular-nums;flex-wrap:wrap;gap:6px 16px;margin-top:8px;font-size:12px;display:flex}.vplant__stats strong{color:var(--v2-text);font-weight:600}.vlight-legacy{--vdm-bg:#f6f7f9;--vdm-sidebar-bg:#fff;--vdm-panel:#fff;--vdm-panel-raised:#f9fafb;--vdm-surface:#f2f4f7;--vdm-line:#e5e7eb;--vdm-line-soft:#10182814;--vdm-text:#101828;--vdm-muted:#475467;--vdm-subtle:#667085;--vdm-accent:#d92d20;--vdm-accent-soft:#d92d201a;--vdm-accent-deep:#b42318;--vdm-danger:#d92d20;--vdm-danger-strong:#b42318;--vdm-warn:#dc6803;--vdm-good:#039855;--vdm-radius:10px;color:var(--vdm-text)}.vlight-legacy .analytics-panel,.vlight-legacy .figma-kpi-card{box-shadow:var(--v2-shadow-xs);border-radius:12px}.vlegacy-dark-island,.vlight-legacy .tactics-canvas-panel,.vlight-legacy .tactics-shell-preview .tactics-canvas-panel{--vdm-bg:#111417;--vdm-panel:#1d2023;--vdm-panel-raised:#24282c;--vdm-surface:#0b0e11;--vdm-line:#3a494a;--vdm-line-soft:#3a494a4d;--vdm-text:#e1e2e7;--vdm-muted:#b9caca;--vdm-subtle:#849495;--vdm-accent:#00f5ff;--vdm-accent-soft:#00f5ff24;--vdm-accent-deep:#006c71;--vdm-radius:0px;color:var(--vdm-text)}.vlight-legacy .vlr-workbench .vlr-filter-bar{border:1px solid var(--v2-line);background:var(--v2-surface-2,#f8fafc);border-radius:10px}.vlight-legacy .vlr-workbench .vlr-filter-grid .ui-input,.vlight-legacy .vlr-workbench .vlr-filter-grid .ui-select{color:var(--vdm-text);background:#fff;border:1px solid #d0d5dd}.vlight-legacy .vlr-workbench .vlr-filter-grid .ui-input:hover,.vlight-legacy .vlr-workbench .vlr-filter-grid .ui-select:hover{background-color:#f9fafb;border-color:#98a2b3}.vlight-legacy .vlr-workbench .vlr-filter-grid .ui-input:focus-visible,.vlight-legacy .vlr-workbench .vlr-filter-grid .ui-select:focus-visible{border-color:var(--vdm-accent);box-shadow:0 0 0 2px var(--vdm-accent-soft)}.vlight-legacy .vlr-workbench .vlr-check-field{background:#fff;border:1px solid #d0d5dd;border-radius:8px}.vlight-legacy .vlr-workbench .vlr-refresh-button{color:var(--vdm-text);background:#fff;border:1px solid #d0d5dd}.vlight-legacy .vlr-workbench .vlr-refresh-button:hover:not(:disabled){border-color:var(--vdm-accent);background:var(--vdm-accent-soft)}.vlight-legacy .vlr-workbench .vlr-stats-table thead th{background:var(--vdm-surface);color:var(--vdm-subtle)}.vlight-legacy td.vlr-stat-color,.vlight-legacy .vlr-workbench .vlr-stat-color{background:linear-gradient(180deg, hsla(var(--stat-h), 62%, 45%, .16), hsla(var(--stat-h), 55%, 45%, .05)), #fff;box-shadow:inset 0 0 0 1px hsla(var(--stat-h), 45%, 45%, .22)}.vlight-legacy td.vlr-empty-metric,.vlight-legacy .vlr-workbench .vlr-empty-metric{background:var(--vdm-surface);box-shadow:inset 0 0 0 1px var(--vdm-line);color:#98a2b3!important}.vlight-legacy .vlr-workbench .vlr-metric-cell .metric-track{background:#10182814}.vlight-legacy .vlr-workbench .vlr-metric-cell .metric-fill{background:hsl(var(--metric-hue), 58%, 44%)}.vlight-legacy .vlr-workbench .vlr-agent-cell{border-left:1px solid var(--vdm-line-soft)}.vlight-legacy .vlr-workbench .vlr-candidate-row:hover,.vlight-legacy .vlr-workbench .vlr-candidate-row.is-selected{background:#10182809}.vlight-legacy .vlr-workbench .vlr-candidate-row:focus-visible{outline:1px solid var(--vdm-accent);outline-offset:-2px}.vlight-legacy .tactics-map-current,.vlight-legacy .tactics-map-option{background:#fff;border:1px solid #d0d5dd;border-radius:8px}.vlight-legacy .tactics-map-current:hover,.vlight-legacy .tactics-map-current[aria-expanded=true],.vlight-legacy .tactics-map-option:hover,.vlight-legacy .tactics-map-option.is-active{border-color:var(--vdm-accent);background:var(--vdm-accent-soft)}.vlight-legacy .tactics-map-thumb{border:1px solid var(--vdm-line);background:var(--vdm-surface);border-radius:6px}.vlight-legacy .tactics-map-menu{border:1px solid var(--vdm-line);background:#fff;border-radius:10px;box-shadow:0 18px 42px #10182824}.vlight-legacy .tactics-side-switch{border:1px solid var(--vdm-line);background:var(--vdm-surface);border-radius:8px}.vlight-legacy .tactics-side-switch button{background:0 0;border-radius:6px}.vlight-legacy .tactics-side-switch button:hover,.vlight-legacy .tactics-side-switch button.is-active{border-color:var(--vdm-accent);background:var(--vdm-accent-soft);color:var(--vdm-text)}.vlight-legacy .vlr-watchlist-page{--watchlist-bg:#f6f7f9;--watchlist-panel:#fff;--watchlist-active:#f2f4f7;--watchlist-line:#e5e7eb;--watchlist-accent:#d92d20;--watchlist-muted:#667085;--watchlist-soft:#475467;border:1px solid var(--v2-line,#e5e7eb);background:#fff;border-radius:12px}.vlight-legacy .vlr-watchlist-page .vlr-watchlist-list-header b{background:var(--vdm-accent-soft);color:var(--vdm-accent-deep)}.vlight-legacy .vlr-watchlist-page .vlr-watchlist-selected-head{background:var(--v2-surface-2,#f8fafc)}.vlight-legacy .vlr-watchlist-page .vlr-watchlist-id-chip{background:var(--vdm-accent-soft);color:var(--vdm-accent-deep);border-color:#d92d2047}.vlight-legacy .vlr-watchlist-page .vlr-watchlist-delta.is-positive{color:#039855;background:#0398551f}.vlight-legacy .vlr-watchlist-page .vlr-watchlist-empty{background:var(--v2-surface-2,#f8fafc)}.vlight-legacy .vlr-watchlist-page .vlr-watchlist-delete-dialog{background:#10182852}.vlight-legacy .vlr-watchlist-page{grid-template-rows:minmax(0,1fr);height:calc(100dvh - 240px);min-height:520px}.vlight-legacy .vlr-watchlist-page .vlr-watchlist-title-line h2{color:var(--vdm-text)}.vlight-legacy .vlr-watchlist-page .vlr-watchlist-avatar{border:1px solid var(--vdm-line);color:var(--vdm-accent);background:var(--vdm-surface);border-radius:8px}.vlight-legacy .vlr-watchlist-page .vlr-watchlist-list-header strong,.vlight-legacy .vlr-watchlist-page .vlr-watchlist-row-main strong,.vlight-legacy .vlr-watchlist-page .vlr-watchlist-metric-row span{color:var(--vdm-text)}.vlight-legacy .vlr-watchlist-page .vlr-watchlist-table-head{background:var(--vdm-surface);color:var(--vdm-subtle)}.vlight-legacy .vlr-watchlist-page .vlr-watchlist-table-head,.vlight-legacy .vlr-watchlist-page .vlr-watchlist-metric-row{border-bottom:1px solid var(--vdm-line)}.vlight-legacy .vlr-watchlist-page .vlr-watchlist-delta{border-color:var(--vdm-line)}.vlight-legacy .vlr-watchlist-page .vlr-watchlist-row-deltas .is-neutral,.vlight-legacy .vlr-watchlist-page .vlr-watchlist-delta.is-neutral{color:var(--vdm-subtle);background:var(--vdm-surface)}.vlight-legacy .vlr-watchlist-page .vlr-watchlist-row-deltas .is-negative,.vlight-legacy .vlr-watchlist-page .vlr-watchlist-delta.is-negative{color:#b42318;background:#d92d2014;border-color:#d92d2059}.vlight-legacy .vlr-watchlist-page .vlr-watchlist-row-deltas .is-positive,.vlight-legacy .vlr-watchlist-page .vlr-watchlist-delta.is-positive{color:#039855;background:#0398551a;border-color:#03985566}.vxvy__wrap{margin-top:6px;overflow-x:auto}.vxvy__grid{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;min-width:360px}.vxvy__grid th{color:var(--v2-text-4);text-transform:uppercase;letter-spacing:.04em;padding:4px 6px;font-size:10.5px;font-weight:600}.vxvy__corner{white-space:nowrap}.vxvy__cell{border:1px solid var(--v2-line-soft);text-align:center;min-width:58px;padding:5px 6px}.vxvy__cell strong{color:var(--v2-text);font-size:13px;display:block}.vxvy__cell span{color:var(--v2-text-4);white-space:nowrap;margin-top:1px;font-size:10.5px;display:block}.vxvy__cell.is-pos strong{color:var(--v2-win)}.vxvy__cell.is-neg strong{color:var(--v2-loss)}.vxvy__cell.is-thin{opacity:.55}.vxvy__cell.is-empty{color:var(--v2-text-4);font-size:12px}.vtier{letter-spacing:.02em;border-radius:4px;align-items:center;margin-left:6px;padding:2px 6px;font-size:10.5px;font-weight:600;display:inline-flex}.vtier--pistol{color:var(--v2-stat-purple);background:#f2effe}.vtier--eco{color:var(--v2-text-3);background:var(--v2-surface-3)}.vtier--semi_eco{color:var(--v2-warn);background:var(--v2-warn-bg)}.vtier--semi_buy{color:var(--v2-attack);background:#fff4e5}.vtier--full{color:var(--v2-win);background:var(--v2-win-bg)}.vtier--anti{color:var(--v2-info);background:var(--v2-info-bg)}.vfade{animation:.15s vfade-in}@keyframes vfade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.vfade{animation:none}}@media (width<=1365px),(height<=767px){.vdm-shell:has(.vmain--light){visibility:visible}}@media (width<=768px){.vmain--light .vpage{padding:14px 14px 40px}.vmain--light .vpage__title{font-size:20px}.vmain--light .vfilter select,.vmain--light .vfilter input{min-width:96px}}:root{--v2-dur-fast:.12s;--v2-dur:.15s;--v2-dur-slow:.18s;--v2-ease:ease}.vspin{animation:.8s linear infinite vspin}@keyframes vspin{to{transform:rotate(360deg)}}.vxvy__cell{transition:background-color var(--v2-dur-fast) var(--v2-ease)}.vxvy__grid tbody .vxvy__cell:hover{background:var(--v2-surface-2)}.vfilter select,.vfilter input,.vfilter__search input,.vfield input,.vfield select,.vfield textarea,.vauth__field input{transition:border-color .13s var(--v2-ease), box-shadow .13s var(--v2-ease)}.vlight-legacy .vlr-workbench .vlr-candidate-row{transition:background-color var(--v2-dur-fast) var(--v2-ease)}.vlight-legacy .vlr-workbench .vlr-refresh-button,.vlight-legacy .vlr-workbench .vlr-filter-grid .ui-input,.vlight-legacy .vlr-workbench .vlr-filter-grid .ui-select{transition:background-color .13s var(--v2-ease), border-color .13s var(--v2-ease), box-shadow .13s var(--v2-ease)}.vlight-legacy .vlr-workbench .vlr-sort-button{transition:color var(--v2-dur-fast) var(--v2-ease)}.vlight-legacy .vlr-watchlist-page .vlr-watchlist-row{transition:background-color var(--v2-dur-fast) var(--v2-ease)}.vtip{cursor:help;position:relative}.vtip:after{content:attr(data-tip);background:var(--v2-text);color:#fff;border-radius:var(--v2-radius-sm);white-space:nowrap;pointer-events:none;opacity:0;z-index:70;padding:5px 9px;font-size:11.5px;font-weight:500;line-height:1.45;transition:opacity .13s .12s,transform .13s .12s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%,2px)}.vtip:hover:after,.vtip:focus-visible:after{opacity:1;transform:translate(-50%)}:root{--v2-ease-p:cubic-bezier(.4, 0, .2, 1);--v2-elite:#7c3aed;--v2-elite-bg:#f5f3ff}.is-grade-neutral{color:var(--v2-text-2)}.is-grade-good{color:var(--v2-win)}.is-grade-bad{color:var(--v2-accent)}.is-grade-elite{color:var(--v2-elite)}.vtable td.is-grade-good,.vtable td.is-grade-bad,.vtable td.is-grade-elite{font-weight:600}.vfilterbar--panel{border:1px solid var(--v2-line);background:var(--v2-surface);transition:box-shadow .2s var(--v2-ease-p), border-color .2s var(--v2-ease-p);border-radius:18px;padding:14px 16px;box-shadow:0 4px 24px #1018280f}.vfilterbar--panel:focus-within{border-color:var(--v2-line-strong);box-shadow:0 6px 28px #10182817}.vfilterbar--panel .vfilter>span{letter-spacing:.06em;font-size:11px}.vseg{border:1px solid var(--v2-line);background:var(--v2-surface-2);border-radius:10px;gap:4px;padding:3px;display:inline-flex}.vseg__btn{cursor:pointer;font:inherit;color:var(--v2-text-3);transition:color .15s var(--v2-ease-p), background-color .15s var(--v2-ease-p);background:0 0;border:none;border-radius:7px;padding:4px 10px;font-size:12px;font-weight:500}.vseg__btn:hover:not(:disabled){color:var(--v2-text)}.vseg__btn.is-active{background:var(--v2-surface);color:var(--v2-text);box-shadow:var(--v2-shadow-xs);font-weight:600}.vseg__btn:disabled{cursor:not-allowed;opacity:.5}.vform{flex-wrap:wrap;align-items:center;gap:5px;display:inline-flex}.vform__pill{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 7px;font-size:11px;font-weight:700;display:inline-flex}.vform__pill.is-w{color:var(--v2-win);background:var(--v2-win-bg);border-color:#03985547}.vform__pill.is-l{color:var(--v2-accent);background:var(--v2-accent-bg);border-color:#d92d2042}.vform__pill.is-d{color:var(--v2-text-3);background:var(--v2-surface-3);border-color:var(--v2-line)}
