:root{--primary:#2d6a2a;--primary-dark:#1a3d1a;--primary-light:#4a9647;--accent:#6db34a;--accent-light:#8ecf6a;--background:#f7f8f4;--surface:#fff;--text:#2a2a2a;--text-muted:#5a5a5a;--text-light:#888;--border:#d8e5d5;--border-light:#eaf2e7;--header-bg:#1a3d1a;--footer-bg:#122912;--link:#2d6a2a;--link-hover:#4a9647;--shadow:0 2px 8px rgba(0,0,0,.1);--shadow-lg:0 4px 20px rgba(0,0,0,.15);--radius:6px;--radius-lg:12px;--max-width:900px;--font-serif:Georgia,"Times New Roman",serif;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--background);color:var(--text);line-height:1.65;min-height:100vh}body,h1,h2,h3,h4,h5,h6{font-family:var(--font-sans)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;color:var(--primary-dark);margin-bottom:.75em}h1{font-size:2rem}h2{font-size:1.6rem}h3{font-size:1.3rem}h4{font-size:1.1rem}h5{font-size:1rem}h6{font-size:.9rem}p{margin-bottom:1em}a{color:var(--link);text-decoration:none;transition:color .2s}a:hover{color:var(--link-hover);text-decoration:underline}img{max-width:100%;height:auto}ol,ul{padding-left:1.5em;margin-bottom:1em}li{margin-bottom:.3em}blockquote{border-left:4px solid var(--accent);padding:.75em 1.25em;margin:1.5em 0;background:var(--border-light);border-radius:0 var(--radius) var(--radius) 0;font-style:italic;color:var(--text-muted)}table{width:100%;border-collapse:collapse;margin:1.5em 0;font-size:.9rem;overflow-x:auto;display:block}td,th{border:1px solid var(--border);padding:.6em 1em;text-align:left}th{background:var(--primary);color:#fff;font-weight:600}tr:nth-child(2n) td{background:var(--border-light)}tr:hover td{background:#e8f0e5}code{background:var(--border-light);padding:.15em .4em;border-radius:3px;font-size:.9em;font-family:Courier New,monospace}pre{background:var(--primary-dark);color:#e8f5e8;padding:1em;border-radius:var(--radius);overflow-x:auto;margin:1.5em 0}hr{border:none;border-top:2px solid var(--border);margin:2em 0}.site-header{background:var(--header-bg);color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.3)}.header-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem;justify-content:space-between;height:70px}.header-inner,.site-logo{display:flex;align-items:center}.site-logo{gap:.75rem;text-decoration:none;color:#fff;font-size:1.25rem;font-weight:700}.site-logo:hover{color:var(--accent-light);text-decoration:none}.logo-icon{width:44px;height:44px;flex-shrink:0}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-title{font-size:1.1rem;font-weight:800;letter-spacing:.02em;color:#fff}.logo-tagline{font-size:.65rem;color:var(--accent-light);font-weight:400;letter-spacing:.05em;text-transform:uppercase}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:#fff;flex-direction:column;gap:5px}.mobile-menu-toggle span{display:block;width:25px;height:2px;background:#fff;border-radius:2px;transition:all .3s}.site-nav{display:flex;align-items:center;gap:.25rem}.site-nav a{color:hsla(0,0%,100%,.85);text-decoration:none;padding:.5rem .75rem;border-radius:var(--radius);font-size:.9rem;font-weight:500;transition:all .2s;white-space:nowrap}.site-nav a:hover{color:#fff;background:hsla(0,0%,100%,.15);text-decoration:none}.site-nav a.active{color:#fff;background:var(--primary-light)}.nav-dropdown{position:relative}.nav-dropdown>a:after{content:" ▾";font-size:.7em}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:var(--header-bg);border:1px solid hsla(0,0%,100%,.15);border-radius:var(--radius);min-width:180px;box-shadow:var(--shadow-lg);z-index:100}.nav-dropdown:hover .dropdown-menu{display:block}.dropdown-menu a{display:block;padding:.5rem 1rem;border-radius:0;font-size:.85rem}.dropdown-menu a:first-child{border-radius:var(--radius) var(--radius) 0 0}.dropdown-menu a:last-child{border-radius:0 0 var(--radius) var(--radius)}.site-main{min-height:calc(100vh - 70px - 280px);padding:2.5rem 1.5rem}.container{max-width:var(--max-width);margin:0 auto}.site-footer{background:var(--footer-bg);color:hsla(0,0%,100%,.75);padding:2.5rem 1.5rem 1.5rem}.footer-inner{max-width:1100px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-brand .site-logo{margin-bottom:.75rem;font-size:1rem}.footer-about{font-size:.85rem;line-height:1.6;color:hsla(0,0%,100%,.6);margin-top:.5rem}.footer-col h4{color:var(--accent-light);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:.4rem}.footer-col ul li a{color:hsla(0,0%,100%,.65);font-size:.85rem;text-decoration:none}.footer-col ul li a:hover{color:#fff;text-decoration:none}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:1.25rem;align-items:center;justify-content:space-between;font-size:.8rem;color:hsla(0,0%,100%,.45)}.footer-bottom,.footer-bottom-links{display:flex;gap:1rem}.footer-bottom-links a{color:hsla(0,0%,100%,.45)}.footer-bottom-links a:hover{color:hsla(0,0%,100%,.8)}.breadcrumb{font-size:.8rem;color:var(--text-muted);margin-bottom:1.5rem;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.breadcrumb a{color:var(--primary)}.breadcrumb span{color:var(--text-light)}.page-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border)}.page-title{font-size:2rem;color:var(--primary-dark);margin-bottom:.5rem;line-height:1.25}.page-meta{gap:1rem;flex-wrap:wrap;font-size:.85rem;color:var(--text-muted);margin-top:.75rem}.meta-item,.page-meta{display:flex;align-items:center}.meta-item{gap:.35rem}.category-badge{background:var(--primary);color:#fff;padding:.2rem .65rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;text-decoration:none}.category-badge:hover{background:var(--primary-light);color:#fff;text-decoration:none}.article-body{font-size:1.05rem;line-height:1.7;color:var(--text)}.article-body h2{font-size:1.5rem;margin-top:2em;margin-bottom:.75em;padding-top:1em;border-top:1px solid var(--border-light)}.article-body h3{font-size:1.2rem;margin-top:1.5em;margin-bottom:.5em;color:var(--primary)}.article-body p{margin-bottom:1.25em}.article-body strong{color:var(--primary-dark)}.article-tags{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border);display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.tag-label{font-size:.85rem;color:var(--text-muted);font-weight:500}.tag{background:var(--border-light);color:var(--primary);padding:.2rem .65rem;border-radius:50px;font-size:.8rem;border:1px solid var(--border)}.tag,.tag:hover{text-decoration:none}.tag:hover{background:var(--primary);color:#fff}.toc-box{background:var(--border-light);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:var(--radius);padding:1.25rem 1.5rem;margin:1.5rem 0 2rem}.toc-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--primary-dark);margin-bottom:.75rem}.toc-list{list-style:none;padding:0;margin:0}.toc-list li{margin-bottom:.3rem}.toc-list a{color:var(--primary);font-size:.9rem;text-decoration:none}.toc-list a:hover{text-decoration:underline}.toc-list .toc-h2{padding-left:0}.toc-list .toc-h3{padding-left:1em;font-size:.85rem}.faq-section{margin-top:3rem;padding-top:2rem;border-top:2px solid var(--border)}.faq-title{font-size:1.5rem;color:var(--primary-dark);margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.faq-title:before{content:"";display:block;width:4px;height:1.5rem;background:var(--primary);border-radius:2px}.faq-item{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden}.faq-question{width:100%;text-align:left;background:var(--surface);border:none;padding:1rem 1.25rem;cursor:pointer;font-size:1rem;font-weight:600;color:var(--primary-dark);display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:background .2s}.faq-question:hover{background:var(--border-light)}.faq-icon{font-size:1.2rem;color:var(--primary);flex-shrink:0;transition:transform .3s;font-style:normal}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{display:none;padding:1rem 1.25rem 1.25rem;background:var(--surface);border-top:1px solid var(--border-light);font-size:.95rem;line-height:1.7;color:var(--text-muted)}.faq-answer p{margin-bottom:.75em}.faq-answer p:last-child{margin-bottom:0}.faq-item.open .faq-answer{display:block}.hero-section{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary) 50%,var(--primary-light) 100%);color:#fff;padding:4rem 1.5rem;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='20' cy='80' r='40' fill='rgba(255,255,255,0.03)'/%3E%3Ccircle cx='80' cy='20' r='30' fill='rgba(255,255,255,0.03)'/%3E%3C/svg%3E") no-repeat}.hero-inner{max-width:800px;margin:0 auto;position:relative}.hero-badge{display:inline-block;background:hsla(0,0%,100%,.15);color:hsla(0,0%,100%,.9);padding:.3rem 1rem;border-radius:50px;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem;border:1px solid hsla(0,0%,100%,.25)}.hero-title{font-size:clamp(1.8rem,4vw,3rem);color:#fff;margin-bottom:1rem;font-weight:800;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.1rem;color:hsla(0,0%,100%,.85);max-width:600px;margin:0 auto 2rem;line-height:1.6}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.75rem 1.75rem;border-radius:50px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .25s;cursor:pointer;border:none}.btn-primary{background:#fff;color:var(--primary-dark)}.btn-primary:hover{background:var(--accent-light);color:var(--primary-dark);text-decoration:none;transform:translateY(-2px)}.btn-outline{background:transparent;color:#fff;border:2px solid hsla(0,0%,100%,.5)}.btn-outline:hover{background:hsla(0,0%,100%,.15);border-color:#fff;color:#fff;text-decoration:none}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.2);flex-wrap:wrap}.stat-item{text-align:center}.stat-value{font-size:2rem;font-weight:800;color:var(--accent-light);display:block}.stat-label{font-size:.8rem;color:hsla(0,0%,100%,.7);text-transform:uppercase;letter-spacing:.05em}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--border)}.section-title{font-size:1.4rem;color:var(--primary-dark);font-weight:700}.section-link{font-size:.85rem;color:var(--primary);text-decoration:none;font-weight:500}.section-link:hover{text-decoration:underline}.articles-grid{display:grid;grid-gap:1.25rem;gap:1.25rem}.article-card{background:var(--surface);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;transition:all .25s;border:1px solid var(--border);border-left:4px solid transparent}.article-card:hover{border-left-color:var(--primary);box-shadow:var(--shadow);transform:translateX(3px)}.article-card-meta{font-size:.8rem;color:var(--text-light);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.article-card h3{font-size:1.05rem;margin-bottom:.5rem;line-height:1.4}.article-card h3 a{color:var(--primary-dark);text-decoration:none}.article-card h3 a:hover{color:var(--primary-light);text-decoration:underline}.article-card p{font-size:.9rem;color:var(--text-muted);margin:0;line-height:1.55}.featured-section{background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff;padding:2.5rem;border-radius:var(--radius-lg);margin-bottom:2.5rem}.featured-section h2{color:#fff}.featured-section p{color:hsla(0,0%,100%,.85)}.info-box{background:var(--border-light);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin:1.5rem 0}.info-box-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin-bottom:.75rem}.pdf-wrapper{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin:1.5rem 0}.pdf-viewer{width:100%;height:600px;border:none;display:block}.pdf-fallback{padding:3rem;text-align:center;background:var(--border-light)}.pdf-fallback a{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;padding:.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;margin-top:1rem}.image-display{text-align:center;padding:2rem 0}.image-display img{max-width:100%;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.news-list{display:flex;flex-direction:column;gap:1rem}.news-item{background:var(--surface);border-radius:var(--radius);padding:1.25rem 1.5rem;border:1px solid var(--border);border-left:4px solid var(--primary)}.news-item h3{font-size:1.05rem;margin-bottom:.4rem}.news-item h3 a{color:var(--primary-dark)}.news-item h3 a:hover{color:var(--primary-light)}.news-item .meta{font-size:.8rem;color:var(--text-light);margin-bottom:.5rem}.news-item p{font-size:.9rem;color:var(--text-muted);margin:0}.pagination{display:flex;gap:.5rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.pagination a,.pagination span{padding:.5rem .85rem;border-radius:var(--radius);font-size:.9rem;text-decoration:none;border:1px solid var(--border)}.pagination a{color:var(--primary);background:var(--surface)}.pagination .active,.pagination a:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.pagination .active{font-weight:700}.not-found{text-align:center;padding:5rem 1.5rem}.not-found-code{font-size:8rem;font-weight:900;color:var(--border);line-height:1;font-family:var(--font-sans)}.not-found h1{font-size:2rem;color:var(--primary-dark);margin:.5rem 0}.not-found p{color:var(--text-muted);margin-bottom:2rem}.cta-box{background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff;padding:2.5rem;border-radius:var(--radius-lg);text-align:center;margin:3rem 0}.cta-box h2{color:#fff;margin-bottom:.75rem}.cta-box p{color:hsla(0,0%,100%,.85);margin-bottom:1.5rem}@media (max-width:768px){h1{font-size:1.6rem}h2{font-size:1.3rem}.header-inner{height:60px}.logo-title{font-size:.95rem}.logo-tagline{display:none}.logo-icon{width:36px;height:36px}.mobile-menu-toggle{display:flex}.site-nav{display:none;position:fixed;top:60px;left:0;right:0;bottom:0;background:var(--header-bg);flex-direction:column;align-items:stretch;padding:1rem;overflow-y:auto;gap:.25rem}.site-nav.open{display:flex}.site-nav a{padding:.85rem 1rem;font-size:1rem;border-radius:var(--radius)}.nav-dropdown>a:after{content:" ▾"}.dropdown-menu{display:block;position:static;border:none;box-shadow:none;background:hsla(0,0%,100%,.05);border-radius:var(--radius);margin-top:.25rem}.dropdown-menu a{padding:.5rem 1.5rem}.hero-section{padding:2.5rem 1rem}.hero-stats{gap:1.5rem}.stat-value{font-size:1.5rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{flex-direction:column;text-align:center}.article-card{padding:1rem}.featured-section{padding:1.5rem}table{font-size:.8rem}td,th{padding:.4rem .6rem}.pdf-viewer{height:400px}.not-found-code{font-size:5rem}}@media (max-width:480px){.site-main{padding:1.5rem 1rem}.hero-title{font-size:1.5rem}.hero-ctas{flex-direction:column;align-items:center}.btn{width:100%;text-align:center;max-width:280px}}@media print{.site-footer,.site-header,.toc-box{display:none}.site-main{padding:0}a{color:inherit}}