Main Page.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.crw-hero { | .crw-hero { | ||
background: # | background: #004080; | ||
border-radius: | border-radius: 8px; | ||
padding: | padding: 48px 40px; | ||
color: #ffffff; | color: #ffffff; | ||
text-align: | text-align: center; | ||
margin-bottom: | margin-bottom: 24px; | ||
} | } | ||
.crw-hero-eyebrow { | .crw-hero-eyebrow { | ||
font-size: | font-size: 13px; | ||
font-weight: bold; | font-weight: bold; | ||
letter-spacing: 0. | letter-spacing: 0.1em; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
color: # | color: #b9dcff; | ||
margin-bottom: | margin-bottom: 16px; | ||
display: block; | display: block; | ||
} | } | ||
.crw-hero-title { | .crw-hero-title { | ||
font-size: | font-size: 32px; | ||
font-weight: bold; | font-weight: bold; | ||
line-height: 1. | line-height: 1.2; | ||
margin-bottom: | margin-bottom: 14px; | ||
color: #ffffff; | color: #ffffff; | ||
} | } | ||
| Line 40: | Line 32: | ||
.crw-hero-sub { | .crw-hero-sub { | ||
font-size: | font-size: 17px; | ||
color: # | color: #cce0ff; | ||
margin- | margin: 0 auto 24px; | ||
max-width: 640px; | |||
line-height: 1.6; | line-height: 1.6; | ||
display: block; | |||
} | } | ||
| Line 49: | Line 43: | ||
display: table; | display: table; | ||
width: auto; | width: auto; | ||
margin | margin: 0 auto 28px; | ||
} | } | ||
.crw-hero-stat { | .crw-hero-stat { | ||
display: table-cell; | display: table-cell; | ||
text-align: | text-align: center; | ||
padding: 0 | padding: 0 28px; | ||
border-right: 1px solid #2a6aaa; | |||
} | |||
.crw-hero-stat:last-child { | |||
border-right: none; | |||
} | } | ||
.crw-hero-stat-num { | .crw-hero-stat-num { | ||
display: block; | display: block; | ||
font-size: | font-size: 28px; | ||
font-weight: bold; | font-weight: bold; | ||
color: # | color: #ffffff; | ||
line-height: 1; | line-height: 1.1; | ||
} | } | ||
.crw-hero-stat-num a { | .crw-hero-stat-num a { | ||
color: # | color: #ffffff; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.crw-hero-stat-label { | .crw-hero-stat-label { | ||
font-size: | font-size: 12px; | ||
color: # | color: #99c0e0; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
letter-spacing: 0. | letter-spacing: 0.08em; | ||
margin-top: | margin-top: 4px; | ||
display: block; | display: block; | ||
} | |||
.crw-hero-actions { | |||
margin-top: 8px; | |||
} | } | ||
.crw-hero-actions a { | .crw-hero-actions a { | ||
display: inline-block; | display: inline-block; | ||
margin: | margin: 4px 6px; | ||
} | } | ||
.crw-btn { | .crw-btn { | ||
font-size: 14px; | |||
font-weight: bold; | font-weight: bold; | ||
padding: 10px 20px; | |||
padding: | border-radius: 6px; | ||
border-radius: | |||
text-decoration: none !important; | text-decoration: none !important; | ||
display: inline-block; | display: inline-block; | ||
cursor: pointer; | cursor: pointer; | ||
line-height: 1.2; | |||
} | } | ||
.crw-btn-primary { | .crw-btn-primary { | ||
background: # | background: #ffffff; | ||
color: # | color: #004080 !important; | ||
border: 2px solid #ffffff; | |||
} | } | ||
.crw-btn-ghost { | .crw-btn-ghost { | ||
background: transparent; | background: transparent; | ||
color: # | color: #ffffff !important; | ||
border: | border: 2px solid rgba(255,255,255,0.5); | ||
. | |||
} | } | ||
.crw-notice { | .crw-notice { | ||
background: # | background: #fff8e6; | ||
border-left: | border: 1px solid #f0c040; | ||
padding: | border-left: 5px solid #f0a500; | ||
font-size: | border-radius: 6px; | ||
padding: 12px 16px; | |||
font-size: 14px; | |||
color: #5a3b00; | color: #5a3b00; | ||
font-weight: bold; | font-weight: bold; | ||
margin-bottom: | margin-bottom: 24px; | ||
} | } | ||
.crw-how-strip { | .crw-how-strip { | ||
margin-bottom: | margin-bottom: 24px; | ||
font-size: 0; | font-size: 0; | ||
text-align: left; | |||
text- | |||
} | } | ||
| Line 147: | Line 132: | ||
display: inline-block; | display: inline-block; | ||
vertical-align: top; | vertical-align: top; | ||
width: 18% | width: 18.4%; | ||
background: #ffffff; | background: #ffffff; | ||
border: 1px solid # | border: 1px solid #d0dce8; | ||
border-top: 3px solid # | border-top: 3px solid #004080; | ||
padding: | border-radius: 6px; | ||
padding: 18px 16px; | |||
text-decoration: none !important; | text-decoration: none !important; | ||
color: # | color: #222222 !important; | ||
margin: 0 | margin: 0 1% 16px 0; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
font-size: | font-size: 14px; | ||
} | |||
.crw-how-card:last-child { | |||
margin-right: 0; | |||
} | } | ||
.crw-how-card:hover { | .crw-how-card:hover { | ||
border-top-color: # | border-top-color: #f0a500; | ||
box-shadow: 0 2px 8px rgba(0,64,128,0.12); | |||
} | } | ||
.crw-how-icon { | .crw-how-icon { | ||
font-size: | font-size: 22px; | ||
line-height: 1; | line-height: 1; | ||
display: block; | display: block; | ||
margin-bottom: | margin-bottom: 10px; | ||
} | } | ||
.crw-how-title { | .crw-how-title { | ||
font-size: 14px; | |||
font-weight: bold; | font-weight: bold; | ||
color: #004080; | |||
color: # | |||
display: block; | display: block; | ||
margin-bottom: | margin-bottom: 6px; | ||
line-height: 1.3; | |||
} | } | ||
.crw-how-desc { | .crw-how-desc { | ||
font-size: | font-size: 13px; | ||
color: # | color: #555555; | ||
line-height: 1. | line-height: 1.5; | ||
display: block; | |||
} | } | ||
.crw-panel { | .crw-panel { | ||
background: #ffffff; | background: #ffffff; | ||
border: 1px solid # | border: 1px solid #d0dce8; | ||
border-radius: | border-radius: 6px; | ||
overflow: hidden; | overflow: hidden; | ||
margin-bottom: | margin-bottom: 20px; | ||
} | } | ||
.crw-panel-head { | .crw-panel-head { | ||
background: # | background: #004080; | ||
color: #ffffff; | color: #ffffff; | ||
font-size: 14px; | |||
font-weight: bold; | font-weight: bold; | ||
padding: 10px 16px; | |||
padding: | letter-spacing: 0.03em; | ||
letter-spacing: 0. | |||
} | } | ||
.crw-panel-body { | .crw-panel-body { | ||
padding: | padding: 16px; | ||
} | } | ||
| Line 214: | Line 202: | ||
width: 100%; | width: 100%; | ||
border-collapse: separate; | border-collapse: separate; | ||
border-spacing: | border-spacing: 20px 0; | ||
margin-bottom: | margin-bottom: 24px; | ||
table-layout: fixed; | |||
} | } | ||
| Line 225: | Line 214: | ||
.crw-article-grid { | .crw-article-grid { | ||
display: table; | |||
width: 100%; | |||
border-collapse: separate; | |||
border-spacing: 12px; | |||
table-layout: fixed; | |||
} | |||
.crw-article-row { | |||
display: table-row; | |||
} | } | ||
.crw-article-card { | .crw-article-card { | ||
display: | display: table-cell; | ||
width: 33.33%; | |||
vertical-align: top; | vertical-align: top; | ||
border: 1px solid #d0dce8; | |||
border-radius: 6px; | |||
border: 1px solid # | |||
border- | |||
overflow: hidden; | overflow: hidden; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
color: # | color: #222222 !important; | ||
background: #ffffff; | background: #ffffff; | ||
padding: 0; | |||
} | } | ||
.crw-article-card:hover { | .crw-article-card:hover { | ||
border | border-color: #004080; | ||
box-shadow: 0 2px 10px rgba(0,64,128,0.12); | |||
} | } | ||
.crw-article-img { | .crw-article-img { | ||
height: 130px; | height: 130px; | ||
background: # | background: #e0ecf8; | ||
overflow: hidden; | |||
display: block; | |||
text-align: center; | text-align: center; | ||
line-height: 130px; | line-height: 130px; | ||
font-size: | font-size: 36px; | ||
} | } | ||
| Line 266: | Line 260: | ||
.crw-article-info { | .crw-article-info { | ||
padding: | padding: 14px 14px 16px; | ||
} | } | ||
.crw-article-tag { | .crw-article-tag { | ||
display: inline-block; | display: inline-block; | ||
background: # | background: #004080; | ||
color: # | color: #ffffff; | ||
font-size: | font-size: 11px; | ||
font-weight: bold; | font-weight: bold; | ||
padding: | padding: 3px 8px; | ||
border-radius: 3px; | |||
margin-bottom: 8px; | |||
letter-spacing: 0.04em; | |||
} | } | ||
.crw-article-title { | .crw-article-title { | ||
font-size: 15px; | |||
font-weight: bold; | font-weight: bold; | ||
color: #004080; | |||
color: # | line-height: 1.3; | ||
line-height: 1. | |||
display: block; | display: block; | ||
margin-bottom: | margin-bottom: 8px; | ||
} | } | ||
.crw-article-title a { | .crw-article-title a { | ||
color: # | color: #004080; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.crw-article-title a:hover { | .crw-article-title a:hover { | ||
text-decoration: underline; | |||
} | } | ||
.crw-article-desc { | .crw-article-desc { | ||
font-size: | font-size: 13px; | ||
color: # | color: #444444; | ||
line-height: 1. | line-height: 1.5; | ||
display: block; | display: block; | ||
} | } | ||
| Line 312: | Line 306: | ||
.crw-cat-item { | .crw-cat-item { | ||
display: inline-block; | display: inline-block; | ||
padding: | padding: 6px 12px; | ||
border: 1px solid # | border: 1px solid #c0d4e8; | ||
border-radius: | border-radius: 4px; | ||
background: # | background: #f0f5fb; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
color: # | color: #004080 !important; | ||
font-size: 13px; | |||
font-weight: bold; | font-weight: bold; | ||
margin: 0 6px 8px 0; | |||
margin: 0 | line-height: 1.3; | ||
} | } | ||
.crw-cat-item:hover { | .crw-cat-item:hover { | ||
background: # | background: #004080; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
border-color: # | border-color: #004080; | ||
} | } | ||
.crw- | .crw-tool-item { | ||
padding: | display: block; | ||
border | padding: 12px 14px; | ||
border: 1px solid #d0dce8; | |||
border-radius: 6px; | |||
text-decoration: none !important; | |||
color: #222222 !important; | |||
background: #f7fafd; | |||
margin-bottom: 10px; | |||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
.crw- | .crw-tool-item:hover { | ||
border- | background: #e8f0fb; | ||
border-color: #004080; | |||
} | } | ||
.crw- | .crw-tool-icon { | ||
font-size: | font-size: 18px; | ||
float: left; | |||
margin-right: 12px; | |||
line-height: 1.4; | |||
} | } | ||
.crw- | .crw-tool-name { | ||
font-size: | font-size: 14px; | ||
font-weight: bold; | font-weight: bold; | ||
color: #004080; | |||
display: block; | |||
margin-bottom: 2px; | |||
} | } | ||
.crw- | .crw-tool-desc { | ||
color: # | font-size: 12px; | ||
color: #555555; | |||
line-height: 1.4; | |||
} | } | ||
.crw- | .crw-news-item { | ||
padding: 10px 0; | |||
padding: 0 | border-bottom: 1px solid #e4ecf4; | ||
border: 1px solid # | |||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
.crw- | .crw-news-item:last-child { | ||
border- | border-bottom: none; | ||
padding-bottom: 0; | |||
} | } | ||
.crw- | .crw-news-dot { | ||
width: 8px; | |||
height: 8px; | |||
background: #004080; | |||
border-radius: 50%; | |||
float: left; | float: left; | ||
margin-right: | margin-top: 6px; | ||
margin-right: 10px; | |||
} | |||
.crw-news-text { | |||
font-size: 14px; | |||
color: #222222; | |||
line-height: 1.5; | line-height: 1.5; | ||
overflow: hidden; | |||
} | } | ||
.crw- | .crw-news-text a { | ||
color: #004080; | |||
font-weight: bold; | font-weight: bold; | ||
text-decoration: none; | |||
} | } | ||
.crw- | .crw-news-text a:hover { | ||
text-decoration: underline; | |||
} | } | ||
.crw-cta-bar { | .crw-cta-bar { | ||
background: # | background: #004080; | ||
padding: | border-radius: 8px; | ||
margin-bottom: | padding: 24px 32px; | ||
margin-bottom: 24px; | |||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
| Line 414: | Line 411: | ||
display: inline-block; | display: inline-block; | ||
vertical-align: middle; | vertical-align: middle; | ||
max-width: | max-width: 62%; | ||
} | } | ||
.crw-cta-title { | .crw-cta-title { | ||
font-size: 20px; | |||
font-weight: bold; | font-weight: bold; | ||
color: #ffffff; | color: #ffffff; | ||
display: block; | display: block; | ||
margin-bottom: | margin-bottom: 6px; | ||
line-height: 1.2; | |||
} | } | ||
.crw-cta-sub { | .crw-cta-sub { | ||
font-size: | font-size: 14px; | ||
color: # | color: #b9dcff; | ||
display: block; | display: block; | ||
line-height: 1.5; | |||
} | } | ||
| Line 436: | Line 434: | ||
vertical-align: middle; | vertical-align: middle; | ||
float: right; | float: right; | ||
margin-top: 4px; | |||
} | } | ||
.crw-cta-actions a { | .crw-cta-actions a { | ||
display: inline-block; | display: inline-block; | ||
margin-left: | margin-left: 10px; | ||
} | } | ||
@media screen { | @media screen { | ||
html.skin-theme-clientpref-night .crw-hero { background: # | html.skin-theme-clientpref-night .crw-hero { background: #002050; } | ||
html.skin-theme-clientpref-night .crw-hero- | html.skin-theme-clientpref-night .crw-hero-sub { color: #88aacc; } | ||
html.skin-theme-clientpref-night .crw-panel { background: #0d1f35; border-color: # | html.skin-theme-clientpref-night .crw-hero-stat-num { color: #b9dcff; } | ||
html.skin-theme-clientpref-night .crw-panel-head { background: # | html.skin-theme-clientpref-night .crw-panel { background: #0d1f35; border-color: #1e3a5f; } | ||
html.skin-theme-clientpref-night .crw-panel-body { color: # | html.skin-theme-clientpref-night .crw-panel-head { background: #002a5a; } | ||
html.skin-theme-clientpref-night .crw-how-card { background: #0d1f35; border-color: # | html.skin-theme-clientpref-night .crw-panel-body { color: #d0e0f0; } | ||
html.skin-theme-clientpref-night .crw-how-card { background: #0d1f35; border-color: #1e3a5f; border-top-color: #004080; color: #d0e0f0 !important; } | |||
html.skin-theme-clientpref-night .crw-how-title { color: # | html.skin-theme-clientpref-night .crw-how-title { color: #88bbee; } | ||
html.skin-theme-clientpref-night .crw-how-desc { color: #7a9ab8; } | html.skin-theme-clientpref-night .crw-how-desc { color: #7a9ab8; } | ||
html.skin-theme-clientpref-night .crw-article-card { background: #0d1f35; border | html.skin-theme-clientpref-night .crw-article-card { background: #0d1f35; border-color: #1e3a5f; color: #d0e0f0 !important; } | ||
html.skin-theme-clientpref-night .crw-article-img { background: #0a1828; } | html.skin-theme-clientpref-night .crw-article-img { background: #0a1828; } | ||
html.skin-theme-clientpref-night .crw-article-title { color: # | html.skin-theme-clientpref-night .crw-article-title { color: #88bbee; } | ||
html.skin-theme-clientpref-night .crw-article-title a { color: # | html.skin-theme-clientpref-night .crw-article-title a { color: #88bbee; } | ||
html.skin-theme-clientpref-night .crw-article-desc { color: # | html.skin-theme-clientpref-night .crw-article-desc { color: #8aabcc; } | ||
html.skin-theme-clientpref-night .crw-cat-item { background: # | html.skin-theme-clientpref-night .crw-cat-item { background: #0a1828; border-color: #1e3a5f; color: #88bbee !important; } | ||
html.skin-theme-clientpref-night .crw-tool-item { background: #0a1828; border-color: #1e3a5f; color: #d0e0f0 !important; } | |||
html.skin-theme-clientpref-night .crw-tool-item { background: # | html.skin-theme-clientpref-night .crw-tool-name { color: #88bbee; } | ||
html.skin-theme-clientpref-night .crw-tool-name { color: # | |||
html.skin-theme-clientpref-night .crw-tool-desc { color: #7a9ab8; } | html.skin-theme-clientpref-night .crw-tool-desc { color: #7a9ab8; } | ||
html.skin-theme-clientpref-night .crw-news-text { color: # | html.skin-theme-clientpref-night .crw-news-text { color: #d0e0f0; } | ||
html.skin-theme-clientpref-night .crw-news-text a { color: # | html.skin-theme-clientpref-night .crw-news-text a { color: #88bbee; } | ||
html.skin-theme-clientpref-night .crw-news-item { border-bottom-color: # | html.skin-theme-clientpref-night .crw-news-item { border-bottom-color: #1e3a5f; } | ||
html.skin-theme-clientpref-night .crw-notice { background: #1a1000; color: #ffd580; border-left-color: # | html.skin-theme-clientpref-night .crw-notice { background: #1a1000; color: #ffd580; border-color: #a06000; border-left-color: #f0a500; } | ||
html.skin-theme-clientpref-night .crw-cta-bar { background: # | html.skin-theme-clientpref-night .crw-cta-bar { background: #002050; } | ||
html.skin-theme-clientpref-night .crw- | html.skin-theme-clientpref-night .crw-btn-primary { background: #b9dcff; color: #002050 !important; border-color: #b9dcff; } | ||
} | } | ||
@media screen and (prefers-color-scheme: dark) { | @media screen and (prefers-color-scheme: dark) { | ||
html.skin-theme-clientpref-os .crw-hero { background: # | html.skin-theme-clientpref-os .crw-hero { background: #002050; } | ||
html.skin-theme-clientpref-os .crw-hero- | html.skin-theme-clientpref-os .crw-hero-sub { color: #88aacc; } | ||
html.skin-theme-clientpref-os .crw-panel { background: #0d1f35; border-color: # | html.skin-theme-clientpref-os .crw-hero-stat-num { color: #b9dcff; } | ||
html.skin-theme-clientpref-os .crw-panel-head { background: # | html.skin-theme-clientpref-os .crw-panel { background: #0d1f35; border-color: #1e3a5f; } | ||
html.skin-theme-clientpref-os .crw-panel-body { color: # | html.skin-theme-clientpref-os .crw-panel-head { background: #002a5a; } | ||
html.skin-theme-clientpref-os .crw-how-card { background: #0d1f35; border-color: # | html.skin-theme-clientpref-os .crw-panel-body { color: #d0e0f0; } | ||
html.skin-theme-clientpref-os .crw-how-card { background: #0d1f35; border-color: #1e3a5f; border-top-color: #004080; color: #d0e0f0 !important; } | |||
html.skin-theme-clientpref-os .crw-how-title { color: # | html.skin-theme-clientpref-os .crw-how-title { color: #88bbee; } | ||
html.skin-theme-clientpref-os .crw-how-desc { color: #7a9ab8; } | html.skin-theme-clientpref-os .crw-how-desc { color: #7a9ab8; } | ||
html.skin-theme-clientpref-os .crw-article-card { background: #0d1f35; border | html.skin-theme-clientpref-os .crw-article-card { background: #0d1f35; border-color: #1e3a5f; color: #d0e0f0 !important; } | ||
html.skin-theme-clientpref-os .crw-article-img { background: #0a1828; } | html.skin-theme-clientpref-os .crw-article-img { background: #0a1828; } | ||
html.skin-theme-clientpref-os .crw-article-title { color: # | html.skin-theme-clientpref-os .crw-article-title { color: #88bbee; } | ||
html.skin-theme-clientpref-os .crw-article-title a { color: # | html.skin-theme-clientpref-os .crw-article-title a { color: #88bbee; } | ||
html.skin-theme-clientpref-os .crw-article-desc { color: # | html.skin-theme-clientpref-os .crw-article-desc { color: #8aabcc; } | ||
html.skin-theme-clientpref-os .crw-cat-item { background: # | html.skin-theme-clientpref-os .crw-cat-item { background: #0a1828; border-color: #1e3a5f; color: #88bbee !important; } | ||
html.skin-theme-clientpref-os .crw-tool-item { background: #0a1828; border-color: #1e3a5f; color: #d0e0f0 !important; } | |||
html.skin-theme-clientpref-os .crw-tool-item { background: # | html.skin-theme-clientpref-os .crw-tool-name { color: #88bbee; } | ||
html.skin-theme-clientpref-os .crw-tool-name { color: # | |||
html.skin-theme-clientpref-os .crw-tool-desc { color: #7a9ab8; } | html.skin-theme-clientpref-os .crw-tool-desc { color: #7a9ab8; } | ||
html.skin-theme-clientpref-os .crw-news-text { color: # | html.skin-theme-clientpref-os .crw-news-text { color: #d0e0f0; } | ||
html.skin-theme-clientpref-os .crw-news-text a { color: # | html.skin-theme-clientpref-os .crw-news-text a { color: #88bbee; } | ||
html.skin-theme-clientpref-os .crw-news-item { border-bottom-color: # | html.skin-theme-clientpref-os .crw-news-item { border-bottom-color: #1e3a5f; } | ||
html.skin-theme-clientpref-os .crw-notice { background: #1a1000; color: #ffd580; border-left-color: # | html.skin-theme-clientpref-os .crw-notice { background: #1a1000; color: #ffd580; border-color: #a06000; border-left-color: #f0a500; } | ||
html.skin-theme-clientpref-os .crw-cta-bar { background: # | html.skin-theme-clientpref-os .crw-cta-bar { background: #002050; } | ||
html.skin-theme-clientpref-os .crw- | html.skin-theme-clientpref-os .crw-btn-primary { background: #b9dcff; color: #002050 !important; border-color: #b9dcff; } | ||
} | } | ||
Revision as of 17:44, 5 March 2026
.crw-hero {
background: #004080;
border-radius: 8px;
padding: 48px 40px;
color: #ffffff;
text-align: center;
margin-bottom: 24px;
}
.crw-hero-eyebrow {
font-size: 13px;
font-weight: bold;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #b9dcff;
margin-bottom: 16px;
display: block;
}
.crw-hero-title {
font-size: 32px;
font-weight: bold;
line-height: 1.2;
margin-bottom: 14px;
color: #ffffff;
}
.crw-hero-title a {
color: #ffffff;
text-decoration: none;
}
.crw-hero-sub {
font-size: 17px;
color: #cce0ff;
margin: 0 auto 24px;
max-width: 640px;
line-height: 1.6;
display: block;
}
.crw-hero-stats {
display: table;
width: auto;
margin: 0 auto 28px;
}
.crw-hero-stat {
display: table-cell;
text-align: center;
padding: 0 28px;
border-right: 1px solid #2a6aaa;
}
.crw-hero-stat:last-child {
border-right: none;
}
.crw-hero-stat-num {
display: block;
font-size: 28px;
font-weight: bold;
color: #ffffff;
line-height: 1.1;
}
.crw-hero-stat-num a {
color: #ffffff;
text-decoration: none;
}
.crw-hero-stat-label {
font-size: 12px;
color: #99c0e0;
text-transform: uppercase;
letter-spacing: 0.08em;
margin-top: 4px;
display: block;
}
.crw-hero-actions {
margin-top: 8px;
}
.crw-hero-actions a {
display: inline-block;
margin: 4px 6px;
}
.crw-btn {
font-size: 14px;
font-weight: bold;
padding: 10px 20px;
border-radius: 6px;
text-decoration: none !important;
display: inline-block;
cursor: pointer;
line-height: 1.2;
}
.crw-btn-primary {
background: #ffffff;
color: #004080 !important;
border: 2px solid #ffffff;
}
.crw-btn-ghost {
background: transparent;
color: #ffffff !important;
border: 2px solid rgba(255,255,255,0.5);
}
.crw-notice {
background: #fff8e6;
border: 1px solid #f0c040;
border-left: 5px solid #f0a500;
border-radius: 6px;
padding: 12px 16px;
font-size: 14px;
color: #5a3b00;
font-weight: bold;
margin-bottom: 24px;
}
.crw-how-strip {
margin-bottom: 24px;
font-size: 0;
text-align: left;
}
.crw-how-card {
display: inline-block;
vertical-align: top;
width: 18.4%;
background: #ffffff;
border: 1px solid #d0dce8;
border-top: 3px solid #004080;
border-radius: 6px;
padding: 18px 16px;
text-decoration: none !important;
color: #222222 !important;
margin: 0 1% 16px 0;
box-sizing: border-box;
font-size: 14px;
}
.crw-how-card:last-child {
margin-right: 0;
}
.crw-how-card:hover {
border-top-color: #f0a500;
box-shadow: 0 2px 8px rgba(0,64,128,0.12);
}
.crw-how-icon {
font-size: 22px;
line-height: 1;
display: block;
margin-bottom: 10px;
}
.crw-how-title {
font-size: 14px;
font-weight: bold;
color: #004080;
display: block;
margin-bottom: 6px;
line-height: 1.3;
}
.crw-how-desc {
font-size: 13px;
color: #555555;
line-height: 1.5;
display: block;
}
.crw-panel {
background: #ffffff;
border: 1px solid #d0dce8;
border-radius: 6px;
overflow: hidden;
margin-bottom: 20px;
}
.crw-panel-head {
background: #004080;
color: #ffffff;
font-size: 14px;
font-weight: bold;
padding: 10px 16px;
letter-spacing: 0.03em;
}
.crw-panel-body {
padding: 16px;
}
.crw-grid {
display: table;
width: 100%;
border-collapse: separate;
border-spacing: 20px 0;
margin-bottom: 24px;
table-layout: fixed;
}
.crw-grid-col {
display: table-cell;
width: 50%;
vertical-align: top;
}
.crw-article-grid {
display: table;
width: 100%;
border-collapse: separate;
border-spacing: 12px;
table-layout: fixed;
}
.crw-article-row {
display: table-row;
}
.crw-article-card {
display: table-cell;
width: 33.33%;
vertical-align: top;
border: 1px solid #d0dce8;
border-radius: 6px;
overflow: hidden;
text-decoration: none !important;
color: #222222 !important;
background: #ffffff;
padding: 0;
}
.crw-article-card:hover {
border-color: #004080;
box-shadow: 0 2px 10px rgba(0,64,128,0.12);
}
.crw-article-img {
height: 130px;
background: #e0ecf8;
overflow: hidden;
display: block;
text-align: center;
line-height: 130px;
font-size: 36px;
}
.crw-article-img img {
width: 100%;
height: 130px;
display: block;
}
.crw-article-info {
padding: 14px 14px 16px;
}
.crw-article-tag {
display: inline-block;
background: #004080;
color: #ffffff;
font-size: 11px;
font-weight: bold;
padding: 3px 8px;
border-radius: 3px;
margin-bottom: 8px;
letter-spacing: 0.04em;
}
.crw-article-title {
font-size: 15px;
font-weight: bold;
color: #004080;
line-height: 1.3;
display: block;
margin-bottom: 8px;
}
.crw-article-title a {
color: #004080;
text-decoration: none;
}
.crw-article-title a:hover {
text-decoration: underline;
}
.crw-article-desc {
font-size: 13px;
color: #444444;
line-height: 1.5;
display: block;
}
.crw-cat-grid {
overflow: hidden;
}
.crw-cat-item {
display: inline-block;
padding: 6px 12px;
border: 1px solid #c0d4e8;
border-radius: 4px;
background: #f0f5fb;
text-decoration: none !important;
color: #004080 !important;
font-size: 13px;
font-weight: bold;
margin: 0 6px 8px 0;
line-height: 1.3;
}
.crw-cat-item:hover {
background: #004080;
color: #ffffff !important;
border-color: #004080;
}
.crw-tool-item {
display: block;
padding: 12px 14px;
border: 1px solid #d0dce8;
border-radius: 6px;
text-decoration: none !important;
color: #222222 !important;
background: #f7fafd;
margin-bottom: 10px;
overflow: hidden;
}
.crw-tool-item:hover {
background: #e8f0fb;
border-color: #004080;
}
.crw-tool-icon {
font-size: 18px;
float: left;
margin-right: 12px;
line-height: 1.4;
}
.crw-tool-name {
font-size: 14px;
font-weight: bold;
color: #004080;
display: block;
margin-bottom: 2px;
}
.crw-tool-desc {
font-size: 12px;
color: #555555;
line-height: 1.4;
}
.crw-news-item {
padding: 10px 0;
border-bottom: 1px solid #e4ecf4;
overflow: hidden;
}
.crw-news-item:last-child {
border-bottom: none;
padding-bottom: 0;
}
.crw-news-dot {
width: 8px;
height: 8px;
background: #004080;
border-radius: 50%;
float: left;
margin-top: 6px;
margin-right: 10px;
}
.crw-news-text {
font-size: 14px;
color: #222222;
line-height: 1.5;
overflow: hidden;
}
.crw-news-text a {
color: #004080;
font-weight: bold;
text-decoration: none;
}
.crw-news-text a:hover {
text-decoration: underline;
}
.crw-cta-bar {
background: #004080;
border-radius: 8px;
padding: 24px 32px;
margin-bottom: 24px;
overflow: hidden;
}
.crw-cta-text {
display: inline-block;
vertical-align: middle;
max-width: 62%;
}
.crw-cta-title {
font-size: 20px;
font-weight: bold;
color: #ffffff;
display: block;
margin-bottom: 6px;
line-height: 1.2;
}
.crw-cta-sub {
font-size: 14px;
color: #b9dcff;
display: block;
line-height: 1.5;
}
.crw-cta-actions {
display: inline-block;
vertical-align: middle;
float: right;
margin-top: 4px;
}
.crw-cta-actions a {
display: inline-block;
margin-left: 10px;
}
@media screen {
html.skin-theme-clientpref-night .crw-hero { background: #002050; }
html.skin-theme-clientpref-night .crw-hero-sub { color: #88aacc; }
html.skin-theme-clientpref-night .crw-hero-stat-num { color: #b9dcff; }
html.skin-theme-clientpref-night .crw-panel { background: #0d1f35; border-color: #1e3a5f; }
html.skin-theme-clientpref-night .crw-panel-head { background: #002a5a; }
html.skin-theme-clientpref-night .crw-panel-body { color: #d0e0f0; }
html.skin-theme-clientpref-night .crw-how-card { background: #0d1f35; border-color: #1e3a5f; border-top-color: #004080; color: #d0e0f0 !important; }
html.skin-theme-clientpref-night .crw-how-title { color: #88bbee; }
html.skin-theme-clientpref-night .crw-how-desc { color: #7a9ab8; }
html.skin-theme-clientpref-night .crw-article-card { background: #0d1f35; border-color: #1e3a5f; color: #d0e0f0 !important; }
html.skin-theme-clientpref-night .crw-article-img { background: #0a1828; }
html.skin-theme-clientpref-night .crw-article-title { color: #88bbee; }
html.skin-theme-clientpref-night .crw-article-title a { color: #88bbee; }
html.skin-theme-clientpref-night .crw-article-desc { color: #8aabcc; }
html.skin-theme-clientpref-night .crw-cat-item { background: #0a1828; border-color: #1e3a5f; color: #88bbee !important; }
html.skin-theme-clientpref-night .crw-tool-item { background: #0a1828; border-color: #1e3a5f; color: #d0e0f0 !important; }
html.skin-theme-clientpref-night .crw-tool-name { color: #88bbee; }
html.skin-theme-clientpref-night .crw-tool-desc { color: #7a9ab8; }
html.skin-theme-clientpref-night .crw-news-text { color: #d0e0f0; }
html.skin-theme-clientpref-night .crw-news-text a { color: #88bbee; }
html.skin-theme-clientpref-night .crw-news-item { border-bottom-color: #1e3a5f; }
html.skin-theme-clientpref-night .crw-notice { background: #1a1000; color: #ffd580; border-color: #a06000; border-left-color: #f0a500; }
html.skin-theme-clientpref-night .crw-cta-bar { background: #002050; }
html.skin-theme-clientpref-night .crw-btn-primary { background: #b9dcff; color: #002050 !important; border-color: #b9dcff; }
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .crw-hero { background: #002050; }
html.skin-theme-clientpref-os .crw-hero-sub { color: #88aacc; }
html.skin-theme-clientpref-os .crw-hero-stat-num { color: #b9dcff; }
html.skin-theme-clientpref-os .crw-panel { background: #0d1f35; border-color: #1e3a5f; }
html.skin-theme-clientpref-os .crw-panel-head { background: #002a5a; }
html.skin-theme-clientpref-os .crw-panel-body { color: #d0e0f0; }
html.skin-theme-clientpref-os .crw-how-card { background: #0d1f35; border-color: #1e3a5f; border-top-color: #004080; color: #d0e0f0 !important; }
html.skin-theme-clientpref-os .crw-how-title { color: #88bbee; }
html.skin-theme-clientpref-os .crw-how-desc { color: #7a9ab8; }
html.skin-theme-clientpref-os .crw-article-card { background: #0d1f35; border-color: #1e3a5f; color: #d0e0f0 !important; }
html.skin-theme-clientpref-os .crw-article-img { background: #0a1828; }
html.skin-theme-clientpref-os .crw-article-title { color: #88bbee; }
html.skin-theme-clientpref-os .crw-article-title a { color: #88bbee; }
html.skin-theme-clientpref-os .crw-article-desc { color: #8aabcc; }
html.skin-theme-clientpref-os .crw-cat-item { background: #0a1828; border-color: #1e3a5f; color: #88bbee !important; }
html.skin-theme-clientpref-os .crw-tool-item { background: #0a1828; border-color: #1e3a5f; color: #d0e0f0 !important; }
html.skin-theme-clientpref-os .crw-tool-name { color: #88bbee; }
html.skin-theme-clientpref-os .crw-tool-desc { color: #7a9ab8; }
html.skin-theme-clientpref-os .crw-news-text { color: #d0e0f0; }
html.skin-theme-clientpref-os .crw-news-text a { color: #88bbee; }
html.skin-theme-clientpref-os .crw-news-item { border-bottom-color: #1e3a5f; }
html.skin-theme-clientpref-os .crw-notice { background: #1a1000; color: #ffd580; border-color: #a06000; border-left-color: #f0a500; }
html.skin-theme-clientpref-os .crw-cta-bar { background: #002050; }
html.skin-theme-clientpref-os .crw-btn-primary { background: #b9dcff; color: #002050 !important; border-color: #b9dcff; }
}