*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#2D2A26;background-color:#F5F0E8;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:#A5612F;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color 0.2s}a:hover{color:#B5543A}a:focus-visible{outline:2px solid #C87941;outline-offset:2px;border-radius:2px}h1,h2,h3,h4,h5,h6{font-family:"Source Serif",Georgia,"Times New Roman",serif;font-weight:600;line-height:1.25;color:#2D2A26}h1{font-size:2.25rem;margin-bottom:0.75rem}h2{font-size:1.75rem;margin-top:2.5rem;margin-bottom:0.75rem}h3{font-size:1.35rem;margin-top:2rem;margin-bottom:0.5rem}h4{font-size:1.15rem;margin-top:1.5rem;margin-bottom:0.5rem}p{margin-bottom:1.25rem}ul,ol{margin-bottom:1.25rem;padding-left:1.5rem}li{margin-bottom:0.35rem}blockquote{border-left:3px solid #C87941;padding:1rem 1.5rem;margin:1.5rem 0;font-family:"Source Serif",Georgia,"Times New Roman",serif;font-style:italic;color:#5A5650;background:#EDE7DB;border-radius:0 4px 4px 0}table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:0.925rem}table th,table td{padding:0.75rem 1rem;text-align:left;border-bottom:1px solid #D4CFC5}table th{font-weight:600;background:#EDE7DB;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:0.85rem;text-transform:uppercase;letter-spacing:0.03em}table tr:hover td{background:rgba(200,121,65,0.04)}hr{border:none;border-top:1px solid #D4CFC5;margin:2.5rem 0}code{font-size:0.9em;background:#EDE7DB;padding:0.15em 0.4em;border-radius:3px}.section-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-header{position:sticky;top:0;z-index:100;background:rgba(245,240,232,0.95);backdrop-filter:blur(8px);border-bottom:1px solid #E5E0D6;height:64px}.header-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;height:100%;gap:1.5rem}.site-logo{display:flex;align-items:center;gap:0.5rem;text-decoration:none;flex-shrink:0}.site-logo .logo-mark{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#2D2A26;color:#C87941;font-family:"Source Serif",Georgia,"Times New Roman",serif;font-weight:700;font-size:1.15rem;border-radius:4px}.site-logo .logo-text{font-family:"Source Serif",Georgia,"Times New Roman",serif;font-weight:600;font-size:1.15rem;color:#2D2A26}.main-nav{flex:1;display:none}@media (min-width: 1024px){.main-nav{display:flex}}.main-nav .nav-list{display:flex;list-style:none;padding:0;margin:0;gap:0.25rem}.main-nav a{display:block;padding:0.4rem 0.65rem;font-size:0.9rem;font-weight:500;color:#5A5650;text-decoration:none;border-radius:4px;transition:color 0.2s, background 0.2s}.main-nav a:hover{color:#2D2A26;background:#EDE7DB}.main-nav a[aria-current="page"]{color:#A5612F;background:rgba(200,121,65,0.08)}.header-actions{display:flex;align-items:center;gap:0.5rem;flex-shrink:0}.search-toggle,.menu-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:1px solid #D4CFC5;border-radius:6px;cursor:pointer;color:#5A5650;transition:border-color 0.2s, color 0.2s}.search-toggle:hover,.menu-toggle:hover{border-color:#C87941;color:#A5612F}.search-toggle:focus-visible,.menu-toggle:focus-visible{outline:2px solid #C87941;outline-offset:2px}.menu-toggle{flex-direction:column;gap:4px}@media (min-width: 1024px){.menu-toggle{display:none}}.menu-toggle .menu-bar{display:block;width:18px;height:2px;background:currentColor;border-radius:1px;transition:transform 0.3s, opacity 0.3s}.menu-toggle[aria-expanded="true"] .menu-bar:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle[aria-expanded="true"] .menu-bar:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] .menu-bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}body.nav-open{overflow:hidden}body.nav-open .main-nav{display:flex;position:fixed;top:64px;left:0;right:0;bottom:0;background:#F5F0E8;z-index:99;padding:1.5rem;overflow-y:auto}body.nav-open .main-nav .nav-list{flex-direction:column;gap:0;width:100%}body.nav-open .main-nav a{padding:0.85rem 0.5rem;font-size:1.1rem;border-bottom:1px solid #E5E0D6}.hero{background:#2D2A26;color:#fff;padding:3rem 0}@media (min-width: 768px){.hero{padding:4rem 0}}.hero-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;gap:2rem;align-items:center}@media (min-width: 768px){.hero-inner{grid-template-columns:1fr 1fr;gap:3rem}}.hero-title{font-size:2rem;color:#fff;line-height:1.2;margin-bottom:1rem}@media (min-width: 768px){.hero-title{font-size:2.75rem}}.hero-subtitle{font-size:1.1rem;color:rgba(255,255,255,0.8);line-height:1.6;margin-bottom:1.5rem}.hero-actions{display:flex;gap:0.75rem;flex-wrap:wrap}.hero-image{border-radius:6px;overflow:hidden;border:3px solid rgba(255,255,255,0.1)}.hero-image img{width:100%;aspect-ratio:16/9;object-fit:cover}.btn{display:inline-flex;align-items:center;padding:0.7rem 1.5rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:0.95rem;font-weight:600;text-decoration:none;border-radius:6px;border:2px solid transparent;cursor:pointer;transition:all 0.2s}.btn--primary{background:#C87941;color:#fff;border-color:#C87941}.btn--primary:hover{background:#A5612F;border-color:#A5612F;color:#fff}.btn--outline{background:transparent;color:#fff;border-color:rgba(255,255,255,0.4)}.btn--outline:hover{border-color:#fff;color:#fff}.home-content{max-width:780px;margin:3rem auto;padding:0 1.5rem;font-size:1.05rem}.home-section{padding:3.5rem 0;border-top:1px solid #D4CFC5}.home-section:nth-child(even){background:#EDE7DB}.home-section .section-label{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:#C87941;margin-bottom:0.5rem}.home-section h2{margin-top:0;margin-bottom:0.75rem}.home-section .section-lead{color:#5A5650;max-width:640px;margin-bottom:2rem}.home-section .section-more{margin-top:1.5rem}.home-section .section-more a{font-weight:600;font-size:0.95rem}.card-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 576px){.card-grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 1024px){.card-grid{grid-template-columns:repeat(3, 1fr)}}.card{background:#FDFBF7;border:1px solid #E5E0D6;border-radius:8px;overflow:hidden;transition:border-color 0.2s, box-shadow 0.2s}.card:hover{border-color:#C87941;box-shadow:0 2px 12px rgba(45,42,38,0.08)}.card-image{aspect-ratio:16/9;overflow:hidden;background:#EDE7DB}.card-image img{width:100%;height:100%;object-fit:cover}.card-body{padding:1.25rem}.card-title{font-size:1.1rem;margin-top:0;margin-bottom:0.5rem}.card-title a{color:#2D2A26;text-decoration:none}.card-title a:hover{color:#A5612F}.card-desc{font-size:0.9rem;color:#5A5650;margin-bottom:0.75rem;line-height:1.5}.card-link{font-size:0.85rem;font-weight:600;color:#A5612F}.start-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width: 576px){.start-grid{grid-template-columns:repeat(2, 1fr)}}.start-card{background:#FDFBF7;border:1px solid #E5E0D6;border-left:3px solid #C87941;border-radius:4px;padding:1.5rem}.start-card h3{font-size:1.05rem;margin-top:0;margin-bottom:0.5rem}.start-card p{font-size:0.9rem;color:#5A5650;margin-bottom:0.75rem}.start-card a{font-size:0.9rem;font-weight:600}.story-list{list-style:none;padding:0;margin:0}.story-item{border-bottom:1px solid #E5E0D6;margin-bottom:0}.story-item a{display:block;padding:1.25rem 0;text-decoration:none;transition:background 0.2s}.story-item a:hover h3{color:#A5612F}.story-item h3{font-size:1.1rem;margin:0 0 0.35rem;color:#2D2A26;transition:color 0.2s}.story-item p{font-size:0.9rem;color:#5A5650;margin:0}.editorial-cols{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 768px){.editorial-cols{grid-template-columns:1fr 1fr}}.editorial-col h3{font-size:1.05rem;margin-top:0;margin-bottom:0.75rem;padding-bottom:0.5rem;border-bottom:2px solid #C87941}.editorial-col ul{list-style:none;padding:0}.editorial-col li{padding:0.4rem 0;padding-left:1.25rem;position:relative;font-size:0.95rem;color:#5A5650}.editorial-col li::before{content:'';position:absolute;left:0;top:0.85rem;width:6px;height:6px;border-radius:50%;background:#C87941}.page-single{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}.page-header{max-width:780px;margin-bottom:2rem}.page-header h1{margin-bottom:0.75rem}.page-subtitle{font-size:1.1rem;color:#5A5650;line-height:1.6;margin-bottom:1rem}.page-meta{font-size:0.85rem;color:#8A8580}.page-meta .meta-sep{margin:0 0.4rem}.page-hero-image,.section-hero-image{margin-bottom:1.5rem;border-radius:8px;overflow:hidden;max-width:780px}.page-hero-image img,.section-hero-image img{width:100%;aspect-ratio:16/9;object-fit:cover}.page-body{max-width:780px}.page-body--with-toc{max-width:none;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.page-body--with-toc{grid-template-columns:220px 1fr}}.page-body--with-toc .page-content{max-width:780px}.page-content{font-size:1.05rem;line-height:1.75}.page-content h2{padding-top:1rem;border-top:1px solid #E5E0D6}.page-content img{border-radius:6px;margin:1.5rem 0}.page-content .callout{background:#EDE7DB;border:1px solid #D4CFC5;border-radius:6px;padding:1.25rem 1.5rem;margin:1.5rem 0;font-size:0.95rem}.page-content .callout strong:first-child{display:block;margin-bottom:0.5rem;color:#A5612F}.mini-faq{background:#EDE7DB;border-radius:8px;padding:1.5rem 2rem;margin:2rem 0}.mini-faq h3{margin-top:0;font-size:1.15rem}.mini-faq dt{font-weight:600;margin-top:1rem;font-size:0.95rem;color:#2D2A26}.mini-faq dd{margin-left:0;margin-top:0.25rem;color:#5A5650;font-size:0.95rem}.reading-rail{display:none}@media (min-width: 1024px){.reading-rail{display:block;position:sticky;top:calc(64px + 1.5rem);align-self:start}}.toc-heading{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:#8A8580;margin:0 0 0.75rem}.toc-wrap #TableOfContents ul{list-style:none;padding:0;margin:0}.toc-wrap #TableOfContents li{margin:0}.toc-wrap #TableOfContents a{display:block;padding:0.3rem 0;font-size:0.85rem;color:#5A5650;text-decoration:none;border-left:2px solid transparent;padding-left:0.75rem;transition:border-color 0.2s, color 0.2s}.toc-wrap #TableOfContents a:hover{color:#A5612F;border-left-color:#C87941}.toc-wrap #TableOfContents ul ul a{padding-left:1.5rem;font-size:0.8rem}.section-hub{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}.section-header{max-width:780px;margin-bottom:1.5rem}.section-header h1{margin-bottom:0.75rem}.section-subtitle{font-size:1.1rem;color:#5A5650;margin-bottom:1rem}.section-intro{max-width:780px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.breadcrumbs{max-width:1200px;margin:0 auto;padding:1rem 1.5rem 0}.breadcrumbs ol{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0;gap:0.25rem;font-size:0.8rem;color:#8A8580}.breadcrumbs li{margin:0}.breadcrumbs li:not(:last-child)::after{content:'/';margin-left:0.35rem;color:#D4CFC5}.breadcrumbs a{color:#8A8580;text-decoration:none}.breadcrumbs a:hover{color:#A5612F}.related-reading{margin-top:3rem;padding-top:2rem;border-top:1px solid #D4CFC5;max-width:780px}.related-reading h2{font-size:1.2rem;margin-top:0;margin-bottom:1rem}.related-list{list-style:none;padding:0}.related-list li{padding:0.5rem 0;display:flex;align-items:baseline;gap:0.75rem;border-bottom:1px solid #E5E0D6}.related-list a{font-weight:500;font-size:0.95rem}.related-list .related-section{font-size:0.75rem;color:#8A8580;text-transform:uppercase;letter-spacing:0.05em;flex-shrink:0}.faq-page .page-content h2{font-size:1.15rem;border-top:none;padding-top:0;margin-top:1.75rem;margin-bottom:0.5rem;cursor:default}.faq-page .page-content h2+p{padding-left:0;color:#5A5650;margin-bottom:1.5rem}.changelog-page .page-content h2{font-size:1rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;color:#8A8580;border-top:1px solid #E5E0D6;padding-top:1.5rem;margin-top:2rem}.changelog-page .page-content ul{margin-top:0.5rem;color:#5A5650}.changelog-page .page-content li{font-size:0.95rem}.search-overlay{position:fixed;inset:0;z-index:200;background:rgba(45,42,38,0.7);backdrop-filter:blur(4px);display:none;align-items:flex-start;justify-content:center;padding-top:10vh}.search-overlay.active{display:flex}.search-overlay-inner{background:#F5F0E8;border-radius:12px;width:90%;max-width:600px;max-height:70vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,0.3)}.search-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #D4CFC5}.search-header h2{font-size:1rem;margin:0;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600}.search-close{background:none;border:none;cursor:pointer;color:#8A8580;padding:0.25rem}.search-close:hover{color:#2D2A26}.search-close:focus-visible{outline:2px solid #C87941;outline-offset:2px}#search-container{padding:1rem 1.5rem}#search-container input{width:100%;padding:0.65rem 1rem;border:1px solid #D4CFC5;border-radius:6px;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;background:#FDFBF7;color:#2D2A26}#search-container input:focus{outline:none;border-color:#C87941}.pagefind-ui__search-input{border:1px solid #D4CFC5 !important;border-radius:6px !important;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;background:#FDFBF7 !important}.pagefind-ui__result-link{color:#A5612F !important;font-family:"Source Serif",Georgia,"Times New Roman",serif !important}.site-footer{background:#2D2A26;color:rgba(255,255,255,0.7);padding-top:3rem}.footer-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem 2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 768px){.footer-inner{grid-template-columns:1.5fr 1fr 1fr}}.footer-logo{display:flex;align-items:center;gap:0.5rem;text-decoration:none;margin-bottom:0.75rem}.footer-logo .logo-mark{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#C87941;color:#fff;font-family:"Source Serif",Georgia,"Times New Roman",serif;font-weight:700;font-size:1rem;border-radius:4px}.footer-logo .logo-text{font-family:"Source Serif",Georgia,"Times New Roman",serif;font-weight:600;font-size:1.05rem;color:#fff}.footer-tagline{font-size:0.9rem;line-height:1.5;max-width:300px}.footer-nav{display:contents}@media (max-width: 767px){.footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}}.footer-nav h3{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:rgba(255,255,255,0.4);margin-bottom:0.75rem}.footer-nav ul{list-style:none;padding:0;margin:0}.footer-nav a{color:rgba(255,255,255,0.7);text-decoration:none;font-size:0.9rem;padding:0.25rem 0;display:inline-block}.footer-nav a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);max-width:1200px;margin:0 auto;padding:1.25rem 1.5rem}.footer-bottom p{font-size:0.8rem;color:rgba(255,255,255,0.35);margin:0}.contact-info{background:#EDE7DB;border-radius:8px;padding:1.5rem 2rem;margin:1.5rem 0}.contact-info p{margin-bottom:0.5rem}.post-with-sidebar{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width: 960px){.post-with-sidebar{grid-template-columns:minmax(0, 2.5fr) minmax(280px, 1fr);align-items:start}}@media (min-width: 960px){.post-sidebar{position:sticky;top:5rem}}.bdua-join-panel{background:#2D2A26;border-radius:10px;padding:1.75rem 1.5rem 1.5rem;color:rgba(255,255,255,0.9)}.bdua-join-label{font-size:0.7rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#C87941;margin:0 0 0.5rem}.bdua-join-heading{font-size:1.15rem;font-weight:700;line-height:1.3;color:#fff;margin:0 0 0.75rem}.bdua-join-body{font-size:0.875rem;color:rgba(255,255,255,0.65);line-height:1.55;margin:0 0 1.25rem}.bdua-join-form{display:flex;flex-direction:column;gap:0.875rem}.bdua-join-pot{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.bdua-join-field{display:flex;flex-direction:column;gap:0.3rem}.bdua-join-fieldlabel{font-size:0.78rem;font-weight:600;color:rgba(255,255,255,0.7);letter-spacing:0.02em}.bdua-join-fieldlabel span{color:#C87941}.bdua-join-input{padding:0.6rem 0.75rem;border:1.5px solid rgba(255,255,255,0.18);border-radius:6px;background:rgba(255,255,255,0.08);color:#fff;font-size:0.9rem;font-family:inherit;transition:border-color 0.15s}.bdua-join-input::placeholder{color:rgba(255,255,255,0.3)}.bdua-join-input:focus{outline:none;border-color:#C87941;background:rgba(255,255,255,0.12)}.bdua-join-status{font-size:0.82rem;min-height:1.2rem;line-height:1.4}.bdua-join-status--ok{color:#7ecf96}.bdua-join-status--error{color:#f4907a}.bdua-join-btn{position:relative;background:#C87941;color:#fff;border:none;border-radius:6px;padding:0.7rem 1rem;font-size:0.9rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background 0.15s;display:flex;align-items:center;justify-content:center;gap:0.5rem}.bdua-join-btn:hover:not(:disabled){background:#A5612F}.bdua-join-btn:disabled{opacity:0.65;cursor:not-allowed}.bdua-join-btn--busy .bdua-join-btn-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,0.35);border-top-color:#fff;border-radius:50%;animation:bdua-spin 0.6s linear infinite}.bdua-join-btn-spinner{display:none}@keyframes bdua-spin{to{transform:rotate(360deg)}}.bdua-join-small{font-size:0.72rem;color:rgba(255,255,255,0.35);margin:0;text-align:center}@media print{.site-header,.site-footer,.search-overlay,.reading-rail,.related-reading,.breadcrumbs,.post-sidebar,.bdua-join-panel{display:none !important}body{background:#fff;color:#000;font-size:12pt}.page-single{max-width:none;padding:0}a{color:#000;text-decoration:underline}}
