*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--clr-primary: #6b1c3d;--clr-primary-light: #8b2450;--clr-text: #1a1a2e;--clr-muted: #5a5a6e;--clr-border: #e8e4ed;--clr-bg: #fafaf8;--clr-white: #ffffff;--font: "Inter", system-ui, sans-serif;--max-w: 800px;--max-w-wide: 1280px}html{font-family:var(--font);background:var(--clr-bg);color:var(--clr-text);font-size:16px;line-height:1.7}body{min-height:100vh;display:flex;flex-direction:column}a{color:var(--clr-primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.container{max-width:var(--max-w-wide);margin:0 auto;padding:0 1.5rem}.container--narrow{max-width:var(--max-w)}.site-header{background:#6b1c3d}.site-header .container{padding-left:40px;padding-right:40px}.header-topbar{min-height:40px;display:flex;align-items:center;background:#79314d}.header-topbar__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%}.header-topbar__left{display:flex;align-items:center;gap:1.5rem}.header-topbar__left a{color:#fcfbf8;font-size:16px;font-family:Montserrat,sans-serif;font-weight:400;text-decoration:underline;text-underline-offset:2px}.header-topbar__left a:hover{color:#fff}.header-topbar__left span{color:#ffffffbf;font-size:16px;font-family:Montserrat,sans-serif}.header-topbar__center{display:flex;align-items:center;justify-content:center}.header-topbar__right{display:flex;align-items:center;justify-content:flex-end;gap:15px}.lang-sw{display:flex;align-items:center;gap:24px}.lang-sw a{display:flex;align-items:center;gap:6px;color:#fcfbf8;font-size:14px;font-weight:200;font-family:Montserrat,sans-serif;text-decoration:none;transition:color .15s;position:relative}.lang-sw a:hover{color:#e9c3bf}.lang-sw a.active{color:#fff;background:#fcfbf833;border-radius:3px;padding:1px 4px;font-weight:700}.lang-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;display:inline-block;margin-left:2px;flex-shrink:0}.lang-sw__flag{width:20px;height:15px;border-radius:2px;flex-shrink:0}.header-socials{display:flex;align-items:center;gap:15px}.header-socials a{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;overflow:hidden;color:#fcfbf8;text-decoration:none}.si-outer{fill:#fff;opacity:0;transition:opacity .2s}.si-border,.si-logo{fill:currentColor;transition:opacity .2s}.header-socials a:hover .si-outer{opacity:1}.header-socials a:hover .si-border,.header-socials a:hover .si-logo{opacity:0}.header-main{padding:8px 0}.header-main__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.site-logo{display:block;text-decoration:none;flex-shrink:0}.site-logo img{width:120px;height:60px;display:block;object-fit:contain}.site-nav{display:flex;align-items:center;margin:-10px -15px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;letter-spacing:normal;text-transform:none}.site-nav a{color:#f2ecdb;padding:0;margin:10px 15px;text-decoration:none;transition:color .2s ease;white-space:nowrap;line-height:normal}.site-nav a:hover{color:#bc8c9f}.site-nav a.active{color:#f2ecdb;text-decoration:underline;text-underline-offset:3px}.site-footer{background:#1a1025;color:#ffffffbf;margin-top:auto;padding:3rem 0 1.5rem;font-size:.875rem}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}.site-footer__logo{font-size:1.1rem;font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:.75rem}.site-footer__about{font-size:.825rem;line-height:1.6;opacity:.7;max-width:280px}.site-footer__heading{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff6;margin-bottom:.875rem}.site-footer__links{display:flex;flex-direction:column;gap:.5rem}.site-footer__links a{color:#ffffffb3;text-decoration:none;font-size:.825rem}.site-footer__links a:hover{color:#fff}.site-footer__socials{display:flex;gap:.5rem;margin-top:1.25rem;flex-wrap:wrap}.footer-social{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff1a;color:#ffffffbf;text-decoration:none;transition:background .15s,color .15s}.footer-social:hover{background:#ffffff40;color:#fff}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.25rem;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;font-size:.775rem;opacity:.5}.site-footer a{color:#ffffffb3}.site-footer a:hover{color:#fff}.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.article-card{background:var(--clr-white);border:1px solid var(--clr-border);border-radius:10px;padding:0;display:flex;flex-direction:column;gap:0;transition:box-shadow .15s;overflow:hidden}.article-card:hover{box-shadow:0 4px 20px #6b1c3d14}.article-card__tag{font-size:.75rem;font-weight:600;color:var(--clr-primary);text-transform:uppercase;letter-spacing:.05em}.article-card__title{font-size:1.05rem;font-weight:600;line-height:1.35;color:var(--clr-text)}.article-card__meta{font-size:.8rem;color:var(--clr-muted);margin-top:auto}.breadcrumbs{font-size:.8rem;color:var(--clr-muted);display:flex;flex-wrap:wrap;gap:.25rem .5rem;align-items:center}.breadcrumbs a{color:var(--clr-muted)}.breadcrumbs__sep{color:var(--clr-border)}.article-header{margin-bottom:2rem}.article-header__dir{font-size:.75rem;font-weight:600;color:var(--clr-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.article-header__title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;line-height:1.25;letter-spacing:-.02em}.article-header__meta{margin-top:1rem;font-size:.875rem;color:var(--clr-muted);display:flex;flex-wrap:wrap;gap:.5rem 1.5rem}.article-body h1{font-size:1.75rem;font-weight:700;margin:2rem 0 1rem;line-height:1.3}.article-body h2{font-size:1.375rem;font-weight:700;margin:2.5rem 0 1rem;line-height:1.3;color:var(--clr-primary)}.article-body h3{font-size:1.125rem;font-weight:600;margin:1.75rem 0 .75rem}.article-body p{margin-bottom:1.125rem}.article-body ul,.article-body ol{margin:1rem 0 1.25rem 1.5rem}.article-body li{margin-bottom:.4rem}.article-body strong{font-weight:600}.article-body hr{border:none;border-top:1px solid var(--clr-border);margin:2rem 0}.article-body code{background:#f4f0f6;padding:.1em .4em;border-radius:3px;font-size:.9em}.table-wrap{overflow-x:auto;margin:1.75rem 0;border-radius:10px;border:1px solid var(--clr-border);box-shadow:0 1px 4px #0000000a}.md-table{width:100%;border-collapse:collapse;font-size:.9rem;line-height:1.5}.md-table th{background:#6b1c3d;color:#fff;padding:.75rem 1.1rem;text-align:left;font-weight:600;font-size:.825rem;letter-spacing:.02em}.md-table th:first-child{border-radius:9px 0 0}.md-table th:last-child{border-radius:0 9px 0 0}.md-table td{padding:.65rem 1.1rem;border-bottom:1px solid var(--clr-border);color:var(--clr-text);vertical-align:top}.md-table tr:last-child td{border-bottom:none}.md-table tr:nth-child(2n) td{background:#fdf8ff}.md-table tr:hover td{background:#f8f0f5;transition:background .12s}.faq-block{margin:1.5rem 0;border:1px solid var(--clr-border);border-radius:10px;overflow:hidden}.faq-item{border-bottom:1px solid var(--clr-border)}.faq-item:last-child{border-bottom:none}.faq-q{width:100%;text-align:left;background:none;border:none;font-weight:600;font-size:1rem;font-family:inherit;padding:1.1rem 1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:.5rem;color:var(--clr-text)}.faq-q:hover{background:#fdf8ff}.faq-arrow{transition:transform .2s;flex-shrink:0}.faq-item.open .faq-arrow{transform:rotate(180deg)}.faq-a{display:none;padding:0 1.5rem 1.1rem;color:var(--clr-muted);line-height:1.7}.faq-item.open .faq-a{display:block}.callout{display:flex;gap:.875rem;padding:1rem 1.25rem;border-radius:10px;margin:1.25rem 0;border-left:3px solid}.callout--tip{background:#f0fdf4;border-color:#22c55e}.callout--warning{background:#fffbeb;border-color:#f59e0b}.callout--note{background:#eff6ff;border-color:#3b82f6}.callout--stat{background:#fdf4ff;border-color:var(--clr-primary)}.callout--check{background:#f0fdf4;border-color:#16a34a}.callout__icon{font-size:1.25rem;flex-shrink:0;line-height:1.4}.callout__label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;color:var(--clr-muted)}.callout__body{font-size:.9rem;line-height:1.6}.stat-block{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fdf4ff;border:1px solid #e8d5f0;border-radius:10px;padding:1.25rem 2rem;margin:1.25rem 0;text-align:center;width:100%;box-sizing:border-box}.stat-block__value{font-size:2rem;font-weight:800;color:var(--clr-primary);line-height:1}.stat-block__label{font-size:1rem;color:var(--clr-muted);margin-top:.4rem}.checklist{list-style:none!important;padding:0!important;margin-left:0!important}.checklist li{display:flex;align-items:flex-start;gap:.5rem;padding:.3rem 0}.check-icon{flex-shrink:0;font-size:1rem;line-height:1.5}.checklist li.checked{color:var(--clr-muted);text-decoration:line-through}.author-card{display:flex;gap:1rem;align-items:center;padding:1.25rem;background:var(--clr-white);border:1px solid var(--clr-border);border-radius:10px;margin:1.5rem 0}.author-card__photo{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--clr-border)}.author-card__photo--placeholder{display:flex;align-items:center;justify-content:center;font-size:1.75rem}.author-card__name{font-weight:700;font-size:1rem}.author-card__pos{font-size:.8rem;color:var(--clr-muted);margin-top:.2rem}.related-section{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--clr-border)}.related-section h3{font-size:1.125rem;font-weight:700;margin-bottom:1.25rem}.article-card__meta{display:flex;flex-wrap:wrap;gap:.35rem .75rem;font-size:.78rem;color:var(--clr-muted);margin-top:auto;padding-top:.5rem}.draft-banner{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1rem 1.25rem;margin-bottom:2rem;font-size:.9rem}@media(max-width:1024px){.site-nav a{font-size:13px}}@media(max-width:900px){.site-nav,.header-topbar__left span{display:none}.header-main{padding:8px 0}.site-footer__grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:640px){.header-socials{display:none}.site-logo img{height:44px}.header-main{padding:6px 0}}@media(max-width:640px){.article-grid{grid-template-columns:1fr}.callout{padding:.875rem 1rem}}
