body { margin: 0; background: #f0fbf0; color: #4c7c5d; font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 13px; line-height: 1.6; }
.pha-layout { max-width: 900px; margin: 40px auto; padding: 0 15px; box-sizing: border-box; }
.pha-header { display: flex; justify-content: space-between; align-items: center; background: #f0fbf0; box-shadow: 6px 6px 15px rgba(0,176,80,0.08), -6px -6px 15px #ffffff; padding: 20px 35px; border-radius: 24px; margin-bottom: 30px; }
.pha-logo img { height: 24px; filter: grayscale(1) sepia(1) saturate(5) hue-rotate(90deg) brightness(0.9); }
.pha-nav { display: flex; gap: 15px; }
.pha-nav a { color: #4c7c5d; text-decoration: none; padding: 8px 20px; border-radius: 16px; font-size: 12px; transition: 0.2s; background: #f0fbf0; box-shadow: inset 2px 2px 5px rgba(0,0,0,0.02), 4px 4px 10px rgba(0,176,80,0.06), -4px -4px 10px #ffffff; }
.pha-nav a:hover, .pha-nav .active { color: #00b050; box-shadow: inset 4px 4px 8px rgba(0,176,80,0.1), inset -4px -4px 8px #ffffff; }
.pha-notice-bar { background: #f0fbf0; box-shadow: inset 4px 4px 8px rgba(0,176,80,0.1), inset -4px -4px 8px #ffffff; padding: 20px; border-radius: 20px; margin-bottom: 30px; }
.pha-notice-title { color: #00b050; font-weight: bold; margin-bottom: 5px; }
.pha-cat-hd { font-size: 14px; font-weight: bold; margin: 40px 0 20px; color: #4c7c5d; display: flex; align-items: center; }
.pha-cat-hd::before { content: ""; width: 8px; height: 8px; background: #00b050; border-radius: 50%; margin-right: 8px; box-shadow: 2px 2px 5px rgba(0,176,80,0.15); }
.pha-list { display: flex; flex-direction: column; gap: 20px; }
.pha-card { background: #f0fbf0; box-shadow: 6px 6px 15px rgba(0,176,80,0.08), -6px -6px 15px #ffffff; padding: 25px; border-radius: 24px; text-decoration: none; color: #4c7c5d; transition: 0.2s; position: relative; display: block; }
.pha-list a:nth-child(even) .pha-card { margin-left: 20px; }
.pha-list a:nth-child(odd) .pha-card { margin-right: 20px; }
.pha-card:hover { transform: translateY(-2px); box-shadow: 10px 10px 20px rgba(0,176,80,0.12), -10px -10px 20px #ffffff; }
.pha-info-side { display: flex; align-items: center; gap: 20px; flex: 1; }
.pha-img-box { width: 60px; height: 60px; background: #f0fbf0; box-shadow: inset 4px 4px 8px rgba(0,176,80,0.1), inset -4px -4px 8px #ffffff; margin-bottom: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 16px; }
.pha-img-box img { width: 50%; height: 50%; object-fit: contain; filter: drop-shadow(0 0 5px rgba(0,176,80,0.2)); }
.pha-name { font-size: 14px; font-weight: bold; color: #4c7c5d; margin-bottom: 5px; }
.pha-price { font-size: 15px; font-weight: bold; color: #00b050; }
.pha-tag-auto { position: absolute; top: 12px; right: 20px; font-size: 9px; padding: 2px 8px; color: #00b050; background: #f0fbf0; box-shadow: inset 2px 2px 5px rgba(0,176,80,0.1), inset -2px -2px 5px #ffffff; border-radius: 10px; }
.pha-trade-node { box-shadow: 8px 8px 20px rgba(0,176,80,0.08), -8px -8px 20px #ffffff; display: flex; flex-wrap: wrap; background: #f0fbf0; border-radius: 24px; overflow: hidden; }
.pha-media-side { flex: 0 0 35%; padding: 40px; display: flex; align-items: center; border-right: 1px solid rgba(0,176,80,0.05); box-sizing: border-box; background: #f0fbf0; box-shadow: inset -4px 0 10px rgba(0,176,80,0.02); }
.pha-media-side img { width: 100%; border-radius: 16px; box-shadow: 4px 4px 10px rgba(0,176,80,0.08), -4px -4px 10px #ffffff; }
.pha-form-side { flex: 1; padding: 40px; min-width: 320px; box-sizing: border-box; }
.pha-tag-status { display: inline-block; padding: 4px 10px; font-size: 11px; margin-bottom: 20px; color: #4c7c5d; border-radius: 10px; background: #f0fbf0; box-shadow: inset 2px 2px 5px rgba(0,176,80,0.1), inset -2px -2px 5px #ffffff; }
.pha-price-node { margin-bottom: 25px; padding: 20px; background: #f0fbf0; box-shadow: inset 4px 4px 8px rgba(0,176,80,0.1), inset -4px -4px 8px #ffffff; display: flex; justify-content: space-between; align-items: center; border-radius: 16px; }
.pha-input { width: 100%; height: 42px; background: #f0fbf0; border: none; box-shadow: inset 3px 3px 6px rgba(0,176,80,0.1), inset -3px -3px 6px #ffffff; color: #4c7c5d; padding: 0 15px; box-sizing: border-box; outline: none; border-radius: 12px; margin-bottom: 15px; }
.pha-btn-submit { width: 100%; height: 46px; background: #f0fbf0; color: #00b050; border: none; cursor: pointer; font-size: 13px; font-weight: bold; border-radius: 16px; box-shadow: 5px 5px 12px rgba(0,176,80,0.08), -5px -5px 12px #ffffff; transition: 0.2s; }
.pha-btn-submit:hover { box-shadow: inset 3px 3px 6px rgba(0,176,80,0.1), inset -3px -3px 6px #ffffff; }
.pha-btn-submit:disabled { background: #e0f0e0; color: #9cbca8; box-shadow: none; cursor: not-allowed; }
.pha-desc-box { margin-top: 30px; box-shadow: 6px 6px 15px rgba(0,176,80,0.08), -6px -6px 15px #ffffff; padding: 30px; background: #f0fbf0; border-radius: 24px; }
.pha-desc-title { font-size: 12px; font-weight: bold; margin-bottom: 15px; border-left: 3px solid #00b050; padding-left: 10px; }
.pha-ls-container { box-shadow: inset 4px 4px 8px rgba(0,176,80,0.1), inset -4px -4px 8px #ffffff; background: #f0fbf0; border-radius: 16px; overflow: hidden; }
.pha-ls-th { display: flex; padding: 12px 20px; background: rgba(0,0,0,0.01); border-bottom: 1px solid rgba(0,0,0,0.02); color: #4c7c5d; }
.pha-ls-tr { display: flex; padding: 16px 20px; border-bottom: 1px solid rgba(0,0,0,0.01); align-items: center; }
.pha-ls-tr:last-child { border-bottom: none; }
.pha-cl-name { flex: 2; } .pha-cl-name a { color: #4c7c5d; text-decoration: none; font-weight: bold; }
.pha-cl-mode, .pha-cl-price, .pha-cl-stock { flex: 0.8; text-align: center; }
.pha-cl-opt { flex: 0.6; text-align: right; }
.pha-btn-go { display: inline-block; background: #f0fbf0; color: #00b050; padding: 4px 15px; text-decoration: none; font-size: 11px; font-weight: bold; border-radius: 8px; box-shadow: 3px 3px 8px rgba(0,176,80,0.08), -3px -3px 8px #ffffff; }
.pha-checkout-node { background: #f0fbf0; box-shadow: 6px 6px 15px rgba(0,176,80,0.08), -6px -6px 15px #ffffff; padding: 30px; max-width: 520px; margin: 40px auto; border-radius: 24px; }
.pha-data-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed rgba(0,0,0,0.02); }
.pha-gateway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 15px; }
.pha-gateway-btn { background: #f0fbf0; box-shadow: 4px 4px 10px rgba(0,176,80,0.06), -4px -4px 10px #ffffff; padding: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 12px; border: none; }
.pha-gateway-btn:hover { box-shadow: inset 2px 2px 5px rgba(0,176,80,0.1), inset -2px -2px 5px #ffffff; }
.pha-gateway-btn img { height: 24px; }
.pha-auth-node { background: #f0fbf0; box-shadow: 6px 6px 15px rgba(0,176,80,0.08), -6px -6px 15px #ffffff; overflow: hidden; max-width: 440px; margin: 40px auto; border-radius: 24px; }
.pha-auth-tab { display: flex; background: rgba(0,0,0,0.01); border-bottom: 1px solid rgba(0,0,0,0.02); }
.pha-auth-link { flex: 1; text-align: center; line-height: 48px; color: #4c7c5d; text-decoration: none; border-right: 1px solid rgba(0,0,0,0.02); }
.pha-auth-link:last-child { border-right: none; }
.pha-auth-link.is-active { background: #f0fbf0; color: #00b050; font-weight: bold; position: relative; }
.pha-auth-link.is-active::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #00b050; }
.pha-mini-table { margin-top: 20px; border-radius: 12px; overflow: hidden; box-shadow: inset 2px 2px 5px rgba(0,176,80,0.1), inset -2px -2px 5px #ffffff; }
.pha-mini-row { display: flex; padding: 10px; border-bottom: 1px solid rgba(0,0,0,0.02); align-items: center; color: #4c7c5d; }
.pha-mini-h { background: rgba(0,0,0,0.01); }
.pha-m-node { margin-bottom: 10px; background: #f0fbf0; box-shadow: inset 2px 2px 5px rgba(0,176,80,0.1), inset -2px -2px 5px #ffffff; border-radius: 12px; overflow: hidden; }
.pha-m-trigger { padding: 12px; display: flex; justify-content: space-between; cursor: pointer; }
.pha-footer { border-top: 1px solid rgba(0,0,0,0.02); padding-top: 25px; margin-top: 40px; font-size: 11px; text-align: center; color: #9cbca8; }
.pha-footer a { color: #9cbca8; text-decoration: none; margin: 0 10px; }
@media (max-width: 768px) {
    .pha-card { flex-direction: column; align-items: flex-start; gap: 15px; }
    .pha-list a:nth-child(even) .pha-card { margin-left: 0; }
    .pha-list a:nth-child(odd) .pha-card { margin-right: 0; }
    .pha-footer-meta { width: 100%; display: flex; justify-content: space-between; }
    .pha-trade-node { flex-direction: column; }
    .pha-media-side { border-right: none; }
}
