body { margin: 0; background: #858c8e; color: #111; font-family: 'Helvetica', Arial, sans-serif; font-size: 13px; line-height: 1.6; }
.cre-container { max-width: 1200px; margin: 30px auto; padding: 0 15px; box-sizing: border-box; }
.cre-header { display: flex; justify-content: space-between; align-items: center; background: #fff; border: 2.5px solid #111; box-shadow: 4px 4px 0px #111; padding: 20px 30px; margin-bottom: 30px; }
.cre-logo img { height: 18px; filter: grayscale(1) contrast(2); }
.cre-nav { display: flex; gap: 10px; }
.cre-nav a { color: #111; text-decoration: none; padding: 8px 18px; border: 2px solid #111; font-size: 12px; font-weight: bold; background: #fff; transition: 0.15s; }
.cre-nav a:hover, .cre-nav .active { background: #111; color: #fff; box-shadow: 2px 2px 0px #000; transform: translate(-1px, -1px); }
.cre-layout { display: flex; gap: 20px; }
.cre-left-col { width: 25%; background: #fff; border: 2.5px solid #111; box-shadow: 4px 4px 0px #111; padding: 25px; box-sizing: border-box; }
.cre-mid-col { width: 50%; box-sizing: border-box; }
.cre-right-col { width: 25%; background: #fff; border: 2.5px solid #111; box-shadow: 4px 4px 0px #111; padding: 25px; box-sizing: border-box; }
.cre-notice-bar { background: #fff; border: 2.5px solid #111; box-shadow: 4px 4px 0px #111; padding: 20px; margin-bottom: 25px; }
.cre-notice-title { font-weight: bold; color: #111; margin-bottom: 8px; border-bottom: 2px solid #111; padding-bottom: 5px; }
.cre-cat-hd { font-size: 13px; font-weight: bold; margin: 0 0 15px; border-bottom: 2px solid #111; padding-bottom: 8px; color: #111; text-transform: uppercase; }
.cre-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.cre-card { background: #fff; border: 2.5px solid #111; box-shadow: 4px 4px 0px #111; padding: 20px; text-decoration: none; color: #111; transition: 0.15s; position: relative; display: block; }
.cre-card:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0px #111; }
.cre-img-box { width: 100%; aspect-ratio: 1.4; background: #eef1f2; border: 2px solid #111; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.cre-img-box img { width: 45%; height: 45%; object-fit: contain; }
.cre-name { height: 38px; line-height: 1.5; overflow: hidden; margin-bottom: 15px; font-weight: bold; }
.cre-footer-meta { display: flex; justify-content: space-between; align-items: center; border-top: 2px solid #111; padding-top: 15px; }
.cre-price { font-size: 15px; font-weight: bold; }
.cre-tag-auto { position: absolute; top: 12px; right: 12px; font-size: 9px; border: 2px solid #111; padding: 1px 6px; color: #111; background: #fff; font-weight: bold; }
.cre-trade-node { border: 2.5px solid #111; box-shadow: 5px 5px 0px #111; display: flex; flex-wrap: wrap; background: #fff; }
.cre-media-side { flex: 0 0 35%; padding: 30px; display: flex; align-items: center; border-right: 2.5px solid #111; box-sizing: border-box; background: #eef1f2; }
.cre-media-side img { width: 100%; border: 2px solid #111; box-shadow: 3px 3px 0px #111; }
.cre-form-side { flex: 1; padding: 30px; min-width: 320px; box-sizing: border-box; }
.cre-tag-status { display: inline-block; padding: 3px 8px; border: 2px solid #111; font-size: 11px; margin-bottom: 20px; color: #111; background: #fff; font-weight: bold; }
.cre-price-node { margin-bottom: 25px; padding: 20px; background: #eef1f2; border: 2px solid #111; display: flex; justify-content: space-between; align-items: center; }
.cre-price-val { font-size: 24px; font-weight: bold; }
.cre-input { width: 100%; height: 42px; background: #fff; border: 2px solid #111; color: #111; padding: 0 15px; box-sizing: border-box; outline: none; margin-bottom: 15px; font-weight: bold; }
.cre-input:focus { background: #eef1f2; }
.cre-btn-submit { width: 100%; height: 46px; background: #111; color: #fff; border: 2.5px solid #111; box-shadow: 4px 4px 0px #111; cursor: pointer; font-size: 13px; font-weight: bold; transition: 0.15s; }
.cre-btn-submit:hover { transform: translate(-1px, -1px); box-shadow: 5px 5px 0px #111; }
.cre-btn-submit:disabled { background: #eef1f2; color: #888; box-shadow: none; border-color: #888; cursor: not-allowed; }
.cre-desc-box { margin-top: 30px; border: 2.5px solid #111; box-shadow: 4px 4px 0px #111; padding: 30px; background: #fff; }
.cre-desc-title { font-size: 12px; font-weight: bold; margin-bottom: 15px; border-left: 3px solid #111; padding-left: 10px; }
.cre-ls-container { border: 2px solid #111; background: #fff; }
.cre-ls-th { display: flex; padding: 12px 20px; background: #eef1f2; border-bottom: 2px solid #111; font-weight: bold; }
.cre-ls-tr { display: flex; padding: 16px 20px; border-bottom: 1px solid #eee; align-items: center; }
.cre-ls-tr:last-child { border-bottom: none; }
.cre-cl-name { flex: 2; } .cre-cl-name a { color: #111; text-decoration: none; font-weight: bold; }
.cre-cl-mode, .cre-cl-price, .cre-cl-stock { flex: 0.8; text-align: center; }
.cre-cl-opt { flex: 0.6; text-align: right; }
.cre-btn-go { display: inline-block; background: #fff; color: #111; border: 2px solid #111; padding: 4px 15px; text-decoration: none; font-size: 11px; font-weight: bold; }
.cre-checkout-node { background: #fff; border: 2.5px solid #111; box-shadow: 4px 4px 0px #111; padding: 30px; max-width: 520px; margin: 40px auto; }
.cre-data-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed #ccc; }
.cre-gateway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 15px; }
.cre-gateway-btn { background: #fff; border: 2px solid #111; padding: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.cre-gateway-btn:hover { background: #eef1f2; }
.cre-gateway-btn img { height: 24px; }
.cre-auth-node { background: #fff; border: 2.5px solid #111; box-shadow: 4px 4px 0px #111; overflow: hidden; max-width: 440px; margin: 40px auto; }
.cre-auth-tab { display: flex; background: #eef1f2; border-bottom: 2.5px solid #111; }
.cre-auth-link { flex: 1; text-align: center; line-height: 48px; color: #555; text-decoration: none; border-right: 2px solid #111; font-weight: bold; }
.cre-auth-link:last-child { border-right: none; }
.cre-auth-link.is-active { background: #fff; color: #111; font-weight: bold; position: relative; }
.cre-auth-link.is-active::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #111; }
.cre-mini-table { margin-top: 20px; border: 2px solid #111; overflow: hidden; }
.cre-mini-row { display: flex; padding: 10px; border-bottom: 2px solid #111; align-items: center; color: #555; }
.cre-mini-h { background: #eef1f2; }
.cre-m-node { border: 2px solid #111; margin-bottom: 10px; background: #fff; overflow: hidden; }
.cre-m-trigger { padding: 12px; display: flex; justify-content: space-between; cursor: pointer; font-weight: bold; }
.cre-footer { display: flex; justify-content: space-between; border-top: 2.5px solid #111; padding-top: 25px; margin-top: 40px; font-size: 11px; font-weight: bold; }
.cre-footer a { color: #111; text-decoration: none; margin-left: 15px; }
@media (max-width: 768px) {
    .cre-layout { flex-direction: column; }
    .cre-left-col, .cre-right-col { width: 100%; }
    .cre-mid-col { width: 100%; }
    .cre-grid { grid-template-columns: 1fr; }
    .cre-trade-node { flex-direction: column; }
    .cre-media-side { border-right: none; }
}
