.pg-scan-detail{padding:var(--sp-page-top) 0 88px;--scan-new:#2563eb;--scan-change:#c2410c;--scan-change-soft:#ffedd5;--scan-change-border:#fed7aa}.pg-scan-detail .sd-head{position:relative}.pg-scan-detail .sd-date-nav,.pg-scan-detail .sd-head-title{display:flex;align-items:center}.pg-scan-detail .sd-head-title{gap:4px}.pg-scan-detail .sd-date-nav{gap:2px}.pg-scan-detail .sd-date-picker{position:relative;z-index:20}.pg-scan-detail .sd-date-picker-button{anchor-name:--scan-date-trigger;display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 4px;border:0;border-radius:8px;background:transparent;color:var(--ink);font-size:var(--fs-title);font-weight:750;letter-spacing:-.035em;line-height:1.35;cursor:pointer;transition:.12s ease}.pg-scan-detail .sd-date-picker-button:focus-visible{outline:3px solid var(--accent-border);outline-offset:2px}.pg-scan-detail .sd-date-picker-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.pg-scan-detail .sd-date-picker-button .sd-date-chevron{width:16px;height:16px;color:var(--sub);transition:transform .15s ease}.pg-scan-detail .sd-date-picker:has(.sd-date-popover:popover-open) .sd-date-chevron{transform:rotate(180deg)}.pg-scan-detail .sd-date-popover{position:fixed;position-anchor:--scan-date-trigger;inset:auto;top:anchor(bottom);left:anchor(left);width:292px;margin:4px 0 0;padding:16px;border:1px solid var(--line2);border-radius:14px;background:var(--bg);box-shadow:0 16px 40px rgba(18,24,40,.14);transform:none}.pg-scan-detail .sd-date-month-header{display:flex;min-height:32px;margin-bottom:13px;align-items:center;justify-content:space-between}.pg-scan-detail .sd-date-month-header strong{color:var(--ink);font-size:15px;font-weight:750}.pg-scan-detail .sd-date-month-controls{display:flex;gap:2px}.pg-scan-detail .sd-date-month-controls button{display:grid;width:32px;height:32px;padding:0;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--ink2);cursor:pointer}.pg-scan-detail .sd-date-month-controls button:focus-visible{outline:3px solid var(--accent-border);outline-offset:1px}.pg-scan-detail .sd-date-month-controls svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.pg-scan-detail .sd-date-grid,.pg-scan-detail .sd-date-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.pg-scan-detail .sd-date-weekdays{margin-bottom:5px}.pg-scan-detail .sd-date-weekdays span{color:var(--sub);font-size:11px;font-weight:650;text-align:center}.pg-scan-detail .sd-date-grid a,.pg-scan-detail .sd-date-grid span{display:grid;width:32px;height:32px;place-items:center;border-radius:9px;color:var(--ink2);font-size:12.5px;font-weight:650}.pg-scan-detail .sd-date-grid a:focus-visible{outline:3px solid var(--accent-border);outline-offset:1px}.pg-scan-detail .sd-date-grid .outside{color:#b5bbc6}.pg-scan-detail .sd-date-grid .disabled{color:#c9ced6;font-weight:500}.pg-scan-detail .sd-date-grid .selected{background:var(--ink);color:#fff}.pg-scan-detail .sd-head h1{color:var(--ink);font-size:var(--fs-title);font-weight:750;letter-spacing:-.035em;line-height:1.35}.pg-scan-detail .sd-head p{margin-top:8px;color:#687080;font-size:15px;font-weight:500}.pg-scan-detail .sd-demo{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:20px;padding:11px 13px;border:1px solid var(--line2);border-left:3px solid var(--accent);border-radius:10px;background:#fafbff}.pg-scan-detail .sd-demo b{color:var(--accent);font-size:14px;font-weight:700}.pg-scan-detail .sd-demo p{margin-top:2px;color:var(--sub);font-size:13px;font-weight:500}.pg-scan-detail .sd-demo a{flex:0 0 auto;padding:7px 9px;border:1px solid var(--line2);border-radius:8px;background:var(--bg);color:var(--accent);font-size:13px;font-weight:700}.pg-scan-detail .sd-grid{display:grid;grid-template-columns:248px minmax(0,1fr);gap:26px;align-items:start;margin-top:26px}.pg-scan-detail .sd-side{position:sticky;top:88px;display:flex;flex-direction:column;gap:12px}.pg-scan-detail .sd-filter-group{display:flex;flex-direction:column;gap:10px;padding:16px;border:1px solid var(--line2);border-radius:14px;background:var(--bg)}.pg-scan-detail .sd-filter-label{color:var(--ink2);font-size:13.5px;font-weight:750}.pg-scan-detail .sd-tabs{display:flex;flex-direction:column;gap:2px}.pg-scan-detail .sd-field-tabs{display:flex;flex-wrap:wrap;gap:6px}.pg-scan-detail .sd-tab{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:38px;padding:8px 12px;border:1px solid transparent;border-radius:10px;background:var(--bg);color:var(--ink2);font-size:14.5px;font-weight:650;transition:.12s ease}@media (min-width:701px) and (hover:hover) and (pointer:fine){.pg-scan-detail .sd-tab:hover{background:var(--bg2)}}.pg-scan-detail .sd-tab small{color:var(--sub);font-size:12.5px;font-weight:650}.pg-scan-detail .sd-tab.on{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent);font-weight:750}.pg-scan-detail .sd-tab.on small{color:var(--accent);opacity:.72}.pg-scan-detail .sd-field-tab{display:inline-flex;align-items:center;min-height:36px;padding:7px 12px;border:1px solid transparent;border-radius:var(--r-pill);color:var(--sub);font-size:13.5px;font-weight:650}@media (min-width:701px) and (hover:hover) and (pointer:fine){.pg-scan-detail .sd-field-tab:hover{background:var(--bg2);color:var(--ink2)}}.pg-scan-detail .sd-field-tab.on{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent)}.pg-scan-detail .sd-field-tab small{display:none}.pg-scan-detail .sd-tools{padding:16px;border:1px solid var(--line2);border-radius:14px;background:var(--bg)}.pg-scan-detail .sd-search-form{display:flex;align-items:center;gap:8px;min-width:0}.pg-scan-detail .sd-search{display:flex;align-items:center;gap:2px;width:100%;min-width:0;flex:1 1;height:44px;padding:0 4px 0 14px;border:1px solid var(--line2);border-radius:10px;background:var(--bg)}.pg-scan-detail .sd-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.pg-scan-detail .sd-search input{min-width:0;flex:1 1;border:0;outline:0;background:transparent;color:var(--ink);font-family:inherit;font-size:15px}.pg-scan-detail .sd-search input::placeholder{color:var(--faint)}.pg-scan-detail .sd-search input::-webkit-search-cancel-button{display:none}.pg-scan-detail .sd-search-clear{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;border-radius:8px;color:var(--sub)}@media (min-width:701px) and (hover:hover) and (pointer:fine){.pg-scan-detail .sd-search-clear:hover{background:var(--bg2);color:var(--ink)}}.pg-scan-detail .sd-search-clear:focus-visible{outline:3px solid var(--accent-border);outline-offset:-3px}.pg-scan-detail .sd-search-clear svg{width:18px;height:18px;stroke:currentColor;stroke-linecap:round;stroke-width:2}.pg-scan-detail .sd-search-button{display:grid;width:34px;height:34px;flex:0 0 auto;padding:0;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--sub);cursor:pointer;transition:.12s ease}@media (min-width:701px) and (hover:hover) and (pointer:fine){.pg-scan-detail .sd-search-button:hover{background:var(--bg2);color:var(--ink)}}.pg-scan-detail .sd-search-button svg{width:18px;height:18px;stroke-width:2}.pg-scan-detail .sd-legacy{display:flex;align-items:flex-start;gap:11px;margin-bottom:14px;padding:15px 17px;border:1px solid var(--line2);border-radius:var(--r-lg);background:var(--bg2)}.pg-scan-detail .sd-legacy>span{display:grid;width:20px;height:20px;flex:0 0 auto;place-items:center;border:1.5px solid var(--sub);border-radius:50%;color:var(--sub);font-family:Georgia,serif;font-size:12px;font-weight:700}.pg-scan-detail .sd-legacy b{display:block;color:var(--ink2);font-size:13.5px;font-weight:800}.pg-scan-detail .sd-legacy p{margin-top:3px;color:var(--sub);font-size:12.5px;font-weight:600}.pg-scan-detail .sd-legacy a{display:inline-block;margin-top:9px;color:var(--accent);font-size:12.5px;font-weight:800}.pg-scan-detail .sd-list{display:flex;flex-direction:column;gap:10px}.pg-scan-detail .sd-item{position:relative;display:block;overflow:hidden;border:1px solid var(--line2);border-radius:14px;background:var(--bg)}.pg-scan-detail .sd-item[open]{border-color:var(--scan-change-border);background:var(--bg)}.pg-scan-detail .sd-item.simple:has(.sd-card-link){cursor:pointer}@media (min-width:701px) and (hover:hover) and (pointer:fine){.pg-scan-detail .sd-item.simple:has(.sd-card-link):hover{border-color:var(--accent-border);background:var(--bg2)}}.pg-scan-detail .sd-card-link{position:absolute;z-index:1;inset:0;border-radius:inherit}.pg-scan-detail .sd-card-link:focus-visible{outline:3px solid var(--accent-border);outline-offset:-3px}.pg-scan-detail .sd-sr-only{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;clip:rect(0,0,0,0);white-space:nowrap}.pg-scan-detail .sd-row{display:grid;grid-template-columns:minmax(0,1fr) 84px auto;gap:16px;align-items:center;width:100%;min-height:88px;padding:12px 20px;border:0;background:transparent;color:inherit;list-style:none;text-align:left;transition:background .12s ease}.pg-scan-detail .sd-row::-webkit-details-marker{display:none}.pg-scan-detail .sd-row::marker{content:""}.pg-scan-detail details.sd-item>.sd-row{cursor:pointer}@media (min-width:701px) and (hover:hover) and (pointer:fine){.pg-scan-detail details.sd-item>.sd-row:hover{background:#f7f8fb}.pg-scan-detail details.sd-item>.sd-row:hover .sd-toggle{color:var(--scan-change)}}.pg-scan-detail .sd-actions a:focus-visible,.pg-scan-detail .sd-field-tab:focus-visible,.pg-scan-detail .sd-more:focus-visible,.pg-scan-detail .sd-row:focus-visible,.pg-scan-detail .sd-search-button:focus-visible,.pg-scan-detail .sd-simple-link:focus-visible,.pg-scan-detail .sd-tab:focus-visible{outline:3px solid var(--accent-border);outline-offset:-3px}.pg-scan-detail .sd-row-copy{display:flex;min-width:0;flex-direction:column;align-items:flex-start}.pg-scan-detail .sd-company-line{position:relative;display:flex;align-items:baseline;gap:7px;max-width:100%}.pg-scan-detail .sd-company-line strong,.pg-scan-detail .sd-company-link{color:var(--ink);font-size:15px;font-weight:700;white-space:nowrap}.pg-scan-detail .sd-company-line strong{overflow:hidden;text-overflow:ellipsis}.pg-scan-detail .sd-company-link{position:relative;z-index:2;overflow:visible;text-decoration:none}.pg-scan-detail .sd-company-link:focus-visible{text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px}@media (min-width:701px) and (hover:hover) and (pointer:fine){.pg-scan-detail .sd-company-line:hover .sd-company-link{text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px}}.pg-scan-detail .sd-company-link:focus-visible{border-radius:3px;outline:3px solid var(--accent-border);outline-offset:2px}.pg-scan-detail .sd-company-line>span{flex:0 0 auto;color:#6f7786;font-size:13px;font-weight:550}.pg-scan-detail .sd-title{display:block;overflow:hidden;max-width:100%;margin-top:4px;color:var(--ink2);font-size:17px;font-weight:700;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.pg-scan-detail .sd-toggle{display:inline-flex;align-items:center;gap:5px;padding:0;border:0;background:transparent;color:var(--sub)}.pg-scan-detail .sd-open-copy{font-size:14px;font-weight:700}.pg-scan-detail .sd-open-copy.opened{display:none}.pg-scan-detail .sd-toggle svg{width:16px;height:16px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6;transition:transform .15s ease}.pg-scan-detail .sd-item[open] .sd-open-copy.closed{display:none}.pg-scan-detail .sd-item[open] .sd-open-copy.opened{display:inline}.pg-scan-detail .sd-item[open] .sd-toggle{color:var(--scan-change)}.pg-scan-detail .sd-item[open] .sd-title{color:var(--ink)}.pg-scan-detail .sd-item[open] .sd-toggle svg{transform:rotate(180deg)}:where(.pg-scan-detail .sd-deadline){color:var(--sub);font-weight:800}.pg-scan-detail .sd-deadline{grid-column:2;font-size:14px;text-align:right}.pg-scan-detail .sd-simple-link{display:inline-flex;align-items:center;color:var(--faint);font-size:15px;font-weight:700;white-space:nowrap}.pg-scan-detail .sd-simple-link,.pg-scan-detail .sd-toggle{grid-column:3;justify-content:flex-end}.pg-scan-detail .sd-error{overflow:hidden;max-width:720px;margin-top:8px;color:var(--sub);font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.pg-scan-detail .sd-compare{padding:16px 18px 18px;border-top:1px solid var(--line);background:var(--bg)}.pg-scan-detail .sd-compare-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 0 24px}.pg-scan-detail .sd-compare-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.pg-scan-detail .sd-compare-head b{color:var(--ink);font-size:17px;font-weight:800}.pg-scan-detail .sd-compare-head span{color:#687080;font-size:13.5px;font-weight:550}.pg-scan-detail .sd-diffs{display:flex;flex-direction:column;border-top:1px solid var(--line)}.pg-scan-detail .sd-diff-columns{padding:0 12px 9px;color:#6f7786;font-size:13px;font-weight:700}.pg-scan-detail .sd-diff,.pg-scan-detail .sd-diff-columns{display:grid;grid-template-columns:120px minmax(0,1fr) minmax(0,1fr);gap:18px}.pg-scan-detail .sd-diff{align-items:center;min-height:64px;padding:8px 12px;border-bottom:1px solid var(--line)}.pg-scan-detail .sd-diff:last-child{border-bottom:0}.pg-scan-detail .sd-diff-label{display:flex;align-items:center;padding:0 2px;color:var(--sub);font-size:14px;font-weight:600}.pg-scan-detail .sd-value{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:3px;min-height:48px;padding:8px 0;border:0;border-radius:8px;background:transparent}.pg-scan-detail .sd-value small{display:none;color:var(--sub);font-size:12px;font-weight:600}.pg-scan-detail .sd-value span{overflow-wrap:anywhere;color:var(--ink2);font-size:15px;font-weight:600;line-height:1.45}.pg-scan-detail .sd-value.after span{align-self:flex-start;padding:3px 7px;margin:-3px -7px;border-radius:6px;font-weight:700}.pg-scan-detail .sd-value.after.content small,.pg-scan-detail .sd-value.after.content span,.pg-scan-detail .sd-value.after.deadline small,.pg-scan-detail .sd-value.after.deadline span{background:var(--scan-change-soft);color:var(--scan-change)}.pg-scan-detail .sd-actions{display:flex;flex:0 0 auto;justify-content:flex-end;gap:8px}.pg-scan-detail .sd-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 13px;border:1px solid var(--line2);border-radius:10px;font-size:13.5px;font-weight:800}.pg-scan-detail .sd-actions a.primary{border-color:var(--accent);background:var(--accent);color:#fff}@media (min-width:701px) and (hover:hover) and (pointer:fine){.pg-scan-detail .sd-actions a.primary:hover{border-color:var(--accent-strong);background:var(--accent-strong)}}.pg-scan-detail .sd-actions a.secondary{border-color:var(--line2);background:var(--bg);color:var(--accent)}.pg-scan-detail .sd-empty{padding:52px 20px;border:1px solid var(--line2);border-radius:16px;background:var(--bg2);text-align:center}.pg-scan-detail .sd-empty b{color:var(--ink);font-size:15px;font-weight:800}.pg-scan-detail .sd-empty p{margin-top:6px;color:var(--sub);font-size:13px;font-weight:600}.pg-scan-detail .sd-empty>div{display:flex;justify-content:center;gap:7px;margin-top:16px}.pg-scan-detail .sd-empty a{padding:8px 11px;border:1px solid var(--line2);border-radius:var(--r-pill);background:var(--bg);color:var(--accent);font-size:12px;font-weight:800}.pg-scan-detail .sd-more{display:block;width:100%;margin-top:14px;padding:14px;border:1.5px solid var(--line2);border-radius:var(--r-lg);color:var(--accent);font-size:13.5px;font-weight:800;text-align:center}.pg-scan-detail .sd-more small{margin-left:4px;color:var(--sub);font-size:11.5px}.pg-scan-detail .sd-date-sheet-head,.pg-scan-detail .sd-logo-mo{display:none}@media (hover:none) and (pointer:coarse),(max-width:700px){.pg-scan-detail .sd-head-title{gap:2px}.pg-scan-detail .sd-date-nav{gap:6px}.pg-scan-detail .sd-date-step{position:relative;display:grid;width:34px;height:34px;flex:none;box-sizing:border-box;place-items:center;border:1px solid var(--line2);border-radius:10px;background:var(--bg);color:var(--ink2)}.pg-scan-detail .sd-date-step:after{content:"";position:absolute;top:50%;left:50%;width:44px;height:44px;transform:translate(-50%,-50%)}.pg-scan-detail .sd-date-step svg{width:14px;height:14px;display:block;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.pg-scan-detail .sd-date-step.disabled{color:var(--line2)}.pg-scan-detail .sd-date-picker-button{gap:5px;min-height:44px;margin:-5px 0;padding:0 3px;font-size:16px;letter-spacing:-.03em}.pg-scan-detail .sd-date-picker-button>svg:first-of-type{display:none}.pg-scan-detail .sd-date-picker-button small{display:inline;font-size:inherit;font-weight:inherit}.pg-scan-detail .sd-date-picker-button .sd-date-chevron{display:block;width:13px;height:13px}.pg-scan-detail .sd-head h1{margin:14px 0 0;font-size:19px;font-weight:800;letter-spacing:-.04em;line-height:1.4;word-break:keep-all;text-wrap:pretty}.pg-scan-detail .sd-head-cmp{display:none}.pg-scan-detail .sd-head p{margin-top:6px;font-size:12.5px;font-weight:600;color:var(--sub)}.pg-scan-detail .sd-date-popover{inset:auto 0 0 0;width:100%;max-width:none;max-height:var(--sheet-max-h);overflow-y:auto;margin:0;padding:var(--sheet-pad-top) calc(var(--sheet-pad-x) + var(--sp-safe-r, 0px)) calc(var(--sheet-pad-bottom) + var(--sp-safe-b, 0px)) calc(var(--sheet-pad-x) + var(--sp-safe-l, 0px));border:0;border-radius:var(--sheet-radius) var(--sheet-radius) 0 0;box-shadow:0 -10px 40px rgba(18,24,40,.16)}.pg-scan-detail .sd-date-popover:before{content:"";display:block;width:var(--sheet-grip-w);height:var(--sheet-grip-h);margin:2px auto var(--sheet-grip-gap);border-radius:999px;background:var(--line2)}html:has(.pg-scan-detail .sd-date-popover:popover-open){overflow:hidden}.pg-scan-detail .sd-date-popover{overscroll-behavior:contain}.pg-scan-detail .sd-date-popover::backdrop{background:rgb(11 13 18/42%);background:var(--sheet-dim,rgb(11 13 18/42%))}.pg-scan-detail .sd-date-sheet-head{position:sticky;top:0;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding-bottom:2px;background:var(--bg)}.pg-scan-detail .sd-date-sheet-title{display:flex;min-width:0;flex:1 1;flex-direction:column;gap:2px}.pg-scan-detail .sd-date-sheet-head b{color:var(--ink);font-size:16px;font-weight:800;letter-spacing:-.04em}.pg-scan-detail .sd-date-sheet-title span{color:var(--faint);font-size:12px;font-weight:600}.pg-scan-detail .sd-date-sheet-head button{display:grid;width:44px;height:44px;margin-right:-10px;padding:0;place-items:center;border:0;background:none;color:var(--sub);cursor:pointer}.pg-scan-detail .sd-date-sheet-head svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2.2}.pg-scan-detail .sd-date-sheet-head button:focus-visible{border-radius:12px;outline:2px solid var(--accent);outline-offset:-4px}.pg-scan-detail .sd-date-month-header{min-height:0;justify-content:space-between;margin:14px 0 8px;padding:0}.pg-scan-detail .sd-date-month-controls{display:contents}.pg-scan-detail .sd-date-month-header strong{order:0;font-size:13.5px;font-weight:800;letter-spacing:-.04em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pg-scan-detail .sd-date-month-controls button{position:relative;width:32px;height:32px;border:1px solid var(--line2);border-radius:9px;background:var(--bg)}.pg-scan-detail .sd-date-month-controls button:after{content:"";position:absolute;top:50%;left:50%;width:44px;height:44px;transform:translate(-50%,-50%)}.pg-scan-detail .sd-date-month-controls button:first-child{order:-1}.pg-scan-detail .sd-date-month-controls button:last-child{order:1}.pg-scan-detail .sd-date-month-controls button svg{width:13px;height:13px}.pg-scan-detail .sd-date-weekdays{gap:2px;margin-bottom:4px;padding-top:4px}.pg-scan-detail .sd-date-weekdays span{padding:4px 0;color:var(--faint);font-size:11px;font-weight:700}.pg-scan-detail .sd-date-weekdays span:first-child{color:var(--hot-ink)}.pg-scan-detail .sd-date-grid{gap:2px}.pg-scan-detail .sd-date-grid a,.pg-scan-detail .sd-date-grid span{width:auto;min-height:44px;height:auto;border-radius:11px;font-size:13.5px}.pg-scan-detail .sd-date-grid a{background:var(--accent-soft);color:var(--accent);font-weight:800}.pg-scan-detail .sd-date-grid .disabled,.pg-scan-detail .sd-date-grid span{color:var(--line3);font-weight:600}.pg-scan-detail .sd-date-grid .outside{visibility:hidden}.pg-scan-detail .sd-date-grid .selected{background:var(--accent);color:#fff;font-weight:800}.pg-scan-detail .sd-head-lens{display:block}.pg-scan-detail .sd-head-sep{display:none}.pg-scan-detail .sd-demo{align-items:flex-start;flex-direction:column}.pg-scan-detail .sd-grid{grid-template-columns:minmax(0,1fr);gap:18px}.pg-scan-detail .sd-side{position:static;order:-1}.pg-scan-detail .sd-main,.pg-scan-detail .sd-side,.pg-scan-detail .sd-tabs{min-width:0}.pg-scan-detail .sd-filter-group,.pg-scan-detail .sd-tools{padding:0;border:0;background:none}.pg-scan-detail .sd-filter-label{display:none}.pg-scan-detail .sd-search{height:auto;min-height:44px;padding:0 4px 0 13px;border-radius:12px}.pg-scan-detail .sd-search input{min-height:44px;font-size:14px;font-weight:600;letter-spacing:-.03em}.pg-scan-detail .sd-search input::placeholder{color:var(--sub);font-weight:500}.pg-scan-detail .sd-search-button,.pg-scan-detail .sd-search-clear{width:44px;height:44px}.pg-scan-detail .sd-toolrow{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:7px}.pg-scan-detail .sd-toolrow .sd-filter-group{display:contents}.pg-scan-detail .sd-toolrow-sep{display:block;width:1px;height:18px;flex:none;background:var(--line)}.pg-scan-detail .sd-watch{position:relative;display:inline-flex;align-items:center;gap:6px;height:36px;flex:none;box-sizing:border-box;padding:0 12px;border:1px solid var(--line2);border-radius:var(--r-pill);background:var(--bg);color:var(--ink2);font-family:inherit;font-size:12px;font-weight:700;white-space:nowrap;cursor:pointer}.pg-scan-detail .sd-watch:after{content:"";position:absolute;top:50%;right:0;left:0;height:44px;transform:translateY(-50%)}.pg-scan-detail .sd-watch .fav-mark{width:13px;height:13px}.pg-scan-detail .sd-watch.on{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent);font-weight:800}.pg-scan-detail .sd-tabs{flex-direction:row;flex-wrap:wrap;max-width:100%;gap:3px;padding:3px 4px;margin-top:0;border:1px solid var(--line);border-radius:20px;background:var(--bg2)}.pg-scan-detail .sd-tab,.pg-scan-detail .sd-tabs{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.pg-scan-detail .sd-tab{position:relative;gap:4px;height:30px;min-height:0;box-sizing:border-box;padding:0 13px;border:1px solid transparent;border-radius:16px;background:transparent;color:var(--sub);font-size:12.5px;line-height:1;font-weight:600;letter-spacing:-.03em;white-space:nowrap}.pg-scan-detail .sd-tab:after{content:"";position:absolute;top:50%;right:0;left:0;height:44px;transform:translateY(-50%)}.pg-scan-detail .sd-tab.on{border-color:var(--accent-line);background:var(--bg);color:var(--accent);font-weight:800}.pg-scan-detail .sd-tab small,.pg-scan-detail .sd-tab.on small{font-size:inherit;font-weight:inherit;opacity:1}.pg-scan-detail .sd-fields{display:flex;flex:1 0 100%;flex-wrap:nowrap;gap:6px;margin:-4px 0 0;padding:6px 0;border-radius:0;background:none;overflow-x:auto;scrollbar-width:none}.pg-scan-detail .sd-fields::-webkit-scrollbar{display:none}.pg-scan-detail .sd-fields-label{display:none}.pg-scan-detail .sd-field-tabs{display:flex;flex-wrap:nowrap;gap:6px}.pg-scan-detail .sd-field-tab{position:relative;flex:0 0 auto;min-height:32px;padding:5px 11px;border-color:var(--line2);font-size:12px;font-weight:600;white-space:nowrap}.pg-scan-detail .sd-field-tab:after{content:"";position:absolute;top:50%;right:0;left:0;height:44px;transform:translateY(-50%)}.pg-scan-detail .sd-field-tab.on{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent);font-weight:800}.pg-scan-detail .sd-sect{margin-top:14px}.pg-scan-detail .sd-sect:first-child{margin-top:6px}.pg-scan-detail .sd-sect-head{display:flex;align-items:baseline;gap:8px;margin-bottom:2px}.pg-scan-detail .sd-sect-head h2{margin:0;font-size:16px;font-weight:800;letter-spacing:-.03em;color:var(--ink)}.pg-scan-detail .sd-sect-head span{font-size:12.5px;font-weight:600;color:var(--sub)}.pg-scan-detail .sd-sect-jump{display:inline-block;padding:12px 0;font-size:13.5px;font-weight:800;color:var(--accent)}.pg-scan-detail .sd-list{gap:0}.pg-scan-detail .sd-item{overflow:visible;border:0;border-bottom:1px solid var(--line);border-radius:0;background:none}.pg-scan-detail .sd-item[open]{border-color:var(--line);background:none}.pg-scan-detail details.sd-item[open]>.sd-row{background:transparent}.pg-scan-detail .sd-logo-mo{display:block;flex:0 0 auto}.pg-scan-detail .sd-logo-mo .lgm{width:34px;height:34px;border-radius:10px}.pg-scan-detail .sd-item.simple .sd-row,.pg-scan-detail .sd-row{grid-template-columns:34px minmax(0,1fr) auto;gap:11px;align-items:flex-start;min-height:0;padding:13px 0}.pg-scan-detail .sd-deadline{display:none}.pg-scan-detail .sd-simple-link{grid-column:3;grid-row:1;align-self:center;justify-content:flex-end;justify-self:end;padding:0;white-space:nowrap}.pg-scan-detail details.sd-item>.sd-row>.sd-toggle{grid-column:3;grid-row:1;align-self:flex-start;justify-content:flex-end;width:auto;min-height:0;margin:0;padding:2px 0 0;border-top:0;gap:3px;color:var(--sub)}.pg-scan-detail .sd-toggle .sd-open-copy{font-size:12px;font-weight:700;letter-spacing:-.03em}.pg-scan-detail .sd-toggle svg{display:block;width:14px;height:14px}.pg-scan-detail .sd-compare-copy b{display:none}.pg-scan-detail .sd-compare-copy span{display:block;padding:10px 0 1px;font-size:11.5px;font-weight:600;color:var(--sub)}.pg-scan-detail .sd-company-line{flex-direction:row;flex-wrap:wrap;align-items:center;gap:5px}.pg-scan-detail .sd-company-line .sd-company-link,.pg-scan-detail .sd-company-line strong{color:var(--ink2);font-size:12px;font-weight:800}.pg-scan-detail .sd-row-copy{align-items:stretch}.pg-scan-detail .sd-title-line{display:flex;align-items:baseline;gap:8px;min-width:0}.pg-scan-detail .sd-title{min-width:0;flex:1 1;margin-top:4px;font-size:14px;font-weight:700;color:var(--ink)}.pg-scan-detail .sd-peek{display:block;min-width:0;max-width:100%;margin-top:4px;font-size:11.5px;font-weight:700;color:#c2410c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pg-scan-detail .sd-peek>*+*{margin-left:5px}.pg-scan-detail .sd-peek b,.pg-scan-detail .sd-peek-arrow,.pg-scan-detail .sd-peek-before,.pg-scan-detail .sd-peek-rest{color:var(--sub);font-weight:600}.pg-scan-detail .sd-peek b,.pg-scan-detail .sd-peek-after,.pg-scan-detail .sd-peek-arrow,.pg-scan-detail .sd-peek-before,.pg-scan-detail .sd-peek-rest{overflow:visible;text-overflow:clip}.pg-scan-detail .sd-item[open] .sd-peek{display:none}.pg-scan-detail .sd-compare{display:flex;flex-direction:column;margin:0 0 13px;padding:3px 14px 13px;border:0;border-radius:12px;background:var(--bg2)}.pg-scan-detail details.sd-item[open]>.sd-row{padding-bottom:11px}.pg-scan-detail .sd-compare-head{display:contents}.pg-scan-detail .sd-compare-copy{order:1}.pg-scan-detail .sd-diffs{order:2}.pg-scan-detail .sd-actions{order:3}.pg-scan-detail .sd-diff-columns{display:none}.pg-scan-detail .sd-diffs{border-top:0}.pg-scan-detail .sd-diff{display:flex;flex-wrap:wrap;align-items:baseline;gap:3px 7px;min-height:0;padding:10px 0;border-bottom:1px solid var(--line)}.pg-scan-detail .sd-diff:last-child{border-bottom:0}.pg-scan-detail .sd-diff-label{flex:0 0 100%;padding:0;font-size:11.5px;font-weight:700;color:var(--faint)}.pg-scan-detail .sd-value{display:block;min-height:0;padding:0;border:0;background:none}.pg-scan-detail .sd-value small{display:none}.pg-scan-detail .sd-value span{font-size:13px;line-height:1.5}.pg-scan-detail .sd-value.before span{color:var(--faint);font-weight:600}.pg-scan-detail .sd-value.before:after{content:"→";margin-left:7px;color:var(--line3);font-size:13px}.pg-scan-detail .sd-value.after span,.pg-scan-detail .sd-value.after.content span,.pg-scan-detail .sd-value.after.deadline span{padding:2px 7px;margin:0 -2px;border-radius:6px;background:var(--scan-change-soft);color:var(--scan-change);font-weight:700}.pg-scan-detail .sd-actions{align-items:stretch;flex-direction:row;justify-content:flex-start;width:100%;margin-top:12px;gap:8px}.pg-scan-detail .sd-actions a{flex:0 0 auto;min-height:38px;padding:0 14px;border-color:var(--line2);border-radius:10px;background:var(--bg);color:var(--ink2);font-size:12.5px;font-weight:800;text-align:center}.pg-scan-detail .sd-actions a.primary{border-color:var(--accent);background:var(--accent);color:#fff}.pg-scan-detail .sd-actions a.secondary{color:var(--ink2)}.pg-scan-detail .sd-empty>div{align-items:center;flex-direction:column}.pg-scan-detail .sd-more{height:46px;margin-top:12px;padding:0;border-width:1px;border-radius:12px;background:var(--bg);color:var(--ink);line-height:46px}}.pg-scan-detail .sd-back{display:none}@media (min-width:701px) and (hover:hover) and (pointer:fine){.pg-scan-detail .sd-date-step,.pg-scan-detail .sd-toolrow-sep{display:none}.pg-scan-detail .sd-toolrow{display:contents}.pg-scan-detail .sd-date-picker-button small{display:none}.pg-scan-detail .sd-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:800;color:var(--sub);text-decoration:none}.pg-scan-detail .sd-back:hover{color:var(--accent)}.pg-scan-detail .sd-head-title{margin-top:14px}.pg-scan-detail .sd-date-picker-button{gap:8px;min-height:36px;padding:0 12px;border:1px solid var(--line2);border-radius:10px;background:var(--bg);font-size:15px;font-weight:800;letter-spacing:-.03em;line-height:1.35}.pg-scan-detail .sd-date-picker-button:hover{border-color:var(--accent);color:var(--accent)}.pg-scan-detail .sd-date-picker-button svg{width:17px;height:17px}.pg-scan-detail .sd-date-picker-button .sd-date-chevron{width:15px;height:15px}.pg-scan-detail .sd-date-popover{margin-top:8px}.pg-scan-detail .sd-date-month-header strong{font-weight:800}.pg-scan-detail .sd-date-month-controls button{width:30px;height:30px}.pg-scan-detail .sd-date-grid a:hover,.pg-scan-detail .sd-date-month-controls button:hover{background:var(--bg2);color:var(--ink)}.pg-scan-detail .sd-date-grid .selected{font-weight:800}.pg-scan-detail .sd-head h1{margin:16px 0 0;font-size:28px;font-weight:800;letter-spacing:-.03em;line-height:1.3;color:var(--ink)}.pg-scan-detail .sd-head p{display:none}.pg-scan-detail .sd-watch{display:flex;align-items:center;gap:8px;height:42px;padding:0 13px;box-sizing:border-box;border:1px solid var(--line2);border-radius:var(--r-sm);background:var(--bg);color:var(--ink2);font-family:inherit;font-size:13.5px;font-weight:700;cursor:pointer;transition:.12s}.pg-scan-detail .sd-watch .fav-mark{width:15px;height:15px}.pg-scan-detail .sd-watch:hover{border-color:var(--accent-border)}.pg-scan-detail .sd-watch.on{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.pg-scan-detail .sd-tools{padding:0;border:0;background:none}.pg-scan-detail .sd-search{height:42px;padding:0 4px 0 13px;border-radius:12px}.pg-scan-detail .sd-search.has-query{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.pg-scan-detail .sd-search input{font-size:13.5px;font-weight:600}.pg-scan-detail .sd-search-button,.pg-scan-detail .sd-search-clear{width:30px;height:30px}.pg-scan-detail .sd-search-button svg,.pg-scan-detail .sd-search-clear svg{width:16px;height:16px}.pg-scan-detail .sd-filter-label{font-size:13px;font-weight:800;color:var(--ink2)}.pg-scan-detail .sd-tabs{gap:2px}.pg-scan-detail .sd-tab{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:38px;padding:8px 12px;box-sizing:border-box;border:0;border-radius:10px;background:transparent;color:var(--ink2);font-size:14px;font-weight:650;transition:.12s}.pg-scan-detail .sd-tab:hover{background:var(--bg2)}.pg-scan-detail .sd-tab.on{background:var(--accent-soft);color:var(--accent);font-weight:800}.pg-scan-detail .sd-tab.zero,.pg-scan-detail .sd-tab.zero small{color:var(--sub);font-weight:600}.pg-scan-detail .sd-tab.zero:hover{background:transparent}.pg-scan-detail .sd-tab small,.pg-scan-detail .sd-tab.on small{padding:0;background:none;font-size:12.5px;font-weight:700}.pg-scan-detail .sd-tab small{color:var(--sub)}.pg-scan-detail .sd-tab.on small{color:var(--accent)}.pg-scan-detail .sd-fields{display:flex;flex-direction:column;gap:8px;margin:2px 0 4px;padding:12px;border-radius:10px;background:var(--bg2)}.pg-scan-detail .sd-fields-label{font-size:12.5px;font-weight:800;color:var(--ink2)}.pg-scan-detail .sd-field-tabs{display:flex;flex-wrap:wrap;gap:6px}.pg-scan-detail .sd-field-tab{display:inline-flex;align-items:center;gap:5px;min-height:32px;padding:5px 11px;box-sizing:border-box;border:1px solid var(--line2);border-radius:var(--r-pill);background:var(--bg);color:var(--sub);font-size:12.5px;font-weight:600;transition:.12s}.pg-scan-detail .sd-field-tab:hover{border-color:var(--accent-line)}.pg-scan-detail .sd-field-tab.on{background:var(--accent-soft);border-color:var(--accent-line);color:var(--accent);font-weight:800}.pg-scan-detail .sd-field-tab small{display:inline;font-size:12.5px;font-weight:700;color:var(--faint)}.pg-scan-detail .sd-field-tab.on small{color:var(--accent)}.pg-scan-detail .sd-field-tab.zero{border-color:var(--line);background:var(--bg);color:var(--faint);font-weight:600}.pg-scan-detail .sd-field-tab.zero:hover{border-color:var(--line)}.pg-scan-detail .sd-sect{margin-top:34px}.pg-scan-detail .sd-sect:first-child{margin-top:0}.pg-scan-detail .sd-sect-head{display:flex;align-items:baseline;gap:9px;margin-bottom:12px}.pg-scan-detail .sd-sect-head h2{margin:0;font-size:17px;font-weight:800;letter-spacing:-.03em;color:var(--ink)}.pg-scan-detail .sd-sect-head span{font-size:13px;font-weight:600;color:var(--sub)}.pg-scan-detail .sd-sect-jump{display:inline-block;padding:14px 0;font-size:13.5px;font-weight:800;color:var(--accent)}.pg-scan-detail .sd-list{gap:0}.pg-scan-detail .sd-item{border:0;border-top:1px solid var(--line);border-radius:0;background:transparent;transition:background .14s}.pg-scan-detail .sd-item[open]{border-color:var(--line);background:var(--bg2)}.pg-scan-detail .sd-item.simple:has(.sd-card-link):hover{border-color:var(--line);background:var(--bg2)}.pg-scan-detail .sd-row{grid-template-columns:34px minmax(0,1fr) auto;gap:14px;min-height:0;padding:12px 18px}.pg-scan-detail details.sd-item>.sd-row:hover{background:var(--bg2)}.pg-scan-detail details.sd-item[open]>.sd-row,.pg-scan-detail details.sd-item[open]>.sd-row:hover{background:transparent}.pg-scan-detail details.sd-item>.sd-row:hover .sd-toggle{color:var(--scan-change)}.pg-scan-detail .sd-logo-mo{display:block;width:34px;height:34px;flex:none}.pg-scan-detail .sd-logo-mo .lgm{width:34px;height:34px;border-radius:10px;padding:4px}.pg-scan-detail .sd-compare-copy b,.pg-scan-detail .sd-diff-columns{display:none}.pg-scan-detail .sd-company-line{display:flex;align-items:center;gap:6px;max-width:100%}.pg-scan-detail .sd-company-line,.pg-scan-detail .sd-company-line .sd-company-link,.pg-scan-detail .sd-company-line strong{font-size:13px;font-weight:800;color:var(--ink2)}.pg-scan-detail .sd-company-line:hover .sd-company-link{color:var(--accent)}.pg-scan-detail .sd-title-line{display:flex;align-items:center;gap:10px;max-width:100%;margin-top:5px}.pg-scan-detail .sd-title{min-width:0;margin-top:0;font-size:16px;font-weight:700;line-height:1.4;color:var(--ink2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pg-scan-detail .sd-item[open] .sd-title{color:var(--ink)}.pg-scan-detail .sd-deadline{grid-column:auto;flex:none;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--bg2);font-size:12.5px;line-height:1.35;padding:3px 9px;text-align:left;white-space:nowrap}.pg-scan-detail .sd-peek{display:flex;min-width:0;align-items:center;gap:7px;margin-top:6px;max-width:100%;font-size:13px;font-weight:600;color:var(--sub);white-space:nowrap}.pg-scan-detail .sd-peek b{font-weight:700;color:var(--ink2)}.pg-scan-detail .sd-peek-before{color:var(--faint);overflow:hidden;text-overflow:ellipsis}.pg-scan-detail .sd-peek-arrow{color:var(--line2)}.pg-scan-detail .sd-peek-after{padding:2px 7px;border-radius:6px;background:var(--scan-change-soft);color:var(--scan-change);font-weight:700;overflow:hidden;text-overflow:ellipsis}.pg-scan-detail .sd-peek-rest{color:var(--faint)}.pg-scan-detail .sd-item[open] .sd-peek{display:none}.pg-scan-detail .sd-toggle{grid-column:3;gap:4px;padding:6px 4px;font-size:13px;font-weight:700;color:var(--sub)}.pg-scan-detail .sd-item[open] .sd-toggle{color:var(--scan-change)}.pg-scan-detail .sd-toggle svg{width:15px;height:15px}.pg-scan-detail .sd-simple-link{grid-column:3;justify-content:flex-end;font-size:17px}.pg-scan-detail .sd-compare{padding:0 18px 18px;border:0;background:transparent}.pg-scan-detail .sd-compare-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 0 14px;border:0}.pg-scan-detail .sd-compare-copy span{font-size:13px;font-weight:600;color:var(--sub)}.pg-scan-detail .sd-actions{display:flex;flex:none;justify-content:flex-end;gap:8px}.pg-scan-detail .sd-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 13px;border-radius:10px;font-size:13px;font-weight:800;text-decoration:none}.pg-scan-detail .sd-actions a.primary{border:1px solid var(--accent);background:var(--accent);color:#fff}.pg-scan-detail .sd-actions a.primary:hover{background:var(--accent-strong);border-color:var(--accent-strong)}.pg-scan-detail .sd-actions a.secondary{border:1px solid var(--line2);background:var(--bg);color:var(--accent)}.pg-scan-detail .sd-actions a.secondary:hover{border-color:var(--accent)}.pg-scan-detail .sd-diffs{border-top:0;border-radius:var(--r-sm);background:var(--bg);overflow:hidden}.pg-scan-detail .sd-diff{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-height:52px;padding:10px 14px;border-bottom:1px solid var(--line)}.pg-scan-detail .sd-diff:last-child{border-bottom:0}.pg-scan-detail .sd-diff-label{width:78px;flex:none;padding:0;font-size:13px;font-weight:700;color:var(--faint)}.pg-scan-detail .sd-value{display:inline-flex;min-height:0;padding:0;flex-direction:row;align-items:center}.pg-scan-detail .sd-value small{display:none}.pg-scan-detail .sd-value span{font-size:14.5px;line-height:1.45}.pg-scan-detail .sd-value.before span{color:var(--faint);font-weight:600}.pg-scan-detail .sd-value.after:before{content:"→";margin-right:10px;color:var(--line2)}.pg-scan-detail .sd-value.after span{align-self:auto;margin:0;padding:3px 8px;border-radius:6px;font-weight:700}.pg-scan-detail .sd-value.after.content span,.pg-scan-detail .sd-value.after.deadline span{background:var(--scan-change-soft);color:var(--scan-change)}.pg-scan-detail .sd-more{display:block;width:max-content;max-width:100%;margin:16px auto 0;padding:12px 26px;border:1px solid var(--line2);border-radius:12px;background:var(--bg);color:var(--ink);font-size:13.5px;font-weight:800;white-space:nowrap}.pg-scan-detail .sd-more:hover{border-color:var(--accent);background:var(--bg2);color:var(--accent)}.pg-scan-detail .sd-empty{background:var(--bg)}.pg-scan-detail .sd-empty a{padding:9px 14px;font-size:12.5px}}