body { background-color: #080603; background-image: linear-gradient(rgba(30, 20, 5, 0.4) 1px, transparent 1px), linear-gradient(90deg, rgba(30, 20, 5, 0.4) 1px, transparent 1px); background-size: 24px 24px; color: #bca895; font-family: "Courier New", Courier, "Lucida Console", monospace, "Microsoft YaHei"; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; border-radius: 0 !important; }

.pho-wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* 终端顶栏 */
.pho-header { background: #080603; border-bottom: 2px solid #261c0e; position: sticky; top: 0; z-index: 100; height: 70px; display: flex; align-items: center; }
.pho-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.pho-logo img { height: 26px; filter: drop-shadow(0 0 8px rgba(255, 165, 0, 0.6)); }

.pho-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.pho-menu a { font-size: 14px; color: #6a533a; font-weight: bold; transition: 0.3s; padding: 24px 0; border-bottom: 2px solid transparent; }
.pho-menu a:hover, .pho-active { color: #ffa500 !important; border-bottom: 2px solid #ffa500; text-shadow: 0 0 10px rgba(255, 165, 0, 0.5); }

.pho-user-btn { font-size: 13px; color: #080603; background: #ffa500; padding: 8px 24px; border-radius: 2px !important; font-weight: bold; border: 1px solid #ffa500; transition: 0.3s; }
.pho-user-btn:hover { background: transparent; color: #ffa500; box-shadow: 0 0 15px rgba(255, 165, 0, 0.4); }

/* 系统通知条 */
.pho-notice { background: #110d07; border: 1px solid #1a140b; border-left: 4px solid #ffa500; padding: 18px 25px; margin: 30px 0; display: flex; align-items: center; gap: 15px; }
.pho-notice-dot { width: 8px; height: 8px; background: #ffa500; border-radius: 50% !important; box-shadow: 0 0 8px #ffa500; flex-shrink: 0; }
.pho-notice-txt { font-size: 14px; color: #bca895; line-height: 1.6; }

/* 列表标题 */
.pho-sec-title { font-size: 18px; font-weight: bold; color: #ffa500; margin: 45px 0 20px; display: flex; align-items: center; gap: 10px; }
.pho-sec-title::before { content: ">"; color: #ffa500; font-weight: bold; }

/* 终端列表流 */
.pho-list-box { display: flex; flex-direction: column; gap: 12px; margin-bottom: 60px; }
.pho-list-row { background: #110d07; border: 1px solid #1a140b; padding: 20px 24px; display: flex; align-items: center; transition: 0.3s; border-left: 4px solid transparent; }
.pho-list-row:hover { border-color: #ffa500; background: #161009; border-left: 4px solid #ffa500; box-shadow: 0 0 15px rgba(255, 165, 0, 0.2); transform: translateY(-1px); }

.pho-item-img { width: 56px; height: 56px; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 1px solid #1a140b; background: #080603; padding: 4px; filter: grayscale(1) sepia(1) hue-rotate(5deg) saturate(3) brightness(0.95); }
.pho-item-img img { width: 100%; height: 100%; object-fit: contain; }

.pho-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.pho-item-name { font-size: 16px; font-weight: bold; color: #ffa500; }
.pho-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: bold; color: #6a533a; }
.pho-badge-auto { color: #ffa500; background: rgba(255, 165, 0, 0.1); padding: 2px 8px; border-radius: 4px !important; border: 1px solid rgba(255, 165, 0, 0.2); }
.pho-badge-hand { color: #bca895; background: #1a140b; padding: 2px 8px; border-radius: 4px !important; border: 1px solid #281a0b; }
.pho-item-stock { color: #4e3f31; }

.pho-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.pho-item-price { font-size: 20px; font-weight: bold; color: #ffa500; font-family: monospace; }
.pho-btn-buy { background: #1a140b; color: #ffa500; padding: 8px 24px; font-size: 13px; font-weight: 600; border-radius: 6px !important; border: 1px solid #281a0b; cursor: pointer; transition: 0.2s; }
.pho-list-row:hover .pho-btn-buy { background: #ffa500; color: #080603; border-color: #ffa500; }

/* 详情页面 */
.pho-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.pho-detail-visual { width: 45%; background: #110d07; border: 1px solid #1a140b; padding: 24px; border-radius: 12px !important; display: flex; justify-content: center; align-items: center; }
.pho-detail-visual img { width: 100%; border-radius: 8px !important; border: 1px solid #1a140b; filter: grayscale(1) sepia(1) hue-rotate(5deg) saturate(3) brightness(0.95); }
.pho-detail-right { flex-grow: 1; background: #110d07; padding: 40px; border: 1px solid #1a140b; border-radius: 12px !important; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }

.pho-detail-h1 { font-size: 22px; font-weight: bold; color: #ffa500; margin-bottom: 25px; line-height: 1.4; }
.pho-price-ribbon { background: #080603; padding: 20px 25px; border-radius: 8px !important; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border-left: 4px solid #ffa500; border-top: 1px solid #1a140b; border-bottom: 1px solid #1a140b; }
.pho-detail-price { font-size: 34px; font-weight: bold; color: #ffa500; font-family: monospace; }
.pho-detail-stock-txt { margin-left: auto; color: #6a533a; font-size: 13px; font-weight: 600; }

.pho-f-row { margin-bottom: 22px; }
.pho-f-label { display: block; font-size: 12px; font-weight: 700; color: #6a533a; margin-bottom: 10px; text-transform: uppercase; }
.pho-f-input { width: 100%; padding: 14px 16px; border: 1px solid #1a140b; background: #080603; font-size: 14px; color: #fff; border-radius: 6px !important; transition: 0.2s; outline: none; }
.pho-f-input:focus { border-color: #ffa500; box-shadow: 0 0 0 3px rgba(255, 165, 0, 0.1); }
.pho-btn-submit { width: 100%; background: #ffa500; color: #080603; padding: 16px; font-size: 16px; font-weight: 700; border: none; border-radius: 6px !important; cursor: pointer; transition: 0.2s; }
.pho-btn-submit:hover { background: #fbbf24; box-shadow: 0 0 20px rgba(255, 165, 0, 0.3); }
.pho-btn-submit:disabled { background: #1a140b; color: #4e3f31; cursor: not-allowed; box-shadow: none; }

.pho-desc-container { background: #110d07; padding: 40px; border: 1px solid #1a140b; margin-top: 40px; border-radius: 12px !important; }
.pho-desc-title { font-size: 18px; font-weight: 700; color: #ffa500; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #1a140b; display: flex; align-items: center; gap: 10px; }
.pho-desc-title::before { content: ""; width: 8px; height: 8px; background: #ffa500; border-radius: 50% !important; display: inline-block; }
.pho-desc-html { line-height: 1.8; font-size: 14px; color: #bca895; }

.pho-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #4e3f31; font-size: 13px; border-top: 1px solid #1a140b; background: #110d07; }

@media (max-width: 900px) {
    .pho-detail-split { flex-direction: column; }
    .pho-detail-visual, .pho-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .pho-list-row { flex-direction: column; align-items: flex-start; padding: 20px; }
    .pho-item-img { margin-bottom: 15px; margin-right: 0; }
    .pho-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #1a140b; padding-top: 15px; }
}\n