diff --git a/variety/bangxiao.html b/variety/bangxiao.html
index 1af1c8c..b0995b1 100644
--- a/variety/bangxiao.html
+++ b/variety/bangxiao.html
@@ -103,25 +103,84 @@
/* 結果區塊 */
.bangxiao-page .checker-result {
- min-height: 52px;
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 14px 20px;
+ display: block;
+ padding: 18px 20px;
border-radius: 12px;
background: var(--color-surface-soft);
border: 1px solid rgba(255, 204, 0, 0.25);
- font-size: 1.05rem;
- font-weight: 700;
- color: var(--color-brand-dark);
- letter-spacing: 0.02em;
- transition: opacity 0.2s ease;
}
.bangxiao-page .checker-result:empty {
display: none;
}
+ .bangxiao-page .result-headline {
+ text-align: center;
+ font-size: 1.05rem;
+ font-weight: 700;
+ color: var(--color-brand-dark);
+ margin: 0 0 0.5rem;
+ }
+
+ .bangxiao-page .result-headline strong {
+ font-size: 1.25rem;
+ }
+
+ .bangxiao-page .result-group {
+ text-align: center;
+ font-size: 0.85rem;
+ color: var(--color-text-muted);
+ margin: 0 0 0.75rem;
+ }
+
+ .bangxiao-page .result-members {
+ display: flex;
+ flex-direction: column;
+ gap: 8px;
+ margin-top: 0.85rem;
+ }
+
+ .bangxiao-page .result-member {
+ display: grid;
+ grid-template-columns: auto auto 1fr;
+ gap: 0 10px;
+ align-items: baseline;
+ padding: 8px 12px;
+ background: rgba(255, 204, 0, 0.1);
+ border-radius: 8px;
+ }
+
+ .bangxiao-page .result-member__name {
+ font-weight: 800;
+ font-size: 0.95rem;
+ color: var(--color-text-dark);
+ white-space: nowrap;
+ }
+
+ .bangxiao-page .result-member__count {
+ font-weight: 700;
+ font-size: 0.88rem;
+ color: var(--color-brand-dark);
+ white-space: nowrap;
+ }
+
+ .bangxiao-page .result-member__works {
+ font-size: 0.82rem;
+ color: var(--color-text-muted);
+ line-height: 1.5;
+ }
+
+ @media (max-width: 540px) {
+ .bangxiao-page .result-member {
+ grid-template-columns: auto auto;
+ grid-template-rows: auto auto;
+ }
+
+ .bangxiao-page .result-member__works {
+ grid-column: 1 / -1;
+ }
+ }
+
@media (max-width: 540px) {
.bangxiao-page .member-grid {
grid-template-columns: repeat(2, 1fr);
@@ -173,32 +232,32 @@
我是團飯!!六顆都要
@@ -227,14 +286,34 @@