.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root { --nb-bg: #fcfbf8;
--nb-surface: #ffffff;
--nb-surface-alt: #f4f2ea;
--nb-text: #17212b;
--nb-text-muted: #596875;
--nb-text-light: #8a98a4;
--nb-border: #e2dfd5;
--nb-border-light: #ece9e1;
--nb-border-focus: #0f5b4c;
--nb-primary: #0f5b4c;
--nb-primary-hover: #0b4338;
--nb-primary-subtle: #ebf5f1;
--nb-accent: #c96f24;
--nb-accent-soft: #fdf4ea;
--nb-navy: #10263f;
--nb-white: #ffffff; --navy: var(--nb-navy);
--blue: #176b87;
--mint: var(--nb-primary-subtle);
--green: var(--nb-primary);
--cream: var(--nb-surface-alt);
--white: var(--nb-white);
--ink: var(--nb-text);
--muted: var(--nb-text-muted);
--line: var(--nb-border); --nb-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic", Meiryo, sans-serif;
--nb-font-mono: ui-monospace, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
--nb-text-xs: 0.75rem;
--nb-text-sm: 0.875rem;
--nb-text-base: 1rem;
--nb-text-lg: 1.125rem;
--nb-text-xl: 1.25rem;
--nb-text-2xl: 1.5rem;
--nb-text-3xl: 1.875rem;
--nb-text-4xl: 2.25rem; --nb-space-xs: 0.25rem;
--nb-space-sm: 0.5rem;
--nb-space-md: 1rem;
--nb-space-lg: 1.5rem;
--nb-space-xl: 2rem;
--nb-space-2xl: 3rem;
--nb-space-3xl: 4.5rem; --nb-radius-sm: 4px;
--nb-radius-md: 8px;
--nb-radius-lg: 12px;
--nb-radius-full: 9999px; --nb-shadow-subtle: 0 1px 3px rgba(16, 38, 63, 0.05), 0 1px 2px rgba(16, 38, 63, 0.03);
--nb-shadow-card: 0 4px 14px rgba(16, 38, 63, 0.06), 0 1px 3px rgba(16, 38, 63, 0.03);
--nb-shadow-hover: 0 10px 28px rgba(16, 38, 63, 0.08), 0 2px 6px rgba(16, 38, 63, 0.04);
--shadow: var(--nb-shadow-card); --nb-width-reading: 760px;
--nb-width-content: 1080px;
--nb-width-wide: 1200px;
} *, *::before, *::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
padding: 0;
color: var(--nb-text);
background-color: var(--nb-bg);
font-family: var(--nb-font-sans);
font-size: var(--nb-text-base);
line-height: 1.8;
letter-spacing: -0.01em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
color: inherit;
text-decoration: none;
transition: color 0.15s ease, background-color 0.15s ease;
}
img {
max-width: 100%;
height: auto;
display: block;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, figure, blockquote {
margin-top: 0;
}
h1, h2, h3, h4 {
color: var(--nb-navy);
font-weight: 800;
line-height: 1.35;
letter-spacing: -0.02em;
} :focus-visible {
outline: 2px solid var(--nb-border-focus);
outline-offset: 2px;
} @media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
} .site-shell {
width: min(var(--nb-width-wide), calc(100% - 40px));
margin-inline: auto;
}
.site-shell--reading {
width: min(var(--nb-width-reading), calc(100% - 40px));
margin-inline: auto;
}
.site-shell--content {
width: min(var(--nb-width-content), calc(100% - 40px));
margin-inline: auto;
}
.skip-link {
position: fixed;
left: 16px;
top: -80px;
z-index: 100;
background: var(--nb-navy);
color: var(--nb-white);
padding: 10px 18px;
border-radius: var(--nb-radius-sm);
font-size: var(--nb-text-sm);
font-weight: 700;
transition: top 0.2s ease;
}
.skip-link:focus {
top: 16px;
} .site-header {
position: sticky;
top: 0;
z-index: 50;
background: rgba(255, 255, 255, 0.97);
border-bottom: 1px solid var(--nb-border);
backdrop-filter: blur(12px);
}
.header-inner {
min-height: 72px;
display: flex;
align-items: center;
gap: var(--nb-space-xl);
}
.brand {
display: flex;
align-items: center;
gap: 12px;
margin-right: auto;
text-decoration: none;
}
.brand-mark {
display: grid;
place-items: center;
width: 40px;
height: 40px;
border-radius: var(--nb-radius-md);
color: var(--nb-white);
background: var(--nb-primary);
font-weight: 900;
font-size: 1.25rem;
letter-spacing: -0.03em;
flex-shrink: 0;
}
.brand-text {
display: flex;
flex-direction: column;
}
.brand-text strong {
font-size: 1.125rem;
color: var(--nb-navy);
font-weight: 900;
line-height: 1.2;
}
.brand-text small {
font-size: var(--nb-text-xs);
color: var(--nb-text-muted);
font-weight: 500;
line-height: 1.2;
margin-top: 2px;
}
.primary-nav {
display: flex;
align-items: center;
}
.nav-list {
display: flex;
align-items: center;
gap: var(--nb-space-lg);
margin: 0;
padding: 0;
list-style: none;
font-size: var(--nb-text-sm);
font-weight: 700;
}
.nav-list a {
color: var(--nb-text);
padding: 8px 0;
position: relative;
}
.nav-list a:hover,
.nav-list a:focus {
color: var(--nb-primary);
}
.menu-toggle {
display: none;
background: var(--nb-surface);
border: 1px solid var(--nb-border);
border-radius: var(--nb-radius-sm);
padding: 8px 14px;
font-size: var(--nb-text-sm);
font-weight: 700;
color: var(--nb-navy);
cursor: pointer;
}
.menu-toggle:hover {
background: var(--nb-surface-alt);
} .nb-button,
.button,
.header-cta {
display: inline-flex;
justify-content: center;
align-items: center;
min-height: 44px;
border-radius: var(--nb-radius-md);
padding: 8px 18px;
font-weight: 700;
font-size: var(--nb-text-sm);
cursor: pointer;
border: 1px solid transparent;
text-decoration: none;
transition: all 0.15s ease;
}
.nb-button--primary,
.button.primary,
.header-cta {
color: var(--nb-white);
background: var(--nb-primary);
box-shadow: 0 4px 12px rgba(15, 91, 76, 0.2);
}
.nb-button--primary:hover,
.button.primary:hover,
.header-cta:hover {
background: var(--nb-primary-hover);
color: var(--nb-white);
}
.nb-button--secondary,
.button.secondary {
border-color: var(--nb-border);
color: var(--nb-navy);
background: var(--nb-surface);
}
.nb-button--secondary:hover,
.button.secondary:hover {
background: var(--nb-surface-alt);
border-color: var(--nb-text-muted);
}
.eyebrow {
display: inline-block;
margin-bottom: 8px;
color: var(--nb-primary);
font-size: var(--nb-text-xs);
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.nb-tag {
display: inline-block;
padding: 4px 10px;
border-radius: var(--nb-radius-full);
background: var(--nb-primary-subtle);
color: var(--nb-primary);
font-size: var(--nb-text-xs);
font-weight: 700;
}
.text-link {
color: var(--nb-primary);
font-size: var(--nb-text-sm);
font-weight: 700;
display: inline-flex;
align-items: center;
gap: 4px;
}
.text-link:hover {
color: var(--nb-primary-hover);
text-decoration: underline;
} .breadcrumb {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 6px;
padding: 12px 0 16px;
font-size: var(--nb-text-xs);
color: var(--nb-text-muted);
}
.breadcrumb a {
color: var(--nb-text-muted);
}
.breadcrumb a:hover {
color: var(--nb-primary);
}
.breadcrumb-separator {
color: var(--nb-text-light);
} .article-single {
padding-bottom: var(--nb-space-3xl);
}
.article-header {
padding: var(--nb-space-xl) 0 var(--nb-space-2xl);
background: var(--nb-surface-alt);
border-bottom: 1px solid var(--nb-border);
margin-bottom: var(--nb-space-2xl);
}
.article-header__meta-top {
display: flex;
align-items: center;
gap: var(--nb-space-md);
margin-bottom: var(--nb-space-md);
}
.article-reading-time {
font-size: var(--nb-text-xs);
color: var(--nb-text-muted);
font-weight: 600;
}
.article-title {
font-size: clamp(1.75rem, 3.5vw, 2.5rem);
line-height: 1.3;
margin-bottom: var(--nb-space-md);
}
.article-lead {
font-size: var(--nb-text-lg);
color: var(--nb-text-muted);
line-height: 1.7;
margin-bottom: var(--nb-space-lg);
max-width: 820px;
}
.article-meta {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: var(--nb-space-lg);
padding-top: var(--nb-space-md);
border-top: 1px solid var(--nb-border);
font-size: var(--nb-text-xs);
}
.article-meta__item {
display: flex;
align-items: center;
gap: 6px;
}
.article-meta__label {
color: var(--nb-text-muted);
font-weight: 600;
}
.article-meta time,
.article-meta span {
font-weight: 700;
color: var(--nb-text);
}
.article-featured-image {
margin: 0 auto var(--nb-space-2xl);
border-radius: var(--nb-radius-lg);
overflow: hidden;
border: 1px solid var(--nb-border);
}
.article-featured-image__img {
width: 100%;
max-height: 480px;
object-fit: cover;
}
.article-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 300px;
gap: var(--nb-space-2xl);
align-items: start;
}
.article-main {
min-width: 0;
} .article-toc {
background: var(--nb-surface);
border: 1px solid var(--nb-border);
border-radius: var(--nb-radius-lg);
padding: var(--nb-space-xl);
margin-bottom: var(--nb-space-2xl);
box-shadow: var(--nb-shadow-subtle);
}
.article-toc__title {
font-size: var(--nb-text-sm);
font-weight: 800;
color: var(--nb-navy);
margin-bottom: var(--nb-space-md);
letter-spacing: 0.04em;
}
.article-toc ol {
margin: 0;
padding-left: 20px;
}
.article-toc li {
margin-bottom: 8px;
font-size: var(--nb-text-sm);
line-height: 1.6;
}
.article-toc a {
color: var(--nb-text);
}
.article-toc a:hover {
color: var(--nb-primary);
text-decoration: underline;
} .article-content {
font-size: var(--nb-text-base);
line-height: 1.9;
color: var(--nb-text);
}
.article-content p {
margin-bottom: 1.75em;
}
.article-content h2 {
font-size: 1.5rem;
margin-top: 2.5em;
margin-bottom: 0.8em;
padding-bottom: 10px;
border-bottom: 2px solid var(--nb-border);
}
.article-content h3 {
font-size: 1.25rem;
margin-top: 2em;
margin-bottom: 0.6em;
padding-left: 10px;
border-left: 4px solid var(--nb-primary);
}
.article-content h4 {
font-size: 1.1rem;
margin-top: 1.6em;
margin-bottom: 0.5em;
}
.article-content ul,
.article-content ol {
margin-bottom: 1.75em;
padding-left: 24px;
}
.article-content li {
margin-bottom: 6px;
}
.article-content blockquote {
margin: 2em 0;
padding: var(--nb-space-md) var(--nb-space-xl);
background: var(--nb-surface);
border-left: 4px solid var(--nb-accent);
border-radius: 0 var(--nb-radius-md) var(--nb-radius-md) 0;
color: var(--nb-text-muted);
font-style: normal;
}
.article-content blockquote p:last-child {
margin-bottom: 0;
}
.article-content table {
width: 100%;
border-collapse: collapse;
margin: 2em 0;
font-size: var(--nb-text-sm);
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.article-content th,
.article-content td {
border: 1px solid var(--nb-border);
padding: 10px 14px;
text-align: left;
white-space: nowrap;
}
.article-content th {
background: var(--nb-surface-alt);
font-weight: 700;
color: var(--nb-navy);
}
.article-content pre,
.article-content code {
font-family: var(--nb-font-mono);
font-size: var(--nb-text-sm);
}
.article-content pre {
background: var(--nb-navy);
color: #f0f4f8;
padding: var(--nb-space-lg);
border-radius: var(--nb-radius-md);
overflow-x: auto;
margin: 2em 0;
}
.article-content p code {
background: var(--nb-surface-alt);
padding: 2px 6px;
border-radius: var(--nb-radius-sm);
border: 1px solid var(--nb-border);
}
.article-content figure {
margin: 2em 0;
}
.article-content figcaption {
font-size: var(--nb-text-xs);
color: var(--nb-text-muted);
text-align: center;
margin-top: 6px;
} .article-trust-block {
margin-top: var(--nb-space-3xl);
padding: var(--nb-space-xl);
background: var(--nb-surface);
border: 1px solid var(--nb-border);
border-radius: var(--nb-radius-lg);
box-shadow: var(--nb-shadow-subtle);
}
.article-trust-block__inner {
display: flex;
gap: var(--nb-space-lg);
align-items: flex-start;
}
.article-trust-block__avatar {
flex-shrink: 0;
}
.article-trust-block__title {
font-size: 1.125rem;
margin-bottom: 6px;
}
.article-trust-block__desc {
font-size: var(--nb-text-xs);
color: var(--nb-text-muted);
line-height: 1.7;
margin: 0;
} .article-navigation {
margin-top: var(--nb-space-2xl);
padding-top: var(--nb-space-xl);
border-top: 1px solid var(--nb-border);
}
.article-navigation__grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(--nb-space-lg);
}
.article-navigation__item {
display: flex;
flex-direction: column;
}
.article-navigation__item--next {
text-align: right;
align-items: flex-end;
}
.article-navigation__label {
font-size: var(--nb-text-xs);
font-weight: 700;
color: var(--nb-text-muted);
margin-bottom: 4px;
}
.article-navigation__link {
font-size: var(--nb-text-sm);
font-weight: 700;
color: var(--nb-navy);
line-height: 1.4;
}
.article-navigation__link:hover {
color: var(--nb-primary);
} .article-related {
margin-top: var(--nb-space-3xl);
padding-top: var(--nb-space-2xl);
border-top: 1px solid var(--nb-border);
}
.article-related__title {
font-size: 1.35rem;
margin-bottom: var(--nb-space-xl);
}
.article-related__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: var(--nb-space-lg);
} .post-card {
border: 1px solid var(--nb-border);
border-radius: var(--nb-radius-lg);
background: var(--nb-surface);
box-shadow: var(--nb-shadow-subtle);
overflow: hidden;
transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.post-card:hover {
border-color: var(--nb-text-light);
box-shadow: var(--nb-shadow-hover);
}
.post-card__link {
display: flex;
flex-direction: column;
height: 100%;
color: inherit;
}
.post-card__media {
margin: 0;
position: relative;
aspect-ratio: 16 / 10;
background: var(--nb-surface-alt);
overflow: hidden;
}
.post-card__image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.25s ease;
}
.post-card:hover .post-card__image {
transform: scale(1.03);
}
.post-card__placeholder {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: var(--nb-text-muted);
background: linear-gradient(135deg, var(--nb-surface-alt) 0%, #eef5f8 100%);
}
.post-card__placeholder strong {
font-size: 2rem;
color: var(--nb-primary);
font-weight: 900;
}
.post-card__placeholder small {
font-size: var(--nb-text-xs);
letter-spacing: 0.08em;
font-weight: 700;
margin-top: 4px;
}
.post-card__number {
position: absolute;
left: 12px;
bottom: 12px;
background: rgba(16, 38, 63, 0.85);
color: var(--nb-white);
padding: 2px 8px;
border-radius: var(--nb-radius-sm);
font-size: var(--nb-text-xs);
font-weight: 800;
}
.post-card__body {
padding: var(--nb-space-lg);
display: flex;
flex-direction: column;
flex-grow: 1;
}
.post-card__taxonomy {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: var(--nb-space-sm);
font-size: var(--nb-text-xs);
color: var(--nb-text-muted);
}
.post-card__title {
font-size: 1.05rem;
line-height: 1.45;
margin-bottom: 8px;
color: var(--nb-navy);
}
.post-card__excerpt {
font-size: var(--nb-text-xs);
color: var(--nb-text-muted);
line-height: 1.6;
margin-bottom: var(--nb-space-md);
flex-grow: 1;
}
.post-card__footer {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 10px;
border-top: 1px solid var(--nb-border-light);
font-size: var(--nb-text-xs);
color: var(--nb-text-muted);
}
.post-card__more {
display: inline-flex;
align-items: center;
gap: 4px;
font-weight: 700;
color: var(--nb-primary);
} .page-head {
padding: var(--nb-space-2xl) 0;
background: var(--nb-surface-alt);
border-bottom: 1px solid var(--nb-border);
}
.page-head h1 {
margin-bottom: 8px;
font-size: var(--nb-text-3xl);
}
.page-head p {
margin: 0;
color: var(--nb-text-muted);
}
.content-list {
padding-block: var(--nb-space-2xl);
max-width: 820px;
}
.guide-card {
padding: var(--nb-space-xl) 0;
border: 0;
border-bottom: 1px solid var(--nb-border);
border-radius: 0;
background: transparent;
box-shadow: none;
}
.detail-layout {
display: grid;
grid-template-columns: 1fr 300px;
gap: var(--nb-space-2xl);
padding-block: var(--nb-space-2xl);
}
.detail-main section {
margin-bottom: var(--nb-space-2xl);
}
.facts {
display: grid;
grid-template-columns: repeat(2, 1fr);
border: 1px solid var(--nb-border);
border-radius: var(--nb-radius-md);
overflow: hidden;
background: var(--nb-surface);
}
.facts dl {
margin: 0;
padding: 16px;
border-bottom: 1px solid var(--nb-border-light);
}
.facts dt {
color: var(--nb-text-muted);
font-size: var(--nb-text-xs);
}
.facts dd {
margin: 4px 0 0;
font-weight: 700;
}
.detail-aside,
.article-aside {
position: relative;
}
.aside-box {
border: 1px solid var(--nb-border);
border-radius: var(--nb-radius-lg);
padding: var(--nb-space-xl);
background: var(--nb-surface);
box-shadow: var(--nb-shadow-subtle);
margin-bottom: var(--nb-space-xl);
}
.aside-box strong {
display: block;
font-size: var(--nb-text-base);
color: var(--nb-navy);
margin-bottom: 6px;
}
.aside-box p {
color: var(--nb-text-muted);
font-size: var(--nb-text-xs);
margin-bottom: var(--nb-space-md);
line-height: 1.6;
}
.aside-box .button,
.aside-box .nb-button {
width: 100%;
} .sidebar-stack {
display: flex;
flex-direction: column;
gap: var(--nb-space-xl);
}
.sidebar-section {
border: 1px solid var(--nb-border);
border-radius: var(--nb-radius-lg);
padding: var(--nb-space-xl);
background: var(--nb-surface);
box-shadow: var(--nb-shadow-subtle);
}
.sidebar-section__heading {
display: flex;
justify-content: space-between;
margin-bottom: var(--nb-space-md);
font-size: var(--nb-text-xs);
font-weight: 800;
color: var(--nb-text-muted);
letter-spacing: 0.05em;
}
.popular-posts-list,
.category-index {
list-style: none;
padding: 0;
margin: 0;
}
.popular-posts-list li,
.category-index li {
display: flex;
gap: 12px;
padding: 10px 0;
border-bottom: 1px solid var(--nb-border-light);
font-size: var(--nb-text-sm);
line-height: 1.4;
}
.popular-rank {
font-weight: 800;
color: var(--nb-primary);
flex-shrink: 0;
} .editor-profile__intro {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 10px;
}
.editor-profile__intro img {
border-radius: 50%;
width: 48px;
height: 48px;
object-fit: cover;
}
.editor-profile__intro h2 {
font-size: 1rem;
margin: 0;
}
.editor-profile__intro p {
font-size: var(--nb-text-xs);
color: var(--nb-text-muted);
margin: 0;
}
.editor-profile__bio {
font-size: var(--nb-text-xs);
color: var(--nb-text-muted);
line-height: 1.6;
margin-bottom: 10px;
}
.editor-profile__social {
font-size: var(--nb-text-xs);
font-weight: 700;
color: var(--nb-primary);
} .comments-area {
margin-top: var(--nb-space-3xl);
padding-top: var(--nb-space-2xl);
border-top: 1px solid var(--nb-border);
}
.comments-area__header h2 {
font-size: 1.25rem;
margin-bottom: var(--nb-space-lg);
}
.comment-list {
list-style: none;
padding: 0;
margin: 0 0 var(--nb-space-2xl);
}
.comment-list li {
padding: var(--nb-space-md) 0;
border-bottom: 1px solid var(--nb-border-light);
}
.comment-form p {
margin-bottom: var(--nb-space-md);
}
.comment-form label {
display: block;
font-size: var(--nb-text-xs);
font-weight: 700;
margin-bottom: 4px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
width: 100%;
border: 1px solid var(--nb-border);
border-radius: var(--nb-radius-md);
padding: 10px 12px;
font-family: inherit;
font-size: var(--nb-text-sm);
background: var(--nb-surface);
} .site-footer {
padding: 56px 0 24px;
color: #c4d3e0;
background: var(--nb-navy);
margin-top: var(--nb-space-3xl);
}
.footer-grid {
display: grid;
grid-template-columns: 1.5fr 1fr 1fr;
gap: var(--nb-space-2xl);
}
.footer-brand strong,
.footer-col strong {
display: block;
color: var(--nb-white);
font-size: var(--nb-text-base);
margin-bottom: 10px;
}
.footer-brand p,
.footer-col p {
margin: 0;
font-size: var(--nb-text-xs);
color: #9cb1c4;
line-height: 1.7;
}
.footer-nav-list {
list-style: none;
padding: 0;
margin: 0;
}
.footer-nav-list li {
margin-bottom: 8px;
}
.footer-nav-list a {
color: #9cb1c4;
font-size: var(--nb-text-xs);
}
.footer-nav-list a:hover {
color: var(--nb-white);
}
.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.12);
margin-top: var(--nb-space-2xl);
padding-top: var(--nb-space-lg);
font-size: var(--nb-text-xs);
color: #8198ac;
} .home-hero {
padding: var(--nb-space-3xl) 0 var(--nb-space-2xl);
background: var(--nb-surface-alt);
border-bottom: 1px solid var(--nb-border);
}
.home-hero__inner {
max-width: var(--nb-width-content);
margin: 0 auto;
}
.home-hero__title {
font-size: clamp(1.75rem, 3.5vw, 2.5rem);
line-height: 1.35;
color: var(--nb-navy);
margin-top: var(--nb-space-xs);
margin-bottom: var(--nb-space-md);
font-weight: 900;
letter-spacing: -0.02em;
}
.home-hero__title em {
font-style: normal;
color: var(--nb-primary);
}
.home-hero__lead {
font-size: var(--nb-text-lg);
color: var(--nb-text-muted);
line-height: 1.7;
max-width: 800px;
margin-bottom: var(--nb-space-xl);
}
.home-hero__actions {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: var(--nb-space-md);
margin-bottom: var(--nb-space-lg);
}
.home-hero__trust {
font-size: var(--nb-text-xs);
color: var(--nb-text-light);
margin: 0;
}
.home-section {
padding: var(--nb-space-3xl) 0;
border-bottom: 1px solid var(--nb-border-light);
}
.home-section--featured {
background: var(--nb-bg);
}
.home-section--topics {
background: var(--nb-surface);
}
.home-section--products {
background: var(--nb-bg);
}
.home-section--diagnosis {
background: var(--nb-surface-alt);
}
.home-section--latest {
background: var(--nb-bg);
}
.home-section__header {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: var(--nb-space-md);
margin-bottom: var(--nb-space-xl);
}
.home-section__title {
font-size: var(--nb-text-2xl);
font-weight: 800;
color: var(--nb-navy);
margin: 0;
line-height: 1.3;
}
.home-section__desc {
font-size: var(--nb-text-sm);
color: var(--nb-text-muted);
max-width: 720px;
margin-top: -12px;
margin-bottom: var(--nb-space-xl);
}
.home-section__more {
font-size: var(--nb-text-sm);
font-weight: 700;
color: var(--nb-primary);
white-space: nowrap;
flex-shrink: 0;
}
.home-section__more:hover {
color: var(--nb-primary-hover);
text-decoration: underline;
} .article-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
gap: var(--nb-space-xl);
}
.article-grid--featured {
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.topics-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: var(--nb-space-md);
}
.topic-chip {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 18px;
border: 1px solid var(--nb-border);
border-radius: var(--nb-radius-md);
background: var(--nb-surface);
box-shadow: var(--nb-shadow-subtle);
transition: all 0.15s ease;
text-decoration: none;
}
.topic-chip:hover {
border-color: var(--nb-primary);
background: var(--nb-primary-subtle);
box-shadow: var(--nb-shadow-card);
}
.topic-chip__name {
font-size: var(--nb-text-sm);
font-weight: 700;
color: var(--nb-navy);
}
.topic-chip__count {
font-size: var(--nb-text-xs);
color: var(--nb-text-muted);
font-weight: 600;
} .products-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
gap: var(--nb-space-xl);
}
.product-card {
display: flex;
flex-direction: column;
border: 1px solid var(--nb-border);
border-radius: var(--nb-radius-lg);
padding: var(--nb-space-xl);
background: var(--nb-surface);
box-shadow: var(--nb-shadow-subtle);
transition: all 0.15s ease;
}
.product-card:hover {
transform: translateY(-2px);
box-shadow: var(--nb-shadow-hover);
border-color: var(--nb-primary);
}
.product-card__header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: var(--nb-space-md);
}
.product-card__score {
display: inline-flex;
align-items: baseline;
background: var(--nb-primary-subtle);
color: var(--nb-primary);
padding: 4px 10px;
border-radius: var(--nb-radius-full);
}
.product-card__score strong {
font-size: 1.125rem;
font-weight: 900;
}
.product-card__score span {
font-size: var(--nb-text-xs);
margin-left: 2px;
opacity: 0.8;
}
.product-card__checked {
font-size: var(--nb-text-xs);
color: var(--nb-text-muted);
}
.product-card__title {
font-size: 1.15rem;
line-height: 1.4;
margin: 0 0 var(--nb-space-sm);
}
.product-card__title a {
color: var(--nb-navy);
}
.product-card__title a:hover {
color: var(--nb-primary);
}
.product-card__excerpt {
font-size: var(--nb-text-xs);
color: var(--nb-text-muted);
line-height: 1.6;
margin-bottom: var(--nb-space-md);
flex-grow: 1;
}
.product-card__meta {
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(--nb-space-sm);
background: var(--nb-surface-alt);
padding: 10px 14px;
border-radius: var(--nb-radius-md);
margin: 0 0 var(--nb-space-md);
}
.product-card__meta dt {
font-size: var(--nb-text-xs);
color: var(--nb-text-muted);
}
.product-card__meta dd {
margin: 2px 0 0;
font-size: var(--nb-text-sm);
font-weight: 700;
color: var(--nb-navy);
}
.product-card__link {
font-size: var(--nb-text-sm);
font-weight: 700;
color: var(--nb-primary);
display: inline-flex;
align-items: center;
gap: 4px;
}
.product-card__link:hover {
color: var(--nb-primary-hover);
text-decoration: underline;
}
.product-card--placeholder {
border-style: dashed;
text-align: center;
justify-content: center;
} .diagnosis-box {
display: grid;
grid-template-columns: 1fr 1.2fr;
gap: var(--nb-space-2xl);
border: 1px solid var(--nb-border);
border-radius: var(--nb-radius-lg);
padding: var(--nb-space-2xl);
background: var(--nb-surface);
box-shadow: var(--nb-shadow-card);
}
.diagnosis-box__title {
font-size: var(--nb-text-2xl);
line-height: 1.3;
color: var(--nb-navy);
margin: 0 0 var(--nb-space-md);
}
.diagnosis-box__desc {
font-size: var(--nb-text-sm);
color: var(--nb-text-muted);
line-height: 1.7;
margin: 0;
}
.diagnosis-form {
display: flex;
flex-direction: column;
gap: var(--nb-space-md);
}
.diagnosis-form__group {
display: flex;
flex-direction: column;
gap: 6px;
}
.diagnosis-form__group label {
font-size: var(--nb-text-xs);
font-weight: 700;
color: var(--nb-navy);
}
.diagnosis-form__group select {
border: 1px solid var(--nb-border);
border-radius: var(--nb-radius-md);
padding: 10px 14px;
font-family: inherit;
font-size: var(--nb-text-sm);
background: var(--nb-surface);
color: var(--nb-text);
}
.diagnosis-form__group select:focus {
outline: 2px solid var(--nb-border-focus);
outline-offset: 2px;
}
.diagnosis-form__submit {
width: 100%;
margin-top: var(--nb-space-sm);
}
.diagnosis-result {
border: 1px solid var(--nb-primary);
border-radius: var(--nb-radius-md);
padding: var(--nb-space-md);
background: var(--nb-primary-subtle);
margin-top: var(--nb-space-md);
font-size: var(--nb-text-sm);
}
.diagnosis-result strong {
display: block;
color: var(--nb-primary);
margin-bottom: 4px;
}
.diagnosis-result p {
margin: 0 0 var(--nb-space-sm);
color: var(--nb-navy);
} .page-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 300px;
gap: var(--nb-space-2xl);
padding-block: var(--nb-space-2xl);
}
.page-layout__main {
min-width: 0;
}
.page-layout__aside {
position: relative;
}
.page-head {
padding: var(--nb-space-2xl) 0;
background: var(--nb-surface-alt);
border-bottom: 1px solid var(--nb-border);
}
.page-head__title {
font-size: clamp(1.5rem, 3vw, 2.25rem);
line-height: 1.3;
color: var(--nb-navy);
margin: 0 0 var(--nb-space-sm);
}
.page-head__desc {
font-size: var(--nb-text-sm);
color: var(--nb-text-muted);
line-height: 1.7;
max-width: 720px;
margin: 0;
} .nb-pagination-wrapper {
margin-top: var(--nb-space-3xl);
display: flex;
justify-content: center;
}
.nb-pagination-wrapper .navigation.pagination {
width: 100%;
}
.nb-pagination-wrapper .nav-links {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}
.nb-pagination-wrapper .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 40px;
height: 40px;
padding: 0 12px;
border: 1px solid var(--nb-border);
border-radius: var(--nb-radius-md);
background: var(--nb-surface);
color: var(--nb-navy);
font-size: var(--nb-text-sm);
font-weight: 700;
text-decoration: none;
transition: all 0.15s ease;
}
.nb-pagination-wrapper .page-numbers:hover {
border-color: var(--nb-primary);
color: var(--nb-primary);
background: var(--nb-primary-subtle);
}
.nb-pagination-wrapper .page-numbers.current {
background: var(--nb-primary);
color: var(--nb-white);
border-color: var(--nb-primary);
} .empty-state {
border: 1px dashed var(--nb-border);
border-radius: var(--nb-radius-lg);
padding: var(--nb-space-3xl) var(--nb-space-xl);
text-align: center;
background: var(--nb-surface);
}
.empty-state__title {
font-size: var(--nb-text-xl);
color: var(--nb-navy);
margin: var(--nb-space-xs) 0 var(--nb-space-sm);
}
.empty-state__text {
color: var(--nb-text-muted);
font-size: var(--nb-text-base);
margin: 0 0 var(--nb-space-lg);
}
.empty-state__actions {
display: flex;
justify-content: center;
gap: var(--nb-space-md);
flex-wrap: wrap;
} .search-page-form {
margin-top: var(--nb-space-md);
}
.search-form__inner {
display: flex;
gap: 8px;
max-width: 520px;
}
.search-form__inner input[type="search"] {
flex: 1;
border: 1px solid var(--nb-border);
border-radius: var(--nb-radius-md);
padding: 10px 14px;
font-family: inherit;
font-size: var(--nb-text-sm);
background: var(--nb-surface);
color: var(--nb-text);
}
.search-form__inner input[type="search"]:focus {
outline: 2px solid var(--nb-border-focus);
outline-offset: 2px;
}
.page-featured-image {
margin: 0 0 var(--nb-space-2xl);
border-radius: var(--nb-radius-lg);
overflow: hidden;
box-shadow: var(--nb-shadow-card);
}
.page-featured-image__img {
width: 100%;
height: auto;
display: block;
}
.page-layout-single {
padding-bottom: var(--nb-space-3xl);
}
.error-box {
text-align: center;
padding: var(--nb-space-3xl) var(--nb-space-xl);
max-width: 640px;
margin: var(--nb-space-2xl) auto;
}
.error-box__code {
font-size: clamp(4rem, 10vw, 7rem);
font-weight: 900;
color: var(--nb-border);
line-height: 1;
margin-bottom: var(--nb-space-md);
}
.error-box__title {
font-size: var(--nb-text-2xl);
color: var(--nb-navy);
margin: 0 0 var(--nb-space-sm);
}
.error-box__desc {
font-size: var(--nb-text-sm);
color: var(--nb-text-muted);
line-height: 1.7;
margin: 0 0 var(--nb-space-xl);
}
.error-box__form {
margin-bottom: var(--nb-space-xl);
}
.error-box__form .search-form__inner {
margin: 0 auto;
}
.error-box__actions {
display: flex;
justify-content: center;
gap: var(--nb-space-md);
flex-wrap: wrap;
} .product-detail-head {
padding: var(--nb-space-xl) 0 var(--nb-space-2xl);
background: var(--nb-surface-alt);
border-bottom: 1px solid var(--nb-border);
margin-bottom: var(--nb-space-2xl);
}
.product-detail-head__grid {
display: grid;
grid-template-columns: 1fr auto;
gap: var(--nb-space-2xl);
align-items: center;
}
.product-detail-head__taxonomies {
display: flex;
gap: 6px;
margin-bottom: var(--nb-space-sm);
flex-wrap: wrap;
}
.product-detail-head__title {
font-size: clamp(1.75rem, 3.5vw, 2.25rem);
line-height: 1.3;
color: var(--nb-navy);
margin: 0 0 var(--nb-space-sm);
}
.product-detail-head__excerpt {
font-size: var(--nb-text-base);
color: var(--nb-text-muted);
line-height: 1.6;
margin: 0 0 var(--nb-space-md);
}
.product-detail-head__checked {
font-size: var(--nb-text-xs);
color: var(--nb-text-muted);
display: flex;
gap: 6px;
}
.product-score-badge {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 108px;
height: 108px;
border-radius: var(--nb-radius-lg);
background: var(--nb-primary);
color: var(--nb-white);
box-shadow: 0 6px 18px rgba(15, 91, 76, 0.25);
flex-shrink: 0;
}
.product-score-badge__label {
font-size: 0.65rem;
font-weight: 700;
opacity: 0.9;
letter-spacing: 0.05em;
}
.product-score-badge__value {
display: flex;
align-items: baseline;
}
.product-score-badge__value strong {
font-size: 2rem;
font-weight: 900;
line-height: 1;
}
.product-score-badge__value small {
font-size: 0.75rem;
margin-left: 2px;
opacity: 0.8;
}
.product-score-badge__unrated {
font-size: 1rem;
font-weight: 700;
letter-spacing: 0.05em;
opacity: 0.95;
}
.product-card__score-unrated {
font-size: 0.85rem;
font-weight: 700;
color: var(--nb-text-muted);
}
.facts-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 1px;
background: var(--nb-border-light);
border: 1px solid var(--nb-border);
border-radius: var(--nb-radius-lg);
overflow: hidden;
margin-bottom: var(--nb-space-2xl);
}
.facts-item {
padding: var(--nb-space-md) var(--nb-space-lg);
background: var(--nb-surface);
display: flex;
flex-direction: column;
gap: 4px;
}
.facts-item__label {
font-size: var(--nb-text-xs);
color: var(--nb-text-muted);
}
.facts-item__value {
font-size: var(--nb-text-sm);
color: var(--nb-navy);
}
.product-section {
margin-bottom: var(--nb-space-2xl);
}
.product-section__title {
font-size: var(--nb-text-xl);
font-weight: 800;
color: var(--nb-navy);
margin: 0 0 var(--nb-space-lg);
padding-bottom: 8px;
border-bottom: 2px solid var(--nb-primary-subtle);
} @media (max-width: 900px) {
.header-cta {
display: none;
}
.menu-toggle {
display: block;
}
.primary-nav {
display: none;
position: absolute;
top: 72px;
left: 0;
right: 0;
background: var(--nb-surface);
border-bottom: 1px solid var(--nb-border);
padding: var(--nb-space-lg) var(--nb-space-xl);
box-shadow: var(--nb-shadow-card);
}
.primary-nav.is-open {
display: block;
}
.nav-list {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: var(--nb-space-md);
}
.article-layout,
.page-layout,
.detail-layout {
grid-template-columns: 1fr;
gap: var(--nb-space-xl);
}
.diagnosis-box {
grid-template-columns: 1fr;
gap: var(--nb-space-xl);
}
.product-detail-head__grid {
grid-template-columns: 1fr;
gap: var(--nb-space-lg);
}
.product-score-badge {
width: auto;
height: auto;
padding: 8px 16px;
flex-direction: row;
gap: 8px;
border-radius: var(--nb-radius-full);
display: inline-flex;
}
.article-related__grid {
grid-template-columns: 1fr;
}
.article-navigation__grid {
grid-template-columns: 1fr;
}
.article-navigation__item--next {
text-align: left;
align-items: flex-start;
}
.footer-grid {
grid-template-columns: 1fr;
gap: var(--nb-space-xl);
}
}
@media (max-width: 600px) {
.site-shell {
width: min(calc(100% - 28px), var(--nb-width-wide));
}
.brand-text small {
display: none;
}
.article-title {
font-size: 1.5rem;
}
.article-meta {
gap: var(--nb-space-sm);
}
.article-grid,
.products-grid {
grid-template-columns: 1fr;
}
.facts-grid {
grid-template-columns: 1fr;
}
.search-form__inner {
flex-direction: column;
}
.home-hero__title {
font-size: 1.6rem;
}
.home-hero__lead {
font-size: var(--nb-text-base);
}
.home-section__header {
flex-direction: column;
align-items: flex-start;
}
}