用户:天明/首页门户草稿-20260617/样式:修订间差异
来自Ac-Wiki
更多操作
< 用户:天明 | 首页门户草稿-20260617
小 微调首页门户草稿网格样式(Codex) |
小 恢复首页门户搜索按钮强调样式(Codex) |
||
| (未显示同一用户的2个中间版本) | |||
| 第1行: | 第1行: | ||
.acw-portal { margin: 0 auto; max-width: 1180px; color: # | .acw-portal { | ||
margin: 0 auto; | |||
max-width: 1180px; | |||
color: var(--color-base, #202122); | |||
font-size: var(--font-size-medium, 1rem); | |||
line-height: var(--line-height-content, 1.625); | |||
} | |||
.acw-portal a { text-decoration: none; } | .acw-portal a { text-decoration: none; } | ||
.acw-portal a:hover { text-decoration: underline; } | .acw-portal a:hover { text-decoration: underline; } | ||
.acw-topbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 0 0 | .acw-topbar { | ||
display: flex; | |||
align-items: center; | |||
justify-content: space-between; | |||
gap: 1rem; | |||
margin: 0 0 1.25rem; | |||
} | |||
.acw-brand { display: flex; align-items: center; gap: 0.75rem; } | .acw-brand { display: flex; align-items: center; gap: 0.75rem; } | ||
.acw-mark { display: inline-flex; align-items: center; justify-content: center; width: 2. | .acw-mark { | ||
.acw-brand-title { display: block; font-size: 1. | display: inline-flex; | ||
.acw-brand-subtitle { color: # | align-items: center; | ||
justify-content: center; | |||
width: 2.5rem; | |||
height: 2.5rem; | |||
border: 1px solid var(--border-color-progressive, #36c); | |||
border-radius: 8px; | |||
background: var(--background-color-progressive-subtle, #f1f4fd); | |||
color: var(--color-progressive, #36c); | |||
font-weight: 700; | |||
} | |||
.acw-brand-title { | |||
display: block; | |||
color: var(--color-emphasized, #101418); | |||
font-size: var(--font-size-x-large, 1.25rem); | |||
font-weight: 700; | |||
line-height: 1.25; | |||
} | |||
.acw-brand-subtitle { color: var(--color-subtle, #54595d); font-size: var(--font-size-small, 0.875rem); } | |||
.acw-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: flex-end; } | .acw-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: flex-end; } | ||
.acw-pill { display: inline-block; border: 1px solid # | .acw-pill { | ||
display: inline-block; | |||
border: 1px solid var(--border-color-base, #a2a9b1); | |||
border-radius: 999px; | |||
background: var(--background-color-interactive-subtle, #f8f9fa); | |||
color: var(--color-base, #202122); | |||
padding: 0.3rem 0.75rem; | |||
font-size: var(--font-size-small, 0.875rem); | |||
} | |||
.acw-pill:hover { background: var(--background-color-interactive-subtle--hover, #eaecf0); } | |||
.acw-hero-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 1rem; margin-bottom: 1rem; } | .acw-hero-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 1rem; margin-bottom: 1rem; } | ||
.acw-hero { border: 1px solid # | .acw-hero { | ||
.acw-eyebrow { display: block; margin-bottom: 0.75rem; color: # | border: 1px solid var(--border-color-base, #a2a9b1); | ||
.acw-hero-title { margin: 0; max-width: 44rem; font-size: 2. | border-left: 4px solid var(--border-color-progressive, #36c); | ||
.acw-hero-desc { max-width: 42rem; margin: 1rem 0 1.25rem; color: # | border-radius: 8px; | ||
.acw-searchbox { max-width: 42rem; | background: var(--background-color-neutral-subtle, #f8f9fa); | ||
.acw-searchbox .mw-inputbox-centered { margin: 0; } | color: var(--color-base, #202122); | ||
.acw-searchbox input | padding: 1.75rem; | ||
.acw-searchbox input[type='submit'] { border: | overflow: hidden; | ||
.acw-card { border: 1px solid # | } | ||
.acw-card-head { display: flex; justify-content: space-between; align-items: center; gap: 0.75rem; border-bottom: 1px solid # | .acw-eyebrow { | ||
.acw-card-title { margin: 0; font-size: | display: block; | ||
.acw-muted { color: # | margin-bottom: 0.75rem; | ||
color: var(--color-progressive, #36c); | |||
font-size: var(--font-size-small, 0.875rem); | |||
font-weight: 700; | |||
} | |||
.acw-hero-title { | |||
margin: 0; | |||
max-width: 44rem; | |||
color: var(--color-emphasized, #101418); | |||
font-size: 2.25rem; | |||
line-height: 1.16; | |||
font-weight: 800; | |||
} | |||
.acw-hero-desc { | |||
max-width: 42rem; | |||
margin: 1rem 0 1.25rem; | |||
color: var(--color-subtle, #54595d); | |||
font-size: var(--font-size-large, 1.125rem); | |||
} | |||
.acw-searchbox { | |||
max-width: 42rem; | |||
border-radius: 8px; | |||
background: var(--background-color-neutral-subtle, #f8f9fa); | |||
padding: 0.45rem; | |||
} | |||
.acw-searchbox .mw-inputbox-centered { margin: 0; text-align: initial; } | |||
.acw-searchbox form.mw-inputbox-form-inline { | |||
align-items: center; | |||
justify-content: flex-start; | |||
gap: 0.45rem; | |||
line-height: normal; | |||
} | |||
.acw-searchbox .cdx-text-input { flex: 1 1 auto; min-width: 12rem; } | |||
.acw-searchbox .cdx-text-input__input { | |||
width: 100%; | |||
border-color: var(--border-color-base, #a2a9b1); | |||
border-radius: 6px; | |||
background: var(--background-color-base, #fff); | |||
color: var(--color-base, #202122); | |||
} | |||
.acw-searchbox .cdx-text-input__input:enabled:focus { | |||
border-color: var(--border-color-progressive, #36c); | |||
box-shadow: inset 0 0 0 1px var(--border-color-progressive, #36c); | |||
outline: 1px solid transparent; | |||
} | |||
.acw-searchbox input[type='submit'] { | |||
border: 1px solid var(--border-color-progressive, #36c); | |||
border-radius: 6px; | |||
background: var(--background-color-progressive, #36c); | |||
color: var(--color-inverted-fixed, #fff); | |||
font-weight: 700; | |||
min-height: 32px; | |||
padding-right: 0.9rem; | |||
padding-left: 0.9rem; | |||
} | |||
.acw-searchbox input[type='submit']:hover { | |||
background: var(--background-color-progressive--hover, #3056a9); | |||
border-color: var(--border-color-progressive--hover, #3056a9); | |||
color: var(--color-inverted-fixed, #fff); | |||
} | |||
.acw-searchbox input[type='submit']:focus { | |||
border-color: var(--border-color-progressive--focus, #36c); | |||
box-shadow: inset 0 0 0 1px var(--box-shadow-color-progressive--focus, #36c), inset 0 0 0 2px var(--box-shadow-color-inverted, #fff); | |||
} | |||
.acw-card { | |||
border: 1px solid var(--border-color-base, #a2a9b1); | |||
border-radius: 8px; | |||
background: var(--background-color-base, #fff); | |||
box-shadow: 0 2px 12px var(--box-shadow-color-base, rgba(0,0,0,0.06)); | |||
} | |||
.acw-card-head { | |||
display: flex; | |||
justify-content: space-between; | |||
align-items: center; | |||
gap: 0.75rem; | |||
border-bottom: 1px solid var(--border-color-subtle, #eaecf0); | |||
padding: 0.85rem 1rem; | |||
} | |||
.acw-card-title { margin: 0; color: var(--color-emphasized, #101418); font-size: var(--font-size-medium, 1rem); font-weight: 700; } | |||
.acw-muted { color: var(--color-subtle, #54595d); font-size: var(--font-size-small, 0.875rem); } | |||
.acw-entry-list { margin: 0; padding: 0; list-style: none; } | .acw-entry-list { margin: 0; padding: 0; list-style: none; } | ||
.acw-entry-list li { border-bottom: 1px solid # | .acw-entry-list li { border-bottom: 1px solid var(--border-color-subtle, #eaecf0); } | ||
.acw-entry-list li:last-child { border-bottom: 0; } | .acw-entry-list li:last-child { border-bottom: 0; } | ||
.acw-entry { display: grid; grid-template-columns: 2. | .acw-entry { display: grid; grid-template-columns: 2.15rem 1fr; gap: 0.75rem; align-items: center; padding: 0.85rem 1rem; } | ||
.acw-icon { display: inline-flex; align-items: center; justify-content: center; width: 2. | .acw-entry:hover { background: var(--background-color-interactive-subtle--hover, #eaecf0); } | ||
.acw-entry strong { display: block; color: # | .acw-icon { | ||
.acw-entry span span { color: # | display: inline-flex; | ||
align-items: center; | |||
justify-content: center; | |||
width: 2.05rem; | |||
height: 2.05rem; | |||
border-radius: 7px; | |||
background: var(--background-color-progressive-subtle, #f1f4fd); | |||
color: var(--color-progressive, #36c); | |||
font-weight: 700; | |||
} | |||
.acw-entry strong { display: block; color: var(--color-emphasized, #101418); } | |||
.acw-entry span span { color: var(--color-subtle, #54595d); font-size: var(--font-size-small, 0.875rem); } | |||
.acw-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.75rem; margin-bottom: 1rem; } | .acw-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.75rem; margin-bottom: 1rem; } | ||
.acw-stat { border: 1px solid # | .acw-stat { | ||
.acw-stat strong { display: block; color: # | border: 1px solid var(--border-color-base, #a2a9b1); | ||
border-radius: 8px; | |||
background: var(--background-color-base, #fff); | |||
padding: 0.85rem 1rem; | |||
} | |||
.acw-stat strong { display: block; color: var(--color-progressive, #36c); font-size: var(--font-size-xx-large, 1.5rem); line-height: 1.2; } | |||
.acw-layout { display: grid; grid-template-columns: 1fr 20rem; gap: 1rem; align-items: start; } | .acw-layout { display: grid; grid-template-columns: 1fr 20rem; gap: 1rem; align-items: start; } | ||
.acw-section { margin-bottom: 1rem; } | .acw-section { margin-bottom: 1rem; } | ||
.acw-portal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: # | .acw-portal-grid { | ||
.acw-portal-item { background: #fff; padding: 1rem; min-height: 10. | display: grid; | ||
.acw-portal-item:hover { background: # | grid-template-columns: repeat(3, minmax(0, 1fr)); | ||
gap: 1px; | |||
background: var(--border-color-subtle, #eaecf0); | |||
border-radius: 0 0 8px 8px; | |||
overflow: hidden; | |||
} | |||
.acw-portal-item { background: var(--background-color-base, #fff); padding: 1rem; min-height: 10.25rem; } | |||
.acw-portal-item:hover { background: var(--background-color-interactive-subtle--hover, #eaecf0); } | |||
.acw-item-top { display: flex; justify-content: space-between; align-items: center; gap: 0.65rem; margin-bottom: 0.8rem; } | .acw-item-top { display: flex; justify-content: space-between; align-items: center; gap: 0.65rem; margin-bottom: 0.8rem; } | ||
.acw-tag { border: 1px solid # | .acw-tag { | ||
.acw-portal-item p { margin: 0.55rem 0 0.8rem; color: # | border: 1px solid var(--border-color-progressive, #36c); | ||
border-radius: 999px; | |||
background: var(--background-color-progressive-subtle, #f1f4fd); | |||
color: var(--color-progressive, #36c); | |||
padding: 0.05rem 0.5rem; | |||
font-size: var(--font-size-x-small, 0.75rem); | |||
white-space: nowrap; | |||
} | |||
.acw-portal-item p { margin: 0.55rem 0 0.8rem; color: var(--color-subtle, #54595d); } | |||
.acw-mini-links { display: flex; flex-wrap: wrap; gap: 0.45rem; } | .acw-mini-links { display: flex; flex-wrap: wrap; gap: 0.45rem; } | ||
.acw-mini-links a { border-radius: 999px; background: # | .acw-mini-links a { | ||
border-radius: 999px; | |||
background: var(--background-color-interactive-subtle, #f8f9fa); | |||
color: var(--color-base, #202122); | |||
padding: 0.16rem 0.55rem; | |||
font-size: var(--font-size-small, 0.875rem); | |||
} | |||
.acw-two { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; } | .acw-two { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; } | ||
.acw-simple-list { margin: 0; padding: 0; list-style: none; } | .acw-simple-list { margin: 0; padding: 0; list-style: none; } | ||
.acw-simple-list li { border-bottom: 1px solid # | .acw-simple-list li { border-bottom: 1px solid var(--border-color-subtle, #eaecf0); padding: 0.72rem 1rem; } | ||
.acw-simple-list li:last-child { border-bottom: 0; } | .acw-simple-list li:last-child { border-bottom: 0; } | ||
.acw-note { border-left: 4px solid # | .acw-note { | ||
border-left: 4px solid var(--border-color-progressive, #36c); | |||
background: var(--background-color-progressive-subtle, #f1f4fd); | |||
color: var(--color-base, #202122); | |||
padding: 0.85rem 1rem; | |||
} | |||
.acw-actions { display: grid; gap: 0.65rem; padding: 1rem; } | .acw-actions { display: grid; gap: 0.65rem; padding: 1rem; } | ||
.acw-action { display: block; border: 1px solid # | .acw-action { | ||
@media screen and (max-width: 980px) { .acw-hero-grid, .acw-layout, .acw-two { grid-template-columns: 1fr; } .acw-portal-grid, .acw-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } } | display: block; | ||
@media screen and (max-width: 640px) { .acw-topbar { align-items: flex-start; flex-direction: column; } .acw-pills { justify-content: flex-start; } .acw-hero { padding: 1. | border: 1px solid var(--border-color-subtle, #eaecf0); | ||
border-radius: 8px; | |||
padding: 0.72rem; | |||
background: var(--background-color-neutral-subtle, #f8f9fa); | |||
} | |||
@media screen and (max-width: 980px) { | |||
.acw-hero-grid, .acw-layout, .acw-two { grid-template-columns: 1fr; } | |||
.acw-portal-grid, .acw-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } | |||
} | |||
@media screen and (max-width: 640px) { | |||
.acw-topbar { align-items: flex-start; flex-direction: column; } | |||
.acw-pills { justify-content: flex-start; } | |||
.acw-hero { padding: 1.25rem; } | |||
.acw-hero-title { font-size: 1.85rem; } | |||
.acw-portal-grid, .acw-stats { grid-template-columns: 1fr; } | |||
} | |||
2026年6月17日 (三) 22:08的最新版本
.acw-portal {
margin: 0 auto;
max-width: 1180px;
color: var(--color-base, #202122);
font-size: var(--font-size-medium, 1rem);
line-height: var(--line-height-content, 1.625);
}
.acw-portal a { text-decoration: none; }
.acw-portal a:hover { text-decoration: underline; }
.acw-topbar {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
margin: 0 0 1.25rem;
}
.acw-brand { display: flex; align-items: center; gap: 0.75rem; }
.acw-mark {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.5rem;
height: 2.5rem;
border: 1px solid var(--border-color-progressive, #36c);
border-radius: 8px;
background: var(--background-color-progressive-subtle, #f1f4fd);
color: var(--color-progressive, #36c);
font-weight: 700;
}
.acw-brand-title {
display: block;
color: var(--color-emphasized, #101418);
font-size: var(--font-size-x-large, 1.25rem);
font-weight: 700;
line-height: 1.25;
}
.acw-brand-subtitle { color: var(--color-subtle, #54595d); font-size: var(--font-size-small, 0.875rem); }
.acw-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: flex-end; }
.acw-pill {
display: inline-block;
border: 1px solid var(--border-color-base, #a2a9b1);
border-radius: 999px;
background: var(--background-color-interactive-subtle, #f8f9fa);
color: var(--color-base, #202122);
padding: 0.3rem 0.75rem;
font-size: var(--font-size-small, 0.875rem);
}
.acw-pill:hover { background: var(--background-color-interactive-subtle--hover, #eaecf0); }
.acw-hero-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.acw-hero {
border: 1px solid var(--border-color-base, #a2a9b1);
border-left: 4px solid var(--border-color-progressive, #36c);
border-radius: 8px;
background: var(--background-color-neutral-subtle, #f8f9fa);
color: var(--color-base, #202122);
padding: 1.75rem;
overflow: hidden;
}
.acw-eyebrow {
display: block;
margin-bottom: 0.75rem;
color: var(--color-progressive, #36c);
font-size: var(--font-size-small, 0.875rem);
font-weight: 700;
}
.acw-hero-title {
margin: 0;
max-width: 44rem;
color: var(--color-emphasized, #101418);
font-size: 2.25rem;
line-height: 1.16;
font-weight: 800;
}
.acw-hero-desc {
max-width: 42rem;
margin: 1rem 0 1.25rem;
color: var(--color-subtle, #54595d);
font-size: var(--font-size-large, 1.125rem);
}
.acw-searchbox {
max-width: 42rem;
border-radius: 8px;
background: var(--background-color-neutral-subtle, #f8f9fa);
padding: 0.45rem;
}
.acw-searchbox .mw-inputbox-centered { margin: 0; text-align: initial; }
.acw-searchbox form.mw-inputbox-form-inline {
align-items: center;
justify-content: flex-start;
gap: 0.45rem;
line-height: normal;
}
.acw-searchbox .cdx-text-input { flex: 1 1 auto; min-width: 12rem; }
.acw-searchbox .cdx-text-input__input {
width: 100%;
border-color: var(--border-color-base, #a2a9b1);
border-radius: 6px;
background: var(--background-color-base, #fff);
color: var(--color-base, #202122);
}
.acw-searchbox .cdx-text-input__input:enabled:focus {
border-color: var(--border-color-progressive, #36c);
box-shadow: inset 0 0 0 1px var(--border-color-progressive, #36c);
outline: 1px solid transparent;
}
.acw-searchbox input[type='submit'] {
border: 1px solid var(--border-color-progressive, #36c);
border-radius: 6px;
background: var(--background-color-progressive, #36c);
color: var(--color-inverted-fixed, #fff);
font-weight: 700;
min-height: 32px;
padding-right: 0.9rem;
padding-left: 0.9rem;
}
.acw-searchbox input[type='submit']:hover {
background: var(--background-color-progressive--hover, #3056a9);
border-color: var(--border-color-progressive--hover, #3056a9);
color: var(--color-inverted-fixed, #fff);
}
.acw-searchbox input[type='submit']:focus {
border-color: var(--border-color-progressive--focus, #36c);
box-shadow: inset 0 0 0 1px var(--box-shadow-color-progressive--focus, #36c), inset 0 0 0 2px var(--box-shadow-color-inverted, #fff);
}
.acw-card {
border: 1px solid var(--border-color-base, #a2a9b1);
border-radius: 8px;
background: var(--background-color-base, #fff);
box-shadow: 0 2px 12px var(--box-shadow-color-base, rgba(0,0,0,0.06));
}
.acw-card-head {
display: flex;
justify-content: space-between;
align-items: center;
gap: 0.75rem;
border-bottom: 1px solid var(--border-color-subtle, #eaecf0);
padding: 0.85rem 1rem;
}
.acw-card-title { margin: 0; color: var(--color-emphasized, #101418); font-size: var(--font-size-medium, 1rem); font-weight: 700; }
.acw-muted { color: var(--color-subtle, #54595d); font-size: var(--font-size-small, 0.875rem); }
.acw-entry-list { margin: 0; padding: 0; list-style: none; }
.acw-entry-list li { border-bottom: 1px solid var(--border-color-subtle, #eaecf0); }
.acw-entry-list li:last-child { border-bottom: 0; }
.acw-entry { display: grid; grid-template-columns: 2.15rem 1fr; gap: 0.75rem; align-items: center; padding: 0.85rem 1rem; }
.acw-entry:hover { background: var(--background-color-interactive-subtle--hover, #eaecf0); }
.acw-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.05rem;
height: 2.05rem;
border-radius: 7px;
background: var(--background-color-progressive-subtle, #f1f4fd);
color: var(--color-progressive, #36c);
font-weight: 700;
}
.acw-entry strong { display: block; color: var(--color-emphasized, #101418); }
.acw-entry span span { color: var(--color-subtle, #54595d); font-size: var(--font-size-small, 0.875rem); }
.acw-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.75rem; margin-bottom: 1rem; }
.acw-stat {
border: 1px solid var(--border-color-base, #a2a9b1);
border-radius: 8px;
background: var(--background-color-base, #fff);
padding: 0.85rem 1rem;
}
.acw-stat strong { display: block; color: var(--color-progressive, #36c); font-size: var(--font-size-xx-large, 1.5rem); line-height: 1.2; }
.acw-layout { display: grid; grid-template-columns: 1fr 20rem; gap: 1rem; align-items: start; }
.acw-section { margin-bottom: 1rem; }
.acw-portal-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1px;
background: var(--border-color-subtle, #eaecf0);
border-radius: 0 0 8px 8px;
overflow: hidden;
}
.acw-portal-item { background: var(--background-color-base, #fff); padding: 1rem; min-height: 10.25rem; }
.acw-portal-item:hover { background: var(--background-color-interactive-subtle--hover, #eaecf0); }
.acw-item-top { display: flex; justify-content: space-between; align-items: center; gap: 0.65rem; margin-bottom: 0.8rem; }
.acw-tag {
border: 1px solid var(--border-color-progressive, #36c);
border-radius: 999px;
background: var(--background-color-progressive-subtle, #f1f4fd);
color: var(--color-progressive, #36c);
padding: 0.05rem 0.5rem;
font-size: var(--font-size-x-small, 0.75rem);
white-space: nowrap;
}
.acw-portal-item p { margin: 0.55rem 0 0.8rem; color: var(--color-subtle, #54595d); }
.acw-mini-links { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.acw-mini-links a {
border-radius: 999px;
background: var(--background-color-interactive-subtle, #f8f9fa);
color: var(--color-base, #202122);
padding: 0.16rem 0.55rem;
font-size: var(--font-size-small, 0.875rem);
}
.acw-two { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.acw-simple-list { margin: 0; padding: 0; list-style: none; }
.acw-simple-list li { border-bottom: 1px solid var(--border-color-subtle, #eaecf0); padding: 0.72rem 1rem; }
.acw-simple-list li:last-child { border-bottom: 0; }
.acw-note {
border-left: 4px solid var(--border-color-progressive, #36c);
background: var(--background-color-progressive-subtle, #f1f4fd);
color: var(--color-base, #202122);
padding: 0.85rem 1rem;
}
.acw-actions { display: grid; gap: 0.65rem; padding: 1rem; }
.acw-action {
display: block;
border: 1px solid var(--border-color-subtle, #eaecf0);
border-radius: 8px;
padding: 0.72rem;
background: var(--background-color-neutral-subtle, #f8f9fa);
}
@media screen and (max-width: 980px) {
.acw-hero-grid, .acw-layout, .acw-two { grid-template-columns: 1fr; }
.acw-portal-grid, .acw-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media screen and (max-width: 640px) {
.acw-topbar { align-items: flex-start; flex-direction: column; }
.acw-pills { justify-content: flex-start; }
.acw-hero { padding: 1.25rem; }
.acw-hero-title { font-size: 1.85rem; }
.acw-portal-grid, .acw-stats { grid-template-columns: 1fr; }
}