.pcx{position:relative;--pcx-band:240px}.pcx.has-res,.pcx.is-run{--pcx-band:320px}@media (max-width:599px) and (max-height:780px){.pcx:not(.is-run):not(.has-res){--pcx-band:170px}}.pcx-band{position:relative;height:var(--pcx-band);overflow:hidden;background:#3d3a35;isolation:isolate}.pcx-sample{position:absolute;inset:0;transition:opacity .3s ease-out,visibility 0s linear 0s}.pcx-sample img,.pcx-sample svg{position:absolute;display:block;max-width:none;width:882px;height:378px;left:calc(50% - 576px);top:calc(var(--pcx-band)/ 2 - 189px)}.pcx-sample svg{pointer-events:none;overflow:visible}.pcx-sample svg path{fill:none;stroke-linejoin:round;vector-effect:non-scaling-stroke}.pcx-sample svg .h{stroke:rgba(0,0,0,.35);stroke-width:6px}.pcx-sample svg .o{stroke:#fff;stroke-width:2.5px}.pcx-cap{position:absolute;inset:0;pointer-events:none}.pcx-cap p{position:absolute;margin:0;border-radius:6px;color:var(--text,#2b2824)}.pcx-ex{left:16px;top:12px;background:rgba(255,255,255,.92);padding:2px 8px;font-size:13px;line-height:20px}.pcx-attr{right:8px;bottom:32px;background:rgba(255,255,255,.82);padding:2px 6px;font-size:12px;line-height:16px}.pcx-live{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .3s ease-out,visibility 0s linear .3s}.pcx.has-res .pcx-live{opacity:1;visibility:visible;transition:opacity .3s ease-out}.pcx.has-res .pcx-sample,.pcx.is-run .pcx-sample{opacity:0;visibility:hidden;transition:opacity .15s ease-out,visibility 0s linear .15s}.pcx.is-run:not(.has-res) .pcx-band{background:var(--border,#e6e2db)}.pcx.is-run:not(.has-res) .pcx-band::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.35) 50%,rgba(255,255,255,0) 100%);transform:translateX(-100%);animation:pcx-shim 1.5s linear infinite}@keyframes pcx-shim{to{transform:translateX(100%)}}@media (min-width:600px){.pcx{--pcx-band:320px}.pcx-sample img,.pcx-sample svg{width:1529px;height:655px;left:calc(50% - 998px);top:calc(var(--pcx-band)/ 2 - 328px)}}.pct-map{position:absolute;inset:0;background:#3d3a35}.pct-map .leaflet-container,.pct-map.leaflet-container{font:inherit;background:#3d3a35;cursor:default}.pct-map[data-bm=sat] .leaflet-tile-pane{filter:saturate(.4) brightness(.95)}.pct-map[data-bm=scheme] .leaflet-tile-pane{filter:saturate(.5)}.pct-map .leaflet-pane.leaflet-pcrFog-pane{opacity:0;transition:opacity .3s ease-out}.pct-map.fog-on .leaflet-pane.leaflet-pcrFog-pane{opacity:1}.pct-map .leaflet-control-attribution{background:rgba(255,255,255,.82);border-radius:6px;padding:2px 6px;margin:0 8px 8px 0;font-size:12px;line-height:16px;color:var(--text,#2b2824);max-width:calc(100vw - 16px);white-space:normal}.pct-map .leaflet-control-attribution a{color:var(--accent-600,#1f54c9)}.pct-map .leaflet-bottom{bottom:24px}.pct-map svg.pct-svg{display:block;width:100%;height:100%}.pct-map .gbm button{color:var(--text,#2b2824)}.pct-map .gbm button[aria-checked=true]{background:#eaf0fd;color:var(--accent-600,#1f54c9);box-shadow:inset 0 0 0 1px var(--accent,#2563eb)}.pct-plabel{display:none}.pct-mapcap{position:absolute;z-index:500;left:16px;top:12px;margin:0;max-width:calc(100% - 220px);background:rgba(255,255,255,.92);border-radius:6px;padding:6px 10px;font-size:14px;line-height:20px;color:var(--text,#2b2824);pointer-events:none}.pct-mapcap .l{display:none}.pcx-wrap{position:relative;z-index:1;margin-top:-24px;pointer-events:none}.pcx-panel{pointer-events:auto;background:var(--surface,#fff);border-radius:16px 16px 0 0;box-shadow:0 -2px 12px rgba(43,40,36,.12);padding:16px 16px 32px;color:var(--text,#2b2824)}.pcx-panel *{box-sizing:border-box}.pcx-intro{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.pcx-intro h1{margin:0;font-size:30px;line-height:36px;font-weight:700;letter-spacing:-.015em;text-wrap:balance}.pcx-intro p{margin:0;font-size:17px;line-height:26px}.pcr-sr,.pcx .pcr-vh,.pcx.has-res .pcx-intro,.pcx.is-run .pcx-intro{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media (min-width:600px){.pcx-panel{padding:24px max(24px,calc(50% - 320px)) 32px}}.pcr{display:flex;flex-direction:column;gap:24px}.pcr>:empty{display:none}.pcx.has-res .pcr,.pcx.is-run .pcr{gap:16px}.pcr-form{margin:0}.pcr-lbl{display:block;margin:0 0 8px;font-size:14px;line-height:20px;font-weight:600;color:var(--text,#2b2824)}.pcr-row{display:flex;flex-direction:column;gap:12px}.pcr-in{width:100%;min-width:0;height:56px;padding:0 16px;border:1px solid var(--border-input,#8a847a);border-radius:10px;background:#fff;font:inherit;font-size:20px;line-height:26px;color:var(--text,#2b2824);font-variant-numeric:tabular-nums}.pcr-in::placeholder{color:var(--text-2,#6b655c);opacity:1}.pcr-in:focus{outline:0}.pcr-in:focus-visible{outline:2px solid var(--accent,#2563eb);outline-offset:2px}.pcr-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 24px;border:1px solid transparent;border-radius:10px;background:var(--accent,#2563eb);color:#fff;font:inherit;font-size:16px;line-height:20px;font-weight:600;cursor:pointer;white-space:nowrap;text-decoration:none;transition:background-color .15s ease-out,color .15s ease-out,border-color .15s ease-out,transform .16s ease-out}.pcr-btn:focus{outline:0}.pcr-btn:focus-visible,.pcr-chip:focus-visible,.pct-foot summary:focus-visible,.pct-sample:focus-visible{outline:2px solid var(--accent,#2563eb);outline-offset:2px}.pcr-btn:active:not(:disabled){transform:scale(.97)}.pcr-btn:disabled{background:var(--bg,#f5f3ef);border-color:var(--border,#e6e2db);color:var(--text-2,#6b655c);cursor:default}.pcr-btn--alt{background:#fff;color:var(--accent,#2563eb);border-color:var(--accent,#2563eb)}.pcr-btn--ghost{background:#fff;color:var(--text,#2b2824);border-color:var(--border-input,#8a847a)}@media (hover:hover) and (pointer:fine){.pcr-btn:not(:disabled):hover{background:var(--accent-600,#1f54c9);text-decoration:none}.pcr-btn--alt:not(:disabled):hover,.pcr-btn--ghost:not(:disabled):hover{background:var(--accent-50,#eef3fe);color:var(--accent-600,#1f54c9)}.pcr-chip:not(:disabled):hover{border-color:var(--accent,#2563eb)}}.pcr-go{width:100%}.pcr-left{margin:8px 0 0;font-size:14px;line-height:22px;color:var(--text-2,#6b655c)}.pcr-left b{font-weight:400;color:inherit}.pcr-left--zero{color:#92400e}.pcx.has-res .pcr-lbl--cad,.pcx.is-run .pcr-lbl--cad{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.pcx.has-res .pcr-row,.pcx.is-run .pcr-row{flex-direction:row;align-items:center;gap:8px}.pcx.has-res .pcr-in,.pcx.is-run .pcr-in{height:44px;padding:0 12px;font-size:16px;line-height:20px}.pcx.has-res .pcr-go,.pcx.is-run .pcr-go{width:auto;flex:none;height:44px;padding:0 12px}.pcx.has-res .pcr-left:not(.pcr-left--zero),.pcx.is-run .pcr-left:not(.pcr-left--zero){display:none}.pcr-purp{display:flex;flex-direction:column;gap:8px}.pcr-purp .pcr-lbl{margin:0}.pcr-chips{display:flex;flex-wrap:wrap;gap:8px}.pcr-chip{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:0 16px;border:1px solid var(--border-input,#8a847a);border-radius:999px;background:#fff;color:var(--text,#2b2824);font:inherit;font-size:14px;line-height:20px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color .15s ease-out,border-color .15s ease-out,color .15s ease-out}.pcr-chip.on{border-color:var(--accent,#2563eb);background:#eaf0fd;color:var(--accent-600,#1f54c9)}.pcr-chip small{font-size:14px;font-weight:400}.pcr-chip:disabled{cursor:default;color:var(--text-2,#6b655c)}.pcr-small{margin:0;font-size:14px;line-height:22px;color:var(--text-2,#6b655c)}.pcx.is-run:not(.has-res) .pcr-purp,.pcx.is-zero .pcr-purp{display:none}.pcx.has-res .pcr-purp{flex-direction:row;align-items:center;gap:8px}.pcx.has-res .pcr-purp .pcr-lbl{flex:none}.pcx.has-res .pcr-chips{flex-wrap:nowrap}.pcx.has-res .pcr-purp .pcr-small{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media (max-width:599px){.pcx.has-res .pcr-purp{overflow-x:auto;margin:0 -16px;padding:0 16px;scrollbar-width:none}.pcx.has-res .pcr-purp::-webkit-scrollbar{display:none}.pcx.has-res .pcr-chip{flex:none}}@media (min-width:600px) and (max-width:1023px){.pcx.has-res .pcr-chips{flex-wrap:wrap}}.pcr-err{border-radius:10px;padding:12px 16px;background:#fdecec;color:#991b1b;font-size:14px;line-height:22px}.pcr-info{border-radius:10px;padding:12px 16px;background:var(--bg,#f5f3ef);color:var(--text,#2b2824);font-size:14px;line-height:22px}.pcr-err+.pcr-info{margin-top:8px}.pcr-prog{display:flex;flex-direction:column;gap:8px}.pcr-prog-h{margin:0;font-size:16px;line-height:24px;font-weight:600;overflow-wrap:anywhere}.pcr-bar{position:relative;height:4px;border-radius:6px;background:var(--surface-3,#f0ede8);overflow:hidden}.pcr-bar i{position:absolute;left:0;top:0;bottom:0;width:30%;border-radius:6px;background:var(--border-input,#8a847a);transform:translateX(-100%);animation:pcr-run 1.4s cubic-bezier(.45,0,.55,1) infinite}@keyframes pcr-run{to{transform:translateX(340%)}}.pct-skel{position:relative;display:flex;flex-direction:column;gap:16px;padding-top:8px;overflow:hidden}.pct-skel span{display:block;border-radius:6px;background:#efebe5}.pct-skel .g{display:flex;flex-direction:column;gap:10px}.pct-skel .r{height:56px;border-top:1px solid var(--surface-3,#f0ede8);display:flex;align-items:center;gap:8px}.pct-skel .r .d{width:10px;height:10px;border-radius:50%;background:var(--border,#e6e2db);flex:none}.pct-skel .r .n{margin-left:auto;width:20px;height:28px}.pct-skel::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.6) 50%,rgba(255,255,255,0) 100%);transform:translateX(-100%);animation:pcx-shim 1.5s linear infinite}#pcr-msg:not(:has(.pcr-err,.pcr-info)){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.pcr-orders{font-size:14px;line-height:22px;color:var(--text-2,#6b655c)}.pcr-orders a{display:inline-block;margin:0 12px 0 0;min-height:44px;line-height:44px}.pct{display:flex;flex-direction:column;gap:16px;transition:opacity .15s ease-out;scroll-margin-top:72px}.pcm-sec.is-old,.pct.is-old{opacity:.45;pointer-events:none}.pct>*{animation:pct-in .28s cubic-bezier(.23,1,.32,1) both}.pct>:nth-child(2){animation-delay:.04s}.pct>:nth-child(3){animation-delay:.08s}.pct>:nth-child(4){animation-delay:.12s}.pct>:nth-child(n+5){animation-delay:.16s}@keyframes pct-in{from{opacity:0;transform:translateY(8px)}}.pct-head{display:flex;flex-direction:column;gap:4px}.pct-num{margin:0;font-size:20px;line-height:26px;font-weight:700;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.pct-num:focus{outline:0}.pct-addr{margin:0;font-size:14px;line-height:21px;color:var(--text-2,#6b655c)}.pct-verdict{margin:0;font-size:18px;line-height:26px;font-weight:600;text-wrap:balance}.pct-note{margin:0;font-size:14px;line-height:21px;color:var(--text-2,#6b655c)}.pct-tiles{display:flex;flex-direction:column;gap:8px}.pct-tiles:empty{display:none}.pct-lvh{display:flex;justify-content:space-between;gap:16px;font-size:14px;line-height:21px;color:var(--text-2,#6b655c)}.pct-lv{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.pct-tile{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:minmax(32px,auto) 4px;row-gap:6px;column-gap:12px;min-height:56px;padding-top:9px;border-top:1px solid var(--border,#e6e2db)}.pct-tile-h{display:flex;align-items:center;gap:8px;min-width:0;font-size:16px;line-height:24px}.pct-tile-h i{flex:none;width:10px;height:10px;border-radius:50%;background:var(--c)}.pct-lv--nomap .pct-tile-h i{background:#d9d4cb}.pct-relink{padding:0;border:0;background:0 0;font:inherit;color:var(--accent-600,#1f54c9);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.pct-relink:disabled{color:var(--text-2,#6b655c);cursor:default}.pct-tile-n{display:flex;align-items:baseline;justify-content:flex-end;gap:8px}.pct-tile-n b{font-size:28px;line-height:32px;font-weight:700;color:var(--t,var(--text,#2b2824));font-variant-numeric:tabular-nums}.pct-tile.is-zero .pct-tile-n b{color:var(--text-2,#6b655c)}.pct-tile-s{min-width:44px;text-align:right;font-size:14px;line-height:21px;color:var(--text-2,#6b655c);white-space:nowrap;font-variant-numeric:tabular-nums}.pct-sbar{grid-column:1/-1;height:4px;border-radius:6px;background:var(--surface-3,#f0ede8);overflow:hidden}.pct-sbar i{display:block;height:100%;border-radius:6px;background:var(--c);transform-origin:left center;animation:pct-bar .48s cubic-bezier(.16,1,.3,1) .12s both}@keyframes pct-bar{from{transform:scaleX(0)}}.pct-more b{font-weight:700}.pct-need{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:8px}.pct-flood{margin:0;border-radius:10px;padding:12px 16px;background:var(--bg,#f5f3ef);font-size:16px;line-height:24px}.pct-flood--hit{background:#fdecec;font-weight:600}.pct-flood--hit b{color:#b91c1c;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.pct-lock{display:flex;flex-direction:column;gap:8px;padding-top:8px}.pct-lock-h{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;line-height:24px;font-weight:600}.pct-lock-h svg{flex:none;color:var(--text-2,#6b655c)}.pct-fog3{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.pct-fog3 li{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:14px;line-height:21px}.pct-fake{flex:none;display:block}.pct-fake i{display:block;height:8px;border-radius:6px;background:var(--border,#e6e2db)}.pct-cta{display:flex;flex-direction:column;gap:8px;padding-top:16px}.pct-cta .pcr-btn{width:100%}.pct-sample{align-self:flex-start;display:inline-flex;align-items:center;min-height:44px;font-size:16px;line-height:24px;color:var(--accent,#2563eb);text-decoration:underline;text-underline-offset:2px}.pct-sample:hover{color:var(--accent-600,#1f54c9)}.pct-cta .pcr-small{margin-top:-4px}.pct-nbq{margin:0;border-radius:10px;padding:10px 14px;background:var(--amber-50,#fbf1e3);color:#7c2d12;font-size:14px;line-height:21px;overflow-wrap:anywhere}.pct-flood--maybe{background:var(--amber-50,#fbf1e3);font-weight:600}.pct-flood--maybe b{color:#92400e;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.pct-nbbuy{display:flex;flex-direction:column;gap:4px;padding:12px 16px;border-radius:10px;border:1px solid var(--border,#e6e2db);font-size:16px;line-height:24px}.pct-nbbuy p{margin:0}.pcm-nb{margin:0;font-size:16px;line-height:25px}.pct-lvh--nb span:last-child{flex:none;white-space:nowrap}.pcm-sec{background:var(--surface,#fff);padding:32px 16px;display:flex;flex-direction:column;gap:32px;color:var(--text,#2b2824);margin-top:8px}.pcm-sec[hidden]{display:none}.pcm-sec h2{margin:0;font-size:24px;line-height:30px;font-weight:700;letter-spacing:-.01em}.pcm{display:flex;flex-direction:column;gap:32px}.pcm-col{display:flex;flex-direction:column;gap:24px;min-width:0}.pcm-col h3{margin:0;font-size:18px;line-height:26px;font-weight:600;display:flex;align-items:center;gap:8px}.pcm-col h3 svg{flex:none;color:var(--text-2,#6b655c)}.pcm-blk{display:flex;flex-direction:column;gap:8px}.pcm-dl{margin:0;display:flex;flex-direction:column;border-bottom:1px solid var(--border,#e6e2db)}.pcm-dl>div{display:flex;flex-direction:column;gap:2px;padding:12px 0;border-top:1px solid var(--border,#e6e2db)}.pcm-dl>div[hidden]{display:none}.pcm-dl dt{font-size:14px;line-height:21px;color:var(--text-2,#6b655c)}.pcm-dl dd{margin:0;display:flex;flex-direction:column;gap:4px;font-size:16px;line-height:25px;min-width:0;overflow-wrap:anywhere}.pcm-dl dd>b{font-weight:700;font-variant-numeric:tabular-nums}.pcm-dl dd .n{font-size:14px;line-height:21px;color:var(--text-2,#6b655c)}.pcm-dl dd a{align-self:flex-start;display:inline-flex;align-items:center;min-height:44px;font-size:16px;line-height:24px;color:var(--accent,#2563eb)}.pcm-hit{color:#b91c1c}.pct-fog6{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;border-bottom:1px solid var(--border,#e6e2db)}.pct-fog6 li{display:flex;flex-direction:column;gap:8px;padding:12px 0;border-top:1px solid var(--border,#e6e2db);font-size:16px;line-height:25px}.pct-fog6 .pct-fake{width:100%}.pct-foot{display:flex;flex-direction:column;gap:8px}.pct-foot p{margin:0;font-size:14px;line-height:21px;color:var(--text-2,#6b655c)}.pct-foot details p{margin-top:8px}.pct-foot summary{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:16px;line-height:24px;font-weight:600;cursor:pointer;list-style:none}.pct-foot summary::-webkit-details-marker{display:none}.pct-foot summary svg{flex:none;color:var(--text-2,#6b655c);transition:transform .15s ease-out}.pct-foot details[open] summary svg{transform:rotate(180deg)}@media (min-width:1024px){.pcx{min-height:920px}.pcx-band{position:absolute;left:0;right:0;top:0;height:840px}.pcx-sample img,.pcx-sample svg{width:1960px;height:840px;top:0;left:calc(max(24px,50% - 560px) - 440px)}.pcx-attr,.pcx-ex{left:auto;top:auto;right:16px}.pcx-ex{bottom:32px}.pcx-attr{bottom:8px}.pcx-wrap{max-width:1168px;margin:0 auto;padding:48px 24px 0}.pcx-panel{width:440px;border-radius:10px;padding:32px;box-shadow:0 1px 2px rgba(43,40,36,.08),0 12px 32px rgba(43,40,36,.18)}.pcx-intro{margin-bottom:24px}.pcx-intro h1{font-size:32px;line-height:38px;letter-spacing:-.02em}.pcx-intro p{font-size:16px;line-height:26px}.pcx.has-res .pcr-go,.pcx.has-res .pcr-in,.pcx.is-run .pcr-go,.pcx.is-run .pcr-in{height:40px}.pcx.has-res .pcr-go,.pcx.is-run .pcr-go{padding:0 16px}.pct{gap:12px}.pct-num{font-size:24px;line-height:30px}.pct-addr{line-height:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pct-verdict{font-size:20px;line-height:28px}.pct-lvh{line-height:22px}.pct-tile{grid-template-rows:minmax(30px,auto) 4px;row-gap:4px;min-height:44px;padding-top:5px}.pct-tile-n b{font-size:24px;line-height:30px}.pct-tile-s{min-width:48px;line-height:22px}.pct-fog3 li{min-height:28px;line-height:22px}.pct-sample{min-height:0}.pct-cta{gap:12px;padding-top:12px}.pct-cta .pcr-small{margin-top:-8px}.pcx.has-res .pcr-purp{position:absolute;left:512px;top:48px;max-width:calc(100% - 528px);flex-wrap:wrap;gap:4px 8px;padding:8px;background:#fff;border-radius:10px;box-shadow:0 1px 2px rgba(43,40,36,.1),0 4px 12px rgba(43,40,36,.14);animation:none}.pcx.has-res .pcr-purp .pcr-lbl{padding:0 4px 0 8px}.pcx.has-res .pcr-chips{flex:1 1 0;min-width:0;flex-wrap:wrap}.pcx.has-res .pcr-purp .pcr-small{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal;flex-basis:100%;padding:0 8px 2px}.pct-mapcap{top:auto;bottom:24px;left:calc(max(24px,50% - 560px) + 488px);max-width:calc(100% - max(24px,50% - 560px) - 488px - 300px);padding:8px 12px}.pct-mapcap .s{display:none}.pct-mapcap .l{display:inline}.pct-map .leaflet-bottom{bottom:0}.pct-plabel{display:block}.pct-plabel span{display:inline-block;background:rgba(43,40,36,.88);color:#fff;font-size:14px;line-height:20px;font-weight:600;padding:4px 8px;border-radius:6px;white-space:nowrap;font-variant-numeric:tabular-nums}.pcm-sec{max-width:1168px;margin:0 auto;padding:64px 24px 0;background:0 0;gap:16px}.pcm-sec h2{font-size:28px;line-height:34px}.pcm{background:var(--surface,#fff);border-radius:10px;padding:32px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px}.pcm-col h3{font-size:20px;line-height:28px}.pcm-dl{border-bottom:0}.pcm-dl>div{display:grid;grid-template-columns:184px minmax(0,1fr);gap:16px}.pcm-dl>div:last-child{border-bottom:1px solid var(--border,#e6e2db)}.pcm-dl dt{line-height:22px;padding-top:2px}.pcm-dl dd{line-height:26px}.pcm-dl dd .n{line-height:22px}.pcm-dl dd a{min-height:0;font-size:14px;line-height:22px}.pct-fog6 li{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:24px;line-height:26px}.pct-fog6 .pct-fake{width:auto;margin-top:9px}.pct-foot p{line-height:22px}}@media (min-width:1961px){.pcx-sample img,.pcx-sample svg{left:0;width:100vw;height:calc(100vw * 840 / 1960);top:calc((840px - 100vw * 840 / 1960)/ 2)}}@media (prefers-reduced-motion:reduce){.pcx-live,.pcx-sample,.pcx.has-res .pcx-live,.pcx.has-res .pcx-sample,.pcx.is-run .pcx-sample{transition:none}.pct-skel::after,.pcx.is-run:not(.has-res) .pcx-band::after{animation:none;display:none}.pcr-bar i{animation:none;transform:none;width:100%;opacity:.5}.pct>*{animation:pct-fade .2s ease-out both;animation-delay:0s!important}.pct-sbar i{animation:none}.pcr-btn:active:not(:disabled){transform:none}.pcr-btn,.pcr-chip,.pct-foot summary svg{transition:none}}@keyframes pct-fade{from{opacity:0}}