:root{--bg:#fff;--bg-panel:#fbf7f5;--text:#1a1225;--text-muted:#64748d;--accent:#c27b7f;--accent-dark:#a3585d;--border:#c27b7f14;--border-hover:#c27b7f26;--font:"Inter", system-ui, sans-serif;--radius:12px;--radius-lg:20px;--shadow-card:0 1px 4px #00000008, 0 4px 16px #c27b7f0f;--transition:.3s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}::selection{color:var(--text);background:#c27b7f33}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;line-height:1.7;overflow-x:hidden}.nav{z-index:100;background:0 0;border-bottom:1px solid #0000;transition:background .4s,border-color .4s,backdrop-filter .4s;position:fixed;top:0;left:0;right:0}.nav.scrolled{backdrop-filter:blur(20px);border-bottom-color:var(--border);background:#ffffffeb}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.9rem 2rem;display:flex}.nav-logo{color:var(--accent);text-decoration:none}.nav-links{gap:1.75rem;list-style:none;display:flex}.nav-links a{color:#ffffffc7;transition:color var(--transition);font-size:.85rem;font-weight:500;text-decoration:none}.nav-links a:hover{color:#fff}.nav.scrolled .nav-links a{color:var(--text-muted)}.nav.scrolled .nav-links a:hover{color:var(--accent)}.nav .nav-logo img{filter:brightness(10);transition:filter .4s}.nav.scrolled .nav-logo img{filter:brightness()}.nav-cta{background:linear-gradient(135deg, var(--accent), var(--accent-dark));color:#fff;transition:all var(--transition);border-radius:100px;padding:.55rem 1.2rem;font-size:.82rem;font-weight:600;text-decoration:none}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px #c27b7f33}.hamburger{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.hamburger span{width:22px;height:2px;transition:var(--transition);background:#fff;margin:5px 0;display:block}.nav.scrolled .hamburger span{background:var(--text)}.nav-links.show{background:#1a1225;border-bottom:1px solid #ffffff14;flex-direction:column;gap:1rem;padding:1rem 2rem;display:flex;position:absolute;top:100%;left:0;right:0}.nav-links.show a{color:#ffffffc7}.nav-links.show a:hover{color:#fff}.nav.scrolled .nav-links.show{backdrop-filter:blur(20px);border-bottom-color:var(--border);background:#fffffff2}.nav.scrolled .nav-links.show a{color:var(--text-muted)}.nav.scrolled .nav-links.show a:hover{color:var(--accent)}.article-hero{background:linear-gradient(160deg,#1a1225 0%,#2d1f35 60%,#3d2040 100%);padding:7rem 2rem 4rem;position:relative;overflow:hidden}.article-hero:before{content:"";pointer-events:none;background:radial-gradient(#c27b7f2e 0%,#0000 65%);width:60%;height:140%;position:absolute;top:-30%;right:-15%}.article-hero-inner{max-width:820px;margin:0 auto;position:relative}.breadcrumb{color:#ffffff73;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.78rem;display:flex}.breadcrumb a{color:#ffffff8c;transition:color var(--transition);text-decoration:none}.breadcrumb a:hover{color:#ffffffd9}.breadcrumb-sep{color:#ffffff4d}.breadcrumb-current{color:#ffffffbf}.article-meta-row{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.meta-tag{text-transform:uppercase;letter-spacing:.14em;color:var(--accent);background:#c27b7f1f;border:1px solid #c27b7f33;border-radius:100px;padding:.3rem .75rem;font-size:.7rem;font-weight:700}.meta-date{color:#ffffff80;font-size:.78rem}.meta-read{color:#ffffff80;align-items:center;gap:.35rem;font-size:.78rem;display:flex}.article-hero h1{color:#fff;letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(1.7rem,4vw,2.6rem);font-weight:800;line-height:1.18}.article-hero-desc{color:#ffffffad;max-width:680px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.author-badge{background:#ffffff12;border:1px solid #ffffff1f;border-radius:100px;align-items:center;gap:.85rem;padding:.55rem 1.1rem .55rem .55rem;display:inline-flex}.author-badge img{object-fit:cover;border:2px solid #c27b7f66;border-radius:50%;width:36px;height:36px}.author-badge-text{flex-direction:column;display:flex}.author-name{color:#fff;font-size:.82rem;font-weight:600}.author-title{color:#ffffff80;font-size:.72rem}.article-body{max-width:820px;margin:0 auto;padding:3.5rem 2rem 4rem}.article-body p{color:var(--text);margin-bottom:1.4rem;font-size:1.05rem;line-height:1.78}.article-body h2{color:var(--text);letter-spacing:-.02em;margin-top:2.8rem;margin-bottom:1rem;font-size:1.55rem;font-weight:800;line-height:1.3}.article-body h3{color:var(--text);margin-top:1.8rem;margin-bottom:.7rem;font-size:1.15rem;font-weight:700}.article-body strong{color:var(--text);font-weight:700}.article-body a.inline{color:var(--accent-dark);text-underline-offset:2px;text-decoration:underline}.symptom-list{flex-direction:column;gap:.85rem;margin:1.4rem 0;list-style:none;display:flex}.symptom-list li{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition);align-items:flex-start;gap:1rem;padding:1rem 1.2rem;display:flex}.symptom-list li:hover{border-color:var(--border-hover)}.symptom-icon{background:#c27b7f1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.symptom-icon svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.symptom-text{flex:1}.symptom-text strong{margin-bottom:.2rem;font-size:.95rem;font-weight:700;display:block}.symptom-text span{color:var(--text-muted);font-size:.9rem;line-height:1.6}.cta-box{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(135deg,#c27b7f14 0%,#a3585d0f 100%);border:1px solid #c27b7f33;margin:3rem 0;padding:2.25rem 2.5rem}.cta-box-label{text-transform:uppercase;letter-spacing:.14em;color:var(--accent);margin-bottom:.75rem;font-size:.7rem;font-weight:700}.cta-box h3{color:var(--text);letter-spacing:-.02em;margin-bottom:.85rem;font-size:1.3rem;font-weight:800;line-height:1.35}.cta-box p{color:var(--text-muted);max-width:560px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:.97rem;line-height:1.65}.cta-btn{background:linear-gradient(135deg, var(--accent), var(--accent-dark));color:#fff;transition:all var(--transition);border-radius:100px;align-items:center;gap:.6rem;padding:.95rem 2rem;font-size:.97rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 2px 8px #c27b7f33}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c27b7f4d}.cta-btn svg{fill:currentColor;width:18px;height:18px}.info-box{border-left:3px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;background:#c27b7f0d;margin:1.6rem 0;padding:1.2rem 1.5rem}.info-box p{color:var(--text-muted);margin-bottom:0;font-size:.95rem}.info-box strong{color:var(--text)}.faq-section{margin-top:3rem}.faq-section h2{color:var(--text);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.55rem;font-weight:800}.faq-item{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden}.faq-question{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;display:flex}.faq-question-text{color:var(--text);font-size:1rem;font-weight:600;line-height:1.4}.faq-icon{width:24px;height:24px;transition:background var(--transition), transform var(--transition);background:#c27b7f1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.faq-icon svg{width:12px;height:12px;stroke:var(--accent);stroke-width:2.5px;stroke-linecap:round;fill:none;transition:transform var(--transition)}.faq-item.open .faq-icon{background:var(--accent)}.faq-item.open .faq-icon svg{stroke:#fff;transform:rotate(45deg)}.faq-answer{max-height:0;transition:max-height .4s,padding .3s;overflow:hidden}.faq-answer-inner{color:var(--text-muted);padding:0 1.5rem 1.25rem;font-size:.97rem;line-height:1.7}.faq-item.open .faq-answer{max-height:460px}.back-link{color:var(--text-muted);transition:color var(--transition);align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.back-link:hover{color:var(--accent)}.back-link svg{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.footer{color:var(--text-muted);background:#f8f3f1;border-top:3px solid #c27b7f;font-size:.875rem}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:1100px;margin:0 auto;padding:3rem 2rem 2rem;display:flex}.footer-logo img{height:40px}.footer-tagline{color:var(--text);font-size:.95rem;font-weight:700}.footer-desc{color:var(--text-muted);max-width:400px;font-size:.85rem;line-height:1.65}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.75rem;display:flex}.footer-links a{color:var(--text-muted);transition:color var(--transition);font-size:.82rem;text-decoration:none}.footer-links a:hover{color:var(--accent)}.footer-copy{color:#b0a8a8;text-align:center;border-top:1px solid #c27b7f26;width:100%;padding-top:1rem;font-size:.78rem}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}.author-bio{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:flex-start;gap:1.25rem;margin-top:3rem;padding:1.75rem;display:flex}.author-bio-img{object-fit:cover;border:2px solid #c27b7f4d;border-radius:50%;flex-shrink:0;width:72px;height:72px}.author-bio-label{text-transform:uppercase;letter-spacing:.14em;color:var(--accent);font-size:.7rem;font-weight:700}.author-bio-name{color:var(--text);margin:.2rem 0 .5rem;font-size:1.15rem;font-weight:800}.author-bio-text p{color:var(--text-muted);margin-bottom:.6rem;font-size:.95rem;line-height:1.7}.author-bio-links{align-items:center;gap:.6rem;display:flex}@media (width<=600px){.author-bio{flex-direction:column;gap:.9rem}}.related-posts{margin-top:3rem}.related-posts h2{color:var(--text);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:1.4rem;font-weight:800}.related-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.related-card{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition), transform var(--transition);padding:1.1rem 1.25rem;text-decoration:none;display:block}.related-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.related-card .rc-tag{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-size:.65rem;font-weight:700}.related-card .rc-title{color:var(--text);margin-top:.35rem;font-size:.97rem;font-weight:700;line-height:1.4;display:block}@media (width<=700px){.related-grid{grid-template-columns:1fr}}@media (width<=900px){.nav-links{display:none}.hamburger{display:block}.nav-cta{display:none}.nav-logo img{height:56px!important}}@media (width<=600px){.article-hero{padding:6rem 1.25rem 3rem}.article-body{padding:2.5rem 1.25rem 3rem}.cta-box{padding:1.75rem 1.25rem}.cta-box h3{font-size:1.15rem}.faq-question{padding:1rem 1.1rem}.faq-answer-inner{padding:0 1.1rem 1rem}}
