:root{--pph-font-primary:Noto Sans CJK JP,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;--pph-font-mono:"SF Mono","Monaco","Consolas",monospace;--pph-color-primary:#006039;--pph-color-primary-light:#008050;--pph-color-used:#bf360c;--pph-color-unused:#7d6608;--pph-color-positive:#1b5e20;--pph-color-positive-bg:#e8f5e9;--pph-color-negative:#b71c1c;--pph-color-negative-bg:#ffebee;--pph-color-text:#1a1a1a;--pph-color-text-secondary:#666;--pph-color-text-muted:#999;--pph-color-border:#e8e8e8;--pph-color-bg:#fff;--pph-shadow-sm:0 1px 3px rgba(0,0,0,.06);--pph-shadow-md:0 4px 12px rgba(0,0,0,.08);--pph-shadow-lg:0 8px 30px rgba(0,0,0,.1);--pph-radius-sm:6px;--pph-radius-md:10px;--pph-radius-lg:16px;--pph-cell-width:150px;--pph-card-min-width:120px}.pph_section{color:var(--pph-color-text);font-family:var(--pph-font-primary);margin:0 auto;max-width:1140px;padding:60px 24px;-webkit-font-smoothing:antialiased}.pph_wrapper{background:var(--pph-color-bg)}.pph_header{margin-bottom:24px}.pph_main_title{color:var(--pph-color-text);font-size:22px;font-weight:800;letter-spacing:.02em;margin:0 0 12px}.pph_main_subtitle{align-items:center;color:var(--pph-color-text-secondary);display:flex;font-size:14px;gap:12px;margin:0}.pph_count{background:var(--pph-color-primary);border-radius:20px;color:#fff;display:inline-block;font-size:12px;font-weight:600;padding:4px 14px}.pph_table_section{background:var(--pph-color-bg);border-radius:var(--pph-radius-lg);box-shadow:var(--pph-shadow-md);overflow:hidden}.pph_table_container{overflow-x:auto;-webkit-overflow-scrolling:touch}.pph_table{border-collapse:collapse;min-width:800px;width:100%}.pph_table thead th,.pph_table thead tr{background:transparent}.pph_table thead th{border-bottom:2px solid var(--pph-color-border);color:var(--pph-color-text-secondary);font-size:12px;font-weight:600;padding:16px 12px;text-align:center;white-space:nowrap}.pph_th_date{background:transparent!important;padding-left:20px!important;text-align:left!important;width:140px}.pph_th_change,.pph_th_price{width:var(--pph-cell-width)}.pph_th_change.unused,.pph_th_change.used,.pph_th_price.unused,.pph_th_price.used{background:transparent}.pph_price_header{align-items:center;display:flex;flex-direction:column;gap:4px}.pph_price_label{border-radius:4px;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.03em;padding:4px 14px}.pph_price_label.used,.pph_price_label.used_light{background:var(--pph-color-used);color:#fff}.pph_price_label.unused,.pph_price_label.unused_light{background:var(--pph-color-unused);color:#fff}.pph_price_label_sub{color:var(--pph-color-text-muted);font-size:10px;font-weight:500}.pph_row{transition:background-color .2s ease}.pph_row:hover{background:#f9fbfa}.pph_row_latest{background:linear-gradient(90deg,rgba(0,96,57,.03),transparent)}.pph_row_latest:hover{background:linear-gradient(90deg,rgba(0,96,57,.06),transparent)}.pph_table tbody td{border-bottom:1px solid #f0f0f0;padding:14px 12px;text-align:center;vertical-align:middle}.pph_td_date{background:transparent!important;padding-left:20px!important;text-align:left!important}.pph_date_display{align-items:center;display:flex;gap:8px}.pph_date_text{color:var(--pph-color-text);font-family:var(--pph-font-mono);font-weight:600}.pph_td_change,.pph_td_price{text-align:center;width:var(--pph-cell-width)}.pph_td_change.unused,.pph_td_change.used,.pph_td_price.unused,.pph_td_price.used{background:transparent}.pph_change_card,.pph_price_card{align-items:center;background:#fff;border:1px solid transparent;border-radius:var(--pph-radius-sm);box-shadow:var(--pph-shadow-sm);box-sizing:border-box;display:inline-flex;flex-direction:column;justify-content:center;min-width:var(--pph-card-min-width);padding:10px 16px;transition:all .2s ease}.pph_price_card.used{border-color:rgba(191,54,12,.2)}.pph_price_card.unused{border-color:rgba(125,102,8,.2)}.pph_row:hover .pph_change_card,.pph_row:hover .pph_price_card{box-shadow:var(--pph-shadow-md)}.pph_price_amount{font-size:16px;font-weight:800;letter-spacing:-.02em}.pph_td_price.used .pph_price_amount{color:var(--pph-color-used)}.pph_td_price.unused .pph_price_amount{color:var(--pph-color-unused)}.pph_price_none{color:#ccc;font-size:20px}.pph_change_card{border-color:#e0e0e0;gap:2px}.pph_change_card.positive{background:var(--pph-color-positive-bg);border-color:rgba(27,94,32,.25)}.pph_change_card.negative{background:var(--pph-color-negative-bg);border-color:rgba(183,28,28,.25)}.pph_change_diff{align-items:center;display:flex;font-size:14px;font-weight:700;gap:4px;letter-spacing:-.02em}.pph_change_card.positive .pph_change_diff{color:var(--pph-color-positive)}.pph_change_card.positive .pph_change_diff:before{color:var(--pph-color-positive);content:"▲";font-size:10px}.pph_change_card.negative .pph_change_diff{color:var(--pph-color-negative)}.pph_change_card.negative .pph_change_diff:before{color:var(--pph-color-negative);content:"▼";font-size:10px}.pph_change_ratio{font-size:11px;font-weight:600}.pph_change_card.positive .pph_change_ratio{color:var(--pph-color-positive)}.pph_change_card.negative .pph_change_ratio{color:var(--pph-color-negative)}.pph_change_none{color:#ccc;display:inline-flex;font-size:16px;min-height:44px;min-width:var(--pph-card-min-width)}.pph_change_none,.pph_legend{align-items:center;justify-content:center}.pph_legend{background:transparent;border-top:1px solid var(--pph-color-border);display:flex;gap:24px;padding:16px 20px}.pph_legend_item{align-items:center;display:flex;gap:6px}.pph_legend_icon{font-size:10px;font-weight:700}.pph_legend_icon.positive{color:var(--pph-color-positive)}.pph_legend_icon.negative{color:var(--pph-color-negative)}.pph_legend_text{color:var(--pph-color-text-secondary);font-size:12px}.pph_legend_note{color:var(--pph-color-text-muted);font-size:11px}.pph_no_data{background:transparent;border-radius:var(--pph-radius-lg);padding:80px 20px;text-align:center}.pph_no_data_icon{color:#ddd;height:60px;margin:0 auto 20px;width:60px}.pph_no_data_icon svg{height:100%;width:100%}.pph_no_data_text{color:var(--pph-color-text-muted);font-size:15px;margin:0}.pph_error{background:#fff5f5;border:1px solid #ffcdd2;border-radius:var(--pph-radius-md);padding:40px 20px;text-align:center}.pph_error_text{color:var(--pph-color-negative);font-size:14px;margin:0}@media screen and (max-width:1200px){:root{--pph-cell-width:140px;--pph-card-min-width:110px}.pph_section{padding:40px 20px}.pph_main_title{font-size:20px}.pph_table{min-width:700px}.pph_price_amount{font-size:14px}.pph_change_diff{font-size:13px}}@media screen and (max-width:768px){:root{--pph-cell-width:120px;--pph-card-min-width:95px}.pph_section{padding:30px 16px}.pph_header{margin-bottom:20px;padding-bottom:24px}.pph_main_title{font-size:18px}.pph_main_subtitle{font-size:12px}.pph_table_section{border-radius:var(--pph-radius-md)}.pph_table{font-size:13px;min-width:600px}.pph_table thead th{font-size:10px;padding:12px 8px}.pph_table tbody td{padding:10px 8px}.pph_th_date{width:100px}.pph_td_date,.pph_th_date{padding-left:12px!important}.pph_date_text{font-size:12px}.pph_change_card,.pph_price_card{padding:8px 10px}.pph_price_amount{font-size:13px}.pph_change_diff{font-size:12px}.pph_change_diff:before{font-size:9px!important}.pph_change_ratio{font-size:10px}.pph_price_label{font-size:9px;padding:3px 10px}.pph_price_label_sub{font-size:8px}.pph_legend{flex-wrap:wrap;gap:12px 20px;padding:12px 16px}.pph_legend_note,.pph_legend_text{font-size:10px}.pph_change_none{min-height:38px}}@media screen and (max-width:480px){:root{--pph-cell-width:105px;--pph-card-min-width:85px}.pph_section{padding:24px 12px}.pph_main_title{font-size:16px}.pph_table{min-width:540px}.pph_price_amount{font-size:12px}.pph_change_diff{font-size:11px}.pph_change_ratio{font-size:9px}}@media print{.pph_section{padding:20px}.pph_table_section{border:1px solid #ddd;box-shadow:none}.pph_row:hover{background:transparent}.pph_change_card,.pph_price_card{box-shadow:none}.pph_legend{background:transparent}}