/*!
 * DermaSkinHub Pro — main stylesheet
 * Mobile-first. Color/typography values come from CSS custom properties
 * set by inc/customizer.php (see :root block inlined in <head>); this
 * file only ever references var(--dshpro-*), never a literal color, so
 * every Customizer change updates the whole site with zero CSS rebuild.
 */
 *,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}}body{margin:0;font-family:var(--dshpro-font-body,system-ui,sans-serif);font-size:var(--dshpro-font-base-size,18px);line-height:1.65;color:var(--dshpro-color-text,#1f2320);background:var(--dshpro-color-bg,#ffffff)}img,svg,video{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--dshpro-font-heading,system-ui,sans-serif);line-height:1.25;margin:1.4em 0 .6em}a{color:var(--dshpro-color-primary,#5ba890);text-decoration-thickness:1px;text-underline-offset:2px}a:hover{color:var(--dshpro-color-primary-dark,#3d8a70)}.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.dshpro-skip-link{position:absolute;top:-999px;left:0;background:var(--dshpro-color-primary,#5ba890);color:#fff;padding:12px 20px;z-index:10000}.dshpro-skip-link:focus{top:0}.dshpro-focus-visible :focus-visible{outline:3px solid var(--dshpro-color-primary,#5ba890);outline-offset:2px}mark{background:color-mix(in srgb,var(--dshpro-color-primary,#5ba890) 30%,transparent);color:inherit}.dshpro-container{width:100%;max-width:var(--dshpro-container-width,1200px);margin-inline:auto;padding-inline:20px}.dshpro-layout{display:grid;grid-template-columns:1fr;gap:40px;padding-block:32px}.dshpro-layout-none #primary{max-width:800px;margin-inline:auto}@media (min-width:900px){.dshpro-layout:not(.dshpro-layout-none){grid-template-columns:minmax(0,1fr) 320px}.dshpro-layout-left:not(.dshpro-layout-none){grid-template-columns:320px minmax(0,1fr)}.dshpro-layout-left #secondary{order:-1}.dshpro-no-sidebar .dshpro-layout{grid-template-columns:1fr}}.site-header{background:var(--dshpro-header-bg,#ffffff);border-bottom:1px solid rgb(0 0 0 / .08)}.site-header.is-sticky{position:sticky;top:0;z-index:999}.dshpro-header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px;padding-block:8px}.site-branding img{max-height:48px;width:auto}.site-title-link{font-size:1.4rem;font-weight:700;color:var(--dshpro-color-text,#1f2320);text-decoration:none}.main-navigation ul{list-style:none;margin:0;padding:0;display:flex;gap:24px}.main-navigation a{text-decoration:none;color:var(--dshpro-color-text,#1f2320);font-weight:500}.main-navigation a:hover{color:var(--dshpro-color-primary,#5ba890)}.main-navigation .sub-menu{position:absolute;background:#fff;box-shadow:0 4px 16px rgb(0 0 0 / .12);flex-direction:column;gap:0;padding:8px 0;min-width:200px;display:none}.main-navigation li:hover>.sub-menu,.main-navigation li:focus-within>.sub-menu{display:flex}.main-navigation .sub-menu a{padding:8px 16px;display:block}.menu-toggle{display:block;background:none;border:2px solid #fff0;cursor:pointer;padding:8px}.menu-toggle-icon,.menu-toggle-icon::before,.menu-toggle-icon::after{display:block;width:24px;height:2px;background:var(--dshpro-color-text,#1f2320);position:relative}.menu-toggle-icon::before{content:"";position:absolute;top:-8px}.menu-toggle-icon::after{content:"";position:absolute;top:8px}@media (max-width:899px){.main-navigation ul{flex-direction:column;gap:0;position:absolute;inset-inline:0;top:100%;background:#fff;box-shadow:0 8px 16px rgb(0 0 0 / .1);display:none}.main-navigation.is-open ul{display:flex}.main-navigation a{padding:14px 20px;display:block}.main-navigation .sub-menu{position:static;box-shadow:none}}@media (min-width:900px){.menu-toggle{display:none}.main-navigation{position:relative}.main-navigation ul{position:static}}.dark-mode-toggle{background:none;border:1px solid rgb(0 0 0 / .15);border-radius:999px;width:40px;height:40px;cursor:pointer;font-size:1.1rem}.dshpro-reading-progress{position:sticky;top:0;height:3px;background:var(--dshpro-color-primary,#5ba890);width:0%;z-index:998;transition:width 0.1s linear}.dshpro-breadcrumbs{margin-top:20px;font-size:.85rem}.dshpro-breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0}.dshpro-breadcrumbs a{color:inherit;opacity:.75}.dshpro-breadcrumb-sep{opacity:.4}.post-list{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width:640px){.post-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){.dshpro-no-sidebar .post-list{grid-template-columns:repeat(3,1fr)}}.entry-card{border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 1px 4px rgb(0 0 0 / .08)}.entry-card-thumb img{aspect-ratio:3 / 2;object-fit:cover}.entry-card-body{padding:16px 18px 20px}.entry-title a{text-decoration:none;color:var(--dshpro-color-text,#1f2320)}.entry-meta{font-size:.82rem;opacity:.7;display:flex;flex-wrap:wrap;gap:12px;margin-block:6px 10px}.single-post .entry-title{font-size:clamp(1.75rem, 4vw, 2.5rem)}.entry-hero img{border-radius:12px;aspect-ratio:16 / 9;object-fit:cover}.entry-content{max-width:72ch}.entry-content>*+*{margin-top:1.1em}.entry-content img{border-radius:8px}.entry-content h2{border-bottom:2px solid var(--dshpro-color-primary,#5ba890);padding-bottom:6px;display:inline-block}.dshpro-toc{background:color-mix(in srgb,var(--dshpro-color-primary,#5ba890) 8%,transparent);border:1px solid color-mix(in srgb,var(--dshpro-color-primary,#5ba890) 25%,transparent);border-radius:10px;padding:16px 20px;margin-block:24px;max-width:72ch}.toc-toggle{background:none;border:none;font-weight:700;cursor:pointer;padding:0;font-size:1rem;width:100%;text-align:left}.dshpro-toc ol{margin:12px 0 0;padding-left:20px}.toc-level-3{margin-left:16px}.dshpro-toc[data-collapsed="true"] ol{display:none}.dshpro-social-share{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-block:28px}.dshpro-social-share a{border:1px solid rgb(0 0 0 / .15);border-radius:999px;padding:6px 14px;font-size:.85rem;text-decoration:none}.dshpro-social-share a:hover{border-color:var(--dshpro-color-primary,#5ba890);color:var(--dshpro-color-primary,#5ba890)}.dshpro-author-box{display:flex;gap:16px;background:color-mix(in srgb,var(--dshpro-color-surface-dark,#1a2820) 5%,transparent);border-radius:12px;padding:20px;margin-block:32px}.dshpro-author-box img{border-radius:50%}.author-name{font-weight:700;margin:0 0 4px}.author-bio{margin:0 0 8px;font-size:.92rem;opacity:.85}.dshpro-related-posts{margin-top:48px}.related-posts-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:16px}@media (min-width:640px){.related-posts-grid{grid-template-columns:repeat(3,1fr)}}.related-post-card img{border-radius:10px;aspect-ratio:3 / 2;object-fit:cover}.related-post-link{text-decoration:none;color:inherit}.site-footer{background:var(--dshpro-color-surface-dark,#1a2820);color:#fff;padding-block:40px 24px;margin-top:48px}.site-footer a{color:#fff;opacity:.85}.footer-widgets{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:24px}@media (min-width:700px){.footer-widgets{grid-template-columns:repeat(3,1fr)}}.site-info{border-top:1px solid rgb(255 255 255 / .15);padding-top:16px;font-size:.85rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px}.dshpro-back-to-top{position:fixed;right:20px;bottom:20px;width:44px;height:44px;border-radius:50%;border:none;background:var(--dshpro-color-primary,#5ba890);color:#fff;cursor:pointer;font-size:1.1rem;box-shadow:0 2px 8px rgb(0 0 0 / .25);z-index:900}.dshpro-back-to-top[hidden]{display:none}@media (prefers-color-scheme:dark){body:not([data-dshpro-theme="light"]){--dshpro-color-bg:var(--dshpro-color-surface-dark, #1a2820);--dshpro-color-text:#eef3ef}body:not([data-dshpro-theme="light"]) .entry-card,body:not([data-dshpro-theme="light"]) .site-header{background:#0f1712}}body[data-dshpro-theme="dark"]{--dshpro-color-bg:var(--dshpro-color-surface-dark, #1a2820);--dshpro-color-text:#eef3ef}body[data-dshpro-theme="dark"] .entry-card,body[data-dshpro-theme="dark"] .site-header{background:#0f1712}input,textarea,select{font:inherit;padding:10px 12px;border:1px solid rgb(0 0 0 / .2);border-radius:8px;width:100%}.dshpro-btn,button[type="submit"]{background:var(--dshpro-color-primary,#5ba890);color:#fff;border:none;border-radius:8px;padding:10px 22px;cursor:pointer;font-weight:600}.dshpro-btn:hover,button[type="submit"]:hover{background:var(--dshpro-color-primary-dark,#3d8a70)}.comment-list{list-style:none;padding:0}.comment-list li{margin-bottom:20px}@media print{.site-header,.site-footer,.dshpro-back-to-top,.dshpro-social-share,.menu-toggle,.dark-mode-toggle{display:none!important}.entry-content{max-width:100%}}