Main Page.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.crw-hero { | .crw-hero { | ||
background: # | background: #0a1628; | ||
border-radius: | border-radius: 4px; | ||
padding: 48px | padding: 56px 48px 48px; | ||
color: #ffffff; | color: #ffffff; | ||
text-align: | text-align: left; | ||
margin-bottom: | margin-bottom: 2em; | ||
position: relative; | |||
overflow: hidden; | |||
border-left: 6px solid #e8a020; | |||
} | |||
.crw-hero-inner { | |||
max-width: 680px; | |||
} | } | ||
.crw-hero-eyebrow { | .crw-hero-eyebrow { | ||
font-size: 0. | font-size: 0.7em; | ||
font-weight: bold; | font-weight: bold; | ||
letter-spacing: 0. | letter-spacing: 0.18em; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
color: # | color: #e8a020; | ||
margin-bottom: | margin-bottom: 1em; | ||
display: block; | |||
} | } | ||
.crw-hero-title { | .crw-hero-title { | ||
font-size: | font-size: 2.6em; | ||
font-weight: bold; | font-weight: bold; | ||
line-height: 1. | line-height: 1.1; | ||
margin-bottom: 0. | margin-bottom: 0.6em; | ||
color: #ffffff; | color: #ffffff; | ||
letter-spacing: -0.02em; | |||
} | } | ||
| Line 31: | Line 40: | ||
.crw-hero-sub { | .crw-hero-sub { | ||
font-size: | font-size: 1.05em; | ||
color: # | color: #8da4be; | ||
margin: | margin-bottom: 2em; | ||
line-height: 1.6; | |||
} | } | ||
| Line 40: | Line 49: | ||
display: table; | display: table; | ||
width: auto; | width: auto; | ||
margin: | margin-bottom: 2em; | ||
border-top: 1px solid #1e3a5f; | |||
border-bottom: 1px solid #1e3a5f; | |||
padding: 1em 0; | |||
} | } | ||
.crw-hero-stat { | .crw-hero-stat { | ||
display: table-cell; | display: table-cell; | ||
text-align: | text-align: left; | ||
padding: 0 | padding: 0 2.5em 0 0; | ||
} | } | ||
.crw-hero-stat-num { | .crw-hero-stat-num { | ||
display: block; | display: block; | ||
font-size: | font-size: 2em; | ||
font-weight: bold; | font-weight: bold; | ||
color: # | color: #e8a020; | ||
line-height: 1; | |||
} | } | ||
.crw-hero-stat-num a { | .crw-hero-stat-num a { | ||
color: # | color: #e8a020; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.crw-hero-stat-label { | .crw-hero-stat-label { | ||
font-size: 0. | font-size: 0.7em; | ||
color: # | color: #5a7a99; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
letter-spacing: 0. | letter-spacing: 0.1em; | ||
margin-top: 0.3em; | |||
display: block; | |||
margin-top: | |||
} | } | ||
.crw-hero-actions a { | .crw-hero-actions a { | ||
display: inline-block; | display: inline-block; | ||
margin: 0. | margin: 0 0.5em 0.5em 0; | ||
} | } | ||
.crw-btn { | .crw-btn { | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 0. | font-size: 0.8em; | ||
padding: 0. | padding: 0.7em 1.4em; | ||
border-radius: | border-radius: 3px; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
display: inline-block; | display: inline-block; | ||
cursor: pointer; | cursor: pointer; | ||
letter-spacing: 0.05em; | |||
text-transform: uppercase; | |||
} | } | ||
.crw-btn-primary { | .crw-btn-primary { | ||
background: # | background: #e8a020; | ||
color: # | color: #0a0a0a !important; | ||
} | } | ||
.crw-btn-ghost { | .crw-btn-ghost { | ||
background: transparent; | background: transparent; | ||
color: # | color: #8da4be !important; | ||
border: 1px solid # | border: 1px solid #2a4060; | ||
} | |||
.crw-btn-ghost:hover { | |||
border-color: #e8a020; | |||
color: #e8a020 !important; | |||
} | } | ||
.crw-notice { | .crw-notice { | ||
background: # | background: #fffbf0; | ||
border-left: 4px solid #e8a020; | |||
border-left: | padding: 0.85em 1.2em; | ||
font-size: 0.9em; | |||
padding: 0. | |||
font-size: 0. | |||
color: #5a3b00; | color: #5a3b00; | ||
font-weight: bold; | font-weight: bold; | ||
margin-bottom: | margin-bottom: 2em; | ||
border-radius: 0; | |||
} | } | ||
.crw-how-strip { | .crw-how-strip { | ||
margin-bottom: 1. | margin-bottom: 2em; | ||
border-top: 3px solid #0a1628; | |||
padding-top: 1.25em; | |||
font-size: 0; | font-size: 0; | ||
} | |||
.crw-how-strip-label { | |||
font-size: 11px; | |||
font-weight: bold; | |||
letter-spacing: 0.15em; | |||
text-transform: uppercase; | |||
color: #999; | |||
margin-bottom: 0.75em; | |||
display: block; | |||
} | } | ||
| Line 124: | Line 148: | ||
vertical-align: top; | vertical-align: top; | ||
width: 18%; | width: 18%; | ||
min-width: | min-width: 140px; | ||
background: #ffffff; | background: #ffffff; | ||
border: 1px solid # | border: 1px solid #e8ecf0; | ||
border- | border-top: 3px solid #0a1628; | ||
padding: 1.1em 1em; | padding: 1.1em 1em; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
color: # | color: #111 !important; | ||
margin: 0 0. | margin: 0 0.6% 0.75em 0; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
font-size: | font-size: 13px; | ||
border-radius: 0; | |||
transition: border-top-color 0.15s; | |||
} | } | ||
.crw-how-card:hover { | .crw-how-card:hover { | ||
border-color: # | border-top-color: #e8a020; | ||
background: # | background: #fafbfc; | ||
} | } | ||
.crw-how-icon { | .crw-how-icon { | ||
font-size: 1. | font-size: 1.4em; | ||
line-height: 1; | line-height: 1; | ||
display: block; | display: block; | ||
margin-bottom: 0. | margin-bottom: 0.6em; | ||
} | } | ||
| Line 151: | Line 177: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 0.9em; | font-size: 0.9em; | ||
color: # | color: #0a1628; | ||
display: block; | display: block; | ||
margin-bottom: 0.3em; | margin-bottom: 0.3em; | ||
| Line 158: | Line 184: | ||
.crw-how-desc { | .crw-how-desc { | ||
font-size: 0.82em; | font-size: 0.82em; | ||
color: # | color: #666; | ||
line-height: 1. | line-height: 1.45; | ||
} | } | ||
.crw-panel { | .crw-panel { | ||
background: #ffffff; | background: #ffffff; | ||
border: 1px solid # | border: 1px solid #e2e8f0; | ||
border-radius: | border-radius: 0; | ||
overflow: hidden; | overflow: hidden; | ||
margin-bottom: 1. | margin-bottom: 1.5em; | ||
} | } | ||
.crw-panel-head { | .crw-panel-head { | ||
background: # | background: #0a1628; | ||
color: #ffffff; | color: #ffffff; | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 0. | font-size: 0.72em; | ||
padding: 0. | padding: 0.7em 1.1em; | ||
letter-spacing: 0. | letter-spacing: 0.12em; | ||
text-transform: uppercase; | |||
} | } | ||
.crw-panel-body { | .crw-panel-body { | ||
padding: 1em 1. | padding: 1.1em 1.25em; | ||
} | } | ||
| Line 187: | Line 214: | ||
width: 100%; | width: 100%; | ||
border-collapse: separate; | border-collapse: separate; | ||
border-spacing: | border-spacing: 16px 0; | ||
margin-bottom: 1.5em; | margin-bottom: 1.5em; | ||
} | } | ||
| Line 205: | Line 232: | ||
vertical-align: top; | vertical-align: top; | ||
width: 30%; | width: 30%; | ||
min-width: | min-width: 175px; | ||
border: 1px solid # | border: 1px solid #e2e8f0; | ||
border- | border-top: 3px solid #0a1628; | ||
overflow: hidden; | overflow: hidden; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
color: # | color: #111 !important; | ||
background: #ffffff; | background: #ffffff; | ||
margin: 0 1% | margin: 0 1.1% 1.25em 0; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
font-size: | font-size: 13px; | ||
border-radius: 0; | |||
} | } | ||
.crw-article-card:hover { | .crw-article-card:hover { | ||
border-color: # | border-top-color: #e8a020; | ||
background: # | background: #fafbfc; | ||
} | } | ||
.crw-article-img { | .crw-article-img { | ||
height: | height: 130px; | ||
background: # | background: #edf2f7; | ||
text-align: center; | text-align: center; | ||
line-height: | line-height: 130px; | ||
font-size: 2. | font-size: 2.2em; | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
| Line 233: | Line 261: | ||
.crw-article-img img { | .crw-article-img img { | ||
width: 100%; | width: 100%; | ||
height: | height: 130px; | ||
display: block; | display: block; | ||
} | } | ||
.crw-article-info { | .crw-article-info { | ||
padding: 0. | padding: 0.9em 1em 1em; | ||
} | |||
.crw-article-tag { | |||
display: inline-block; | |||
background: #e8a020; | |||
color: #0a0a0a; | |||
font-size: 0.68em; | |||
font-weight: bold; | |||
padding: 0.2em 0.55em; | |||
letter-spacing: 0.08em; | |||
text-transform: uppercase; | |||
margin-bottom: 0.5em; | |||
} | } | ||
.crw-article-title { | .crw-article-title { | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 0. | font-size: 0.95em; | ||
color: # | color: #0a1628; | ||
line-height: 1. | line-height: 1.25; | ||
display: block; | display: block; | ||
margin-bottom: 0. | margin-bottom: 0.4em; | ||
} | |||
.crw-article-title a { | |||
color: #0a1628; | |||
text-decoration: none; | |||
} | |||
.crw-article-title a:hover { | |||
color: #e8a020; | |||
} | } | ||
.crw-article-desc { | .crw-article-desc { | ||
font-size: 0. | font-size: 0.82em; | ||
color: # | color: #555; | ||
line-height: 1. | line-height: 1.45; | ||
display: block; | display: block; | ||
} | } | ||
| Line 274: | Line 312: | ||
.crw-cat-item { | .crw-cat-item { | ||
display: inline-block; | display: inline-block; | ||
padding: 0. | padding: 0.45em 0.85em; | ||
border: 1px solid # | border: 1px solid #e2e8f0; | ||
border-radius: | border-radius: 2px; | ||
background: # | background: #f7f9fb; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
color: # | color: #0a1628 !important; | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 0. | font-size: 0.8em; | ||
margin: 0 0.4em 0. | margin: 0 0.4em 0.5em 0; | ||
letter-spacing: 0.02em; | |||
} | } | ||
.crw-cat-item:hover { | .crw-cat-item:hover { | ||
background: # | background: #0a1628; | ||
border-color: # | color: #ffffff !important; | ||
border-color: #0a1628; | |||
} | |||
.crw-news-item { | |||
padding: 0.75em 0; | |||
border-bottom: 1px solid #edf2f7; | |||
overflow: hidden; | |||
} | |||
.crw-news-item:last-child { | |||
border-bottom: none; | |||
} | |||
.crw-news-date { | |||
font-size: 0.72em; | |||
color: #e8a020; | |||
font-weight: bold; | |||
text-transform: uppercase; | |||
letter-spacing: 0.08em; | |||
display: block; | |||
margin-bottom: 0.2em; | |||
} | |||
.crw-news-text { | |||
font-size: 0.88em; | |||
line-height: 1.45; | |||
color: #222; | |||
} | |||
.crw-news-text a { | |||
color: #0a1628; | |||
font-weight: bold; | |||
} | |||
.crw-news-text a:hover { | |||
color: #e8a020; | |||
} | } | ||
.crw-tool-item { | .crw-tool-item { | ||
display: block; | display: block; | ||
padding: 0. | padding: 0.75em 0.9em; | ||
border: 1px solid # | border: 1px solid #e2e8f0; | ||
border- | border-left: 3px solid #0a1628; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
color: # | color: #111 !important; | ||
background: # | background: #f7f9fb; | ||
margin-bottom: 0.6em; | margin-bottom: 0.6em; | ||
overflow: hidden; | overflow: hidden; | ||
border-radius: 0; | |||
} | } | ||
.crw-tool-item:hover { | .crw-tool-item:hover { | ||
border-left-color: #e8a020; | |||
background: #fffbf0; | |||
} | } | ||
.crw-tool-icon { | .crw-tool-icon { | ||
font-size: 1. | font-size: 1.2em; | ||
float: left; | float: left; | ||
margin-right: 0. | margin-right: 0.7em; | ||
line-height: 1. | line-height: 1.5; | ||
} | } | ||
| Line 317: | Line 393: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 0.875em; | font-size: 0.875em; | ||
color: # | color: #0a1628; | ||
display: block; | display: block; | ||
} | } | ||
| Line 323: | Line 399: | ||
.crw-tool-desc { | .crw-tool-desc { | ||
font-size: 0.78em; | font-size: 0.78em; | ||
color: # | color: #666; | ||
} | } | ||
.crw-cta-bar { | .crw-cta-bar { | ||
background: # | background: #0a1628; | ||
padding: 1.75em 2em; | |||
padding: 1. | margin-bottom: 2em; | ||
margin-bottom: | |||
overflow: hidden; | overflow: hidden; | ||
border-left: 6px solid #e8a020; | |||
border-radius: 0; | |||
} | } | ||
| Line 342: | Line 419: | ||
.crw-cta-title { | .crw-cta-title { | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 1. | font-size: 1.15em; | ||
color: #ffffff; | color: #ffffff; | ||
display: block; | display: block; | ||
margin-bottom: 0. | margin-bottom: 0.3em; | ||
letter-spacing: -0.01em; | |||
} | } | ||
.crw-cta-sub { | .crw-cta-sub { | ||
font-size: 0. | font-size: 0.875em; | ||
color: # | color: #6a8aaa; | ||
display: block; | display: block; | ||
} | } | ||
| Line 362: | Line 440: | ||
.crw-cta-actions a { | .crw-cta-actions a { | ||
display: inline-block; | display: inline-block; | ||
margin-left: 0. | margin-left: 0.6em; | ||
} | } | ||
@media screen { | @media screen { | ||
html.skin-theme-clientpref-night .crw-hero { background: # | html.skin-theme-clientpref-night .crw-hero { background: #060d1a; border-left-color: #e8a020; } | ||
html.skin-theme-clientpref-night .crw-panel { background: # | html.skin-theme-clientpref-night .crw-hero-sub { color: #6a8aaa; } | ||
html.skin-theme-clientpref-night .crw-panel-body { color: # | html.skin-theme-clientpref-night .crw-panel { background: #0d1f35; border-color: #1a3050; } | ||
html.skin-theme-clientpref-night .crw-how-card { background: # | html.skin-theme-clientpref-night .crw-panel-head { background: #060d1a; } | ||
html.skin-theme-clientpref-night .crw-how-desc { color: # | html.skin-theme-clientpref-night .crw-panel-body { color: #c8d8e8; } | ||
html.skin-theme-clientpref-night .crw-article-card { background: # | html.skin-theme-clientpref-night .crw-how-card { background: #0d1f35; border-color: #1a3050; border-top-color: #1e3a5f; color: #c8d8e8 !important; } | ||
html.skin-theme-clientpref-night .crw-article-img { background: # | html.skin-theme-clientpref-night .crw-how-card:hover { border-top-color: #e8a020; background: #101e32; } | ||
html.skin-theme-clientpref-night .crw-article-desc { color: # | html.skin-theme-clientpref-night .crw-how-title { color: #e0eaf5; } | ||
html.skin-theme-clientpref-night .crw-cat-item { background: #0a1524; border-color: # | html.skin-theme-clientpref-night .crw-how-desc { color: #7a9ab8; } | ||
html.skin-theme-clientpref-night .crw-tool-item { background: #0a1524; border-color: #1e3a5f; color: # | html.skin-theme-clientpref-night .crw-article-card { background: #0d1f35; border-color: #1a3050; border-top-color: #1e3a5f; color: #c8d8e8 !important; } | ||
html.skin-theme-clientpref-night .crw-tool-desc { color: # | html.skin-theme-clientpref-night .crw-article-card:hover { border-top-color: #e8a020; } | ||
html.skin-theme-clientpref-night .crw-notice { background: # | html.skin-theme-clientpref-night .crw-article-img { background: #0a1828; } | ||
html.skin-theme-clientpref-night .crw-cta-bar { background: # | html.skin-theme-clientpref-night .crw-article-title { color: #e0eaf5; } | ||
html.skin-theme-clientpref-night .crw-article-title a { color: #e0eaf5; } | |||
html.skin-theme-clientpref-night .crw-article-desc { color: #7a9ab8; } | |||
html.skin-theme-clientpref-night .crw-cat-item { background: #0a1524; border-color: #1a3050; color: #c8d8e8 !important; } | |||
html.skin-theme-clientpref-night .crw-cat-item:hover { background: #e8a020; color: #0a0a0a !important; border-color: #e8a020; } | |||
html.skin-theme-clientpref-night .crw-tool-item { background: #0a1524; border-color: #1a3050; border-left-color: #1e3a5f; color: #c8d8e8 !important; } | |||
html.skin-theme-clientpref-night .crw-tool-item:hover { border-left-color: #e8a020; background: #0e1c30; } | |||
html.skin-theme-clientpref-night .crw-tool-name { color: #e0eaf5; } | |||
html.skin-theme-clientpref-night .crw-tool-desc { color: #7a9ab8; } | |||
html.skin-theme-clientpref-night .crw-news-text { color: #c8d8e8; } | |||
html.skin-theme-clientpref-night .crw-news-text a { color: #e0eaf5; } | |||
html.skin-theme-clientpref-night .crw-news-item { border-bottom-color: #1a3050; } | |||
html.skin-theme-clientpref-night .crw-notice { background: #1a1000; color: #ffd580; border-left-color: #e8a020; } | |||
html.skin-theme-clientpref-night .crw-cta-bar { background: #060d1a; } | |||
html.skin-theme-clientpref-night .crw-how-strip { border-top-color: #1a3050; } | |||
} | } | ||
@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: #060d1a; border-left-color: #e8a020; } | ||
html.skin-theme-clientpref-os .crw-panel { background: # | html.skin-theme-clientpref-os .crw-hero-sub { color: #6a8aaa; } | ||
html.skin-theme-clientpref-os .crw-panel-body { color: # | html.skin-theme-clientpref-os .crw-panel { background: #0d1f35; border-color: #1a3050; } | ||
html.skin-theme-clientpref-os .crw-how-card { background: # | html.skin-theme-clientpref-os .crw-panel-head { background: #060d1a; } | ||
html.skin-theme-clientpref-os .crw-how-desc { color: # | html.skin-theme-clientpref-os .crw-panel-body { color: #c8d8e8; } | ||
html.skin-theme-clientpref-os .crw-article-card { background: # | html.skin-theme-clientpref-os .crw-how-card { background: #0d1f35; border-color: #1a3050; border-top-color: #1e3a5f; color: #c8d8e8 !important; } | ||
html.skin-theme-clientpref-os .crw-article-img { background: # | html.skin-theme-clientpref-os .crw-how-card:hover { border-top-color: #e8a020; background: #101e32; } | ||
html.skin-theme-clientpref-os .crw-article-desc { color: # | html.skin-theme-clientpref-os .crw-how-title { color: #e0eaf5; } | ||
html.skin-theme-clientpref-os .crw-cat-item { background: #0a1524; border-color: # | html.skin-theme-clientpref-os .crw-how-desc { color: #7a9ab8; } | ||
html.skin-theme-clientpref-os .crw-tool-item { background: #0a1524; border-color: #1e3a5f; color: # | html.skin-theme-clientpref-os .crw-article-card { background: #0d1f35; border-color: #1a3050; border-top-color: #1e3a5f; color: #c8d8e8 !important; } | ||
html.skin-theme-clientpref-os .crw-tool-desc { color: # | html.skin-theme-clientpref-os .crw-article-card:hover { border-top-color: #e8a020; } | ||
html.skin-theme-clientpref-os .crw-notice { background: # | html.skin-theme-clientpref-os .crw-article-img { background: #0a1828; } | ||
html.skin-theme-clientpref-os .crw-cta-bar { background: # | html.skin-theme-clientpref-os .crw-article-title { color: #e0eaf5; } | ||
html.skin-theme-clientpref-os .crw-article-title a { color: #e0eaf5; } | |||
html.skin-theme-clientpref-os .crw-article-desc { color: #7a9ab8; } | |||
html.skin-theme-clientpref-os .crw-cat-item { background: #0a1524; border-color: #1a3050; color: #c8d8e8 !important; } | |||
html.skin-theme-clientpref-os .crw-cat-item:hover { background: #e8a020; color: #0a0a0a !important; border-color: #e8a020; } | |||
html.skin-theme-clientpref-os .crw-tool-item { background: #0a1524; border-color: #1a3050; border-left-color: #1e3a5f; color: #c8d8e8 !important; } | |||
html.skin-theme-clientpref-os .crw-tool-item:hover { border-left-color: #e8a020; background: #0e1c30; } | |||
html.skin-theme-clientpref-os .crw-tool-name { color: #e0eaf5; } | |||
html.skin-theme-clientpref-os .crw-tool-desc { color: #7a9ab8; } | |||
html.skin-theme-clientpref-os .crw-news-text { color: #c8d8e8; } | |||
html.skin-theme-clientpref-os .crw-news-text a { color: #e0eaf5; } | |||
html.skin-theme-clientpref-os .crw-news-item { border-bottom-color: #1a3050; } | |||
html.skin-theme-clientpref-os .crw-notice { background: #1a1000; color: #ffd580; border-left-color: #e8a020; } | |||
html.skin-theme-clientpref-os .crw-cta-bar { background: #060d1a; } | |||
html.skin-theme-clientpref-os .crw-how-strip { border-top-color: #1a3050; } | |||
} | } | ||
Revision as of 17:29, 5 March 2026
.crw-hero {
background: #0a1628;
border-radius: 4px;
padding: 56px 48px 48px;
color: #ffffff;
text-align: left;
margin-bottom: 2em;
position: relative;
overflow: hidden;
border-left: 6px solid #e8a020;
}
.crw-hero-inner {
max-width: 680px;
}
.crw-hero-eyebrow {
font-size: 0.7em;
font-weight: bold;
letter-spacing: 0.18em;
text-transform: uppercase;
color: #e8a020;
margin-bottom: 1em;
display: block;
}
.crw-hero-title {
font-size: 2.6em;
font-weight: bold;
line-height: 1.1;
margin-bottom: 0.6em;
color: #ffffff;
letter-spacing: -0.02em;
}
.crw-hero-title a {
color: #ffffff;
text-decoration: none;
}
.crw-hero-sub {
font-size: 1.05em;
color: #8da4be;
margin-bottom: 2em;
line-height: 1.6;
}
.crw-hero-stats {
display: table;
width: auto;
margin-bottom: 2em;
border-top: 1px solid #1e3a5f;
border-bottom: 1px solid #1e3a5f;
padding: 1em 0;
}
.crw-hero-stat {
display: table-cell;
text-align: left;
padding: 0 2.5em 0 0;
}
.crw-hero-stat-num {
display: block;
font-size: 2em;
font-weight: bold;
color: #e8a020;
line-height: 1;
}
.crw-hero-stat-num a {
color: #e8a020;
text-decoration: none;
}
.crw-hero-stat-label {
font-size: 0.7em;
color: #5a7a99;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-top: 0.3em;
display: block;
}
.crw-hero-actions a {
display: inline-block;
margin: 0 0.5em 0.5em 0;
}
.crw-btn {
font-weight: bold;
font-size: 0.8em;
padding: 0.7em 1.4em;
border-radius: 3px;
text-decoration: none !important;
display: inline-block;
cursor: pointer;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.crw-btn-primary {
background: #e8a020;
color: #0a0a0a !important;
}
.crw-btn-ghost {
background: transparent;
color: #8da4be !important;
border: 1px solid #2a4060;
}
.crw-btn-ghost:hover {
border-color: #e8a020;
color: #e8a020 !important;
}
.crw-notice {
background: #fffbf0;
border-left: 4px solid #e8a020;
padding: 0.85em 1.2em;
font-size: 0.9em;
color: #5a3b00;
font-weight: bold;
margin-bottom: 2em;
border-radius: 0;
}
.crw-how-strip {
margin-bottom: 2em;
border-top: 3px solid #0a1628;
padding-top: 1.25em;
font-size: 0;
}
.crw-how-strip-label {
font-size: 11px;
font-weight: bold;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #999;
margin-bottom: 0.75em;
display: block;
}
.crw-how-card {
display: inline-block;
vertical-align: top;
width: 18%;
min-width: 140px;
background: #ffffff;
border: 1px solid #e8ecf0;
border-top: 3px solid #0a1628;
padding: 1.1em 1em;
text-decoration: none !important;
color: #111 !important;
margin: 0 0.6% 0.75em 0;
box-sizing: border-box;
font-size: 13px;
border-radius: 0;
transition: border-top-color 0.15s;
}
.crw-how-card:hover {
border-top-color: #e8a020;
background: #fafbfc;
}
.crw-how-icon {
font-size: 1.4em;
line-height: 1;
display: block;
margin-bottom: 0.6em;
}
.crw-how-title {
font-weight: bold;
font-size: 0.9em;
color: #0a1628;
display: block;
margin-bottom: 0.3em;
}
.crw-how-desc {
font-size: 0.82em;
color: #666;
line-height: 1.45;
}
.crw-panel {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 0;
overflow: hidden;
margin-bottom: 1.5em;
}
.crw-panel-head {
background: #0a1628;
color: #ffffff;
font-weight: bold;
font-size: 0.72em;
padding: 0.7em 1.1em;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.crw-panel-body {
padding: 1.1em 1.25em;
}
.crw-grid {
display: table;
width: 100%;
border-collapse: separate;
border-spacing: 16px 0;
margin-bottom: 1.5em;
}
.crw-grid-col {
display: table-cell;
width: 50%;
vertical-align: top;
}
.crw-article-grid {
font-size: 0;
}
.crw-article-card {
display: inline-block;
vertical-align: top;
width: 30%;
min-width: 175px;
border: 1px solid #e2e8f0;
border-top: 3px solid #0a1628;
overflow: hidden;
text-decoration: none !important;
color: #111 !important;
background: #ffffff;
margin: 0 1.1% 1.25em 0;
box-sizing: border-box;
font-size: 13px;
border-radius: 0;
}
.crw-article-card:hover {
border-top-color: #e8a020;
background: #fafbfc;
}
.crw-article-img {
height: 130px;
background: #edf2f7;
text-align: center;
line-height: 130px;
font-size: 2.2em;
overflow: hidden;
}
.crw-article-img img {
width: 100%;
height: 130px;
display: block;
}
.crw-article-info {
padding: 0.9em 1em 1em;
}
.crw-article-tag {
display: inline-block;
background: #e8a020;
color: #0a0a0a;
font-size: 0.68em;
font-weight: bold;
padding: 0.2em 0.55em;
letter-spacing: 0.08em;
text-transform: uppercase;
margin-bottom: 0.5em;
}
.crw-article-title {
font-weight: bold;
font-size: 0.95em;
color: #0a1628;
line-height: 1.25;
display: block;
margin-bottom: 0.4em;
}
.crw-article-title a {
color: #0a1628;
text-decoration: none;
}
.crw-article-title a:hover {
color: #e8a020;
}
.crw-article-desc {
font-size: 0.82em;
color: #555;
line-height: 1.45;
display: block;
}
.crw-cat-grid {
overflow: hidden;
}
.crw-cat-item {
display: inline-block;
padding: 0.45em 0.85em;
border: 1px solid #e2e8f0;
border-radius: 2px;
background: #f7f9fb;
text-decoration: none !important;
color: #0a1628 !important;
font-weight: bold;
font-size: 0.8em;
margin: 0 0.4em 0.5em 0;
letter-spacing: 0.02em;
}
.crw-cat-item:hover {
background: #0a1628;
color: #ffffff !important;
border-color: #0a1628;
}
.crw-news-item {
padding: 0.75em 0;
border-bottom: 1px solid #edf2f7;
overflow: hidden;
}
.crw-news-item:last-child {
border-bottom: none;
}
.crw-news-date {
font-size: 0.72em;
color: #e8a020;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.08em;
display: block;
margin-bottom: 0.2em;
}
.crw-news-text {
font-size: 0.88em;
line-height: 1.45;
color: #222;
}
.crw-news-text a {
color: #0a1628;
font-weight: bold;
}
.crw-news-text a:hover {
color: #e8a020;
}
.crw-tool-item {
display: block;
padding: 0.75em 0.9em;
border: 1px solid #e2e8f0;
border-left: 3px solid #0a1628;
text-decoration: none !important;
color: #111 !important;
background: #f7f9fb;
margin-bottom: 0.6em;
overflow: hidden;
border-radius: 0;
}
.crw-tool-item:hover {
border-left-color: #e8a020;
background: #fffbf0;
}
.crw-tool-icon {
font-size: 1.2em;
float: left;
margin-right: 0.7em;
line-height: 1.5;
}
.crw-tool-name {
font-weight: bold;
font-size: 0.875em;
color: #0a1628;
display: block;
}
.crw-tool-desc {
font-size: 0.78em;
color: #666;
}
.crw-cta-bar {
background: #0a1628;
padding: 1.75em 2em;
margin-bottom: 2em;
overflow: hidden;
border-left: 6px solid #e8a020;
border-radius: 0;
}
.crw-cta-text {
display: inline-block;
vertical-align: middle;
max-width: 60%;
}
.crw-cta-title {
font-weight: bold;
font-size: 1.15em;
color: #ffffff;
display: block;
margin-bottom: 0.3em;
letter-spacing: -0.01em;
}
.crw-cta-sub {
font-size: 0.875em;
color: #6a8aaa;
display: block;
}
.crw-cta-actions {
display: inline-block;
vertical-align: middle;
float: right;
}
.crw-cta-actions a {
display: inline-block;
margin-left: 0.6em;
}
@media screen {
html.skin-theme-clientpref-night .crw-hero { background: #060d1a; border-left-color: #e8a020; }
html.skin-theme-clientpref-night .crw-hero-sub { color: #6a8aaa; }
html.skin-theme-clientpref-night .crw-panel { background: #0d1f35; border-color: #1a3050; }
html.skin-theme-clientpref-night .crw-panel-head { background: #060d1a; }
html.skin-theme-clientpref-night .crw-panel-body { color: #c8d8e8; }
html.skin-theme-clientpref-night .crw-how-card { background: #0d1f35; border-color: #1a3050; border-top-color: #1e3a5f; color: #c8d8e8 !important; }
html.skin-theme-clientpref-night .crw-how-card:hover { border-top-color: #e8a020; background: #101e32; }
html.skin-theme-clientpref-night .crw-how-title { color: #e0eaf5; }
html.skin-theme-clientpref-night .crw-how-desc { color: #7a9ab8; }
html.skin-theme-clientpref-night .crw-article-card { background: #0d1f35; border-color: #1a3050; border-top-color: #1e3a5f; color: #c8d8e8 !important; }
html.skin-theme-clientpref-night .crw-article-card:hover { border-top-color: #e8a020; }
html.skin-theme-clientpref-night .crw-article-img { background: #0a1828; }
html.skin-theme-clientpref-night .crw-article-title { color: #e0eaf5; }
html.skin-theme-clientpref-night .crw-article-title a { color: #e0eaf5; }
html.skin-theme-clientpref-night .crw-article-desc { color: #7a9ab8; }
html.skin-theme-clientpref-night .crw-cat-item { background: #0a1524; border-color: #1a3050; color: #c8d8e8 !important; }
html.skin-theme-clientpref-night .crw-cat-item:hover { background: #e8a020; color: #0a0a0a !important; border-color: #e8a020; }
html.skin-theme-clientpref-night .crw-tool-item { background: #0a1524; border-color: #1a3050; border-left-color: #1e3a5f; color: #c8d8e8 !important; }
html.skin-theme-clientpref-night .crw-tool-item:hover { border-left-color: #e8a020; background: #0e1c30; }
html.skin-theme-clientpref-night .crw-tool-name { color: #e0eaf5; }
html.skin-theme-clientpref-night .crw-tool-desc { color: #7a9ab8; }
html.skin-theme-clientpref-night .crw-news-text { color: #c8d8e8; }
html.skin-theme-clientpref-night .crw-news-text a { color: #e0eaf5; }
html.skin-theme-clientpref-night .crw-news-item { border-bottom-color: #1a3050; }
html.skin-theme-clientpref-night .crw-notice { background: #1a1000; color: #ffd580; border-left-color: #e8a020; }
html.skin-theme-clientpref-night .crw-cta-bar { background: #060d1a; }
html.skin-theme-clientpref-night .crw-how-strip { border-top-color: #1a3050; }
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .crw-hero { background: #060d1a; border-left-color: #e8a020; }
html.skin-theme-clientpref-os .crw-hero-sub { color: #6a8aaa; }
html.skin-theme-clientpref-os .crw-panel { background: #0d1f35; border-color: #1a3050; }
html.skin-theme-clientpref-os .crw-panel-head { background: #060d1a; }
html.skin-theme-clientpref-os .crw-panel-body { color: #c8d8e8; }
html.skin-theme-clientpref-os .crw-how-card { background: #0d1f35; border-color: #1a3050; border-top-color: #1e3a5f; color: #c8d8e8 !important; }
html.skin-theme-clientpref-os .crw-how-card:hover { border-top-color: #e8a020; background: #101e32; }
html.skin-theme-clientpref-os .crw-how-title { color: #e0eaf5; }
html.skin-theme-clientpref-os .crw-how-desc { color: #7a9ab8; }
html.skin-theme-clientpref-os .crw-article-card { background: #0d1f35; border-color: #1a3050; border-top-color: #1e3a5f; color: #c8d8e8 !important; }
html.skin-theme-clientpref-os .crw-article-card:hover { border-top-color: #e8a020; }
html.skin-theme-clientpref-os .crw-article-img { background: #0a1828; }
html.skin-theme-clientpref-os .crw-article-title { color: #e0eaf5; }
html.skin-theme-clientpref-os .crw-article-title a { color: #e0eaf5; }
html.skin-theme-clientpref-os .crw-article-desc { color: #7a9ab8; }
html.skin-theme-clientpref-os .crw-cat-item { background: #0a1524; border-color: #1a3050; color: #c8d8e8 !important; }
html.skin-theme-clientpref-os .crw-cat-item:hover { background: #e8a020; color: #0a0a0a !important; border-color: #e8a020; }
html.skin-theme-clientpref-os .crw-tool-item { background: #0a1524; border-color: #1a3050; border-left-color: #1e3a5f; color: #c8d8e8 !important; }
html.skin-theme-clientpref-os .crw-tool-item:hover { border-left-color: #e8a020; background: #0e1c30; }
html.skin-theme-clientpref-os .crw-tool-name { color: #e0eaf5; }
html.skin-theme-clientpref-os .crw-tool-desc { color: #7a9ab8; }
html.skin-theme-clientpref-os .crw-news-text { color: #c8d8e8; }
html.skin-theme-clientpref-os .crw-news-text a { color: #e0eaf5; }
html.skin-theme-clientpref-os .crw-news-item { border-bottom-color: #1a3050; }
html.skin-theme-clientpref-os .crw-notice { background: #1a1000; color: #ffd580; border-left-color: #e8a020; }
html.skin-theme-clientpref-os .crw-cta-bar { background: #060d1a; }
html.skin-theme-clientpref-os .crw-how-strip { border-top-color: #1a3050; }
}