* {
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
}
body.etc64-rcfr-en-body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
background: #f6f6f4;
color: #1f2328;
line-height: 1.6;
font-size: 16px;
}
.etc64-rcfr-en-main {
max-width: 880px;
margin: 0 auto;
padding: 32px 20px 64px;
}
.etc64-rcfr-en-breadcrumb {
font-size: 13px;
color: #666;
margin-bottom: 20px;
}
.etc64-rcfr-en-breadcrumb a {
color: #3366cc;
text-decoration: none;
}
.etc64-rcfr-en-breadcrumb a:hover {
text-decoration: underline;
}
.etc64-rcfr-en-breadcrumb span[aria-current="page"] {
color: #1f2328;
font-weight: 600;
}
.etc64-rcfr-en-title {
font-size: 30px;
font-weight: 700;
line-height: 1.3;
margin: 0 0 20px;
padding-bottom: 14px;
border-bottom: 3px solid #1f2328;
}
.etc64-rcfr-en-intro {
background: #fff;
border: 1px solid #e0e0dc;
border-radius: 6px;
padding: 20px 24px;
margin-bottom: 32px;
font-size: 15.5px;
color: #333;
} .etc64-rcfr-container {
max-width: 100%;
margin: 0 auto;
}
.etc64-rcfr-controls {
display: flex;
flex-wrap: wrap;
gap: 14px;
align-items: center;
margin-bottom: 16px;
padding: 14px 16px;
background: #fff;
border: 1px solid #e0e0dc;
border-radius: 6px;
}
.etc64-rcfr-control {
font-size: 14px;
display: flex;
align-items: center;
gap: 6px;
}
.etc64-rcfr-control select {
padding: 5px 8px;
border: 1px solid #ccc;
border-radius: 4px;
background: #fff;
}
.etc64-rcfr-control-materials {
flex-basis: 100%;
display: flex;
flex-direction: column;
gap: 8px;
}
.etc64-rcfr-control-title {
font-size: 13px;
font-weight: 600;
color: #333;
}
.etc64-rcfr-material-filter-grid {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.etc64-rcfr-material-checkbox {
display: flex;
align-items: center;
gap: 5px;
font-size: 13px;
background: #f9f9f7;
border: 1px solid #e0e0dc;
border-radius: 4px;
padding: 4px 8px 4px 4px;
cursor: pointer;
}
.etc64-rcfr-material-checkbox img {
width: 26px;
height: 26px;
object-fit: cover;
border-radius: 3px;
flex-shrink: 0;
}
.etc64-rcfr-material-checkbox input[type="checkbox"] {
margin: 0;
}
.etc64-rcfr-reset {
margin-left: auto;
padding: 6px 14px;
border: 1px solid #ccc;
border-radius: 4px;
background: #fff;
cursor: pointer;
}
.etc64-rcfr-reset:hover {
background: #f0f0ee;
}
.etc64-rcfr-empty {
padding: 20px;
text-align: center;
color: #666;
}
.etc64-rcfr-list {
display: flex;
flex-direction: column;
gap: 0;
border: 1px solid #e0e0dc;
border-radius: 6px;
overflow: hidden;
overflow-x: auto;
background: #fff;
}
.etc64-rcfr-row {
display: grid;
grid-template-columns: 40px 1fr 60px 2fr 100px 100px 100px;
align-items: center;
border-bottom: 1px solid #eee;
padding: 10px 14px;
gap: 10px;
}
.etc64-rcfr-row:last-child {
border-bottom: none;
}
.etc64-rcfr-row.is-hidden {
display: none;
}
.etc64-rcfr-band {
display: flex;
align-items: center;
gap: 12px;
padding: 10px 16px;
background: #1f2328;
}
.etc64-rcfr-band.is-hidden {
display: none;
}
.etc64-rcfr-band img {
width: 44px;
height: 44px;
object-fit: cover;
border-radius: 4px;
display: block;
}
.etc64-rcfr-band-name {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
white-space: nowrap;
}
.etc64-rcfr-cell {
font-size: 14px;
}
.etc64-rcfr-cell-no {
font-weight: 700;
color: #888;
text-align: center;
}
.etc64-rcfr-cell-name {
font-weight: 600;
}
.etc64-rcfr-cell-image img {
width: 54px;
height: 54px;
object-fit: cover;
border-radius: 4px;
display: block;
}
.etc64-rcfr-material-grid {
display: grid;
grid-template-columns: repeat(3, 30px);
grid-template-rows: repeat(2, 30px);
gap: 3px;
}
.etc64-rcfr-material-slot {
width: 30px;
height: 30px;
border: 1px solid #e0e0dc;
border-radius: 3px;
background: #f9f9f7;
}
.etc64-rcfr-material-slot img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 2px;
}
.etc64-rcfr-cell-cost,
.etc64-rcfr-cell-sell,
.etc64-rcfr-cell-income {
display: flex;
flex-direction: column;
align-items: stretch;
}
.etc64-rcfr-value-label {
font-size: 11px;
color: #888;
text-align: right;
}
.etc64-rcfr-value {
display: block;
font-size: 15px;
font-weight: 700;
text-align: right;
color: #1a6b3c;
font-variant-numeric: tabular-nums;
}
@media (max-width: 782px) {
.etc64-rcfr-en-main {
padding: 20px 14px 48px;
}
.etc64-rcfr-en-title {
font-size: 22px;
}
.etc64-rcfr-row {
grid-template-columns: 20px 34px 1fr auto auto auto;
grid-template-areas:
"name name name name name name"
"no image materials cost sell income";
padding: 8px;
gap: 3px 6px;
}
.etc64-rcfr-cell-name {
grid-area: name;
font-size: 13px;
margin-bottom: 2px;
}
.etc64-rcfr-cell-no { grid-area: no; font-size: 12px; }
.etc64-rcfr-cell-image { grid-area: image; }
.etc64-rcfr-cell-image img { width: 30px; height: 30px; }
.etc64-rcfr-cell-materials { grid-area: materials; }
.etc64-rcfr-cell-cost { grid-area: cost; }
.etc64-rcfr-cell-sell { grid-area: sell; }
.etc64-rcfr-cell-income { grid-area: income; }
.etc64-rcfr-material-grid {
grid-template-columns: repeat(3, 16px);
grid-template-rows: repeat(2, 16px);
gap: 1px;
}
.etc64-rcfr-material-slot { width: 16px; height: 16px; }
.etc64-rcfr-value-label { font-size: 9px; }
.etc64-rcfr-value { font-size: 11px; white-space: nowrap; }
.etc64-rcfr-band { padding: 6px 10px; gap: 8px; }
.etc64-rcfr-band img { width: 32px; height: 32px; }
}