body { margin: 0; background: #fafbfe; color: #424e5e; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 13px; line-height: 1.6; }
.pho-layout { max-width: 1060px; margin: 40px auto; padding: 0 15px; box-sizing: border-box; }
.pho-header { display: flex; justify-content: space-between; align-items: center; background: #fff; border-radius: 8px; padding: 20px 30px; margin-bottom: 25px; box-shadow: 0 4px 15px rgba(99,91,255,0.04); }
.pho-logo img { height: 22px; filter: grayscale(1) contrast(1.1) brightness(0.9); }
.pho-nav { display: flex; gap: 12px; }
.pho-nav a { color: #6772e5; text-decoration: none; padding: 8px 18px; border-radius: 6px; font-size: 12px; transition: 0.15s; background: #fafbfe; border: 1px solid rgba(99,91,255,0.05); }
.pho-nav a:hover, .pho-nav .active { color: #fff; background: #635bff; border-color: #635bff; box-shadow: 0 4px 10px rgba(99,91,255,0.15); }
.pho-notice-bar { background: #fff; padding: 25px; border-radius: 8px; margin-bottom: 25px; box-shadow: 0 4px 15px rgba(99,91,255,0.04); }
.pho-notice-title { color: #635bff; font-weight: bold; margin-bottom: 8px; font-size: 14px; }
.pho-cat-hd { font-size: 14px; font-weight: bold; margin: 35px 0 15px; display: flex; align-items: center; color: #635bff; }
.pho-cat-hd::before { content: ""; width: 8px; height: 8px; background: #635bff; border-radius: 50%; margin-right: 10px; }
.pho-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pho-card { background: #fff; padding: 25px; border-radius: 8px; text-decoration: none; color: #424e5e; transition: 0.2s; position: relative; display: block; box-shadow: 0 4px 15px rgba(99,91,255,0.04), 0 1px 3px rgba(0,0,0,0.01); }
.pho-card:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(99,91,255,0.08), 0 1px 5px rgba(0,0,0,0.02); }
.pho-img-box { width: 100%; aspect-ratio: 1.5; background: #fafbfe; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; border-radius: 6px; overflow: hidden; }
.pho-img-box img { width: 45%; height: 45%; object-fit: contain; }
.pho-name { height: 38px; line-height: 1.5; overflow: hidden; margin-bottom: 15px; color: #32325d; font-weight: bold; }
.pho-footer-meta { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #f6f9fc; padding-top: 15px; }
.pho-price { font-size: 16px; font-weight: bold; color: #635bff; }
.pho-tag-auto { position: absolute; top: 12px; right: 12px; font-size: 9px; padding: 2px 6px; color: #635bff; background: rgba(99,91,255,0.08); border-radius: 4px; }
.pho-trade-node { display: flex; flex-wrap: wrap; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 20px rgba(99,91,255,0.04); }
.pho-media-side { flex: 0 0 35%; padding: 40px; display: flex; align-items: center; box-sizing: border-box; background: #fafbfe; }
.pho-media-side img { width: 100%; border-radius: 6px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.pho-form-side { flex: 1; padding: 40px; min-width: 320px; box-sizing: border-box; }
.pho-tag-status { display: inline-block; padding: 3px 8px; font-size: 11px; margin-bottom: 20px; color: #6772e5; background: #fafbfe; border-radius: 4px; }
.pho-price-node { margin-bottom: 25px; padding: 20px; background: #fafbfe; display: flex; justify-content: space-between; align-items: center; border-radius: 6px; }
.pho-input { width: 100%; height: 42px; background: #fff; border: 1px solid #e6ebf1; color: #424e5e; padding: 0 15px; box-sizing: border-box; outline: none; border-radius: 6px; margin-bottom: 15px; }
.pho-input:focus { border-color: #635bff; }
.pho-btn-submit { width: 100%; height: 46px; background: #635bff; color: #fff; border: none; cursor: pointer; font-size: 13px; font-weight: bold; border-radius: 6px; transition: 0.15s; }
.pho-btn-submit:hover { opacity: 0.9; }
.pho-btn-submit:disabled { background: #f6f9fc; color: #aab7c4; cursor: not-allowed; }
.pho-desc-box { margin-top: 30px; padding: 30px; background: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(99,91,255,0.04); }
.pho-desc-title { font-size: 12px; font-weight: bold; margin-bottom: 15px; border-left: 2px solid #635bff; padding-left: 10px; }
.pho-ls-container { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(99,91,255,0.04); }
.pho-ls-th { display: flex; padding: 12px 20px; background: #fafbfe; color: #6772e5; }
.pho-ls-tr { display: flex; padding: 16px 20px; border-bottom: 1px solid #f6f9fc; align-items: center; }
.pho-ls-tr:last-child { border-bottom: none; }
.pho-cl-name { flex: 2; } .pho-cl-name a { color: #32325d; text-decoration: none; font-weight: bold; }
.pho-cl-mode, .pho-cl-price, .pho-cl-stock { flex: 0.8; text-align: center; }
.pho-cl-opt { flex: 0.6; text-align: right; }
.pho-btn-go { display: inline-block; background: #635bff; color: #fff; padding: 4px 15px; text-decoration: none; font-size: 11px; font-weight: bold; border-radius: 4px; }
.pho-checkout-node { background: #fff; padding: 30px; max-width: 520px; margin: 40px auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(99,91,255,0.04); }
.pho-data-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed #f6f9fc; }
.pho-gateway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 15px; }
.pho-gateway-btn { background: #fff; border: 1px solid #e6ebf1; padding: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 6px; }
.pho-gateway-btn:hover { background: #fafbfe; }
.pho-gateway-btn img { height: 24px; }
.pho-auth-node { background: #fff; overflow: hidden; max-width: 440px; margin: 40px auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(99,91,255,0.04); }
.pho-auth-tab { display: flex; background: #fafbfe; border-bottom: 1px solid #f6f9fc; }
.pho-auth-link { flex: 1; text-align: center; line-height: 48px; color: #6772e5; text-decoration: none; border-right: 1px solid #f6f9fc; }
.pho-auth-link:last-child { border-right: none; }
.pho-auth-link.is-active { background: #fff; color: #635bff; font-weight: bold; position: relative; }
.pho-auth-link.is-active::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #635bff; }
.pho-mini-table { margin-top: 20px; border: 1px solid #f6f9fc; border-radius: 6px; overflow: hidden; }
.pho-mini-row { display: flex; padding: 10px; border-bottom: 1px solid #f6f9fc; align-items: center; color: #6772e5; }
.pho-mini-h { background: #fafbfe; }
.pho-m-node { border: 1px solid #f6f9fc; margin-bottom: 10px; background: #fff; border-radius: 6px; overflow: hidden; }
.pho-m-trigger { padding: 12px; display: flex; justify-content: space-between; cursor: pointer; }
.pho-footer { display: flex; justify-content: space-between; border-top: 1px solid #f6f9fc; padding-top: 25px; margin-top: 40px; font-size: 11px; color: #8898aa; }
.pho-footer a { color: #8898aa; text-decoration: none; margin-left: 15px; }
@media (max-width: 768px) {
    .pho-header { flex-direction: column; gap: 15px; border-radius: 20px; }
    .pho-grid { grid-template-columns: 1fr; }
    .pho-media-side { border-right: none; }
}
