body { margin: 0; background: #f0eee9; color: #807a75; font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 13px; line-height: 1.6; }
.vor-layout { max-width: 1050px; margin: 40px auto; padding: 0 15px; box-sizing: border-box; }
.vor-header { display: flex; justify-content: space-between; align-items: center; background: #f0eee9; box-shadow: 6px 6px 15px #d0c8be, -6px -6px 15px #ffffff; padding: 20px 35px; border-radius: 20px; margin-bottom: 30px; }
.vor-logo img { height: 24px; filter: grayscale(1) sepia(1) saturate(3) hue-rotate(330deg); }
.vor-nav { display: flex; gap: 15px; }
.vor-nav a { color: #807a75; text-decoration: none; padding: 8px 20px; border-radius: 16px; font-size: 12px; transition: 0.2s; background: #f0eee9; box-shadow: inset 2px 2px 5px rgba(0,0,0,0.02), 4px 4px 10px #d0c8be, -4px -4px 10px #ffffff; }
.vor-nav a:hover, .vor-nav .active { color: #e07a5f; box-shadow: inset 4px 4px 8px #d0c8be, inset -4px -4px 8px #ffffff; }
.vor-notice-bar { background: #f0eee9; box-shadow: inset 4px 4px 8px #d0c8be, inset -4px -4px 8px #ffffff; padding: 20px; border-radius: 20px; margin-bottom: 30px; }
.vor-notice-title { color: #e07a5f; font-weight: bold; margin-bottom: 5px; }
.vor-cat-hd { font-size: 14px; font-weight: bold; margin: 40px 0 20px; color: #807a75; display: flex; align-items: center; }
.vor-cat-hd::before { content: ""; width: 8px; height: 8px; background: #e07a5f; border-radius: 50%; margin-right: 8px; box-shadow: 2px 2px 5px #d0c8be; }
.vor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.vor-card { background: #f0eee9; box-shadow: 6px 6px 15px #d0c8be, -6px -6px 15px #ffffff; padding: 25px; border-radius: 20px; text-decoration: none; color: #807a75; transition: 0.2s; position: relative; display: block; }
.vor-card:hover { transform: translateY(-2px); box-shadow: 10px 10px 20px #d0c8be, -10px -10px 20px #ffffff; }
.vor-img-box { width: 100%; aspect-ratio: 1.5; background: #f0eee9; box-shadow: inset 4px 4px 8px #d0c8be, inset -4px -4px 8px #ffffff; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 16px; }
.vor-img-box img { width: 45%; height: 45%; object-fit: contain; filter: drop-shadow(0 0 5px rgba(224,122,95,0.2)); }
.vor-name { height: 38px; line-height: 1.5; overflow: hidden; margin-bottom: 15px; color: #5c534d; font-weight: bold; }
.vor-footer-meta { display: flex; justify-content: space-between; align-items: center; }
.vor-price { font-size: 16px; font-weight: bold; color: #e07a5f; }
.vor-tag-auto { position: absolute; top: 15px; right: 15px; font-size: 9px; padding: 2px 8px; color: #e07a5f; background: #f0eee9; box-shadow: inset 2px 2px 5px #d0c8be, inset -2px -2px 5px #ffffff; border-radius: 10px; }
.vor-trade-node { box-shadow: 8px 8px 20px #d0c8be, -8px -8px 20px #ffffff; display: flex; flex-wrap: wrap; background: #f0eee9; border-radius: 20px; overflow: hidden; }
.vor-media-side { flex: 0 0 35%; padding: 40px; display: flex; align-items: center; border-right: 1px solid rgba(0,0,0,0.02); box-sizing: border-box; background: #f0eee9; box-shadow: inset -4px 0 10px rgba(208,200,190,0.3); }
.vor-media-side img { width: 100%; border-radius: 16px; box-shadow: 4px 4px 10px #d0c8be, -4px -4px 10px #ffffff; }
.vor-form-side { flex: 1; padding: 40px; min-width: 320px; box-sizing: border-box; }
.vor-tag-status { display: inline-block; padding: 4px 10px; font-size: 11px; margin-bottom: 20px; color: #807a75; border-radius: 10px; background: #f0eee9; box-shadow: inset 2px 2px 5px #d0c8be, inset -2px -2px 5px #ffffff; }
.vor-price-node { margin-bottom: 25px; padding: 20px; background: #f0eee9; box-shadow: inset 4px 4px 8px #d0c8be, inset -4px -4px 8px #ffffff; display: flex; justify-content: space-between; align-items: center; border-radius: 16px; }
.vor-input { width: 100%; height: 42px; background: #f0eee9; border: none; box-shadow: inset 3px 3px 6px #d0c8be, inset -3px -3px 6px #ffffff; color: #807a75; padding: 0 15px; box-sizing: border-box; outline: none; border-radius: 12px; margin-bottom: 15px; }
.vor-btn-submit { width: 100%; height: 46px; background: #f0eee9; color: #e07a5f; border: none; cursor: pointer; font-size: 13px; font-weight: bold; border-radius: 16px; box-shadow: 5px 5px 12px #d0c8be, -5px -5px 12px #ffffff; transition: 0.2s; }
.vor-btn-submit:hover { box-shadow: inset 3px 3px 6px #d0c8be, inset -3px -3px 6px #ffffff; }
.vor-btn-submit:disabled { background: #e8e6e0; color: #a8a49c; box-shadow: none; cursor: not-allowed; }
.vor-desc-box { margin-top: 30px; box-shadow: 6px 6px 15px #d0c8be, -6px -6px 15px #ffffff; padding: 30px; background: #f0eee9; border-radius: 20px; }
.vor-desc-title { font-size: 12px; font-weight: bold; margin-bottom: 15px; border-left: 3px solid #e07a5f; padding-left: 10px; }
.vor-ls-container { box-shadow: inset 4px 4px 8px #d0c8be, inset -4px -4px 8px #ffffff; background: #f0eee9; border-radius: 16px; overflow: hidden; }
.vor-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: #807a75; }
.vor-ls-tr { display: flex; padding: 16px 20px; border-bottom: 1px solid rgba(0,0,0,0.01); align-items: center; }
.vor-ls-tr:last-child { border-bottom: none; }
.vor-cl-name { flex: 2; } .vor-cl-name a { color: #807a75; text-decoration: none; font-weight: bold; }
.vor-cl-mode, .vor-cl-price, .vor-cl-stock { flex: 0.8; text-align: center; }
.vor-cl-opt { flex: 0.6; text-align: right; }
.vor-btn-go { display: inline-block; background: #f0eee9; color: #e07a5f; padding: 4px 15px; text-decoration: none; font-size: 11px; font-weight: bold; border-radius: 8px; box-shadow: 3px 3px 8px #d0c8be, -3px -3px 8px #ffffff; }
.vor-checkout-node { background: #f0eee9; box-shadow: 6px 6px 15px #d0c8be, -6px -6px 15px #ffffff; padding: 30px; max-width: 520px; margin: 40px auto; border-radius: 20px; }
.vor-data-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed rgba(0,0,0,0.02); }
.vor-gateway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 15px; }
.vor-gateway-btn { background: #f0eee9; box-shadow: 4px 4px 10px #d0c8be, -4px -4px 10px #ffffff; padding: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 12px; border: none; }
.vor-gateway-btn:hover { box-shadow: inset 2px 2px 5px #d0c8be, inset -2px -2px 5px #ffffff; }
.vor-gateway-btn img { height: 24px; }
.vor-auth-node { background: #f0eee9; box-shadow: 6px 6px 15px #d0c8be, -6px -6px 15px #ffffff; overflow: hidden; max-width: 440px; margin: 40px auto; border-radius: 20px; }
.vor-auth-tab { display: flex; background: rgba(0,0,0,0.01); border-bottom: 1px solid rgba(0,0,0,0.02); }
.vor-auth-link { flex: 1; text-align: center; line-height: 48px; color: #807a75; text-decoration: none; border-right: 1px solid rgba(0,0,0,0.02); }
.vor-auth-link:last-child { border-right: none; }
.vor-auth-link.is-active { background: #f0eee9; color: #e07a5f; font-weight: bold; position: relative; }
.vor-auth-link.is-active::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #e07a5f; }
.vor-mini-table { margin-top: 20px; border-radius: 12px; overflow: hidden; box-shadow: inset 2px 2px 5px #d0c8be, inset -2px -2px 5px #ffffff; }
.vor-mini-row { display: flex; padding: 10px; border-bottom: 1px solid rgba(0,0,0,0.02); align-items: center; color: #807a75; }
.vor-mini-h { background: rgba(0,0,0,0.01); }
.vor-m-node { margin-bottom: 10px; background: #f0eee9; box-shadow: inset 2px 2px 5px #d0c8be, inset -2px -2px 5px #ffffff; border-radius: 12px; overflow: hidden; }
.vor-m-trigger { padding: 12px; display: flex; justify-content: space-between; cursor: pointer; }
.vor-footer { border-top: 1px solid rgba(0,0,0,0.02); padding-top: 25px; margin-top: 40px; font-size: 11px; text-align: center; color: #a8a49c; }
.vor-footer a { color: #a8a49c; text-decoration: none; margin: 0 10px; }
@media (max-width: 768px) {
    .vor-header { flex-direction: column; gap: 15px; border-radius: 20px; }
    .vor-grid { grid-template-columns: 1fr; }
    .vor-media-side { border-right: none; box-shadow: none; }
}
