*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-deep: #0d0800;--bg-base: #130900;--bg-card: #1a0e00;--bg-hover: #221200;--border: #3a2000;--border-light: #2a1500;--accent: #ff9900;--accent-dim: #cc7700;--gold: #ffcc44;--red: #cc3300;--muted: #886644;--muted-dim: #554433;--text-body: #998866;--color-japan: #ff9900;--color-usa: #4488ff;--color-germany: #44cc88;--color-korea: #ff4488;--sidenav-width: 200px;--font-serif: Georgia, "Noto Serif JP", serif;--font-sans: "Noto Sans JP", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace;--bg-status-alert: #5a0000;--text-status-alert: #ff8888;--imm-pref-bg-intro: #0d0500;--imm-pref-intro-text: #ccaa88;--imm-pref-border-accent: #ff6600}[data-theme=light]{--bg-deep: #f5f5f0;--bg-base: #fafaf8;--bg-card: #ffffff;--bg-hover: #f0ede6;--border: #d8d0c4;--border-light: #e8e2d8;--accent: #b87800;--accent-dim: #9a6500;--gold: #8a6000;--red: #cc3300;--muted: #6b6050;--muted-dim: #9a9080;--text-body: #3a3530;--color-japan: #d48000;--color-usa: #2266dd;--color-germany: #228855;--color-korea: #cc2266;--bg-status-alert: #fde8e5;--text-status-alert: #cc2200;--imm-pref-bg-intro: #fff8f0;--imm-pref-intro-text: #553300;--imm-pref-border-accent: #cc5500}[data-theme=dark]{--bg-deep: #0c0c10;--bg-base: #101018;--bg-card: #18181f;--bg-hover: #1e1e28;--border: #2a2a38;--border-light: #222230;--accent: #8899cc;--accent-dim: #667799;--gold: #aabbdd;--red: #dd4444;--muted: #778899;--muted-dim: #556677;--text-body: #99aabb;--color-japan: #ff9900;--color-usa: #5599ff;--color-germany: #55cc99;--color-korea: #ff5599;--bg-status-alert: #2a1018;--text-status-alert: #ff6666}html{scroll-behavior:smooth}body{background:var(--bg-base);color:var(--text-body);font-family:var(--font-sans);font-size:14px;line-height:1.6}html.font-scale-m .main{zoom:1.25}html.font-scale-l .main{zoom:1.5}.app{display:flex;height:100vh;overflow:hidden}.sidenav{width:var(--sidenav-width);background:var(--bg-deep);border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;position:sticky;top:0;height:100vh;overflow-y:auto;padding:20px 0}.sidenav-title{color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:0 16px 12px;border-bottom:1px solid var(--border);margin-bottom:8px}.nav-item{display:block;padding:10px 16px;color:var(--muted);font-size:11px;cursor:pointer;border-left:2px solid transparent;border-bottom:none;background:none;width:100%;text-align:left;transition:color .15s,background .15s,border-color .15s;font-family:var(--font-sans)}.nav-item:hover{color:var(--gold);background:var(--bg-hover)}.nav-item.active{color:var(--accent);border-left-color:var(--accent);background:var(--bg-card)}.nav-group-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;background:var(--bg-card);border:none;border-top:1px solid var(--border-light);cursor:pointer;color:var(--accent-dim);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-family:var(--font-sans);transition:color .15s,background .15s}.nav-group:first-child .nav-group-header{border-top:none}.nav-group-header:hover,.nav-group-header.open{color:var(--gold);background:var(--border)}.nav-group-header.has-active{color:var(--accent)}.nav-group-chevron{flex-shrink:0;transition:transform .2s ease;color:currentColor}.nav-group-header.open .nav-group-chevron{transform:rotate(180deg)}.nav-group-items{overflow:hidden;max-height:0;transition:max-height .25s ease}.nav-group-items.open{max-height:9999px}.main{flex:1;overflow-y:auto;background:var(--bg-base)}.main::-webkit-scrollbar{width:4px}.main::-webkit-scrollbar-track{background:var(--bg-deep)}.main::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.hero{background:linear-gradient(135deg,var(--bg-deep) 0%,#1a0800 50%,#0d0200 100%);padding:56px 56px 48px;border-bottom:1px solid var(--border)}.hero-label{color:var(--red);font-size:10px;letter-spacing:.25em;text-transform:uppercase;margin-bottom:12px;font-family:var(--font-mono)}.hero-title{color:var(--accent);font-size:36px;font-weight:700;font-family:var(--font-serif);line-height:1.2;margin-bottom:16px}.hero-sub{color:var(--muted);font-size:13px;line-height:1.7}.hero-version{display:block;font-size:.7rem;color:var(--muted);letter-spacing:.1em;font-family:var(--font-mono);margin-top:6px}.hero-notice{margin-top:24px;padding:14px 18px;border-left:3px solid var(--muted-dim);background:#ff99000a;color:var(--muted);font-size:12px;line-height:1.9}.metric-section{padding:48px 56px;border-bottom:1px solid var(--border-light)}.section-header{display:flex;align-items:baseline;gap:14px;margin-bottom:8px}.section-num{color:var(--red);font-size:10px;letter-spacing:.15em;font-family:var(--font-mono)}.section-title{color:var(--gold);font-size:22px;font-weight:700;font-family:var(--font-serif)}.section-desc{color:var(--muted);font-size:12px;margin-bottom:24px;line-height:1.7}.section-desc .desc-alert{color:#f62;font-weight:700}.kpi-row{display:flex;gap:12px;margin-bottom:24px}.kpi-card{flex:1;background:var(--bg-card);border:1px solid var(--border);border-radius:4px;padding:14px 16px}.kpi-label{color:var(--muted);font-size:10px;margin-bottom:6px;letter-spacing:.05em}.kpi-cause-tag{display:block;font-size:13px;font-weight:700;color:var(--accent);letter-spacing:.08em;margin-bottom:4px}.kpi-value{color:var(--accent);font-size:20px;font-weight:700;font-family:var(--font-mono);line-height:1.2}.kpi-change{color:var(--red);font-size:10px;margin-top:4px}.kpi-change.positive{color:#4c8}.chart-wrap{background:var(--bg-deep);border:1px solid var(--border);border-radius:4px;padding:16px}.chart-container{width:100%;height:320px}.overlay-controls{margin-bottom:10px}.overlay-controls-label{font-size:11px;color:#864;margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.overlay-btn-group{display:flex;flex-wrap:wrap;gap:8px}.overlay-btn{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:6px 12px;background:transparent;border:1px solid #3a2000;border-radius:3px;color:#864;cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s,background .15s}.overlay-btn:hover{border-color:#f44;color:#fa8}.overlay-btn.active{border-color:#f44;background:#ff44441a;color:#f44}.overlay-btn-label{font-size:12px;font-weight:600}.overlay-btn-desc{font-size:10px;opacity:.8}@media(max-width:768px){.overlay-btn{padding:10px 14px;min-height:44px;justify-content:center}.overlay-btn-label{font-size:13px}}.related-sections{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:16px;padding:10px 14px;background:var(--bg-deep);border:1px solid var(--border-light);border-radius:4px}.related-label{color:var(--muted);font-size:11px;white-space:nowrap;flex-shrink:0}.related-link{color:var(--accent-dim);font-size:11px;text-decoration:none;padding:3px 8px;border:1px solid var(--border);border-radius:3px;background:var(--bg-card);transition:background .15s,color .15s,border-color .15s}.related-link:hover,.related-link:focus-visible{background:var(--bg-hover);color:var(--accent);border-color:var(--accent);outline:none}.section-source{color:var(--muted-dim);font-size:10px;margin-top:10px;font-family:var(--font-mono)}.pm-timeline{display:flex;width:100%;box-sizing:border-box;margin-top:4px;overflow:hidden}.pm-timeline-inner{display:flex;height:32px;width:100%;border-radius:2px;overflow:hidden;border:1px solid #3a2000}.pm-segment{display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:11px;font-weight:700;white-space:nowrap;padding:0 3px;border-right:1px solid rgba(0,0,0,.4);cursor:pointer;transition:filter .15s;color:#ffd2a0e6;box-sizing:border-box}.pm-segment:last-child{border-right:none}.pm-segment:hover{filter:brightness(1.5)}.pm-tooltip{position:fixed;display:none;z-index:9999;background:#1a0e00;border:1px solid #3a2000;border-radius:4px;padding:10px 14px;max-width:340px;pointer-events:none;box-shadow:0 4px 16px #0009}.pm-tooltip-name{color:#fc4;font-size:13px;font-weight:700;margin-bottom:4px}.pm-tooltip-meta{color:#864;font-size:11px;margin-bottom:8px;border-bottom:1px solid #3a2000;padding-bottom:6px}.pm-tooltip-policies{list-style:none;padding:0;margin:0}.pm-tooltip-policies li{color:#f86;font-size:11px;line-height:1.7;padding-left:14px;position:relative}.pm-tooltip-policies li:before{content:"▶";position:absolute;left:0;color:#c30;font-size:8px;top:4px}.mobile-menu-btn{display:none;position:fixed;top:12px;left:12px;z-index:200;width:44px;height:44px;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0;-webkit-tap-highlight-color:transparent}.hamburger-line{display:block;width:20px;height:2px;background:var(--accent);border-radius:1px;transition:transform .25s,opacity .25s}.mobile-menu-btn.open .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-btn.open .hamburger-line:nth-child(2){opacity:0}.mobile-menu-btn.open .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay{display:none;position:fixed;inset:0;background:#0009;z-index:99;-webkit-tap-highlight-color:transparent}.mobile-overlay.visible{display:block}@media(max-width:768px){.mobile-menu-btn{display:flex}.app{flex-direction:column;height:auto;overflow:visible}body.menu-open{overflow:hidden}.sidenav{position:fixed;top:0;left:0;width:260px;height:100dvh;z-index:150;transform:translate(-100%);transition:transform .3s ease;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding:20px 0;border-right:1px solid var(--border);border-bottom:none}.sidenav.open{transform:translate(0)}.sidenav-title{display:block}.nav-item{white-space:normal;border-left:2px solid transparent;border-bottom:none;padding:12px 16px;font-size:13px;min-height:44px;display:flex;align-items:center}.nav-item.active{border-left-color:var(--accent);border-bottom:none}.nav-group-header{padding:12px 14px 12px 16px;font-size:13px;min-height:44px}.main{overflow-y:visible}.hero{padding:64px 20px 32px}.hero-title{font-size:24px}.hero-sub{font-size:12px}.hero-notice{font-size:11px}.metric-section{padding:28px 16px;scroll-margin-top:60px}.section-header{flex-direction:column;gap:4px}.section-title{font-size:18px}.section-desc{font-size:12px;line-height:1.8}.kpi-row{flex-direction:column;gap:8px}.kpi-card{padding:12px 14px}.kpi-value{font-size:18px}.chart-wrap{padding:8px}.chart-container{height:260px}.pm-timeline{overflow-x:auto}.pm-timeline-inner{min-width:600px;height:34px}.pm-segment{font-size:10px;min-width:24px}.pm-tooltip{max-width:calc(100vw - 32px)}}.font-size-control{position:fixed;top:14px;right:16px;z-index:300;display:flex;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;overflow:hidden;box-shadow:0 2px 8px #00000080}.font-size-seg{display:flex;align-items:center;justify-content:center;width:36px;height:34px;background:transparent;border:none;border-right:1px solid var(--border);color:var(--muted);font-weight:700;font-family:var(--font-serif);cursor:pointer;transition:background .15s,color .15s;-webkit-tap-highlight-color:transparent}.font-size-seg:last-child{border-right:none}.font-size-seg:hover{background:var(--bg-hover);color:var(--gold)}.font-size-seg.active{background:var(--border);color:var(--accent)}.theme-control{position:fixed;top:14px;right:130px;z-index:300;display:flex;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;overflow:hidden;box-shadow:0 2px 8px #00000080}.theme-seg{display:flex;align-items:center;justify-content:center;min-width:36px;height:34px;padding:0 10px;background:transparent;border:none;border-right:1px solid var(--border);color:var(--muted);font-size:11px;font-weight:700;font-family:var(--font-sans);cursor:pointer;transition:background .15s,color .15s;-webkit-tap-highlight-color:transparent}.theme-seg:last-child{border-right:none}.theme-seg:hover{background:var(--bg-hover);color:var(--gold)}.theme-seg.active{background:var(--border);color:var(--accent)}[data-theme=light] .font-size-control,[data-theme=light] .theme-control{box-shadow:0 2px 8px #0000001f}[data-theme=light] .hero{background:linear-gradient(135deg,#f0ebe0,#faf5ed,#f5f0e8)}[data-theme=light] .pm-tooltip{background:#fff;border-color:#d8d0c4;box-shadow:0 4px 16px #00000026}[data-theme=light] .pm-tooltip-name{color:#8a6000}[data-theme=light] .pm-tooltip-meta{color:#6b6050;border-bottom-color:#d8d0c4}[data-theme=light] .pm-tooltip-policies li{color:#c53}[data-theme=light] .pm-tooltip-policies li:before{color:#c30}[data-theme=light] .pm-segment{color:#3c280ae6;border-right-color:#ffffff80}[data-theme=light] .pm-timeline-inner{border-color:#d8d0c4}[data-theme=light] .dark-reveal{border-color:#ddd0c0;background:#faf6f0}[data-theme=light] .dark-reveal-toggle{color:#c52;background:linear-gradient(90deg,#f5ede0,#faf6f0)}[data-theme=light] .dark-reveal-toggle:hover{background:linear-gradient(90deg,#efe4d4,#f5ede0)}[data-theme=light] .dark-reveal-content{border-top-color:#ddd0c0}[data-theme=light] .dark-card{background:#fff;border-color:#ddd0c0}[data-theme=light] .dark-card--red{border-color:#e8c0b0;background:#fdf5f0}[data-theme=light] .overlay-btn{border-color:#d8d0c4;color:#6b6050}[data-theme=light] .overlay-btn:hover{border-color:#c44;color:#c44}[data-theme=light] .overlay-btn.active{border-color:#c44;background:#cc444414;color:#c44}[data-theme=dark] .hero{background:linear-gradient(135deg,#0c0c10,#14141e,#0a0a12)}[data-theme=dark] .pm-tooltip{background:#18181f;border-color:#2a2a38}[data-theme=dark] .pm-tooltip-name{color:#abd}[data-theme=dark] .pm-tooltip-meta{color:#789;border-bottom-color:#2a2a38}[data-theme=dark] .pm-tooltip-policies li{color:#d76}[data-theme=dark] .pm-timeline-inner{border-color:#2a2a38}[data-theme=dark] .dark-reveal{border-color:#3a2030;background:#101018}[data-theme=dark] .dark-reveal-toggle{background:linear-gradient(90deg,#1a1020,#101018)}[data-theme=dark] .dark-reveal-toggle:hover{background:linear-gradient(90deg,#221530,#18101e)}[data-theme=dark] .dark-card--red{border-color:#4a1530;background:#18101c}[data-theme=dark] .overlay-btn{border-color:#2a2a38;color:#789}[data-theme=dark] .overlay-btn:hover{border-color:#d44;color:#fa8}[data-theme=dark] .overlay-btn.active{border-color:#d44;background:#dd44441f;color:#d44}[data-theme=light] .flow-node{background:#fff;border-color:#d8d0c4}[data-theme=light] .flow-node-root{border-left-color:#c20}[data-theme=light] .flow-node-mid{border-left-color:#c60}[data-theme=light] .flow-node-result{border-left-color:#a90}[data-theme=light] .flow-node-title{color:#b84400}[data-theme=light] .flow-node-body{color:#5a5040}[data-theme=light] .flow-link{background:#faf0e8;border-color:#c52;color:#c40}[data-theme=light] .flow-link:hover{background:#f0e0d0;color:#a30}[data-theme=light] .flow-arrow{color:#c50}[data-theme=light] .flow-conclusion{background:linear-gradient(135deg,#fdf0f0,#fff8f5);border-color:#d42}[data-theme=light] .flow-conclusion-text{color:#c30}[data-theme=light] .corruption-table thead tr{background:#f8f0f0}[data-theme=light] .corruption-table th{border-bottom-color:#d0b0b0}[data-theme=light] .corruption-category-header td{background:#f5ede5;color:#b84400}[data-theme=light] .corruption-row-label{color:#6a5500;border-bottom-color:#e0d8d0}[data-theme=light] .corruption-status-cell{border-bottom-color:#e0d8d0}[data-theme=light] .corruption-row-note{color:#6b6050;border-bottom-color:#e0d8d0}[data-theme=light] .corruption-status--regulated{background:#e8f5ee;color:#1a7744}[data-theme=light] .corruption-status--partial{background:#f5f0e0;color:#870}[data-theme=light] .corruption-status--rampant{background:#fde8e5;color:#c20}[data-theme=light] .corruption-th-japan,[data-theme=light] .corruption-cell-japan{border-left-color:#d48000}[data-theme=light] .corruption-table-legend{border-top-color:#e0d8d0}[data-theme=light] .party-stance-table thead tr{background:#f5ede5}[data-theme=light] .party-stance-table th{color:#6b6050;border-color:#d8d0c4}[data-theme=light] .party-stance-th-axis{color:#9a6500!important}[data-theme=light] .party-stance-th-ldp{background:#c882001a!important;color:#b87800!important}[data-theme=light] .party-stance-category-header td{background:#f5ede5;color:#b85500;border-color:#d8d0c4}[data-theme=light] .party-stance-axis-label{color:#5a5040;border-color:#e0d8d0}[data-theme=light] .party-stance-score-cell{border-color:#e0d8d0}[data-theme=light] .party-stance-cell-ldp{background:#c882000f!important;outline-color:#c8820040}[data-theme=light] .party-stance-score--0{background:#dc28001a;color:#c30}[data-theme=light] .party-stance-score--1{background:#b48c001a;color:#870}[data-theme=light] .party-stance-score--2{background:#00963c1a;color:#284}[data-theme=light] .party-stance-note{color:#6b6050;border-color:#e0d8d0}[data-theme=light] .party-stance-legend{color:#6b6050}[data-theme=light] .party-stance-legend .party-stance-score--2{background:#00963c26;color:#284}[data-theme=light] .party-stance-legend .party-stance-score--1{background:#b48c0026;color:#870}[data-theme=light] .party-stance-legend .party-stance-score--0{background:#dc280026;color:#c30}[data-theme=light] .party-stance-table tfoot .party-stance-axis-label{background:#f5ede5;color:#b85500}[data-theme=light] .party-stance-table tfoot tr:first-child td{border-top-color:#c50}[data-theme=light] .ldp-reality-title{color:#c40}[data-theme=light] .ldp-reality-subtitle{color:#6b6050}[data-theme=light] .ldp-reality-table thead tr{background:#f5ede5}[data-theme=light] .ldp-reality-table th{border-color:#d8d0c4}[data-theme=light] .ldp-reality-th-item{color:#9a6500}[data-theme=light] .ldp-reality-th-conservative{color:#1a7744;border-top-color:#4c8}[data-theme=light] .ldp-reality-th-ldp{color:#c30;border-top-color:#f64}[data-theme=light] .ldp-reality-table tbody tr{border-bottom-color:#e0d8d0}[data-theme=light] .ldp-reality-table tbody tr:hover{background:#c882000a}[data-theme=light] .ldp-reality-item{border-color:#e0d8d0;color:#9a7000}[data-theme=light] .ldp-reality-conservative{border-color:#e0d8d0;color:#1a6638;background:#00963c0a}[data-theme=light] .ldp-reality-ldp{border-color:#e0d8d0;color:#a42;background:#dc28000a}[data-theme=light] .crime-ignore-case{border-color:#d8d0c4;background:#fff}[data-theme=light] .crime-ignore-case-header{background:#f5ede5;border-bottom-color:#d8d0c4}[data-theme=light] .crime-ignore-num{color:#c20}[data-theme=light] .crime-ignore-title{color:#6a5500}[data-theme=light] .crime-ignore-tag{background:#fde8e5;color:#c42;border-color:#e0b0a0}[data-theme=light] .crime-ignore-field{border-bottom-color:#e8e2d8}[data-theme=light] .crime-ignore-field-label{background:#f5f0e8;color:#6b6050;border-right-color:#e8e2d8}[data-theme=light] .crime-ignore-field--gov .crime-ignore-field-label{color:#47a;background:#f0f4fa}[data-theme=light] .crime-ignore-field--gov .crime-ignore-field-content{background:#f5f8fd;color:#4a7099}[data-theme=light] .crime-ignore-field--media .crime-ignore-field-label{color:#970;background:#faf5e8}[data-theme=light] .crime-ignore-field--media .crime-ignore-field-content{background:#fdf9f0;color:#7a6020}[data-theme=light] .crime-ignore-field--criticism .crime-ignore-field-label{color:#c42;background:#fdf0ee}[data-theme=light] .crime-ignore-field--criticism .crime-ignore-field-content{background:#fef5f2;color:#954}[data-theme=light] .crime-ignore-supplement{background:#faf6f0;border-color:#e0d8d0}[data-theme=light] .crime-ignore-conclusion{background:#fdf5f2;border-left-color:#c30;color:#6b5545}[data-theme=light] .leftist-group-table thead tr{background:#f5ede5}[data-theme=light] .leftist-group-table th{color:#6b6050;border-bottom-color:#d8d0c4}[data-theme=light] .leftist-group-table td{border-bottom-color:#e8e2d8;color:#5a5040}[data-theme=light] .leftist-group-category-header td{background:#f5ede5;color:#b87800;border-bottom-color:#d8d0c4}[data-theme=light] .leftist-group-name{color:#8a6000}[data-theme=light] .leftist-group-reason{color:#5a5040}[data-theme=light] .leftist-group-party-tag{background:#faf0e5;border-color:#d8c8b0;color:#b87800}[data-theme=light] .leftist-group-party-note{color:#6b6050}[data-theme=light] .dark-reveal-headline{color:#c30}[data-theme=light] .dark-reveal-subhead{color:#6b6050}[data-theme=light] .dark-card-badge{background:#f5ede5;border-color:#d8c8b0;color:#6b6050}[data-theme=light] .dark-card-badge--red{background:#fde8e5;border-color:#e0b0a0;color:#c30}[data-theme=light] .dark-card-title{color:#6a5500}[data-theme=light] .dark-card-number{color:#c30}[data-theme=light] .dark-card-list li{color:#5a5040}[data-theme=light] .dark-card-list li:before{color:#c30}[data-theme=light] .dark-card-list li strong{color:#9a6500}[data-theme=light] .dark-mechanism-title{color:#b87800;border-bottom-color:#d8d0c4}[data-theme=light] .dark-mechanism-item{background:#fff;border-color:#e0d8d0}[data-theme=light] .dark-mechanism-body{color:#5a5040}[data-theme=light] .dark-mechanism-body strong{color:#6a5500}[data-theme=light] .dark-table th{background:#f5ede5;color:#c30;border-color:#d8d0c4}[data-theme=light] .dark-table td{border-color:#e0d8d0;color:#5a5040;background:#fff}[data-theme=light] .dark-table td strong{color:#6a5500}[data-theme=light] .dark-table tr:hover td{background:#faf6f0}[data-theme=light] .dark-table-note{color:#5a5040;border-color:#d8d0c4;background:#faf6f0}[data-theme=light] .dark-table-note strong{color:#c42}[data-theme=light] .changelog-table th{background:#f5ede5;border-color:#d8d0c4}[data-theme=light] .changelog-table td{border-color:#e0d8d0}[data-theme=light] .changelog-table tr:hover td{background:#faf6f0}[data-theme=dark] .flow-node{background:#18181f;border-color:#2a2a38}[data-theme=dark] .flow-node-title{color:#d76}[data-theme=dark] .flow-node-body{color:#789}[data-theme=dark] .flow-link{background:#1e1e28;border-color:#d44;color:#d76}[data-theme=dark] .flow-conclusion{background:linear-gradient(135deg,#1e1020,#101018);border-color:#d44}[data-theme=dark] .flow-conclusion-text,[data-theme=dark] .flow-arrow{color:#d44}[data-theme=dark] .corruption-table thead tr{background:#18181f}[data-theme=dark] .corruption-category-header td{background:#1e1e28;color:#d76}[data-theme=dark] .corruption-row-label{color:#abd;border-bottom-color:#2a2a38}[data-theme=dark] .corruption-status-cell,[data-theme=dark] .corruption-row-note{border-bottom-color:#2a2a38}[data-theme=dark] .corruption-status--regulated{background:#102820;color:#5c8}[data-theme=dark] .corruption-status--partial{background:#202818;color:#bb4}[data-theme=dark] .corruption-status--rampant{background:#2a1018;color:#f55}[data-theme=dark] .corruption-table-legend{border-top-color:#2a2a38}[data-theme=dark] .party-stance-table thead tr{background:#1e1e28}[data-theme=dark] .party-stance-table th{border-color:#2a2a38}[data-theme=dark] .party-stance-category-header td{background:#1e1e28;border-color:#2a2a38}[data-theme=dark] .party-stance-axis-label{color:#9ab;border-color:#2a2a38}[data-theme=dark] .party-stance-score-cell,[data-theme=dark] .party-stance-note{border-color:#2a2a38}[data-theme=dark] .ldp-reality-table thead tr{background:#1e1e28}[data-theme=dark] .ldp-reality-table th{border-color:#2a2a38}[data-theme=dark] .ldp-reality-item{border-color:#2a2a38;color:#ca5}[data-theme=dark] .ldp-reality-conservative{border-color:#2a2a38;background:#00963c14;color:#7c9}[data-theme=dark] .ldp-reality-ldp{border-color:#2a2a38;background:#dc280014;color:#f98}[data-theme=dark] .crime-ignore-case{border-color:#2a2a38;background:#14141c}[data-theme=dark] .crime-ignore-case-header{background:#1e1e28;border-bottom-color:#2a2a38}[data-theme=dark] .crime-ignore-field{border-bottom-color:#222230}[data-theme=dark] .crime-ignore-field-label{background:#18181f;border-right-color:#222230}[data-theme=dark] .crime-ignore-field--gov .crime-ignore-field-label{color:#69c;background:#101828}[data-theme=dark] .crime-ignore-field--gov .crime-ignore-field-content{background:#121a2a;color:#69b}[data-theme=dark] .crime-ignore-field--media .crime-ignore-field-label{color:#ba4;background:#1a1810}[data-theme=dark] .crime-ignore-field--media .crime-ignore-field-content{background:#181610;color:#984}[data-theme=dark] .crime-ignore-field--criticism .crime-ignore-field-label{color:#f76;background:#201418}[data-theme=dark] .crime-ignore-field--criticism .crime-ignore-field-content{background:#1c1218;color:#c98}[data-theme=dark] .crime-ignore-supplement{background:#14141c;border-color:#2a2a38}[data-theme=dark] .crime-ignore-conclusion{background:#141018;color:#899}[data-theme=dark] .crime-ignore-tag{background:#2a1020;border-color:#442030}[data-theme=dark] .leftist-group-table thead tr{background:#1e1e28}[data-theme=dark] .leftist-group-table th{border-bottom-color:#2a2a38}[data-theme=dark] .leftist-group-table td{border-bottom-color:#222230;color:#9ab}[data-theme=dark] .leftist-group-category-header td{background:#1e1e28;border-bottom-color:#2a2a38}[data-theme=dark] .leftist-group-name{color:#abd}[data-theme=dark] .leftist-group-party-tag{background:#1e1e28;border-color:#2a2a38;color:#ca6}[data-theme=dark] .dark-card{background:#14141c;border-color:#2a2a38}[data-theme=dark] .dark-card-title{color:#abd}[data-theme=dark] .dark-card-list li strong{color:#ca6}[data-theme=dark] .dark-mechanism-item{background:#14141c;border-color:#2a2a38}[data-theme=dark] .dark-table th{background:#1e1e28;border-color:#2a2a38}[data-theme=dark] .dark-table td{border-color:#222230;background:#101018}[data-theme=dark] .dark-table tr:hover td{background:#18181f}[data-theme=dark] .dark-table-note{border-color:#2a2a38;background:#14141c}[data-theme=dark] .changelog-table th{background:#1e1e28;border-color:#2a2a38}[data-theme=dark] .changelog-table td{border-color:#222230}[data-theme=dark] .changelog-table tr:hover td{background:#1e1e28}.manifesto-table{width:100%;border-collapse:collapse;font-size:12px;min-width:760px}.manifesto-th{text-align:left;padding:8px 10px;color:var(--muted);background:var(--bg-deep);border-bottom:2px solid var(--border)}.manifesto-th--promise{width:20%}.manifesto-th--year{width:8%;text-align:center}.manifesto-th--detail{width:30%}.manifesto-th--status{width:12%;text-align:center}.manifesto-row{border-bottom:1px solid var(--border-light)}.manifesto-row--alt{background:var(--bg-hover)}.manifesto-label{padding:8px 10px;color:var(--gold);font-weight:700}.manifesto-year{padding:8px 6px;text-align:center;color:var(--muted)}.manifesto-promise{padding:8px 10px;color:var(--text-body)}.manifesto-result{padding:8px 10px;color:var(--red)}[data-theme=light] .manifesto-result{color:#b83300}.manifesto-status{padding:8px 6px;text-align:center;background:var(--bg-status-alert);color:var(--text-status-alert);font-weight:700}.dark-table-alert{color:#f40}[data-theme=light] .dark-table-alert{color:#c30}[data-theme=dark] .dark-table-alert{color:#f54}.changelog-section{padding:48px 56px;border-bottom:1px solid var(--border-light)}.changelog-table{width:100%;border-collapse:collapse;font-size:12px;margin-top:24px}.changelog-table th{background:var(--bg-hover);color:var(--muted);font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:10px 14px;text-align:left;border:1px solid var(--border)}.changelog-table td{padding:10px 14px;border:1px solid var(--border);color:var(--muted);vertical-align:top;line-height:1.6}.changelog-table td:nth-child(1){white-space:nowrap;font-family:var(--font-mono);font-size:11px}.changelog-table td:nth-child(2){white-space:nowrap;font-family:var(--font-mono);font-size:11px;color:var(--accent)}.changelog-table tr:hover td{background:var(--bg-hover)}.dark-reveal{margin-top:20px;border:1px solid #4a1500;border-radius:4px;background:#0f0600}.dark-reveal-toggle{display:flex;align-items:center;justify-content:space-between;padding:13px 18px;cursor:pointer;list-style:none;color:#f63;font-size:13px;font-weight:700;letter-spacing:.05em;background:linear-gradient(90deg,#1a0500,#0f0300);border-radius:3px;user-select:none;transition:background .2s,color .2s}.dark-reveal-toggle::-webkit-details-marker{display:none}.dark-reveal-toggle:hover{background:linear-gradient(90deg,#250800,#180500);color:#f85}.dark-reveal-arrow{font-size:10px;transition:transform .25s;color:var(--red);flex-shrink:0;margin-left:10px}details.dark-reveal[open] .dark-reveal-arrow{transform:rotate(90deg)}.dark-reveal-content{padding:20px 18px 24px;border-top:1px solid #3a1000}.dark-reveal-header{margin-bottom:20px;text-align:center}.dark-reveal-headline{color:#f42;font-size:15px;font-weight:700;letter-spacing:.05em;margin-bottom:6px}.dark-reveal-subhead{color:var(--muted);font-size:12px}.dark-reveal-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.dark-card{background:#130700;border:1px solid #3a1500;border-radius:4px;padding:14px}.dark-card--red{border-color:#6a1500;background:#160500}.dark-card-badge{display:inline-block;padding:2px 8px;background:#2a0d00;border:1px solid #4a2000;border-radius:2px;color:var(--muted);font-size:9px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}.dark-card-badge--red{background:#3a0a00;border-color:#7a1500;color:#c42}.dark-card-title{color:var(--gold);font-size:12px;font-weight:700;margin-bottom:10px;line-height:1.5}.dark-card-number{display:block;color:#f42;font-size:16px;margin-top:3px}.dark-card-list{list-style:none;padding:0;margin:0}.dark-card-list li{color:var(--muted);font-size:11px;line-height:1.75;padding-left:14px;position:relative;margin-bottom:5px}.dark-card-list li:before{content:"■";position:absolute;left:0;color:var(--red);font-size:7px;top:5px}.dark-card-list li strong{color:#c83}.dark-reveal-mechanism{margin-bottom:24px}.dark-mechanism-title{color:var(--accent);font-size:13px;font-weight:700;margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid #3a1500}.dark-mechanism-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.dark-mechanism-item{display:flex;gap:12px;background:#130700;border:1px solid #2a1000;border-radius:4px;padding:12px}.dark-mechanism-num{color:var(--red);font-family:var(--font-mono);font-size:18px;font-weight:700;line-height:1;flex-shrink:0;padding-top:2px;min-width:24px}.dark-mechanism-body{color:var(--muted);font-size:11px;line-height:1.75}.dark-mechanism-body strong{color:var(--gold);display:block;margin-bottom:4px;font-size:12px}.dark-reveal-table-wrap{margin-top:4px;overflow-x:auto}.dark-table{width:100%;border-collapse:collapse;margin:12px 0;font-size:11px}.dark-table th{background:#1a0700;color:var(--red);padding:8px 12px;text-align:left;border:1px solid #3a1500;font-size:11px;letter-spacing:.05em}.dark-table td{padding:8px 12px;border:1px solid #2a1000;color:var(--muted);background:#0f0500;line-height:1.6}.dark-table td strong{color:var(--gold)}.dark-table tr:hover td{background:#150800}.dark-table-note{color:var(--muted);font-size:11px;line-height:1.75;padding:12px 14px;border:1px solid #3a1500;background:#100500;border-radius:3px;margin-top:4px}.dark-table-note strong{color:#f63}.corruption-table-wrap{overflow-x:auto;margin:16px 0}.corruption-table{width:100%;border-collapse:collapse;font-size:12px;min-width:680px}.corruption-table thead tr{background:#1a0000}.corruption-table th{padding:8px 10px;border-bottom:2px solid #440000;color:var(--muted);font-size:11px;letter-spacing:.04em;white-space:nowrap}.corruption-table th.corruption-th-label{text-align:left;color:#f44;width:28%}.corruption-table th.corruption-th-japan{color:#f90}.corruption-table th.corruption-th-note{text-align:left;color:var(--muted)}.corruption-category-header td{background:#100;color:#f64;font-size:11px;font-weight:700;letter-spacing:.08em;padding:6px 10px}.corruption-row-label{padding:7px 10px;color:var(--gold);border-bottom:1px solid #2a1000;line-height:1.4}.corruption-status-cell{padding:7px 8px;text-align:center;border-bottom:1px solid #2a1000;font-size:11px;white-space:nowrap}.corruption-row-note{padding:7px 8px;color:#864;font-size:11px;border-bottom:1px solid #2a1000;line-height:1.45;min-width:180px}.corruption-status--regulated{background:#030;color:#4c8}.corruption-status--partial{background:#230;color:#cc4}.corruption-status--rampant{background:#400;color:#f44;font-weight:700}.corruption-th-japan,.corruption-cell-japan{border-left:2px solid #ff9900}.corruption-table-legend{display:flex;flex-wrap:wrap;gap:16px;padding:8px 10px;font-size:11px;color:var(--muted);border-top:1px solid #2a1000}.corruption-table-legend span{display:inline-block;padding:1px 6px;border-radius:2px;margin-right:4px}.imm-pref-section{padding:4px 0}.imm-pref-intro{background:var(--imm-pref-bg-intro);border-left:3px solid var(--imm-pref-border-accent);padding:12px 16px;margin-bottom:16px;border-radius:0 4px 4px 0}.imm-pref-intro-text{color:var(--imm-pref-intro-text);font-size:13px;line-height:1.7;margin:0}.imm-pref-section-title{font-size:13px;font-weight:700;letter-spacing:.06em;color:var(--accent);margin:24px 0 6px;padding-bottom:4px;border-bottom:1px solid var(--border)}.imm-pref-section-title--national{color:#f60}.imm-pref-section-title--municipal{color:#fa3}.imm-pref-subtitle{font-size:11px;color:var(--muted);margin:0 0 10px}.imm-pref-table-wrap{overflow-x:auto;margin:8px 0 16px}.imm-pref-table{width:100%;border-collapse:collapse;font-size:11px;min-width:900px}.imm-pref-table thead tr{background:#0d0500}.imm-pref-table th{padding:8px;border-bottom:2px solid #550000;color:var(--muted);font-size:10px;letter-spacing:.04em;white-space:nowrap}.imm-pref-th-policy{text-align:left;color:#fa5;width:16%}.imm-pref-th-japanese{text-align:left;color:#69c;width:16%}.imm-pref-th-foreign{text-align:left;color:#f44;width:18%}.imm-pref-th-gap{text-align:center;width:7%}.imm-pref-th-intl{text-align:center}.imm-pref-th-note{text-align:left;width:16%}.imm-pref-table thead th:nth-child(5),.imm-pref-table tbody td:nth-child(5){border-left:2px solid #553300}.imm-pref-table thead .imm-pref-th-foreign{background:#200500}.imm-pref-category-header td{background:#0d0500;color:#f62;font-size:11px;font-weight:700;letter-spacing:.08em;padding:6px 8px}.imm-pref-policy-label{padding:8px;color:var(--gold);border-bottom:1px solid #2a1000;line-height:1.4;font-weight:600}.imm-pref-cell-japanese{padding:8px;background:#050a1a;color:#9ac;border-bottom:1px solid #2a1000;font-size:11px;line-height:1.45;border-left:2px solid #334466}.imm-pref-cell-foreign{padding:8px;background:#1a0500;color:#fa8;border-bottom:1px solid #2a1000;font-size:11px;line-height:1.45;border-left:2px solid #ff4400;border-right:2px solid #ff4400}.imm-pref-gap-cell{padding:6px;text-align:center;border-bottom:1px solid #2a1000;font-size:10px;font-weight:700;white-space:nowrap}.imm-pref-gap--critical{background:#300000;color:#f44}.imm-pref-gap--significant{background:#281400;color:#f84}.imm-pref-gap--minor{background:#220;color:#cc4}.imm-pref-country-cell{padding:6px;text-align:center;border-bottom:1px solid #2a1000;font-size:10px;font-weight:700}.imm-pref-country-detail{display:block;font-weight:400;font-size:10px;margin-top:2px;opacity:.85}.imm-pref-status--restricted{background:#001a00;color:#4c8}.imm-pref-status--equal{background:#001a2a;color:#49c}.imm-pref-status--favorable{background:#2a1000;color:#f84}.imm-pref-status--none{background:#111;color:#666}.imm-pref-note-cell{padding:7px 8px;color:#864;font-size:10px;border-bottom:1px solid #2a1000;line-height:1.45}.imm-pref-table-legend{display:flex;flex-wrap:wrap;gap:16px;padding:8px 10px;font-size:11px;color:var(--muted);border-top:1px solid #2a1000}.imm-pref-table-legend span{display:inline-block;padding:1px 6px;border-radius:2px;margin-right:4px}.imm-pref-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px;margin-bottom:8px}.imm-pref-card{background:#0d0500;border:1px solid #3a1a00;border-top:3px solid #ff6600;border-radius:4px;padding:12px 14px;font-size:12px}.imm-pref-card-title{color:#f90;font-size:13px;font-weight:700;margin-bottom:10px;line-height:1.3}.imm-pref-card-row{display:flex;gap:8px;margin-bottom:8px;line-height:1.5}.imm-pref-card-row--problem{background:#150500;margin:0 -14px 8px;padding:6px 14px;border-left:3px solid #ff3300}.imm-pref-card-label{flex-shrink:0;width:80px;font-size:10px;color:#864;font-weight:700;letter-spacing:.04em;padding-top:1px}.imm-pref-card-value{color:#ca8;flex:1}.imm-pref-card-beneficiary{color:#f86}.imm-pref-card-burden{color:#abd}.imm-pref-card-source{margin-top:8px;padding-top:6px;border-top:1px solid #2a1000;font-size:10px;color:#643;line-height:1.4}[data-theme=light] .imm-pref-section-title{color:#c60}[data-theme=light] .imm-pref-section-title--national{color:#a40}[data-theme=light] .imm-pref-section-title--municipal{color:#b70}[data-theme=light] .imm-pref-subtitle{color:#864}[data-theme=light] .imm-pref-table thead tr{background:#fff0e0}[data-theme=light] .imm-pref-table th{border-bottom-color:#c84}[data-theme=light] .imm-pref-th-policy{color:#830}[data-theme=light] .imm-pref-th-japanese{color:#248}[data-theme=light] .imm-pref-th-foreign{color:#a20}[data-theme=light] .imm-pref-table thead .imm-pref-th-foreign{background:#fff0ec}[data-theme=light] .imm-pref-table thead th:nth-child(5),[data-theme=light] .imm-pref-table tbody td:nth-child(5){border-left-color:#c96}[data-theme=light] .imm-pref-cell-foreign{border-right-color:#c40}[data-theme=light] .imm-pref-category-header td{background:#ffe8d0;color:#a30}[data-theme=light] .imm-pref-policy-label{border-bottom-color:#ddc8aa}[data-theme=light] .imm-pref-cell-japanese{background:#eef4ff;color:#246;border-left-color:#89c;border-bottom-color:#ddc8aa}[data-theme=light] .imm-pref-cell-foreign{background:#fff0ee;color:#820;border-left-color:#c40;border-bottom-color:#ddc8aa}[data-theme=light] .imm-pref-gap--critical{background:#ffe8e8;color:#c00}[data-theme=light] .imm-pref-gap--significant{background:#fff0e0;color:#c50}[data-theme=light] .imm-pref-gap--minor{background:#fffbe0;color:#860}[data-theme=light] .imm-pref-country-cell{border-bottom-color:#ddc8aa}[data-theme=light] .imm-pref-status--restricted{background:#e8fff0;color:#063}[data-theme=light] .imm-pref-status--equal{background:#e8f4ff;color:#036}[data-theme=light] .imm-pref-status--favorable{background:#fff0e0;color:#840}[data-theme=light] .imm-pref-status--none{background:#f0f0f0;color:#888}[data-theme=light] .imm-pref-note-cell{color:#864;border-bottom-color:#ddc8aa}[data-theme=light] .imm-pref-table-legend{color:#530;border-top-color:#ddc8aa}[data-theme=light] .imm-pref-card{background:#fffaf5;border-color:#da8;border-top-color:#c50}[data-theme=light] .imm-pref-card-title{color:#a40}[data-theme=light] .imm-pref-card-row--problem{background:#fff0ec;border-left-color:#c20}[data-theme=light] .imm-pref-card-label{color:#864}[data-theme=light] .imm-pref-card-value{color:#420}[data-theme=light] .imm-pref-card-beneficiary{color:#c40}[data-theme=light] .imm-pref-card-burden{color:#246}[data-theme=light] .imm-pref-card-source{border-top-color:#ddc8aa;color:#864}@media(max-width:768px){.imm-pref-cards-grid{grid-template-columns:1fr}.imm-pref-card-row{flex-direction:column;gap:2px}.imm-pref-card-label{width:auto}}.imm-model-section{margin-top:48px;border-top:2px solid #ff4400;padding-top:32px}.imm-model-section-title{color:#f40!important;border-color:#f40!important}.imm-model-intro{color:#ca8;line-height:1.8;margin-bottom:28px;font-size:13px}.imm-model-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:36px}.imm-model-card{background:#120800;border:1px solid #3a2000;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:14px}.imm-model-card-header{display:flex;align-items:flex-start;gap:12px}.imm-model-flag{font-size:28px;line-height:1;flex-shrink:0}.imm-model-name{font-size:13px;font-weight:700;color:#fc4}.imm-model-subtitle{font-size:11px;color:#f90;margin-top:4px;line-height:1.4}.imm-model-rules{padding-left:18px;margin:0;color:#ca8;font-size:11px;line-height:1.7}.imm-model-rules li{margin-bottom:4px}.imm-model-meta-grid{display:flex;flex-direction:column;gap:8px;border-top:1px solid #3a2000;padding-top:12px}.imm-model-meta-item{display:flex;flex-direction:column;gap:2px}.imm-model-meta-label{font-size:10px;color:#864;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.imm-model-meta-value{font-size:11px;color:#ca8;line-height:1.5}.imm-model-result{background:#1a0e00;border-left:3px solid #44cc88;padding:10px 12px;font-size:11px;color:#aca;line-height:1.6;border-radius:0 4px 4px 0}.imm-model-result-label{display:inline-block;background:#4c8;color:#000;font-size:10px;font-weight:700;padding:1px 6px;border-radius:3px;margin-right:6px;vertical-align:middle}.imm-model-compare-title{font-size:13px;font-weight:700;color:#f90;margin:0 0 16px;padding-left:10px;border-left:3px solid #ff9900}.imm-model-table{width:100%;border-collapse:collapse;font-size:11px;table-layout:fixed}.imm-model-table thead tr{background:#1a0e00}.imm-model-table th{padding:10px 12px;text-align:left;font-weight:600;border-bottom:2px solid #3a2000;color:#864;vertical-align:top}.imm-model-th-aspect{width:14%}.imm-model-th-japan{width:28%;color:#f90!important}.imm-model-th-country{width:19.33%}.imm-model-table tbody tr{border-bottom:1px solid #3a2000}.imm-model-table tbody tr:hover{background:#1a0e00}.imm-model-table-aspect{padding:10px 12px;font-weight:600;color:#864;vertical-align:top}.imm-model-table-japan{padding:10px 12px;vertical-align:top;line-height:1.5}.imm-model-status--danger{background:#ff282814;color:#f64;border-left:3px solid #ff4422}.imm-model-status--neutral{color:#ca8}.imm-model-status--good{background:#44cc880f;color:#aca;border-left:3px solid #44cc88}.imm-model-table-country{padding:10px 12px;color:#aca;vertical-align:top;line-height:1.5;border-left:1px solid #3a2000}.imm-model-conclusion{display:flex;gap:16px;align-items:flex-start;background:#1a0800;border:1px solid #ff4400;border-radius:8px;padding:20px 24px;margin-top:28px}.imm-model-conclusion-icon{font-size:26px;flex-shrink:0;line-height:1}.imm-model-conclusion-text{color:#ca8;font-size:12px;line-height:1.8}.imm-model-conclusion-text strong{color:#f90}[data-theme=light] .imm-model-section{border-top-color:#c30}[data-theme=light] .imm-model-section-title{color:#c30!important;border-color:#c30!important}[data-theme=light] .imm-model-intro{color:#530}[data-theme=light] .imm-model-card{background:#fff8f0;border-color:#e8c898}[data-theme=light] .imm-model-name{color:#840}[data-theme=light] .imm-model-subtitle{color:#c60}[data-theme=light] .imm-model-rules{color:#530}[data-theme=light] .imm-model-meta-grid{border-top-color:#e8c898}[data-theme=light] .imm-model-meta-label{color:#a63}[data-theme=light] .imm-model-meta-value{color:#530}[data-theme=light] .imm-model-result{background:#fff0e0;color:#353}[data-theme=light] .imm-model-compare-title{color:#840;border-color:#840}[data-theme=light] .imm-model-table thead tr{background:#fff0e0}[data-theme=light] .imm-model-table th{border-bottom-color:#e8c898;color:#840}[data-theme=light] .imm-model-th-japan{color:#c60!important}[data-theme=light] .imm-model-table tbody tr{border-bottom-color:#e8c898}[data-theme=light] .imm-model-table tbody tr:hover{background:#fff8f0}[data-theme=light] .imm-model-table-aspect{color:#840}[data-theme=light] .imm-model-status--danger{background:#cc00000f;color:#c20;border-left-color:#c20}[data-theme=light] .imm-model-status--neutral{color:#530}[data-theme=light] .imm-model-status--good{background:#0080400f;color:#264;border-left-color:#264}[data-theme=light] .imm-model-table-country{color:#353;border-left-color:#e8c898}[data-theme=light] .imm-model-conclusion{background:#fff0e0;border-color:#c30}[data-theme=light] .imm-model-conclusion-text{color:#530}[data-theme=light] .imm-model-conclusion-text strong{color:#c60}@media(max-width:900px){.imm-model-cards{grid-template-columns:1fr}.imm-model-table{font-size:10px}.imm-model-th-japan{width:26%}}@media(max-width:768px){.dark-reveal-cards,.dark-mechanism-grid{grid-template-columns:1fr}.dark-reveal-content{padding:14px 12px 18px}}.nav-changelog-sep{border-top:1px solid var(--border);margin:8px 0 4px}.nav-changelog-link{font-size:11px;color:var(--muted-dim)}.nav-changelog-link:hover{color:var(--muted)}.flow-diagram{padding:8px 0 4px}.flow-roots,.flow-results{display:flex;gap:14px;margin-bottom:4px}.flow-node{flex:1;background:#1a0800;border:1px solid #3a1200;border-radius:4px;padding:14px 16px}.flow-node-root{border-left:3px solid #ff2200}.flow-node-mid{border-left:3px solid #ff6600;margin-bottom:4px}.flow-node-result{border-left:3px solid #ffcc00}.flow-node-title{color:#f63;font-weight:700;font-size:14px;margin-bottom:6px}.flow-node-body{color:#864;font-size:12px;line-height:1.6;margin-bottom:8px}.flow-link{display:inline-block;padding:3px 10px;background:#200800;border:1px solid #cc3300;border-radius:3px;color:#f63;font-size:11px;text-decoration:none;transition:background .15s,color .15s}.flow-link:hover{background:#3a1000;color:#f85}.flow-arrow{text-align:center;color:#c30;font-size:22px;margin:6px 0;line-height:1;user-select:none}.flow-conclusion{margin-top:16px;padding:18px 20px;background:linear-gradient(135deg,#1f0000,#0f0000);border:1px solid #ff2200;border-radius:4px;text-align:center}.flow-conclusion-text{color:#f40;font-weight:700;font-size:15px;letter-spacing:.06em;line-height:1.5}@media(max-width:600px){.flow-roots,.flow-results{flex-direction:column;gap:10px}}.party-stance-table-wrap{margin-top:20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.party-stance-table{width:100%;border-collapse:collapse;font-size:12px;table-layout:auto}.party-stance-table thead tr{background:#1f0800}.party-stance-table th{padding:8px 10px;text-align:center;color:#864;font-weight:700;border:1px solid #3a2000;white-space:nowrap;font-size:11px}.party-stance-th-axis{text-align:left!important;min-width:160px;color:#c73!important}.party-stance-th-party{min-width:72px}.party-stance-th-ldp{background:#ffaa001f!important;color:#fa0!important}.party-stance-th-note{text-align:left!important;min-width:200px}.party-stance-category-header td{background:#1f0800;color:#c50;font-weight:700;padding:6px 10px;border:1px solid #3a2000;font-size:12px;letter-spacing:.04em}.party-stance-axis-label{color:#ca8;padding:7px 10px;border:1px solid #2a1600;font-size:12px;vertical-align:middle;line-height:1.4}.party-stance-score-cell{text-align:center;padding:6px 8px;border:1px solid #2a1600;font-size:11px;font-weight:700;white-space:nowrap;vertical-align:middle}.party-stance-cell-ldp{background:#ffaa0014!important;outline:1px solid rgba(255,170,0,.3);outline-offset:-1px}.party-stance-score--0{background:#b4140040;color:#f64}.party-stance-score--1{background:#a0640040;color:#ca0}.party-stance-score--2{background:#00782840;color:#4c6}.party-stance-table tfoot tr:first-child td{border-top:2px solid #cc5500}.party-stance-table tfoot .party-stance-axis-label{background:#1f0800;color:#f94;font-weight:700}.party-stance-note{color:#864;padding:6px 10px;border:1px solid #2a1600;font-size:11px;line-height:1.5;vertical-align:middle;min-width:180px}.party-stance-legend{display:flex;flex-wrap:wrap;gap:16px;margin-top:10px;font-size:11px;color:#864;align-items:center}.party-stance-legend span{display:inline-block;padding:2px 8px;border-radius:3px;margin-right:4px;font-weight:700;font-size:11px}.party-stance-legend .party-stance-score--2{background:#0078284d;color:#4c6}.party-stance-legend .party-stance-score--1{background:#a064004d;color:#ca0}.party-stance-legend .party-stance-score--0{background:#b414004d;color:#f64}@media(max-width:900px){.party-stance-table{font-size:11px}.party-stance-th-axis,.party-stance-axis-label{min-width:110px;font-size:10px}.party-stance-th-note,.party-stance-note{display:none}}.ldp-reality-wrap{margin-top:36px}.ldp-reality-title{font-size:16px;font-weight:700;color:#f62;margin:0 0 6px;letter-spacing:.04em}.ldp-reality-subtitle{font-size:12px;color:#864;margin:0 0 14px;line-height:1.5}.ldp-reality-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.ldp-reality-table{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}.ldp-reality-table thead tr{background:#1f0800}.ldp-reality-table th{padding:10px 12px;font-weight:700;border:1px solid #3a2000;font-size:12px;letter-spacing:.03em}.ldp-reality-th-item{width:18%;color:#c73;text-align:left}.ldp-reality-th-conservative{width:41%;color:#4c8;text-align:left;border-top:3px solid #44cc88}.ldp-reality-th-ldp{width:41%;color:#f64;text-align:left;border-top:3px solid #ff6644}.ldp-reality-table tbody tr{border-bottom:1px solid #2a1600}.ldp-reality-table tbody tr:hover{background:#ff64000a}.ldp-reality-item{padding:10px 12px;border:1px solid #2a1600;color:#fa4;font-weight:700;font-size:12px;vertical-align:top;line-height:1.5}.ldp-reality-conservative{padding:10px 12px;border:1px solid #2a1600;color:#9db;font-size:12px;vertical-align:top;line-height:1.6;background:#0064280f}.ldp-reality-ldp{padding:10px 12px;border:1px solid #2a1600;color:#fa8;font-size:12px;vertical-align:top;line-height:1.6;background:#b41e0014}@media(max-width:900px){.ldp-reality-table{table-layout:auto;font-size:11px}.ldp-reality-th-item,.ldp-reality-item{min-width:90px;font-size:11px}.ldp-reality-th-conservative,.ldp-reality-conservative,.ldp-reality-th-ldp,.ldp-reality-ldp{min-width:160px;font-size:11px}}.crime-ignore-wrap{margin:16px 0}.crime-ignore-cases{display:flex;flex-direction:column;gap:16px}.crime-ignore-case{border:1px solid #3a1000;background:#130800}.crime-ignore-case-header{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#200a00;border-bottom:1px solid #3a1000;flex-wrap:wrap}.crime-ignore-num{font-family:var(--font-mono);font-size:20px;font-weight:700;color:#f32;min-width:28px;line-height:1}.crime-ignore-title{color:var(--gold);font-size:14px;font-weight:700;flex:1;line-height:1.4}.crime-ignore-tag{background:#2a0000;color:#f75;font-size:10px;padding:3px 10px;border:1px solid #550000;white-space:nowrap;letter-spacing:.04em}.crime-ignore-body{display:flex;flex-direction:column}.crime-ignore-field{display:grid;grid-template-columns:72px 1fr;border-bottom:1px solid #251000}.crime-ignore-field:last-child{border-bottom:none}.crime-ignore-field-label{padding:10px 12px;background:#180a00;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.04em;display:flex;align-items:flex-start;border-right:1px solid #251000;line-height:1.4}.crime-ignore-field-content{padding:10px 14px;font-size:12px;line-height:1.65;color:var(--text-body)}.crime-ignore-field--gov .crime-ignore-field-label{color:#79b;background:#0a1420}.crime-ignore-field--gov .crime-ignore-field-content{background:#0d1828;color:#79a}.crime-ignore-field--media .crime-ignore-field-label{color:#b90;background:#181000}.crime-ignore-field--media .crime-ignore-field-content{background:#141000;color:#973}.crime-ignore-field--criticism .crime-ignore-field-label{color:#f64;background:#1e0000}.crime-ignore-field--criticism .crime-ignore-field-content{background:#170000;color:#c98}.crime-ignore-supplement{margin-top:20px;padding:16px;background:#110800;border:1px solid #2a1000}.crime-ignore-supplement-title{color:var(--accent);font-size:13px;font-weight:700;margin-bottom:10px;letter-spacing:.04em}.crime-ignore-supplement-list{list-style:none;display:flex;flex-direction:column;gap:8px}.crime-ignore-supplement-list li{font-size:12px;color:var(--muted);padding-left:14px;position:relative;line-height:1.55}.crime-ignore-supplement-list li:before{content:"▸";position:absolute;left:0;color:#c50}.crime-ignore-conclusion{margin-top:16px;padding:14px 16px;background:#0e0000;border-left:3px solid #cc3300;font-size:12px;color:#976;line-height:1.65}@media(max-width:600px){.crime-ignore-case-header{gap:8px;padding:10px 12px}.crime-ignore-num{font-size:16px}.crime-ignore-title{font-size:13px}.crime-ignore-field{grid-template-columns:60px 1fr}.crime-ignore-field-label{font-size:9px;padding:8px}.crime-ignore-field-content{font-size:11px;padding:8px 10px}}.leftist-group-table-wrap{overflow-x:auto;margin-top:16px}.leftist-group-table{width:100%;border-collapse:collapse;font-size:12px;table-layout:fixed}.leftist-group-table thead tr{background:#1e0a00}.leftist-group-table th{padding:10px 12px;text-align:left;color:#864;border-bottom:2px solid #3a2000;font-weight:600;font-size:11px;letter-spacing:.03em}.leftist-group-th-name{width:18%}.leftist-group-th-reason{width:34%}.leftist-group-th-parties{width:16%}.leftist-group-th-note{width:32%}.leftist-group-table td{padding:9px 12px;border-bottom:1px solid #2a1500;vertical-align:top;color:#986;line-height:1.55}.leftist-group-category-header td{background:#1a0800;color:#c70;font-weight:700;font-size:12px;letter-spacing:.05em;border-bottom:1px solid #3a2000;padding:8px 12px}.leftist-group-name{color:#fc4;font-weight:600;font-size:12px;line-height:1.4}.leftist-group-reason{font-size:11px;color:#876}.leftist-group-parties{display:flex;flex-direction:column;gap:4px}.leftist-group-party-tag{display:inline-block;background:#2a1000;border:1px solid #3a2000;color:#f94;font-size:10px;padding:2px 7px;border-radius:3px;white-space:nowrap}.leftist-group-party-note{font-size:11px;color:#765}@media(max-width:700px){.leftist-group-table{table-layout:auto}.leftist-group-th-name,.leftist-group-th-reason,.leftist-group-th-parties,.leftist-group-th-note{width:auto}.leftist-group-table th,.leftist-group-table td{font-size:10px;padding:7px 8px}}.fiscal-leakage-section{padding:0 8px;font-size:12px}.leakage-premise{margin-bottom:20px}.leakage-premise-title{color:#f44;font-size:14px;font-weight:700;margin-bottom:10px}.leakage-pipe-analogy{background:#6611114d;border:1px solid #661111;border-radius:6px;padding:12px 14px;margin-bottom:10px}.leakage-pipe-row{display:flex;gap:10px;align-items:flex-start}.leakage-pipe-icon{font-size:1.4rem;flex-shrink:0}.leakage-pipe-text{color:#cca060;font-size:12px;line-height:1.7}.leakage-pipe-punchline{display:block;margin-top:6px;color:#f44;font-size:12px}.leakage-premise-body{color:#a85;font-size:12px;line-height:1.6}.leakage-link{color:#f90;text-decoration:underline}.leakage-link:hover{color:#fc4}.leakage-logic{margin-top:20px}.leakage-logic-title{color:#fc4;font-size:13px;font-weight:700;margin-bottom:10px}.leakage-logic-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.leakage-logic-card{background:#3a200080;border:1px solid #3a2000;border-radius:6px;padding:10px 12px}.leakage-logic-card--highlight{grid-column:1 / -1;background:#6611114d;border-color:#f44}.leakage-logic-scenario{color:#f90;font-weight:700;font-size:12px;margin-bottom:6px}.leakage-logic-card--highlight .leakage-logic-scenario{color:#f44}.leakage-logic-result{color:#cca060;font-size:11px;line-height:1.6}@media(max-width:768px){.leakage-pipe-row{flex-direction:column;gap:6px}.leakage-logic-grid{grid-template-columns:1fr}}.ccp-propaganda-wrap{margin:16px 0}.ccp-guardian-note{background:#0d1828;border:1px solid #1a3a66;border-left:4px solid #4488ff;padding:12px 16px;margin-bottom:20px;font-size:12px;line-height:1.6;color:#79a}.ccp-guardian-note strong{color:#8ac}.ccp-ops{display:flex;flex-direction:column;gap:16px}.ccp-op{border:1px solid #1a1a3a;background:#0d0d1a}.ccp-op-header{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#14142a;border-bottom:1px solid #1a1a3a;flex-wrap:wrap}.ccp-op-num{font-family:var(--font-mono);font-size:20px;font-weight:700;color:#c34;min-width:28px;line-height:1}.ccp-op-title{color:var(--gold);font-size:14px;font-weight:700;flex:1;line-height:1.4}.ccp-op-tag{font-size:10px;padding:3px 10px;border:1px solid;white-space:nowrap;letter-spacing:.04em}.ccp-cat--media{background:#1a0a2a;color:#c8f;border-color:#416}.ccp-cat--geopolitical{background:#2a0a0a;color:#f75;border-color:#602}.ccp-cat--academic{background:#0a1a0a;color:#5c8;border-color:#142}.ccp-cat--political{background:#1a1400;color:#fc4;border-color:#430}.ccp-op-body{display:flex;flex-direction:column}.ccp-op-field{display:grid;grid-template-columns:110px 1fr;border-bottom:1px solid #141428}.ccp-op-field:last-child{border-bottom:none}.ccp-op-field-label{padding:10px 12px;background:#0d0d1e;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.04em;display:flex;align-items:flex-start;border-right:1px solid #141428;line-height:1.4}.ccp-op-field-content{padding:10px 14px;font-size:12px;line-height:1.65;color:var(--text-body)}.ccp-op-field--benefit .ccp-op-field-label{color:#c45;background:#1a0a10}.ccp-op-field--benefit .ccp-op-field-content{background:#1a0d12;color:#c78}.ccp-op-field--evidence .ccp-op-field-label{color:#79b;background:#0a1420}.ccp-op-field--evidence .ccp-op-field-content{background:#0d1828;color:#79a}.ccp-op-field--impact .ccp-op-field-label{color:#fa4;background:#1a1000}.ccp-op-field--impact .ccp-op-field-content{background:#1a1200;color:#c94}.ccp-conclusion{margin-top:20px;padding:14px 16px;background:#14001a;border:1px solid #440055;border-left:4px solid #cc3344;font-size:12px;line-height:1.7;color:#c89}.ccp-conclusion strong{color:#f45}[data-theme=light] .ccp-op{border-color:#c0c0e0;background:#f4f4fc}[data-theme=light] .ccp-op-header{background:#e8e8f5;border-bottom-color:#c0c0e0}[data-theme=light] .ccp-op-num{color:#c12}[data-theme=light] .ccp-op-tag{opacity:.9}[data-theme=light] .ccp-guardian-note{background:#eef2fa;border-color:#68c;color:#457}[data-theme=light] .ccp-conclusion{background:#fdf0f2;border-color:#c45;color:#834}[data-theme=light] .ccp-op-field{border-bottom-color:#dddaee}[data-theme=light] .ccp-op-field-label{background:#f0f0f8;color:#6050a0;border-right-color:#dddaee}[data-theme=light] .ccp-op-field-content{color:var(--text-body)}[data-theme=light] .ccp-op-field--benefit .ccp-op-field-label{color:#c24;background:#fdf0f3}[data-theme=light] .ccp-op-field--benefit .ccp-op-field-content{background:#fef5f7;color:#934}[data-theme=light] .ccp-op-field--evidence .ccp-op-field-label{color:#36a;background:#f0f4fa}[data-theme=light] .ccp-op-field--evidence .ccp-op-field-content{background:#f5f8fd;color:#4a6688}[data-theme=light] .ccp-op-field--impact .ccp-op-field-label{color:#960;background:#faf5e8}[data-theme=light] .ccp-op-field--impact .ccp-op-field-content{background:#fdf9f0;color:#7a6020}@media(max-width:600px){.ccp-op-header{gap:8px}.ccp-op-field{grid-template-columns:80px 1fr}.ccp-op-field-label{font-size:9px;padding:8px 6px}}.backlash-wrap{display:flex;flex-direction:column;gap:48px}.backlash-section{display:flex;flex-direction:column;gap:16px}.backlash-section-title{font-size:15px;font-weight:700;color:#f90;margin:0;padding-bottom:8px;border-bottom:1px solid #3a2000}.backlash-section-lead{font-size:13px;color:#c96;line-height:1.7;margin:0}.backlash-table-wrap{overflow-x:auto;border-radius:6px;border:1px solid #3a2000}.backlash-media-table,.backlash-ds-table{width:100%;border-collapse:collapse;font-size:12px;background:#1e1000}.backlash-media-table thead tr,.backlash-ds-table thead tr{background:#2a1400}.backlash-media-table th,.backlash-ds-table th{padding:10px 12px;text-align:left;color:#864;font-weight:600;border-bottom:2px solid #3a2000;white-space:nowrap}.backlash-media-table td,.backlash-ds-table td{padding:10px 12px;border-bottom:1px solid #2a1500;vertical-align:top;color:#ca8;line-height:1.6}.backlash-media-table tr:hover td,.backlash-ds-table tr:hover td{background:#221200}.backlash-th-name{min-width:90px}.backlash-th-type{min-width:70px}.backlash-th-bias{min-width:100px}.backlash-th-owner{min-width:160px}.backlash-th-note{min-width:260px}.backlash-media-name{font-weight:700;color:#fc8;white-space:nowrap}.backlash-media-type{color:#864;font-size:11px}.backlash-media-table td.backlash-media-bias{font-weight:700;padding:3px 8px;border-radius:4px;white-space:nowrap;text-align:center}.backlash-media-owner{font-size:11px;color:#864}.backlash-bias--left{background:#3a0a1a;color:#f46;border:1px solid #661122}.backlash-bias--center-left{background:#2a1a2a;color:#c8c;border:1px solid #441144}.backlash-bias--center{background:#1e1e1e;color:#888;border:1px solid #333333}.backlash-bias--center-right{background:#1a2a1a;color:#8c8;border:1px solid #114411}.backlash-bias--right{background:#0a2a1a;color:#4c8;border:1px solid #115533}.backlash-media-legend{display:flex;flex-wrap:wrap;gap:12px;font-size:11px;color:#864;padding:10px 0 0}.backlash-media-legend span{display:inline-block;padding:2px 8px;border-radius:3px;margin-right:4px}.backlash-cases{display:flex;flex-direction:column;gap:20px}.backlash-case-card{background:#1a0e00;border:1px solid #3a2000;border-left:4px solid #cc3300;border-radius:6px;overflow:hidden}.backlash-case-header{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 16px;background:#220e00;border-bottom:1px solid #3a2000}.backlash-case-name{font-size:16px;font-weight:700;color:#f90}.backlash-case-role{font-size:12px;color:#c74;flex:1}.backlash-case-period{font-size:11px;color:#864;background:#2a1400;padding:2px 8px;border-radius:3px}.backlash-attack-badge{display:inline-block;padding:3px 10px;border-radius:4px;font-size:11px;font-weight:700}.backlash-attack--extreme{background:#3a0000;color:#f33;border:1px solid #661111}.backlash-attack--severe{background:#3a1500;color:#f72;border:1px solid #662200}.backlash-attack--moderate{background:#3a2a00;color:#fc2;border:1px solid #665500}.backlash-attack--minimal{background:#0a1a0a;color:#4a4;border:1px solid #114411}.backlash-case-fields{display:flex;flex-direction:column}.backlash-case-field{display:grid;grid-template-columns:120px 1fr;border-bottom:1px solid #2a1500}.backlash-case-field:last-child{border-bottom:none}.backlash-case-field-label{padding:10px 12px;font-size:10px;font-weight:600;color:#864;background:#1e1000;border-right:1px solid #2a1500;text-transform:uppercase;letter-spacing:.04em}.backlash-case-field-value{padding:10px 14px;font-size:12px;color:#ca8;line-height:1.7}.backlash-case-field--attack .backlash-case-field-label{color:#c42;background:#200800}.backlash-case-field--attack .backlash-case-field-value{background:#1a0500;color:#c97}.backlash-case-field--note .backlash-case-field-label{color:#7a6030;background:#1a1000}.backlash-case-field--note .backlash-case-field-value{background:#181000;color:#a85}.backlash-ds-th-issue{min-width:110px}.backlash-ds-th-conservative,.backlash-ds-th-liberal{min-width:220px}.backlash-ds-th-note{min-width:200px}.backlash-ds-issue{font-weight:700;color:#fc8;font-size:12px;white-space:nowrap}.backlash-ds-cell{vertical-align:top}.backlash-ds-conservative{background:#1a0500}.backlash-ds-liberal{background:#00051a}.backlash-ds-example{font-size:11px;font-weight:700;color:#fa7;margin-bottom:6px}.backlash-ds-detail{font-size:11px;color:#a86;line-height:1.65;margin-top:6px}.backlash-ds-note{font-size:11px;color:#864;line-height:1.65;font-style:italic}.backlash-conclusion{background:#14001a;border:1px solid #440055;border-left:4px solid #cc3344;border-radius:6px;padding:20px 24px}.backlash-conclusion-title{font-size:15px;font-weight:700;color:#f46;margin:0 0 14px}.backlash-conclusion-text{font-size:13px;color:#c89;line-height:1.8;margin:0}.backlash-conclusion-text strong{color:#f46}.backlash-inline-link{color:#f90;text-decoration:underline;text-underline-offset:2px;font-size:.9em}.backlash-inline-link:hover{color:#fc4}[data-theme=light] .backlash-section-title{color:#c60;border-bottom-color:#ddd0cc}[data-theme=light] .backlash-section-lead{color:#753}[data-theme=light] .backlash-table-wrap{border-color:#ddd0cc}[data-theme=light] .backlash-media-table,[data-theme=light] .backlash-ds-table{background:#fffaf8}[data-theme=light] .backlash-media-table thead tr,[data-theme=light] .backlash-ds-table thead tr{background:#f5ede8}[data-theme=light] .backlash-media-table th,[data-theme=light] .backlash-ds-table th{color:#753;border-bottom-color:#ddd0cc}[data-theme=light] .backlash-media-table td,[data-theme=light] .backlash-ds-table td{border-bottom-color:#eeddd8;color:var(--text-body)}[data-theme=light] .backlash-media-name{color:#830}[data-theme=light] .backlash-media-type,[data-theme=light] .backlash-media-owner{color:#753}[data-theme=light] .backlash-bias--left{background:#fde8ed;color:#c13;border-color:#c89}[data-theme=light] .backlash-bias--center-left{background:#f0e8f5;color:#73a;border-color:#b8c}[data-theme=light] .backlash-bias--center{background:#f0f0f0;color:#555;border-color:#aaa}[data-theme=light] .backlash-bias--center-right{background:#e8f5ee;color:#263;border-color:#8b9}[data-theme=light] .backlash-bias--right{background:#e8f5ec;color:#163;border-color:#6a7}[data-theme=light] .backlash-media-legend{color:#753}[data-theme=light] .backlash-case-card{background:#fffaf8;border-color:#ddd0cc;border-left-color:#c42}[data-theme=light] .backlash-case-header{background:#f8f0ec;border-bottom-color:#ddd0cc}[data-theme=light] .backlash-case-name{color:#c50}[data-theme=light] .backlash-case-role{color:#753}[data-theme=light] .backlash-case-period{background:#f0e8e0;color:#753}[data-theme=light] .backlash-case-field{border-bottom-color:#eeddd8}[data-theme=light] .backlash-case-field-label{color:#753;background:#f8f2ee;border-right-color:#eeddd8}[data-theme=light] .backlash-case-field-value{color:var(--text-body)}[data-theme=light] .backlash-case-field--attack .backlash-case-field-label{color:#a31;background:#fff0ec}[data-theme=light] .backlash-case-field--attack .backlash-case-field-value{background:#fff5f3;color:#832}[data-theme=light] .backlash-case-field--note .backlash-case-field-label{color:#863;background:#f8f4ec}[data-theme=light] .backlash-case-field--note .backlash-case-field-value{background:#faf6f0;color:#652}[data-theme=light] .backlash-ds-conservative{background:#fff5f0}[data-theme=light] .backlash-ds-liberal{background:#f0f5ff}[data-theme=light] .backlash-ds-example{color:#831}[data-theme=light] .backlash-ds-detail{color:#643}[data-theme=light] .backlash-ds-note{color:#753}[data-theme=light] .backlash-ds-issue{color:#642}[data-theme=light] .backlash-conclusion{background:#fdf5f8;border-color:#c89;border-left-color:#c24}[data-theme=light] .backlash-conclusion-title{color:#c13}[data-theme=light] .backlash-conclusion-text{color:#734}[data-theme=light] .backlash-conclusion-text strong{color:#c13}[data-theme=light] .backlash-inline-link{color:#c50}[data-theme=light] .backlash-inline-link:hover{color:#a30}[data-theme=light] .backlash-attack--extreme{background:#fde8e8;color:#c11;border-color:#c88}[data-theme=light] .backlash-attack--severe{background:#fdf0e8;color:#c51;border-color:#c96}[data-theme=light] .backlash-attack--moderate{background:#fdf8e8;color:#860;border-color:#cb5}[data-theme=light] .backlash-attack--minimal{background:#eef5ee;color:#252;border-color:#8b8}@media(max-width:600px){.backlash-case-field{grid-template-columns:90px 1fr}.backlash-case-field-label{font-size:9px;padding:8px 6px}}.pref-corruption-wrap{margin:16px 0}.pref-corruption-preamble{padding:12px 16px;margin-bottom:16px;background:#150500;border-left:3px solid #cc5500;font-size:13px;line-height:1.65;color:#a86}.pref-corruption-cases{display:flex;flex-direction:column;gap:16px}.pref-corruption-case{border:1px solid #3a1000;background:#130800}.pref-corruption-case-header{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background:#200a00;border-bottom:1px solid #3a1000}.pref-corruption-num{font-family:var(--font-mono);font-size:22px;font-weight:700;color:#f32;min-width:28px;line-height:1;flex-shrink:0}.pref-corruption-header-main{display:flex;flex-direction:column;gap:6px;flex:1}.pref-corruption-title{color:var(--gold);font-size:14px;font-weight:700;line-height:1.4}.pref-corruption-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.pref-corruption-year{color:var(--muted);font-size:11px}.pref-corruption-tag{background:#2a0000;color:#f75;font-size:10px;padding:2px 8px;border:1px solid #550000;white-space:nowrap;letter-spacing:.04em}.pref-corruption-amount{color:#fa4;font-size:11px;font-weight:700;font-family:var(--font-mono)}.pref-corruption-body{display:flex;flex-direction:column}.pref-corruption-field{display:grid;grid-template-columns:90px 1fr;border-bottom:1px solid #251000}.pref-corruption-field:last-child{border-bottom:none}.pref-corruption-field-label{padding:10px 12px;background:#180a00;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.04em;display:flex;align-items:flex-start;border-right:1px solid #251000;line-height:1.4}.pref-corruption-field-content{padding:10px 14px;font-size:12px;line-height:1.65;color:var(--text-body)}.pref-corruption-field--outcome .pref-corruption-field-label{color:#79b;background:#0a1420}.pref-corruption-field--outcome .pref-corruption-field-content{background:#0d1828;color:#79a}.pref-corruption-field--accountability .pref-corruption-field-label{color:#f64;background:#1e0000}.pref-corruption-field--accountability .pref-corruption-field-content{background:#170000;color:#c98}.pref-corruption-conclusion{margin-top:16px;padding:14px 16px;background:#0e0000;border-left:3px solid #cc3300;font-size:12px;color:#976;line-height:1.65}.saitama-crime-section{margin:16px 0 20px;padding:16px;background:#0e0500;border:1px solid #3a1000;border-radius:4px}.saitama-crime-title{font-size:13px;font-weight:700;color:#fc4;margin-bottom:10px}.saitama-crime-alert{font-size:12px;color:#f77;margin-bottom:14px;padding:8px 12px;background:#ff444414;border-left:3px solid #ff4444;line-height:1.6}.saitama-crime-chart-container{width:100%;height:300px}.saitama-crime-stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.saitama-crime-stat{flex:1 1 140px;background:#150800;border:1px solid #3a1000;padding:10px 12px;border-radius:4px}.saitama-crime-stat-label{font-size:10px;color:#864;margin-bottom:4px}.saitama-crime-stat-value{font-size:15px;font-weight:700;color:#fc4}.saitama-crime-stat-danger{color:#f44}.saitama-crime-source{font-size:10px;color:#643;margin-top:10px}[data-theme=light] .saitama-crime-section{background:#fff5f0;border-color:#e0b0a0}[data-theme=light] .saitama-crime-title{color:#a50}[data-theme=light] .saitama-crime-alert{color:#c20;background:#cc22000f;border-left-color:#c20}[data-theme=light] .saitama-crime-stat{background:#fff0ea;border-color:#e0c0b0}[data-theme=light] .saitama-crime-stat-label{color:#864}[data-theme=light] .saitama-crime-stat-value{color:#a50}[data-theme=light] .saitama-crime-stat-danger{color:#c20}[data-theme=light] .saitama-crime-source{color:#a86}@media(max-width:600px){.pref-corruption-case-header{gap:8px;padding:10px 12px}.pref-corruption-num{font-size:18px}.pref-corruption-title{font-size:13px}.pref-corruption-field{grid-template-columns:72px 1fr}.pref-corruption-field-label{font-size:9px;padding:8px}.pref-corruption-field-content{font-size:11px;padding:8px 10px}}[data-theme=light] .pref-corruption-preamble{background:#fff8f0;border-left-color:#c50;color:#7a5030}[data-theme=light] .pref-corruption-case{border-color:#d8d0c4;background:#fff}[data-theme=light] .pref-corruption-case-header{background:#f5ede5;border-bottom-color:#d8d0c4}[data-theme=light] .pref-corruption-num{color:#c20}[data-theme=light] .pref-corruption-title{color:#6a5500}[data-theme=light] .pref-corruption-tag{background:#fde8e5;color:#c42;border-color:#e0b0a0}[data-theme=light] .pref-corruption-amount{color:#a60}[data-theme=light] .pref-corruption-field{border-bottom-color:#e8e2d8}[data-theme=light] .pref-corruption-field-label{background:#f5f0e8;color:#6b6050;border-right-color:#e8e2d8}[data-theme=light] .pref-corruption-field--outcome .pref-corruption-field-label{color:#47a;background:#f0f4fa}[data-theme=light] .pref-corruption-field--outcome .pref-corruption-field-content{background:#f5f8fd;color:#4a7099}[data-theme=light] .pref-corruption-field--accountability .pref-corruption-field-label{color:#c42;background:#fdf0ee}[data-theme=light] .pref-corruption-field--accountability .pref-corruption-field-content{background:#fef5f2;color:#954}[data-theme=light] .pref-corruption-conclusion{background:#fdf5f2;border-left-color:#c30;color:#6b5545}.election-analysis-section{margin-top:32px}.election-analysis-divider{padding:16px 0;border-top:1px solid #554400;border-bottom:1px dashed #2a1800;margin-bottom:28px}.election-analysis-divider-label{font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#c50;margin-bottom:6px}.election-analysis-divider-title{font-size:14px;font-weight:700;color:#fc4;line-height:1.4;margin-bottom:8px}.election-analysis-divider-desc{font-size:12px;color:#864;line-height:1.6}.election-analysis-cases{display:flex;flex-direction:column;gap:32px}.election-analysis-article{border-top:2px solid #cc5500;padding-top:20px}.election-analysis-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:10px}.election-analysis-category{font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#c50;border:1px solid #663300;padding:1px 8px}.election-analysis-period{font-size:11px;color:#653;font-family:var(--font-mono)}.election-analysis-heading{font-size:17px;font-weight:700;color:#fc4;line-height:1.4;margin:0 0 12px}.election-analysis-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.election-analysis-tag{font-size:10px;color:#864;border:1px solid #3a2000;padding:2px 8px;letter-spacing:.03em}.election-analysis-lead{font-size:13px;line-height:1.7;color:#a86;margin-bottom:16px;padding-bottom:14px;border-bottom:1px dashed #2a1800}.election-analysis-points{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.election-analysis-point{padding:10px 14px;font-size:12px;line-height:1.65;color:#a86;border-left:2px solid #663300;background:#130800}.election-point-marker{color:#f90;font-weight:700;font-size:13px;margin-right:6px}.election-analysis-verdict{display:flex;flex-direction:column;gap:14px;padding-top:16px;border-top:1px dashed #2a1800}.election-analysis-verdict-block{display:flex;flex-direction:column;gap:4px}.election-analysis-verdict-label{font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.election-analysis-verdict-text{font-size:12px;line-height:1.65}.election-analysis-verdict-block--outcome .election-analysis-verdict-label{color:#79b}.election-analysis-verdict-block--outcome .election-analysis-verdict-text{color:#79a}.election-analysis-verdict-block--structural .election-analysis-verdict-label{color:#c64}.election-analysis-verdict-block--structural .election-analysis-verdict-text{color:#c97}@media(max-width:600px){.election-analysis-heading{font-size:14px}.election-analysis-lead{font-size:12px}.election-analysis-point{font-size:11px;padding:8px 10px}}[data-theme=light] .election-analysis-divider{border-top-color:#c70;border-bottom-color:#e8d8c4}[data-theme=light] .election-analysis-divider-label{color:#840}[data-theme=light] .election-analysis-divider-title{color:#5a3800}[data-theme=light] .election-analysis-divider-desc{color:#7a5530}[data-theme=light] .election-analysis-article{border-top-color:#c70}[data-theme=light] .election-analysis-category{color:#840;border-color:#c96}[data-theme=light] .election-analysis-period{color:#a74}[data-theme=light] .election-analysis-heading{color:#5a3800}[data-theme=light] .election-analysis-tag{color:#864;border-color:#d8c4a8}[data-theme=light] .election-analysis-lead{color:#5a4030;border-bottom-color:#e8d8c4}[data-theme=light] .election-analysis-point{background:#fff8f0;border-left-color:#c70;color:#5a4030}[data-theme=light] .election-point-marker{color:#840}[data-theme=light] .election-analysis-verdict{border-top-color:#e8d8c4}[data-theme=light] .election-analysis-verdict-block--outcome .election-analysis-verdict-label{color:#47a}[data-theme=light] .election-analysis-verdict-block--outcome .election-analysis-verdict-text{color:#358}[data-theme=light] .election-analysis-verdict-block--structural .election-analysis-verdict-label{color:#842}[data-theme=light] .election-analysis-verdict-block--structural .election-analysis-verdict-text{color:#632}
