.wpp-no-data {
} .wpp-list { li {
overflow: hidden;
float: none;
clear: both;
margin-bottom: 1rem;
&:last-of-type {
margin-bottom: 0;
} &.current {
}
a {
&:has(.wpp-thumbnail) {
display: block;
float: left;
margin: 0 1rem 0 0;
.wpp-thumbnail {
display: block;
border: none;
&.wpp_def_no_src {
object-fit: contain;
}
}
}
} .wpp-post-title {
} .wpp-excerpt {
display: block;
} .wpp-meta, .post-stats {
display: block;
font-size: 0.8em;
} .wpp-comments {
} .wpp-views {
} .wpp-author {
} .wpp-date {
} .wpp-category {
} .wpp-rating {
}
}
}:root {
--dm-ink: #203631;
--dm-muted: #586861;
--dm-brand: #267168;
--dm-brand-dark: #183f3a;
--dm-mint: #e7f0e8;
--dm-mint-soft: #f2f7f2;
--dm-coral: #e9785c;
--dm-coral-dark: #b94f3d;
--dm-yellow: #f7e7ae;
--dm-paper: #fff8ee;
--dm-food: #e9785c;
--dm-move: #3b7f86;
--dm-habit: #d5a52f;
--dm-white: #fff;
--dm-line: #d7e2dd;
--dm-shadow: 0 18px 50px rgba(24, 49, 43, .09);
--dm-radius-sm: .75rem;
--dm-radius: 1.25rem;
--dm-radius-lg: 2rem;
--dm-reading: 46rem;
--dm-wide: 74rem;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
background: var(--dm-paper);
color: var(--dm-ink);
font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, system-ui, sans-serif;
font-size: 1rem;
line-height: 1.85;
text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
iframe { max-width: 100%; }
a { color: var(--dm-brand); text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--dm-brand-dark); }
button, input, select, textarea { font: inherit; }
button, [type="button"], [type="submit"] { cursor: pointer; }
:focus-visible { outline: 3px solid #f0a629; outline-offset: 3px; }
::selection { background: var(--dm-yellow); color: var(--dm-ink); }
.screen-reader-text {
position: absolute !important;
width: 1px; height: 1px; padding: 0; margin: -1px;
overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
z-index: 100000; top: .75rem; left: .75rem; width: auto; height: auto;
padding: .75rem 1rem; clip: auto; background: var(--dm-white); color: var(--dm-ink);
border-radius: .5rem; box-shadow: var(--dm-shadow);
}
.dm-container { width: min(calc(100% - 2rem), var(--dm-wide)); margin-inline: auto; }
.dm-reading { width: min(100%, var(--dm-reading)); margin-inline: auto; }
.dm-site-main { min-height: 60vh; }
.dm-site-header {
position: relative; z-index: 20; background: rgba(255, 253, 248, .96);
border-bottom: 1px solid rgba(24, 49, 43, .1);
}
.dm-header-inner { min-height: 4.75rem; display: flex; align-items: center; gap: 2rem; }
.dm-brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--dm-ink); text-decoration: none; font-weight: 800; }
.dm-brand-mark { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border: 2px solid var(--dm-brand); border-radius: 50%; background: var(--dm-white); color: var(--dm-brand-dark); box-shadow: 0 5px 16px rgba(32, 54, 49, .08); }
.dm-brand-mark svg { width: 2.2rem; height: 2.2rem; overflow: visible; }
.dm-brand-mark__plate { fill: none; stroke: currentColor; stroke-width: 2; }
.dm-brand-mark__d { fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.dm-brand-mark__dot--food { fill: var(--dm-food); }
.dm-brand-mark__dot--move { fill: var(--dm-move); }
.dm-brand-mark__dot--habit { fill: var(--dm-habit); }
.dm-brand-copy { display: grid; line-height: 1.25; }
.dm-brand-copy small { color: var(--dm-muted); font-size: .68rem; font-weight: 600; letter-spacing: .08em; }
.dm-primary-nav { margin-left: auto; }
.dm-primary-nav ul { display: flex; align-items: center; gap: 1.4rem; margin: 0; padding: 0; list-style: none; }
.dm-primary-nav a { color: var(--dm-ink); font-size: .92rem; font-weight: 700; text-decoration: none; }
.dm-primary-nav a:hover { color: var(--dm-brand); }
.dm-menu-toggle { display: none; margin-left: auto; padding: .55rem .8rem; border: 1px solid var(--dm-line); border-radius: .7rem; background: var(--dm-white); color: var(--dm-ink); }
.dm-breadcrumbs { padding-block: 1rem; color: var(--dm-muted); font-size: .82rem; }
.dm-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0; padding: 0; list-style: none; }
.dm-breadcrumbs li:not(:last-child)::after { content: "›"; margin-left: .35rem; color: #87968f; }
.dm-breadcrumbs a { color: inherit; }
.dm-home-hero { position: relative; overflow: hidden; padding: clamp(3rem, 8vw, 7rem) 0 4rem; background: linear-gradient(135deg, #eff9f4 0%, #fffdf8 57%, #fff0e8 100%); }
.dm-home-hero::after { content: ""; position: absolute; right: -8rem; bottom: -9rem; width: 30rem; height: 30rem; border: 4rem solid rgba(18, 97, 77, .06); border-radius: 50%; }
.dm-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(18rem, .88fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.dm-eyebrow { margin: 0 0 .8rem; color: var(--dm-brand); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dm-home-hero h1, .dm-entry-header h1 { margin: 0; font-size: clamp(2.15rem, 6vw, 4.5rem); line-height: 1.16; letter-spacing: -.035em; }
.dm-home-hero h1 em { color: var(--dm-coral-dark); font-style: normal; }
.dm-hero-lead { max-width: 38rem; margin: 1.4rem 0 0; color: var(--dm-muted); font-size: clamp(1.02rem, 2vw, 1.18rem); }
.dm-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.dm-button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; gap: .45rem; padding: .72rem 1.25rem; border: 2px solid var(--dm-brand); border-radius: 999px; background: var(--dm-brand); color: var(--dm-white); font-weight: 800; text-decoration: none; }
.dm-button:hover { background: var(--dm-brand-dark); color: var(--dm-white); }
.dm-button--ghost { background: transparent; color: var(--dm-brand); }
.dm-button--ghost:hover { background: var(--dm-mint); color: var(--dm-brand-dark); }
.dm-hero-card { position: relative; padding: 1.5rem; border: 1px solid rgba(18, 97, 77, .13); border-radius: var(--dm-radius-lg); background: rgba(255, 255, 255, .78); box-shadow: var(--dm-shadow); backdrop-filter: blur(10px); }
.dm-hero-card h2 { margin: 0 0 1rem; font-size: 1.15rem; }
.dm-mini-plan { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; counter-reset: plan; }
.dm-mini-plan li { display: grid; grid-template-columns: 2.2rem 1fr; gap: .75rem; align-items: center; }
.dm-mini-plan li::before { counter-increment: plan; content: counter(plan); display: grid; place-items: center; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: var(--dm-mint); color: var(--dm-brand-dark); font-weight: 900; }
.dm-section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.dm-section--mint { background: var(--dm-mint-soft); }
.dm-section-heading { display: flex; justify-content: space-between; gap: 1.5rem; align-items: end; margin-bottom: 1.75rem; }
.dm-section-heading h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.35; }
.dm-section-heading p { max-width: 36rem; margin: .5rem 0 0; color: var(--dm-muted); }
.dm-section-link { flex: none; font-weight: 800; }
.dm-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.dm-card { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--dm-line); border-radius: var(--dm-radius); background: var(--dm-white); box-shadow: 0 8px 24px rgba(24, 49, 43, .05); }
.dm-card__image { aspect-ratio: 16 / 9; overflow: hidden; background: var(--dm-mint); }
.dm-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.dm-card:hover .dm-card__image img { transform: scale(1.025); }
.dm-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.15rem; }
.dm-card__meta { margin: 0 0 .45rem; color: var(--dm-muted); font-size: .78rem; }
.dm-card h2, .dm-card h3 { margin: 0; font-size: 1.08rem; line-height: 1.55; }
.dm-card h2 a, .dm-card h3 a { color: var(--dm-ink); text-decoration: none; }
.dm-card h2 a::after, .dm-card h3 a::after { content: ""; position: absolute; inset: 0; }
.dm-card__excerpt { margin: .7rem 0 0; color: var(--dm-muted); font-size: .88rem; }
.dm-path-card { padding: 1.4rem; }
.dm-path-icon { display: grid; place-items: center; width: 3rem; height: 3rem; margin-bottom: 1rem; border-radius: 1rem; background: var(--dm-mint); color: var(--dm-brand-dark); font-size: 1.3rem; font-weight: 900; }
.dm-path-card:nth-child(2) .dm-path-icon { background: #fff0e8; color: var(--dm-coral-dark); }
.dm-path-card:nth-child(3) .dm-path-icon { background: var(--dm-yellow); color: #765c08; }
.dm-path-card p { color: var(--dm-muted); }
.dm-path-card a { position: static; font-weight: 800; }
.dm-entry-header { padding: clamp(2.5rem, 7vw, 5rem) 0 2.25rem; background: linear-gradient(180deg, var(--dm-mint-soft), var(--dm-paper)); }
.dm-entry-header .dm-reading { position: relative; }
.dm-entry-header h1 { font-size: clamp(2rem, 5vw, 3.55rem); }
.dm-modern-article .dm-entry-header h1 { font-size: clamp(1.95rem, 3vw, 2.75rem); }
.dm-entry-meta { display: flex; flex-wrap: wrap; gap: .55rem 1rem; margin-top: 1.2rem; color: var(--dm-muted); font-size: .84rem; }
.dm-entry-meta a { color: inherit; }
.dm-featured-image { width: min(calc(100% - 2rem), 62rem); margin: 0 auto clamp(2rem, 5vw, 4rem); overflow: hidden; border-radius: var(--dm-radius-lg); box-shadow: var(--dm-shadow); }
.dm-featured-image img { width: 100%; }
.dm-entry-layout { width: min(calc(100% - 2rem), var(--dm-wide)); margin: 0 auto; padding-bottom: 4rem; }
.dm-entry-main { min-width: 0; }
.dm-entry-content { width: min(100%, var(--dm-reading)); margin-inline: auto; font-size: clamp(1rem, 1.1vw, 1.065rem); }
.dm-entry-content > *:first-child { margin-top: 0; }
.dm-entry-content p { margin: 1.25em 0; }
.dm-entry-content h2 { margin: 3.2rem 0 1.15rem; padding-top: .2rem; font-size: clamp(1.55rem, 3.2vw, 2rem); line-height: 1.45; }
.dm-entry-content h2::before { content: ""; display: block; width: 2.8rem; height: .32rem; margin-bottom: .8rem; border-radius: 999px; background: var(--dm-coral); }
.dm-entry-content h3 { margin: 2.2rem 0 .75rem; font-size: 1.3rem; line-height: 1.55; }
.dm-entry-content h4 { margin: 1.8rem 0 .6rem; font-size: 1.08rem; }
.dm-entry-content ul, .dm-entry-content ol { padding-left: 1.4em; }
.dm-entry-content li { margin-block: .5em; }
.dm-entry-content blockquote { margin: 2rem 0; padding: 1.2rem 1.4rem; border-left: .35rem solid var(--dm-brand); background: var(--dm-mint-soft); }
.dm-entry-content table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.dm-entry-content th, .dm-entry-content td { padding: .75rem; border: 1px solid var(--dm-line); text-align: left; vertical-align: top; }
.dm-entry-content th { background: var(--dm-mint-soft); }
.dm-table-scroll { max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
.dm-table-scroll:focus-visible { outline: 3px solid rgba(47, 118, 91, .3); outline-offset: .2rem; }
.dm-entry-content figcaption { margin-top: .5rem; color: var(--dm-muted); font-size: .8rem; text-align: center; }
.dm-references { margin: 3rem 0 1rem; border-top: 1px solid var(--dm-line); color: var(--dm-muted); font-size: .86rem; }
.dm-references summary { padding: 1rem 0; color: var(--dm-muted); font-weight: 700; cursor: pointer; }
.dm-references ul { margin: 0 0 1rem; }
.dm-ad-slot { clear: both; width: 100%; min-height: 5rem; margin: 2.25rem 0; overflow: hidden; text-align: center; }
.dm-ad-slot ins { max-width: 100%; }
.dm-ad-slot:has(ins[data-ad-status="unfilled"]) { min-height: 0; margin-block: 0; }
.dm-ad-slot ins[data-ad-status="unfilled"] { display: none !important; }
.dm-entry-footer { width: min(100%, var(--dm-reading)); margin: 2rem auto 0; padding-top: 1.5rem; border-top: 1px solid var(--dm-line); }
.dm-tags { display: flex; flex-wrap: wrap; gap: .5rem; }
.dm-tags a { padding: .3rem .65rem; border-radius: 999px; background: var(--dm-mint-soft); font-size: .78rem; text-decoration: none; }
.dm-author-note { margin-top: 2rem; padding: 1.25rem; border: 1px solid var(--dm-line); border-radius: var(--dm-radius); background: var(--dm-white); }
.dm-author-note strong { display: block; margin-bottom: .3rem; }
.dm-post-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; width: min(100%, var(--dm-reading)); margin: 3rem auto; }
.dm-post-nav a { display: block; padding: 1rem; border: 1px solid var(--dm-line); border-radius: var(--dm-radius-sm); background: var(--dm-white); color: var(--dm-ink); font-weight: 700; text-decoration: none; }
.dm-related { padding: 3.5rem 0; background: var(--dm-mint-soft); }
.dm-page-header { padding: 3rem 0 1.5rem; }
.dm-page-header h1, .dm-archive-header h1 { margin: 0; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.25; }
.dm-archive-header { padding: 3rem 0 2rem; }
.dm-archive-header p { max-width: 42rem; color: var(--dm-muted); }
.dm-pagination { margin: 2.5rem 0; }
.dm-pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .45rem; }
.dm-pagination a, .dm-pagination span { display: grid; min-width: 2.7rem; min-height: 2.7rem; place-items: center; padding: .35rem; border: 1px solid var(--dm-line); border-radius: .6rem; background: var(--dm-white); text-decoration: none; }
.dm-pagination .current { border-color: var(--dm-brand); background: var(--dm-brand); color: var(--dm-white); }
.dm-empty { padding: 3rem; border-radius: var(--dm-radius); background: var(--dm-mint-soft); text-align: center; }
.dm-tool-shell { padding-bottom: 4rem; }
.dm-tool-header { padding: clamp(2.5rem, 7vw, 5rem) 0 2.5rem; background: linear-gradient(145deg, var(--dm-brand-dark), var(--dm-brand)); color: var(--dm-white); }
.dm-tool-header .dm-eyebrow, .dm-tool-header .dm-entry-meta { color: #cfeae0; }
.dm-tool-header h1 { max-width: 50rem; margin: 0; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.24; }
.dm-tool-content { width: min(calc(100% - 2rem), 62rem); margin: -1rem auto 0; padding: clamp(1.2rem, 4vw, 2.5rem); border-radius: var(--dm-radius-lg); background: var(--dm-paper); box-shadow: var(--dm-shadow); }
.dm-site-footer { padding: 3rem 0 1.5rem; background: var(--dm-ink); color: #dce8e3; }
.dm-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.dm-site-footer a { color: #eef8f4; }
.dm-footer-title { margin: 0 0 .6rem; color: var(--dm-white); font-size: 1.15rem; }
.dm-footer-nav ul { margin: 0; padding: 0; list-style: none; }
.dm-footer-nav li { margin: .4rem 0; }
.dm-copyright { margin: 2rem 0 0; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .75rem; }
@media (max-width: 840px) {
.dm-menu-toggle { display: inline-flex; }
.dm-primary-nav { position: absolute; top: 100%; left: 0; width: 100%; padding: 0 1rem 1rem; background: var(--dm-paper); border-bottom: 1px solid var(--dm-line); }
.dm-primary-nav:not([data-open="true"]) { display: none; }
.dm-primary-nav ul { display: grid; gap: 0; }
.dm-primary-nav a { display: block; padding: .75rem; border-bottom: 1px solid var(--dm-line); }
.dm-hero-grid, .dm-footer-grid { grid-template-columns: 1fr; }
.dm-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 580px) {
.dm-container { width: min(calc(100% - 1.25rem), var(--dm-wide)); }
.dm-header-inner { min-height: 4.25rem; }
.dm-brand-copy small { display: none; }
.dm-home-hero { padding-top: 2.5rem; }
.dm-home-hero h1, .dm-entry-header h1 { letter-spacing: -.02em; }
.dm-modern-article .dm-entry-header h1 { font-size: clamp(1.75rem, 7.2vw, 2.2rem); }
.dm-card-grid, .dm-post-nav { grid-template-columns: 1fr; }
.dm-section-heading { display: block; }
.dm-section-link { display: inline-block; margin-top: .75rem; }
.dm-entry-content h2 { margin-top: 2.6rem; }
.dm-tool-content { width: calc(100% - 1rem); padding: 1rem; border-radius: var(--dm-radius); }
} .dm-dashboard-home { min-height: 100vh; background: #fbf6ed; }
.dm-dashboard-container { width: min(calc(100% - 3rem), 68rem); margin: 0 auto; padding: clamp(2rem, 5vw, 4rem) 0 5rem; }
.dm-dashboard-intro { display: flex; justify-content: space-between; gap: 2rem; align-items: start; margin-bottom: 1.4rem; }
.dm-dashboard-eyebrow { margin: 0 0 .35rem; color: #08776c; font-size: .75rem; font-weight: 900; letter-spacing: .14em; }
.dm-dashboard-intro h1 { margin: 0; max-width: none; font-size: clamp(2.4rem, 5vw, 4rem); letter-spacing: -.045em; }
.dm-dashboard-intro p:not(.dm-dashboard-eyebrow) { max-width: 46rem; margin: .65rem 0 0; color: var(--dm-muted); }
.dm-dashboard-chip { flex: 0 0 auto; margin-top: .35rem; padding: .65rem 1rem; border-radius: 999px; background: #fff1bd; color: #795b06; font-size: .82rem; font-weight: 900; text-decoration: none; }
.dm-dashboard-overview { display: grid; grid-template-columns: minmax(0, 2fr) minmax(14rem, 1fr); gap: 1rem; align-items: stretch; }
.dm-dashboard-summary { position: relative; overflow: hidden; padding: clamp(1.25rem, 3vw, 2rem); border-radius: 1.7rem; background: linear-gradient(135deg, #137b70, #239889); color: #fff; box-shadow: 0 22px 48px rgba(12, 94, 83, .16); }
.dm-dashboard-summary::after { content: ""; position: absolute; right: -5rem; top: -6rem; width: 16rem; height: 16rem; border: 2rem solid rgba(255,255,255,.07); border-radius: 50%; }
.dm-dashboard-summary__top { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 1rem; font-size: .8rem; }
.dm-dashboard-summary__top a { color: #fff; font-weight: 800; }
.dm-dashboard-metrics { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .7rem; margin-top: 1rem; }
.dm-dashboard-metrics a { display: grid; justify-items: center; padding: 1rem .5rem; border-radius: 1.1rem; background: rgba(255,255,255,.12); color: #fff; text-align: center; text-decoration: none; }
.dm-dashboard-ring { display: grid; width: 4.2rem; height: 4.2rem; place-items: center; margin-bottom: .55rem; border: .45rem solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(0,0,0,.04); }
.dm-dashboard-ring--body { border-top-color: #fed06d; }
.dm-dashboard-ring--food { border-right-color: #ff8f7c; }
.dm-dashboard-ring--habit { border-bottom-color: #8ddae0; }
.dm-dashboard-ring b { font-size: 1.05rem; }
.dm-dashboard-metrics strong, .dm-dashboard-metrics small { display: block; }
.dm-dashboard-metrics small { margin-top: .2rem; color: #e2f6f1; font-size: .72rem; }
.dm-dashboard-message { position: relative; z-index: 1; max-width: 38rem; margin: 1rem 0 0; padding: .8rem 1rem; border-radius: .8rem; background: rgba(255,255,255,.13); font-size: .85rem; }
.dm-dashboard-side { display: grid; gap: 1rem; }
.dm-dashboard-note, .dm-dashboard-privacy { padding: 1.15rem; border: 1px solid #d8e3de; border-radius: 1.25rem; background: #fff; box-shadow: 0 10px 28px rgba(24,49,43,.05); }
.dm-dashboard-note { display: grid; grid-template-columns: auto minmax(0,1fr); gap: .8rem; }
.dm-dashboard-note > span { display: grid; width: 2.7rem; height: 2.7rem; place-items: center; border-radius: 50%; background: #fff1bd; color: #7a5b00; font-weight: 900; }
.dm-dashboard-note h2 { margin: 0; font-size: 1rem; }
.dm-dashboard-note p, .dm-dashboard-privacy p { margin: .35rem 0; color: var(--dm-muted); font-size: .78rem; line-height: 1.65; }
.dm-dashboard-note a { font-size: .78rem; font-weight: 900; }
.dm-dashboard-privacy strong { font-size: .85rem; }
.dm-dashboard-section { margin-top: clamp(2rem, 5vw, 3.5rem); }
.dm-dashboard-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: end; margin-bottom: .9rem; }
.dm-dashboard-heading h2 { margin: 0; font-size: clamp(1.45rem, 3vw, 2rem); }
.dm-dashboard-heading > a { flex: 0 0 auto; color: var(--dm-brand); font-size: .82rem; font-weight: 900; }
.dm-dashboard-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dm-dashboard-actions > a { min-height: 6rem; padding: 1rem 1.1rem; border-radius: 1.25rem; box-shadow: 0 8px 24px rgba(24,49,43,.045); }
.dm-dashboard-action-icon { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: 1rem; font-weight: 900; }
.dm-dashboard-action-icon--food { background: #ffebe5; color: var(--dm-food); }
.dm-dashboard-action-icon--body { background: #e5f3ef; color: var(--dm-brand); }
.dm-dashboard-action-icon--move { background: #e7f2f3; color: var(--dm-move); }
.dm-dashboard-feature { margin-top: 0; grid-template-columns: minmax(15rem, .9fr) minmax(0, 1.4fr); }
.dm-dashboard-feature__visual { display: flex; align-items: center; justify-content: center; gap: .6rem; min-height: 15rem; background: linear-gradient(135deg, #ffd06e, #f38d77); }
.dm-dashboard-feature__visual span { display: grid; width: 4.5rem; height: 4.5rem; place-items: center; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--dm-brand-dark); font-weight: 900; }
.dm-dashboard-feature__visual i { width: 1.5rem; height: 2px; background: rgba(24,63,58,.45); }
.dm-dashboard-articles { margin-top: 1rem; }
.dm-dashboard-latest { padding-bottom: 1rem; }
.dm-dashboard-mobile-nav { display: none; }
@media (min-width: 961px) {
.home .dm-site-header { position: fixed; z-index: 20; inset: 0 auto 0 0; width: 14.5rem; height: 100vh; padding: 1.25rem 1rem; background: #10473f; color: #fff; }
.home .dm-header-inner { display: flex; width: 100%; height: 100%; flex-direction: column; align-items: stretch; }
.home .dm-brand { color: #fff; }
.home .dm-brand-copy small { color: #cde4dc; }
.home .dm-brand-mark { background: #fff; }
.home .dm-primary-nav { margin-top: 2rem; }
.home .dm-primary-nav ul { display: grid; gap: .35rem; }
.home .dm-primary-nav a { display: block; padding: .8rem .9rem; border-radius: .8rem; color: #edf8f4; }
.home .dm-primary-nav a:hover { background: rgba(255,255,255,.12); }
.home .dm-site-main, .home .dm-site-footer { margin-left: 14.5rem; }
.home .dm-site-footer .dm-container { max-width: 68rem; }
}
@media (max-width: 960px) {
.dm-dashboard-container { width: min(calc(100% - 2rem), 68rem); padding-top: 2rem; }
.dm-dashboard-overview { grid-template-columns: 1fr; }
.dm-dashboard-side { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
.home { padding-bottom: 4.5rem; }
.dm-dashboard-container { width: min(calc(100% - 1.5rem), 42rem); padding-top: 1.5rem; }
.dm-dashboard-intro { display: block; }
.dm-dashboard-intro h1 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
.dm-dashboard-chip { display: inline-flex; margin-top: 1rem; }
.dm-dashboard-metrics { grid-template-columns: 1fr; }
.dm-dashboard-metrics a { grid-template-columns: auto minmax(0,1fr); justify-items: start; gap: 0 .75rem; text-align: left; }
.dm-dashboard-ring { grid-row: 1 / 3; width: 3.5rem; height: 3.5rem; margin: 0; }
.dm-dashboard-side, .dm-dashboard-actions, .dm-dashboard-feature, .dm-dashboard-articles { grid-template-columns: 1fr; }
.dm-dashboard-feature__visual { min-height: 11rem; }
.dm-dashboard-mobile-nav { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); padding: .45rem .35rem calc(.45rem + env(safe-area-inset-bottom)); border-top: 1px solid var(--dm-line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.dm-dashboard-mobile-nav a { display: grid; justify-items: center; gap: .15rem; color: var(--dm-muted); font-size: .68rem; text-decoration: none; }
.dm-dashboard-mobile-nav b { font-size: 1rem; }
.dm-dashboard-mobile-nav .is-current { color: var(--dm-brand); }
} .dm-feature-story--action { background: var(--dm-brand-dark); }
.dm-action-diagram { display: flex; align-items: center; justify-content: center; gap: clamp(.4rem, 2vw, 1rem); padding: clamp(2rem, 5vw, 4rem); background: linear-gradient(145deg, #e8f3ed, #fff4e8); }
.dm-action-diagram span { display: grid; width: clamp(4.5rem, 10vw, 6.4rem); aspect-ratio: 1; place-items: center; align-content: center; border: 1px solid #bfd9cd; border-radius: 50%; background: #fff; color: var(--dm-brand-dark); font-weight: 900; box-shadow: 0 12px 28px rgba(24, 63, 58, .1); }
.dm-action-diagram b { color: var(--dm-coral-dark); font-size: .76rem; }
.dm-action-diagram i { width: clamp(1rem, 3vw, 2.2rem); height: 2px; background: var(--dm-brand); }
.dm-home-action-path { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .65rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.dm-home-action-path a { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .1rem .65rem; min-height: 5.5rem; align-content: center; padding: .9rem; border: 1px solid var(--dm-line); border-radius: 1rem; background: rgba(255,255,255,.92); color: var(--dm-ink); text-decoration: none; }
.dm-home-action-path span { grid-row: 1 / 3; display: grid; width: 2rem; height: 2rem; place-items: center; align-self: center; border-radius: 50%; background: var(--dm-mint); color: var(--dm-brand-dark); font-weight: 900; }
.dm-home-action-path b, .dm-home-action-path small { display: block; }
.dm-home-action-path small { color: var(--dm-muted); font-size: .75rem; }
.dm-tools-hub { margin-top: .5rem; }
.dm-tools-lead { max-width: 48rem; font-size: 1.05rem; }
.dm-tools-stepper { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .65rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; counter-reset: toolstep; }
.dm-tools-stepper li { position: relative; padding: 1rem .85rem 1rem 3rem; border: 1px solid var(--dm-line); border-radius: 1rem; background: var(--dm-mint-soft); }
.dm-tools-stepper li::before { counter-increment: toolstep; content: counter(toolstep); position: absolute; top: 50%; left: .8rem; display: grid; width: 1.7rem; height: 1.7rem; place-items: center; transform: translateY(-50%); border-radius: 50%; background: var(--dm-brand); color: #fff; font-weight: 900; }
.dm-tools-stepper b, .dm-tools-stepper small { display: block; }
.dm-tools-stepper small { margin-top: .15rem; color: var(--dm-muted); font-size: .75rem; }
.dm-tools-layout { display: grid; grid-template-columns: minmax(11rem, 14rem) minmax(0, 1fr); gap: clamp(1.25rem, 3vw, 2.25rem); align-items: start; }
.dm-tools-nav { position: sticky; top: 5.5rem; padding: 1rem; border: 1px solid var(--dm-line); border-radius: 1rem; background: #fff; }
.dm-tools-nav strong { display: block; margin-bottom: .55rem; }
.dm-tools-nav a { display: block; padding: .55rem .15rem; border-top: 1px dotted var(--dm-line); color: var(--dm-ink); text-decoration: none; }
.dm-tools-nav a:hover { color: var(--dm-brand); text-decoration: underline; }
.dm-tools-group { scroll-margin-top: 6rem; }
.dm-tools-group + .dm-tools-group { margin-top: 2.5rem; }
.dm-tools-group > h2 { margin-top: 0; }
.dm-tools-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
.dm-hub-tool-card { display: grid; grid-template-rows: auto auto 1fr auto; padding: 1.15rem; border: 1px solid var(--dm-line); border-top: 3px solid var(--dm-brand); border-radius: 1rem; background: #fff; box-shadow: 0 8px 24px rgba(24,49,43,.055); }
.dm-hub-tool-card--food { border-top-color: var(--dm-food); }
.dm-hub-tool-card--move { border-top-color: var(--dm-move); }
.dm-hub-tool-card h3 { margin: .55rem 0 .45rem; font-size: 1.12rem; }
.dm-hub-tool-card p { margin: 0 0 .8rem; font-size: .9rem; }
.dm-tool-meta { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0; padding: 0; list-style: none; }
.dm-tool-meta li { padding: .25rem .5rem; border-radius: 999px; background: var(--dm-mint-soft); color: var(--dm-muted); font-size: .7rem; font-weight: 800; }
.dm-hub-tool-card > a { align-self: end; font-weight: 900; }
.dm-tools-safety { margin-top: 2.5rem; padding: 1.25rem; border-radius: 1rem; background: var(--dm-mint-soft); }
@media (max-width: 900px) {
.dm-home-action-path, .dm-tools-stepper { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dm-tools-layout { grid-template-columns: 1fr; }
.dm-tools-nav { position: static; display: flex; flex-wrap: wrap; gap: .35rem .8rem; }
.dm-tools-nav strong { width: 100%; margin: 0; }
.dm-tools-nav a { border: 0; padding: .25rem 0; }
}
@media (max-width: 580px) {
.dm-action-diagram { gap: .35rem; padding: 1.5rem .75rem; }
.dm-action-diagram span { width: 4.25rem; font-size: .82rem; }
.dm-home-action-path, .dm-tools-stepper, .dm-tools-grid { grid-template-columns: 1fr; }
} .dm-read-hero { padding: clamp(2.8rem, 6vw, 5.5rem) 0 3.5rem; background: var(--dm-paper); }
.dm-read-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 1.5rem; }
.dm-read-heading h1 { margin: 0; font-size: clamp(2.5rem, 6vw, 4.6rem); line-height: 1.08; letter-spacing: -.045em; }
.dm-read-heading p:not(.dm-diet-label) { max-width: 42rem; margin: 1rem 0 0; color: var(--dm-muted); }
.dm-topic-tabs { display: flex; flex-wrap: wrap; gap: .55rem; margin: 0 0 1.5rem; }
.dm-topic-tabs a { padding: .52rem .9rem; border: 1px solid var(--dm-line); border-radius: 999px; background: var(--dm-white); color: var(--dm-muted); font-size: .88rem; text-decoration: none; }
.dm-topic-tabs a:hover, .dm-topic-tabs .is-current { border-color: var(--dm-brand); background: var(--dm-brand); color: var(--dm-white); }
.dm-feature-story { display: grid; grid-template-columns: minmax(16rem, .85fr) minmax(0, 1.15fr); min-height: 23rem; overflow: hidden; border-radius: 1.7rem; background: var(--dm-brand-dark); box-shadow: 0 20px 48px rgba(24, 49, 43, .13); }
.dm-feature-story__visual { display: grid; min-height: 23rem; place-items: center; overflow: hidden; background: linear-gradient(135deg, #f9c96d, #f08a72); }
.dm-feature-story__visual img { width: 100%; height: 100%; object-fit: cover; }
.dm-story-diagram { position: relative; display: grid; width: 10.5rem; height: 10.5rem; place-items: center; border: 1.1rem solid rgba(255,255,255,.9); border-radius: 50%; background: conic-gradient(#88c8a5 0 29%, #f3dd95 29% 61%, #ef8e78 61%); box-shadow: 0 18px 35px rgba(110, 61, 24, .18); }
.dm-story-diagram::after { content: ""; position: absolute; inset: 2.5rem; border-radius: 50%; background: var(--dm-paper); }
.dm-story-diagram strong { position: relative; z-index: 1; color: var(--dm-brand-dark); font-size: .9rem; }
.dm-feature-story__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4rem); color: var(--dm-white); }
.dm-feature-story__body .dm-mini-label { color: var(--dm-habit); }
.dm-feature-story__body h2 { margin: .6rem 0 1rem; font-size: clamp(1.65rem, 3.5vw, 2.65rem); line-height: 1.4; }
.dm-feature-story__body h2 a { color: inherit; text-decoration: none; }
.dm-feature-story__body > p:not(.dm-mini-label) { color: #e5f0eb; }
.dm-feature-story__link { margin-top: 1rem; color: #ffd86e; font-weight: 800; }
.dm-editorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.dm-editorial-grid .dm-card { border-radius: 1.25rem; }
.dm-editorial-grid .dm-card__image { aspect-ratio: 16 / 9; }
.dm-tool-strips { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
.dm-tool-strips > a { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: .8rem; align-items: center; padding: 1rem; border: 1px solid var(--dm-line); border-radius: 1rem; background: var(--dm-white); color: var(--dm-ink); text-decoration: none; }
.dm-tool-strips strong, .dm-tool-strips small { display: block; }
.dm-tool-strips small { margin-top: .15rem; color: var(--dm-muted); }
.dm-tool-strips__icon { display: grid; width: 2.75rem; height: 2.75rem; place-items: center; border-radius: .8rem; font-weight: 900; }
.dm-tool-strips__icon--food { background: #ffebe5; color: var(--dm-food); }
.dm-tool-strips__icon--body { background: var(--dm-mint); color: var(--dm-brand-dark); }
.dm-tool-strips__icon--move { background: #e7f2f3; color: var(--dm-move); }
.dm-latest-list { display: grid; gap: .65rem; }
.dm-latest-list article a { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: .9rem; align-items: center; padding: .9rem 1rem; border: 1px solid var(--dm-line); border-radius: 1rem; background: var(--dm-white); color: var(--dm-ink); text-decoration: none; }
.dm-latest-list small, .dm-latest-list strong { display: block; }
.dm-latest-list small { color: var(--dm-muted); font-size: .75rem; }
.dm-latest-list strong { margin-top: .15rem; line-height: 1.5; }
.dm-latest-list__mark { display: grid; width: 2.65rem; height: 2.65rem; place-items: center; border-radius: 50%; background: var(--dm-mint); color: var(--dm-brand-dark); font-weight: 900; } .dm-blog-index { padding-bottom: 4rem; }
.dm-blog-hero { overflow: hidden; padding: clamp(2.7rem, 7vw, 5rem) 0; background: linear-gradient(135deg, #eaf6ef 0%, #fffaf0 62%, #ffede7 100%); }
.dm-blog-hero__inner { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(17rem, .65fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.dm-blog-hero h1 { max-width: 40rem; margin: .25rem 0 .8rem; font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: 1.2; letter-spacing: -.035em; }
.dm-blog-hero__inner > div:first-child > p:last-child { max-width: 40rem; margin: 0; color: var(--dm-muted); }
.dm-blog-search { padding: 1.1rem; border: 1px solid rgba(47,118,91,.14); border-radius: 1.25rem; background: rgba(255,255,255,.88); box-shadow: 0 14px 34px rgba(24,49,43,.07); }
.dm-blog-search > p { margin: 0 0 .55rem; color: var(--dm-brand-dark); font-size: .82rem; font-weight: 900; }
.dm-blog-search .search-form { display: flex; gap: .45rem; }
.dm-blog-search .search-field { width: 100%; min-height: 2.8rem; padding: .65rem .8rem; border: 1px solid var(--dm-line); border-radius: .7rem; background: #fff; font: inherit; }
.dm-blog-search .search-submit { flex: 0 0 auto; min-height: 2.8rem; padding: .65rem 1rem; border: 0; border-radius: .7rem; background: var(--dm-brand); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.dm-blog-body { padding-top: clamp(1.5rem, 4vw, 2.7rem); }
.dm-blog-categories { padding: 1rem 0 1.35rem; border-bottom: 1px solid var(--dm-line); }
.dm-blog-categories > strong { display: block; margin-bottom: .65rem; font-size: .85rem; }
.dm-blog-categories > div { display: flex; flex-wrap: wrap; gap: .5rem; }
.dm-blog-categories a { display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .75rem; border: 1px solid #d7e5dc; border-radius: 999px; background: #fff; color: var(--dm-ink); font-size: .82rem; font-weight: 800; text-decoration: none; }
.dm-blog-categories a:hover { border-color: var(--dm-brand); color: var(--dm-brand-dark); }
.dm-blog-categories a span { display: grid; min-width: 1.35rem; height: 1.35rem; place-items: center; padding-inline: .25rem; border-radius: 999px; background: var(--dm-mint-soft); color: var(--dm-brand-dark); font-size: .68rem; }
.dm-blog-articles { padding-top: clamp(2rem, 5vw, 3.5rem); }
.dm-blog-section-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: end; margin-bottom: 1rem; }
.dm-blog-section-heading h2 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.15rem); }
.dm-blog-section-heading > a { color: var(--dm-brand); font-size: .82rem; font-weight: 900; }
.dm-blog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dm-blog-grid .dm-card__meta { display: inline-flex; align-self: flex-start; margin-bottom: .55rem; padding: .28rem .55rem; border-radius: 999px; background: var(--dm-mint-soft); color: var(--dm-brand-dark); font-size: .7rem; font-weight: 900; }
.dm-blog-index .dm-pagination ul { display: flex; flex-wrap: wrap; justify-content: center; gap: .45rem; margin: 2.5rem 0 0; padding: 0; list-style: none; }
.dm-blog-index .dm-pagination a,
.dm-blog-index .dm-pagination .current { display: grid; min-width: 2.65rem; min-height: 2.65rem; place-items: center; padding: .45rem .7rem; border: 1px solid var(--dm-line); border-radius: .7rem; background: #fff; color: var(--dm-ink); text-decoration: none; }
.dm-blog-index .dm-pagination .current { border-color: var(--dm-brand); background: var(--dm-brand); color: #fff; font-weight: 900; }
@media (max-width: 900px) {
.dm-blog-hero__inner { grid-template-columns: 1fr; gap: 1.4rem; }
.dm-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
.dm-blog-hero { padding-block: 2.35rem; }
.dm-blog-search .search-form { display: grid; }
.dm-blog-grid { grid-template-columns: 1fr; }
.dm-blog-section-heading { display: block; }
.dm-blog-section-heading > a { display: inline-block; margin-top: .65rem; }
} .dm-answer-card { margin: 0 0 1.7rem; padding: 1.25rem 1.35rem; border: 1px solid #b8d7c7; border-left: .4rem solid var(--dm-brand); border-radius: 1rem; background: #f2faf5; }
.dm-answer-card__label, .dm-mini-label { margin: 0 0 .35rem !important; color: var(--dm-brand); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.dm-chicken-quick { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; margin: 1rem 0 .55rem; }
.dm-chicken-quick > div { display: grid; gap: .18rem; padding: .85rem; border: 1px solid #d8e7df; border-radius: .9rem; background: #fff; text-align: center; }
.dm-chicken-quick span { color: var(--dm-brand-dark); font-size: .78rem; font-weight: 900; }
.dm-chicken-quick strong { color: var(--dm-ink); font-size: 1.55rem; line-height: 1.15; }
.dm-chicken-quick strong small { margin-left: .15rem; font-size: .7rem; }
.dm-chicken-quick em { color: var(--dm-muted); font-size: .7rem; font-style: normal; }
.dm-chicken-quick-note { margin: 0 0 1.25rem !important; color: var(--dm-muted); font-size: .8rem; text-align: center; }
.dm-chicken-calculator { margin: 1.6rem 0 2rem; padding: clamp(1.15rem, 4vw, 1.8rem); border-radius: 1.3rem; background: var(--dm-brand-dark); color: var(--dm-white); }
.dm-chicken-calculator__heading { display: flex; justify-content: space-between; gap: 1rem; align-items: end; }
.dm-chicken-calculator__heading h2 { margin: 0 !important; padding: 0 !important; border: 0 !important; background: none !important; color: var(--dm-white); font-size: 1.55rem !important; }
.dm-chicken-calculator__heading > p { max-width: 18rem; color: #d9e8e1; font-size: .88rem; }
.dm-chicken-calculator__controls { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-top: 1.1rem; }
.dm-chicken-calculator label { color: #d9e8e1; font-size: .8rem; font-weight: 800; }
.dm-chicken-calculator select, .dm-chicken-calculator input { width: 100%; min-height: 3rem; margin-top: .3rem; border: 1px solid rgba(255,255,255,.28); border-radius: .7rem; background: var(--dm-white); color: var(--dm-ink); font: inherit; }
.dm-chicken-calculator select { padding: .6rem .75rem; }
.dm-chicken-calculator input { padding: .6rem 2.4rem .6rem .75rem; }
.dm-input-with-unit { position: relative; display: block; }
.dm-input-with-unit > span { position: absolute; right: .75rem; bottom: .7rem; color: var(--dm-muted); }
.dm-calculator-presets { display: flex; flex-wrap: wrap; gap: .45rem; align-items: center; margin-top: .7rem; }
.dm-calculator-presets > span { margin-right: .2rem; color: #d9e8e1; font-size: .72rem; font-weight: 800; }
.dm-calculator-presets button { padding: .42rem .7rem; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: rgba(255,255,255,.1); color: #fff; font: inherit; font-size: .76rem; font-weight: 800; cursor: pointer; }
.dm-calculator-presets button:hover, .dm-calculator-presets button:focus-visible { background: #fff; color: var(--dm-brand-dark); }
.dm-chicken-calculator__results { display: grid; grid-template-columns: repeat(3,1fr); gap: .6rem; margin-top: .8rem; }
.dm-chicken-calculator__results p { margin: 0; padding: .8rem; border-radius: .8rem; background: rgba(255,255,255,.1); }
.dm-chicken-calculator__results span { display: block; color: #d9e8e1; font-size: .72rem; }
.dm-chicken-calculator__results strong { font-size: 1.75rem; }
.dm-chicken-calculator__results small { margin-left: .2rem; }
.dm-calculator-note { margin: .8rem 0 0 !important; color: #cbdcd4; font-size: .75rem; }
.dm-point-box { margin: 1.25rem 0; padding: 1rem 1.1rem; border-radius: .9rem; background: #fff7dc; }
.dm-point-box h3 { margin: 0 0 .35rem !important; padding: 0 !important; border: 0 !important; }
.dm-three-reasons { display: grid; grid-template-columns: repeat(3,1fr); gap: .7rem; margin: 1.2rem 0; }
.dm-three-reasons article { padding: 1rem; border: 1px solid var(--dm-line); border-radius: .9rem; background: var(--dm-white); }
.dm-three-reasons span { color: var(--dm-coral-dark); font-size: .75rem; font-weight: 900; }
.dm-three-reasons h3 { margin: .25rem 0 .35rem !important; padding: 0 !important; border: 0 !important; font-size: 1rem !important; }
.dm-three-reasons p { margin: 0 !important; font-size: .88rem; }
.dm-meal-plate { display: grid; grid-template-columns: 15rem minmax(0,1fr); gap: 1.2rem; align-items: center; margin: 1.3rem 0; padding: 1rem; border-radius: 1rem; background: #f2f8f4; }
.dm-meal-plate__visual { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: .35rem; aspect-ratio: 1.35; padding: .55rem; border: .65rem solid var(--dm-white); border-radius: 50%; box-shadow: 0 8px 22px rgba(24,49,43,.1); }
.dm-meal-plate__visual span { display: grid; place-items: center; border-radius: 45%; text-align: center; font-size: .8rem; font-weight: 900; }
.dm-meal-plate__visual small { font-size: .65rem; font-weight: 700; }
.dm-plate-main { grid-row: 1 / 3; background: #ffd9cf; color: #8e3f2f; }
.dm-plate-side { background: #d7eddf; color: var(--dm-brand-dark); }
.dm-plate-staple { background: #fff0b8; color: #705612; }
.dm-check-list { padding-left: 1.2rem; }
.dm-number-steps { counter-reset: dm-step; padding: 0; list-style: none; }
.dm-number-steps li { counter-increment: dm-step; display: grid; grid-template-columns: 2.4rem minmax(0,1fr); gap: .7rem; margin: .8rem 0; }
.dm-number-steps li::before { content: counter(dm-step); display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 50%; background: var(--dm-brand); color: white; font-weight: 900; }
.dm-number-steps p { margin: .2rem 0 0 !important; }
@media (max-width: 760px) {
.dm-read-heading { display: block; }
.dm-read-heading .dm-button { margin-top: 1rem; }
.dm-feature-story { grid-template-columns: 1fr; }
.dm-feature-story__visual { min-height: 13rem; }
.dm-feature-story__body { padding: 1.5rem; }
.dm-editorial-grid, .dm-tool-strips { grid-template-columns: 1fr; }
.dm-latest-list article a { grid-template-columns: auto minmax(0,1fr); }
.dm-latest-list article b { display: none; }
.dm-chicken-calculator__heading { display: block; }
.dm-chicken-calculator__controls { grid-template-columns: 1fr; }
.dm-chicken-calculator__results { grid-template-columns: 1fr 1fr 1fr; }
.dm-chicken-calculator__results strong { font-size: 1.3rem; }
.dm-chicken-quick { grid-template-columns: 1fr; }
.dm-three-reasons { grid-template-columns: 1fr; }
.dm-meal-plate { grid-template-columns: 1fr; }
.dm-meal-plate__visual { width: min(100%, 15rem); margin: auto; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
} .dm-site-header { box-shadow: 0 3px 18px rgba(24, 49, 43, .035); }
.dm-brand-copy > span { letter-spacing: .02em; }
.dm-brand-copy small { letter-spacing: .03em; }
.dm-home-hero {
padding: clamp(3rem, 7vw, 6rem) 0 clamp(3rem, 6vw, 5rem);
background:
radial-gradient(circle at 90% 18%, rgba(255, 240, 184, .75) 0 7rem, transparent 7.1rem),
linear-gradient(135deg, #edf7f0 0%, var(--dm-paper) 58%, #fff0e8 100%);
}
.dm-home-hero::before {
content: ""; position: absolute; left: -5rem; bottom: -8rem; width: 18rem; height: 18rem;
border-radius: 52% 48% 64% 36%; background: rgba(47, 118, 91, .06); transform: rotate(18deg);
}
.dm-home-hero h1 { max-width: 47rem; font-size: clamp(2.35rem, 5.5vw, 4.35rem); }
.dm-home-hero h1 em { text-decoration: underline; text-decoration-color: rgba(227, 111, 85, .28); text-decoration-thickness: .22em; text-underline-offset: -.1em; }
.dm-diet-label { display: inline-flex; align-items: center; gap: .5rem; margin: 0 0 1rem; color: var(--dm-brand-dark); font-size: .82rem; font-weight: 800; letter-spacing: .06em; }
.dm-diet-label::before { content: ""; width: 1.65rem; height: 1px; background: var(--dm-coral); }
.dm-hero-card { border-color: rgba(47, 118, 91, .16); background: rgba(255, 255, 255, .88); }
.dm-habit-chips { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.dm-habit-chips li { padding: .5rem .8rem; border-radius: 999px; background: var(--dm-mint-soft); color: var(--dm-brand-dark); font-size: .86rem; font-weight: 800; }
.dm-section-heading .dm-diet-label { margin-bottom: .45rem; }
.dm-path-icon { border-radius: 50%; font-family: serif; }
.dm-legacy-article .dm-breadcrumbs { padding-block: .7rem; }
.dm-legacy-article .dm-entry-header { padding: clamp(1.5rem, 4vw, 3rem) 0; background: linear-gradient(180deg, #f4faf5, var(--dm-paper)); }
.dm-article-hero { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.dm-article-hero--text-only { grid-template-columns: minmax(0, 48rem); }
.dm-article-heading { max-width: 49rem; }
.dm-article-kicker { display: inline-flex; align-items: center; gap: .5rem; margin: 0 0 .7rem; color: var(--dm-brand); font-size: .8rem; font-weight: 800; }
.dm-article-kicker::before { content: ""; width: .65rem; height: .65rem; border-radius: 50% 50% 50% 12%; background: var(--dm-coral); transform: rotate(-35deg); }
.dm-legacy-article .dm-entry-header h1 { max-width: 49rem; font-size: clamp(2rem, 4vw, 2.85rem); line-height: 1.3; letter-spacing: -.025em; }
.dm-legacy-article .dm-entry-meta { margin-top: .9rem; }
.dm-legacy-article .dm-featured-image { width: clamp(15rem, 24vw, 20rem); margin: 0; border-radius: 46% 54% 46% 54% / 42% 45% 55% 58%; box-shadow: 0 18px 42px rgba(24, 49, 43, .12); }
.dm-legacy-article .dm-featured-image img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.dm-legacy-article .dm-featured-image--compact { width: min(20rem, 28vw); }
.dm-legacy-article .dm-entry-layout { padding-top: clamp(2rem, 5vw, 3.5rem); }
.dm-legacy-article .dm-entry-content { width: min(100%, 44rem); font-size: clamp(1rem, 1vw, 1.075rem); line-height: 1.82; }
.dm-legacy-article .dm-entry-content p { margin: .82em 0; }
.dm-legacy-article .dm-entry-content h2 { margin: 2.8rem 0 1.15rem; padding: .7rem 1rem .72rem; border-left: .34rem solid var(--dm-coral); border-radius: 0 .65rem .65rem 0; background: linear-gradient(90deg, #f2f8f3, rgba(242, 248, 243, .25)); font-size: clamp(1.5rem, 2.6vw, 1.9rem); }
.dm-legacy-article .dm-entry-content h2::before { display: none; }
.dm-legacy-article .dm-entry-content h3 { margin: 2.1rem 0 .7rem; padding-bottom: .35rem; border-bottom: 2px solid #dce9e1; font-size: clamp(1.22rem, 2vw, 1.4rem); }
.dm-legacy-article .dm-entry-content blockquote { margin: 1.4rem 0; }
.dm-article-toc { margin: 0 0 2rem; padding: .9rem 1rem; border: 1px solid #cfe1d7; border-radius: var(--dm-radius-sm); background: #fbfefc; }
.dm-article-toc summary { color: var(--dm-brand-dark); font-weight: 800; cursor: pointer; }
.dm-article-toc ol { display: grid; gap: .4rem; margin: .85rem 0 0; padding-left: 1.4rem; }
.dm-article-toc li { margin: 0; }
.dm-article-toc__level-3 { margin-left: 1rem !important; font-size: .92em; }
.dm-article-toc a { color: var(--dm-ink); }
.dm-legacy-article .dm-entry-content .twitter-tweet,
.dm-legacy-article .dm-entry-content .twitter-tweet-rendered { margin-block: 1.2rem !important; }
.dm-legacy-article .dm-ad-slot--intro { margin-top: 1.5rem; }
.dm-legacy-article .dm-author-note { font-size: .9rem; }
.dm-related--compact { padding: 2.5rem 0 3rem; }
.dm-related--compact .dm-section-heading { margin-bottom: 1rem; }
.dm-related-list { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; }
.dm-related-item a { display: grid; grid-template-columns: 6rem minmax(0, 1fr); gap: 1rem; align-items: center; padding: .75rem; border: 1px solid var(--dm-line); border-radius: var(--dm-radius-sm); background: var(--dm-white); color: var(--dm-ink); text-decoration: none; }
.dm-related-item a:hover { border-color: #9cc7b5; background: #fbfffc; }
.dm-related-item img { width: 6rem; height: 4.5rem; border-radius: .55rem; object-fit: cover; }
.dm-related-item__copy { display: grid; gap: .2rem; }
.dm-related-item__category { color: var(--dm-brand); font-size: .72rem; font-weight: 800; }
.dm-related-item__title { font-weight: 800; line-height: 1.55; }
.dm-related--compact .dm-container { max-width: 46rem; } @media (min-width: 961px) {
.single-post .dm-entry-layout {
display: grid;
grid-template-columns: minmax(0, 46rem) minmax(15rem, 18rem);
gap: clamp(2rem, 4vw, 3.5rem);
align-items: start;
max-width: 70rem;
padding-top: clamp(2rem, 5vw, 3.5rem);
}
.single-post .dm-entry-content,
.single-post .dm-entry-footer { width: 100%; margin-inline: 0; }
.dm-legacy-article .dm-entry-layout { padding-top: clamp(2rem, 5vw, 3.5rem); }
.dm-legacy-article .dm-entry-content { width: 100%; }
}
.dm-article-sidebar { min-width: 0; color: var(--dm-ink); font-size: .9rem; }
.dm-sidebar-section { padding: 1.05rem 0; border-top: 1px solid var(--dm-line); }
.dm-sidebar-section:last-child { border-bottom: 1px solid var(--dm-line); }
.dm-sidebar-section h2 { margin: 0 0 .65rem; font-size: 1rem; line-height: 1.45; }
.dm-sidebar-label { margin: 0 0 .35rem; color: var(--dm-muted); font-size: .72rem; font-weight: 800; letter-spacing: .06em; }
.dm-sidebar-category-link { display: flex; justify-content: space-between; gap: .75rem; color: var(--dm-brand-dark); font-weight: 800; text-decoration: none; }
.dm-sidebar-links,
.dm-sidebar-articles { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.dm-sidebar-links li,
.dm-sidebar-articles li { margin: 0; border-top: 1px dotted #d7e2dc; }
.dm-sidebar-links li:first-child,
.dm-sidebar-articles li:first-child { border-top: 0; }
.dm-sidebar-links a,
.dm-sidebar-articles a { display: block; padding: .62rem .15rem; color: var(--dm-ink); line-height: 1.55; text-decoration: none; }
.dm-sidebar-links a::after { content: "›"; float: right; margin-left: .5rem; color: var(--dm-brand); font-weight: 900; }
.dm-sidebar-links a:hover,
.dm-sidebar-articles a:hover { color: var(--dm-brand-dark); text-decoration: underline; text-underline-offset: .18em; }
.dm-sidebar-articles a { font-size: .86rem; }
@media (max-width: 700px) {
.dm-legacy-article .dm-breadcrumbs li:last-child { display: none; }
.dm-article-hero { grid-template-columns: 1fr; gap: 1.25rem; }
.dm-legacy-article .dm-featured-image,
.dm-legacy-article .dm-featured-image--compact { grid-row: 2; width: min(100%, 13rem); margin-inline: auto; }
.dm-legacy-article .dm-featured-image:not(.dm-featured-image--compact) { grid-row: 2; width: min(100%, 18rem); margin-inline: auto; }
.dm-legacy-article .dm-entry-header h1 { font-size: clamp(1.85rem, 8vw, 2.35rem); }
.dm-legacy-article .dm-entry-layout { width: min(calc(100% - 1.5rem), var(--dm-wide)); padding-top: 2rem; }
.dm-legacy-article .dm-entry-content { line-height: 1.78; }
.dm-legacy-article .dm-entry-content p { margin: .72em 0; }
.dm-legacy-article .dm-entry-content h2 { margin-top: 2.35rem; padding: .65rem .75rem; }
.dm-related-item a { grid-template-columns: 5.25rem minmax(0, 1fr); gap: .75rem; }
.dm-related-item img { width: 5.25rem; height: 4rem; }
}
@media (max-width: 960px) {
.single-post .dm-entry-layout { display: block; }
.dm-article-sidebar { width: min(100%, var(--dm-reading)); margin: 0 auto 1rem; }
.dm-sidebar-section { padding-block: 1rem; }
} .dm-tool-header h1 { max-width: 62rem; font-size: clamp(1.8rem, 2.5vw, 2.35rem); line-height: 1.3; letter-spacing: -.02em; }
.dm-tool-header--hub h1 { font-size: clamp(1.7rem, 2.15vw, 2rem); }
.dm-tool-shell--hub { padding-bottom: clamp(1.25rem, 2.5vw, 2rem); }
.dm-tool-page--hub .dm-tools-safety:last-child > :last-child { margin-bottom: 0; }
.dm-tool-header { padding-block: clamp(1.8rem, 4vw, 3rem); }
.dm-tool-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(15rem, 18rem); gap: clamp(1.5rem, 3vw, 2.5rem); align-items: start; width: min(calc(100% - 2rem), 75rem); margin: -1rem auto 0; }
.dm-tool-layout .dm-tool-content { width: 100%; margin: 0; }
.dm-tool-sidebar { position: sticky; top: 1.25rem; width: 100%; margin: 1rem 0 0; padding: .35rem 1.2rem 1rem; border: 1px solid var(--dm-line); border-radius: var(--dm-radius); background: var(--dm-paper); box-shadow: 0 8px 24px rgba(28, 60, 49, .06); }
.dm-tool-sidebar .dm-sidebar-section:first-child { border-top: 0; }
.dm-sidebar-all-link { display: flex; justify-content: space-between; gap: .75rem; margin-top: .55rem; padding: .72rem .15rem 0; border-top: 1px solid var(--dm-line); color: var(--dm-brand-dark); font-size: .82rem; font-weight: 800; text-decoration: none; }
.dm-sidebar-all-link:hover { text-decoration: underline; text-underline-offset: .18em; }
.dm-sidebar-steps { display: grid; gap: .45rem; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.dm-sidebar-steps a { display: flex; align-items: center; gap: .65rem; padding: .6rem .7rem; border-radius: .7rem; background: var(--dm-mint-soft); color: var(--dm-ink); font-weight: 800; text-decoration: none; }
.dm-sidebar-steps a:hover { background: #dcefe6; }
.dm-sidebar-steps span { display: inline-grid; flex: 0 0 1.65rem; width: 1.65rem; height: 1.65rem; place-items: center; border-radius: 50%; background: var(--dm-brand); color: var(--dm-white); font-size: .76rem; }
@media (max-width: 960px) {
.dm-tool-layout { display: block; width: calc(100% - 1rem); }
.dm-tool-layout .dm-tool-content { width: 100%; }
.dm-tool-sidebar { position: static; width: min(100%, var(--dm-reading)); margin: 1.25rem auto 0; }
}
@media (max-width: 700px) {
.dm-tool-header h1 { font-size: clamp(1.65rem, 7vw, 2rem); }
} .dm-home-hero { background: linear-gradient(135deg, #edf5ef 0%, var(--dm-paper) 58%, #fff0e8 100%); }
.dm-home-hero::before, .dm-home-hero::after { display: none; }
.dm-hero-card { border-top: 4px solid var(--dm-brand); }
.dm-diet-trio { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .55rem; margin: 1.15rem 0 1.35rem; }
.dm-diet-trio__item { display: grid; justify-items: center; gap: .4rem; padding: .75rem .35rem .65rem; border-radius: .9rem; background: var(--dm-white); font-size: .75rem; font-weight: 800; text-align: center; }
.dm-diet-trio__item svg { width: 2rem; height: 2rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dm-diet-trio__item--food { color: var(--dm-food); background: #fff2ed; }
.dm-diet-trio__item--move { color: var(--dm-move); background: #edf6f6; }
.dm-diet-trio__item--habit { color: #8a6a12; background: #fff7d9; }
.dm-habit-chips { display: none; }
.dm-path-card.dm-path-card--start .dm-path-icon { background: var(--dm-mint); color: var(--dm-brand-dark); }
.dm-path-card.dm-path-card--food .dm-path-icon { background: #ffebe5; color: var(--dm-food); }
.dm-path-card.dm-path-card--move .dm-path-icon { background: #e7f2f3; color: var(--dm-move); }
.dm-tool-card--body { border-top: 3px solid var(--dm-brand); }
.dm-tool-card--measure { border-top: 3px solid var(--dm-habit); }
.dm-tool-card--meal { border-top: 3px solid var(--dm-food); }
.dm-tool-card--finder { border-top: 3px solid var(--dm-move); }
.dm-diet-label { color: var(--dm-brand-dark); }
.dm-diet-label::before { background: var(--dm-food); }
.dm-home-hero h1 em { color: var(--dm-coral-dark); }
@media (max-width: 580px) {
.dm-brand-mark { width: 2.45rem; height: 2.45rem; }
.dm-brand-mark svg { width: 1.95rem; height: 1.95rem; }
.dm-diet-trio { gap: .4rem; }
.dm-diet-trio__item { padding-inline: .2rem; font-size: .7rem; }
} @media (min-width: 60rem) {
body.dm-modern-article .dm-entry-header h1 {
max-width: 22em;
font-size: 1.875rem;
line-height: 1.3;
letter-spacing: -0.025em;
}
body.dm-modern-article .dm-entry-header {
padding-bottom: 0.5rem;
}
body.dm-modern-article .dm-entry-layout {
padding-top: 0.75rem;
}
}.yellowbox, .redbox, .graybox, .bluebox, .greenbox, .st-midasibox,
.st-kaiwa-box, .st-kaiwa-hukidashi, .supplement {
max-width: 100%; margin: 1.5rem 0; padding: 1rem 1.2rem;
border: 1px solid var(--dm-line); border-radius: var(--dm-radius-sm); background: var(--dm-white);
}
.yellowbox { background: #fff9df; border-color: #ead78b; }
.redbox { background: #fff3ef; border-color: #efb9ad; }
.bluebox { background: #eef7fb; border-color: #b7d9e6; }
.greenbox { background: var(--dm-mint-soft); border-color: #b9ddcf; }
.graybox { background: #f5f6f5; }
.st-kaiwa-box { display: flow-root; }
.st-kaiwa-box img, .st-kaiwa-image img { border-radius: 50%; }
.rankst-wrap { margin: 2rem 0; padding: 1rem; border: 1px solid var(--dm-line); border-radius: var(--dm-radius); }
.blogcard, .pz-linkcard-box { max-width: 100%; margin: 1.5rem 0; overflow: hidden; border: 1px solid var(--dm-line) !important; border-radius: var(--dm-radius-sm); background: var(--dm-white); }
.dm-entry-content .aligncenter { margin-inline: auto; }
.dm-entry-content .alignleft { float: left; margin: .5rem 1.5rem 1rem 0; }
.dm-entry-content .alignright { float: right; margin: .5rem 0 1rem 1.5rem; }
.dm-entry-content::after { content: ""; display: table; clear: both; }
.pcnone { display: none !important; }
@media (max-width: 580px) {
.smanone { display: none !important; }
.pcnone { display: block !important; }
.dm-entry-content .alignleft, .dm-entry-content .alignright { float: none; margin-inline: auto; }
}