:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.55;font-weight:400;color:#0f172a;background:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;color:#0f172a;background:#f8fafc}#root{min-height:100vh}.site-shell{min-height:100vh;display:flex;flex-direction:column}.container{width:min(1120px,92vw);margin:0 auto}.topbar{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;color:#14532d;border-bottom:1px solid #e2e8f0}.topbar-inner{min-height:72px;display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center;padding:0 1.5rem}.brand{text-decoration:none;color:#14532d;display:flex;align-items:center;gap:.5rem;flex-shrink:0}.brand-logo{height:40px;width:auto;max-width:120px;object-fit:contain}.brand-badge{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .6rem;border-radius:999px;color:#052e16;background:linear-gradient(135deg,#86efac,#bbf7d0)}.brand-text{font-weight:700;color:#14532d;letter-spacing:.01em}.nav{display:flex;gap:.35rem;flex-wrap:wrap;justify-content:center;align-items:center}.nav-dropdown{position:relative;display:inline-flex;align-items:center}.dropdown-trigger{display:inline-flex;align-items:center;gap:.3rem;font:inherit;cursor:pointer;background:none}.dropdown-arrow{transition:transform .15s ease}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid #dbe3ee;border-radius:10px;padding:.4rem;margin-top:.35rem;box-shadow:0 14px 30px -20px #0f172a59;display:none;z-index:30}.nav-dropdown:after{content:"";position:absolute;top:100%;left:0;width:100%;height:.45rem;display:none}.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu,.nav-dropdown:hover:after,.nav-dropdown:focus-within:after{display:grid;gap:.1rem}.dropdown-link{color:#0f172a;text-decoration:none;padding:.45rem .55rem;border-radius:6px;font-size:.92rem}.dropdown-link:hover{background:#f1f5f9}.dropdown-group{font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#64748b;padding:.5rem .55rem .15rem}.dropdown-group:not(:first-child){border-top:1px solid #e2e8f0;margin-top:.25rem}.dropdown-sublink{padding-left:1.2rem}.dropdown-divider{border:none;border-top:1px solid #e2e8f0;margin:.25rem 0}.nav-link{color:#1e293b;text-decoration:none;padding:.5rem .8rem;border-radius:8px;border:none;border-bottom:2px solid transparent;font-weight:500;transition:.12s ease}.nav-link:hover,.nav-link.active{color:#14532d;background:#f8fafc;border-bottom-color:#15803d}main{flex:1}.hero{position:relative;overflow:hidden;background:linear-gradient(140deg,#0f172a,#14532d 60%,#1f7a3d);color:#f8fafc}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#0f172a}.hero-bg-slide{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;opacity:0;transition:opacity .8s ease}.hero-bg-slide:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--cover-img);background-size:cover;background-position:center;filter:blur(22px);transform:scale(1.18)}.hero-bg-slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--cover-img);background-size:contain;background-position:center;background-repeat:no-repeat;transform:scale(1.5)}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;display:flex;align-items:center;justify-content:center;width:46px;height:46px;padding:0;border:none;border-radius:50%;background:#0f172a66;color:#fff;cursor:pointer;transition:background .2s ease}.hero-arrow:hover{background:#0f172ab8}.hero-arrow:focus-visible{outline:2px solid #fff;outline-offset:2px}.hero-arrow--prev{left:1rem}.hero-arrow--next{right:1rem}@media (prefers-reduced-motion: reduce){.hero-bg-slide{transition:none}}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(110deg,#0f172adb,#0f172a9e 42%,#14532d57)}.hero-inner{position:relative;z-index:2;padding:8rem 0 6.5rem}.hero h1{margin:0;font-size:clamp(2rem,5.5vw,3rem);line-height:1.1}.eyebrow{color:#a7f3d0;font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;margin-bottom:.8rem;font-weight:700}.lead{font-size:1.1rem;color:#334155}.hero .lead{color:#dbe7f3;max-width:68ch}blockquote{margin:1.5rem 0;max-width:64ch;padding-left:1rem;border-left:3px solid #86efac;color:#f1f5f9}.actions{display:flex;flex-wrap:wrap;gap:.8rem}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:9px;padding:.62rem .95rem;text-decoration:none;font-weight:600;border:none;cursor:pointer;font:inherit}.btn-ghost{border:1px solid rgba(255,255,255,.35);color:#fff;background:transparent}.btn-ghost:hover{background:#ffffff26}.btn-primary{background:#166534;color:#fff}.btn-primary:hover{background:#14532d}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c}.section{padding:3rem 0}.section-head{margin-bottom:1rem}.section-head h1,.section-head h2{margin:0}.muted{color:#64748b}.grid{display:grid;gap:1rem}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.news-panel{background:#fff;border:1px solid #dbe3ee;border-radius:14px;padding:1rem}.news-panel .section-head{margin-bottom:.45rem}.news-list{grid-template-columns:1fr}.simple-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.card{background:#fff;border:1px solid #dbe3ee;border-radius:14px;padding:1.15rem;box-shadow:0 10px 24px -20px #0f172a59}.card h3{margin-top:0}.pill{display:inline-block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#14532d;background:#ecfdf3;border:1px solid #bbf7d0;border-radius:999px;padding:.2rem .5rem;margin-bottom:.4rem}.text-link{color:#15803d;text-decoration:none;font-weight:600}.text-link:hover{text-decoration:underline}.article-page{max-width:860px}.article{background:#fff;border:1px solid #dbe3ee;border-radius:14px;padding:1.3rem}.article h1{line-height:1.2}.article-body{margin-top:.8rem;font-size:1rem;line-height:1.7}.article-body h2{margin:1.5rem 0 .5rem;font-size:1.3rem}.article-body p{margin-bottom:1rem}.article-body ul,.article-body ol{padding-left:1.5rem;margin-bottom:1rem}.article-body blockquote{background:#14532d;color:#fff;border-left:4px solid #15803d;padding:.9rem 1.1rem;border-radius:8px;max-width:none;margin:1.25rem 0}.article-body blockquote p{margin:0;color:#fff}.article-body blockquote a{color:#bbf7d0}.back-link{display:inline-block;margin-bottom:1rem}.contact-card dt{margin-top:.75rem;font-weight:700;color:#0f172a}.contact-card dd{margin:.25rem 0 0}.not-found{text-align:center}.footer{margin-top:1rem;border-top:1px solid #dbe3ee;background:#fff}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;min-height:68px}.footer a{color:#15803d;text-decoration:none;font-weight:600}.admin-container{width:min(1600px,96vw)}.admin-form{display:grid;gap:.9rem;max-width:none}.admin-form>label>input,.admin-form>label>select{max-width:640px}.admin-tabs{display:inline-flex;flex-wrap:wrap;gap:.35rem;padding:.2rem;border:1px solid #dbe3ee;border-radius:10px;background:#fff;margin-bottom:1rem}.admin-tab{border:0;background:transparent;color:#334155;border-radius:8px;padding:.45rem .75rem;font:inherit;font-weight:600;cursor:pointer}.admin-tab:hover{background:#f1f5f9}.admin-tab.active{background:#14532d;color:#fff}.admin-form label{display:grid;gap:.35rem;font-weight:600}.admin-form>label>input,.admin-form>label>textarea,.admin-form>label>select{width:100%;border:1px solid #14532d;border-radius:10px;padding:.6rem .7rem;font:inherit;color:#0f172a;background:#fff}.admin-form>label>input:focus,.admin-form>label>textarea:focus{outline:none;box-shadow:0 0 0 3px #16653433}.admin-list-section{padding-top:1.5rem}.admin-filter-row{margin-bottom:1rem}.admin-filter-row label{display:grid;gap:.35rem;max-width:320px;font-weight:600}.admin-filter-row select{width:100%;border:1px solid #d1d9e6;border-radius:10px;padding:.55rem .7rem;font:inherit;color:#0f172a;background:#fff}.admin-edit-form{display:grid;gap:.75rem}.admin-edit-form label{display:grid;gap:.35rem;font-weight:600}.admin-edit-form>label>input,.admin-edit-form>label>textarea,.admin-edit-form>label>select{width:100%;border:1px solid #d1d9e6;border-radius:10px;padding:.55rem .7rem;font:inherit;color:#0f172a;background:#fff}.admin-actions{display:flex;gap:.6rem;flex-wrap:wrap}.admin-delete{color:#b91c1c;border:1px solid #fecaca;background:#fff5f5;border-radius:9px;padding:.62rem .95rem;font:inherit;font-weight:600;cursor:pointer}.admin-delete:hover{background:#fee2e2}.admin-success{margin:0;color:#166534;font-weight:600}.admin-error{margin:0;color:#b91c1c;font-weight:600}.theme-toggle{background:none;border:1px solid #dbe3ee;border-radius:8px;padding:.45rem .55rem;cursor:pointer;line-height:1;transition:background .15s ease,border-color .15s ease;color:#334155;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.theme-toggle:hover{background:#f1f5f9;border-color:#cbd5e1}.login-shell{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 1rem}.login-card{width:100%;max-width:400px}.login-card h1{margin:0 0 .25rem;font-size:1.5rem}.login-form{display:grid;gap:.9rem;margin-top:1.25rem}.login-form label{display:grid;gap:.35rem;font-weight:600}.login-form label input{width:100%;border:1px solid #14532d;border-radius:10px;padding:.6rem .7rem;font:inherit;color:#0f172a;background:#fff}.login-form label input:focus{outline:none;box-shadow:0 0 0 3px #16653433}.tiptap-editor{border:1px solid #d1d9e6;border-radius:10px;overflow:hidden}.tiptap-toolbar{display:flex;flex-wrap:wrap;gap:.25rem;padding:.5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.tiptap-toolbar button{padding:.25rem .5rem;border:1px solid #d1d9e6;border-radius:6px;background:#fff;font-size:.8rem;color:#0f172a;cursor:pointer}.tiptap-toolbar button:hover{background:#f1f5f9}.tiptap-toolbar button.is-active{background:#dcfce7;border-color:#22c55e;color:#14532d}.ProseMirror{padding:.75rem 1rem;min-height:220px;outline:none;font-size:.95rem;color:#0f172a;background:#fff}.ProseMirror p{margin-bottom:.75rem}.ProseMirror h2{margin-bottom:.5rem;margin-top:1rem}.ProseMirror ul,.ProseMirror ol{padding-left:1.5rem;margin-bottom:.75rem}[data-theme=dark]{color:#e2e8f0;background:#0f172a}[data-theme=dark] body,[data-theme=dark] #root,[data-theme=dark] .site-shell,[data-theme=dark] main{background:#0f172a;color:#e2e8f0}[data-theme=dark] .topbar{background:#0f172af2;border-bottom-color:#334155}[data-theme=dark] .brand-text{color:#dcfce7}[data-theme=dark] .brand-logo{filter:brightness(1.7) saturate(1.1)}[data-theme=dark] .nav-link{color:#cbd5e1}[data-theme=dark] .nav-link:hover,[data-theme=dark] .nav-link.active{color:#f1f5f9;background:#94a3b824;border-bottom-color:#86efac}[data-theme=dark] .dropdown-menu{background:#111827;border-color:#334155;box-shadow:0 16px 30px -18px #000000b3}[data-theme=dark] .dropdown-link{color:#e2e8f0}[data-theme=dark] .dropdown-link:hover{background:#94a3b824}[data-theme=dark] .dropdown-group{color:#94a3b8}[data-theme=dark] .dropdown-group:not(:first-child){border-top-color:#334155}[data-theme=dark] .dropdown-divider{border-top-color:#334155}[data-theme=dark] .theme-toggle{border-color:#334155;color:#e2e8f0}[data-theme=dark] .theme-toggle:hover{background:#94a3b824}[data-theme=dark] .lead,[data-theme=dark] .muted{color:#94a3b8}[data-theme=dark] .card{background:#1e293b;border-color:#334155;box-shadow:0 12px 30px -24px #0009}[data-theme=dark] .news-panel{background:#111827;border-color:#334155}[data-theme=dark] .card h3,[data-theme=dark] .card p{color:#e2e8f0}[data-theme=dark] .pill{color:#dcfce7;background:#34d3992e;border-color:#a7f3d066}[data-theme=dark] .text-link{color:#4ade80}[data-theme=dark] .article{background:#1e293b;border-color:#334155}[data-theme=dark] .article h1,[data-theme=dark] .article-body,[data-theme=dark] .contact-card dt{color:#e2e8f0}[data-theme=dark] .contact-card dd{color:#cbd5e1}[data-theme=dark] .footer{background:#0f172a;border-top-color:#334155}[data-theme=dark] .footer a{color:#4ade80}[data-theme=dark] .footer p{color:#94a3b8}[data-theme=dark] .admin-form>label>input,[data-theme=dark] .admin-form>label>textarea,[data-theme=dark] .admin-form>label>select{background:#0f172a;color:#e2e8f0;border-color:#22c55e}[data-theme=dark] .admin-tabs{background:#111827;border-color:#334155}[data-theme=dark] .admin-tab{color:#cbd5e1}[data-theme=dark] .admin-tab:hover{background:#94a3b824}[data-theme=dark] .admin-tab.active{background:#166534;color:#f8fafc}[data-theme=dark] .admin-edit-form>label>input,[data-theme=dark] .admin-edit-form>label>textarea,[data-theme=dark] .admin-edit-form>label>select{background:#0f172a;color:#e2e8f0;border-color:#334155}[data-theme=dark] .admin-filter-row select{background:#0f172a;color:#e2e8f0;border-color:#334155}[data-theme=dark] .admin-success{color:#4ade80}[data-theme=dark] .admin-error{color:#fca5a5}[data-theme=dark] .admin-delete{background:#ef44441f;border-color:#fca5a559;color:#fecaca}[data-theme=dark] .admin-delete:hover{background:#ef444433}[data-theme=dark] .section-head h1,[data-theme=dark] .section-head h2{color:#f1f5f9}[data-theme=dark] blockquote{color:#cbd5e1;border-left-color:#22c55e}[data-theme=dark] .login-form label input{background:#0f172a;color:#e2e8f0;border-color:#22c55e}[data-theme=dark] .tiptap-editor{border-color:#334155}[data-theme=dark] .tiptap-toolbar{background:#0f172a;border-bottom-color:#334155}[data-theme=dark] .tiptap-toolbar button{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .tiptap-toolbar button:hover{background:#334155}[data-theme=dark] .tiptap-toolbar button.is-active{background:#34d3992e;border-color:#22c55e;color:#4ade80}[data-theme=dark] .ProseMirror{color:#e2e8f0;background:#1e293b}@media (max-width: 820px){.topbar-inner,.footer-inner{flex-direction:column;align-items:flex-start;padding:.8rem 0}.hero-inner{padding:5rem 0 4rem}.dropdown-menu{position:static;margin-top:.2rem;min-width:100%}}.stats-strip{background:#fff;border-bottom:1px solid #e2e8f0;padding:2rem 0}.stats-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}.stat-value{font-size:2.25rem;font-weight:800;color:#15803d;line-height:1}.stat-label{font-size:.82rem;color:#64748b;margin-top:.35rem;font-weight:500}.features-section{padding:4rem 0}.features-section .section-head{margin-bottom:2rem}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.feature-card{background:#fff;border:1px solid #dbe3ee;border-radius:16px;padding:1.75rem 1.5rem;box-shadow:0 4px 20px -8px #0f172a1a;transition:transform .15s ease,box-shadow .15s ease}.feature-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px -10px #0f172a26}.feature-icon{width:48px;height:48px;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem;color:#15803d}.feature-icon svg{width:24px;height:24px;stroke:currentColor}.feature-card h3{font-size:1.05rem;font-weight:700;margin:0 0 .5rem}.feature-card p{font-size:.875rem;color:#64748b;margin:0;line-height:1.65}.cta-section{background:linear-gradient(135deg,#052e16,#166534 60%,#15803d);color:#fff;padding:4rem 0;text-align:center}.cta-section h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin:0 0 .75rem}.cta-section p{color:#ffffffbf;max-width:52ch;margin:0 auto 1.75rem}.cta-actions{display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap}.btn-white{background:#fff;color:#166534;font-weight:700}.btn-white:hover{background:#f0fdf4}.news-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.news-card{background:#f7fef9;border:1px solid #14532d;border-radius:14px;overflow:hidden;box-shadow:0 4px 16px -8px #0f172a1a;transition:transform .15s ease,box-shadow .15s ease;display:flex;flex-direction:column}.news-card{transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}.news-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px -10px #0f172a26;background:#ecfdf3;border-color:#15803d}.news-card-accent{height:4px;background:linear-gradient(90deg,#15803d,#4ade80)}.news-card-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.news-card-meta{display:flex;align-items:center;gap:.6rem;margin-bottom:.7rem;flex-wrap:wrap}.news-card-body h3{font-size:1.05rem;font-weight:700;margin:0 0 .5rem;line-height:1.35}.news-card-body h3 a{color:inherit;text-decoration:none}.news-card-body h3 a:hover{color:inherit}.news-card-excerpt{font-size:.875rem;color:#64748b;flex:1;margin:0 0 1.1rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.page-hero{position:relative;overflow:hidden;display:flex;align-items:center;min-height:360px;background:linear-gradient(140deg,#0f172a,#14532d);color:#fff;padding:5rem 0 4.5rem}.page-hero>.container{position:relative;z-index:2}@media (max-width: 820px){.page-hero{min-height:260px;padding:3.5rem 0 3rem}}.page-hero h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin:.5rem 0 0}.page-hero .eyebrow{margin-bottom:.5rem}.page-hero .lead{color:#ffffffbf;margin-top:.75rem;max-width:60ch;font-size:1rem}.article-layout{display:grid;grid-template-columns:1fr 280px;gap:2rem;align-items:start}.article-sidebar{position:sticky;top:88px;display:flex;flex-direction:column;gap:1rem}.sidebar-card{background:#fff;border:1px solid #dbe3ee;border-radius:14px;padding:1.25rem}.sidebar-card h4{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#64748b;margin:0 0 .8rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.25rem;margin-top:1.5rem}.value-card{background:#fff;border:1px solid #dbe3ee;border-radius:14px;padding:1.5rem;border-top:3px solid #15803d;box-shadow:0 4px 16px -8px #0f172a14}.value-card h3{font-size:1rem;font-weight:700;margin:.75rem 0 .4rem}.value-card p{font-size:.875rem;color:#64748b;margin:0;line-height:1.6}.value-icon{width:40px;height:40px;background:#f0fdf4;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#15803d}.value-icon svg{width:20px;height:20px;stroke:currentColor}.timeline{position:relative;padding-left:1.75rem;margin-top:1.5rem}.timeline:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:2px;background:linear-gradient(to bottom,#15803d,#bbf7d0)}.timeline-item{position:relative;padding-bottom:1.75rem}.timeline-dot{position:absolute;left:-2.15rem;top:.3rem;width:10px;height:10px;border-radius:50%;background:#15803d;box-shadow:0 0 0 3px #dcfce7}.timeline-year{font-size:.72rem;font-weight:700;color:#15803d;text-transform:uppercase;letter-spacing:.07em}.timeline-item h4{font-size:.95rem;font-weight:700;margin:.2rem 0 .3rem}.timeline-item p{font-size:.875rem;color:#64748b;margin:0;line-height:1.55}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.info-item{display:flex;align-items:flex-start;gap:.9rem;padding:1rem 0;border-bottom:1px solid #e2e8f0}.info-item:last-child{border-bottom:none}.info-icon{width:40px;height:40px;background:#f0fdf4;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#15803d}.info-icon svg{width:18px;height:18px;stroke:currentColor}.info-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#64748b;margin-bottom:.2rem}.info-value{font-weight:500;font-size:.95rem}.contact-form{display:grid;gap:.9rem}.contact-form label{display:grid;gap:.35rem;font-weight:600;font-size:.875rem}.contact-form label input,.contact-form label textarea{border:1px solid #d1d9e6;border-radius:10px;padding:.6rem .7rem;font:inherit;color:#0f172a;background:#fff;width:100%;resize:vertical}.contact-form label input:focus,.contact-form label textarea:focus{outline:none;border-color:#15803d;box-shadow:0 0 0 3px #16653433}.welcome-banner{background:linear-gradient(135deg,#14532d,#15803d);color:#fff;border-radius:16px;padding:1.75rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.welcome-banner h2{margin:0 0 .3rem;font-size:1.3rem}.welcome-banner p{margin:0;color:#fffc;font-size:.9rem}.login-shell{flex:1;display:flex;align-items:stretch;min-height:calc(100vh - 72px)}.login-panel-left{flex:1;display:none;background:linear-gradient(140deg,#0f172a,#14532d);padding:3rem;flex-direction:column;justify-content:center;color:#fff}.login-panel-left h2{font-size:2rem;font-weight:800;margin:1rem 0 .5rem}.login-panel-left p{color:#ffffffbf;max-width:36ch;line-height:1.65}.login-panel-right{display:flex;align-items:center;justify-content:center;padding:3rem 2rem;flex:1}.login-card{width:100%;max-width:780px}.login-card h1{margin:0 0 .25rem;font-size:1.6rem}[data-theme=dark] .stats-strip{background:#111827;border-color:#334155}[data-theme=dark] .stat-value{color:#4ade80}[data-theme=dark] .stat-label{color:#94a3b8}[data-theme=dark] .feature-card,[data-theme=dark] .news-card,[data-theme=dark] .sidebar-card,[data-theme=dark] .value-card{background:#1e293b;border-color:#334155}[data-theme=dark] .feature-icon,[data-theme=dark] .value-icon{background:#34d39926}[data-theme=dark] .feature-card p,[data-theme=dark] .news-card-excerpt,[data-theme=dark] .value-card p,[data-theme=dark] .timeline-item p{color:#94a3b8}[data-theme=dark] .feature-card h3,[data-theme=dark] .news-card-body h3,[data-theme=dark] .value-card h3{color:#f1f5f9}[data-theme=dark] .info-item{border-bottom-color:#334155}[data-theme=dark] .info-icon{background:#34d3991f}[data-theme=dark] .info-label{color:#94a3b8}[data-theme=dark] .info-value{color:#e2e8f0}[data-theme=dark] .contact-form label input,[data-theme=dark] .contact-form label textarea{background:#0f172a;color:#e2e8f0;border-color:#334155}[data-theme=dark] .timeline:before{background:linear-gradient(to bottom,#4ade80,#14532d)}[data-theme=dark] .timeline-year{color:#4ade80}[data-theme=dark] .timeline-dot{background:#4ade80;box-shadow:0 0 0 3px #4ade8033}[data-theme=dark] .sidebar-card h4{color:#94a3b8}[data-theme=dark] .value-card{border-top-color:#4ade80}[data-theme=dark] .news-card-body h3 a:hover{color:#4ade80}@media (min-width: 900px){.login-panel-left{display:flex}}@media (max-width: 900px){.stats-inner{grid-template-columns:repeat(2,1fr)}.feature-grid,.two-col,.article-layout,.news-card-grid{grid-template-columns:1fr}.welcome-banner{flex-direction:column}}.members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}.member-card{background:#fff;border:1px solid #dbe3ee;border-radius:14px;padding:1.5rem 1rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-decoration:none;color:inherit;box-shadow:0 4px 16px -10px #0f172a1a;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.member-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px -12px #0f172a2e;border-color:#15803d}.member-logo{width:100%;height:64px;display:flex;align-items:center;justify-content:center}.member-logo img{height:100%;width:auto;max-width:100%;object-fit:contain}.member-name{font-size:.9rem;font-weight:600;color:#0f172a;text-align:center}[data-theme=dark] .member-card{background:#1e293b;border-color:#334155}[data-theme=dark] .member-card:hover{border-color:#15803d}[data-theme=dark] .member-name{color:#e2e8f0}[data-theme=dark] .member-logo{background:#fff;border-radius:8px;padding:8px 12px}.partners-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.partner-card{background:#fff;border:1px solid #dbe3ee;border-radius:14px;padding:1.5rem;display:grid;grid-template-columns:140px minmax(0,1fr);gap:1.5rem;align-items:start;color:inherit;box-shadow:0 4px 16px -10px #0f172a1a;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;overflow:hidden}.partner-body{min-width:0}.partner-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px -12px #0f172a2e;border-color:#15803d}.partner-logo{height:110px;display:flex;align-items:center;justify-content:center;padding-top:.25rem}.partner-logo img{max-width:100%;max-height:100%;object-fit:contain}.partner-name{font-size:1.05rem;font-weight:700;color:#0f172a;margin-bottom:.6rem;line-height:1.3}.partner-desc{margin:0 0 .25rem;font-size:.875rem;color:#475569;line-height:1.55;overflow-wrap:anywhere}.partner-links{margin:.6rem 0 0;font-size:.875rem;overflow-wrap:anywhere}.partner-links a{word-break:break-word}[data-theme=dark] .partner-card{background:#1e293b;border-color:#334155}[data-theme=dark] .partner-card:hover{border-color:#15803d}[data-theme=dark] .partner-name{color:#e2e8f0}[data-theme=dark] .partner-desc{color:#cbd5e1}@media (max-width: 520px){.partner-card{grid-template-columns:1fr;text-align:center}}.logo-strip{background:#fff;border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0;padding:1.25rem 0;overflow:hidden}.logo-track{display:flex;width:max-content;animation:marquee 120s linear infinite}.logo-track:hover{animation-play-state:paused}.logo-item{display:flex;align-items:center;justify-content:center;padding:0 2.5rem;flex-shrink:0;opacity:.65;transition:opacity .2s ease,filter .2s ease,transform .2s ease;filter:grayscale(1);text-decoration:none}.logo-item img{height:48px;width:auto;max-width:160px;object-fit:contain;display:block}.logo-item:hover{opacity:1;filter:grayscale(0);transform:scale(1.05)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}[data-theme=dark] .logo-strip{background:#111827;border-color:#334155}[data-theme=dark] .logo-item{opacity:.45;filter:grayscale(1) invert(1)}[data-theme=dark] .logo-item:hover{opacity:.9;filter:grayscale(0) invert(1)}.home-intro{max-width:68ch}.home-intro-title{position:relative;margin:0 0 1.2rem;padding-bottom:.7rem;font-size:1.35rem;font-weight:800;color:#0f172a}.home-intro-title:after{content:"";position:absolute;left:0;bottom:0;width:56px;height:3px;border-radius:2px;background:linear-gradient(90deg,#15803d,#4ade80)}.home-intro p{margin:0 0 1.15rem;font-size:1rem;line-height:1.8;color:#334155}.home-intro p:first-of-type{font-size:1.08rem;color:#1e293b}.home-intro-highlight{margin:1.6rem 0 0;padding:1.1rem 1.35rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0;border-left:4px solid #15803d;border-radius:12px;font-weight:700;color:#14532d}[data-theme=dark] .home-intro-title{color:#f1f5f9}[data-theme=dark] .home-intro p{color:#cbd5e1}[data-theme=dark] .home-intro p:first-of-type{color:#e2e8f0}[data-theme=dark] .home-intro-highlight{background:linear-gradient(135deg,#16653447,#1665341a);border-color:#166534;border-left-color:#4ade80;color:#dcfce7}.prose-page{max-width:780px;margin:0 auto;font-size:1.02rem;line-height:1.8;color:#334155}.prose-page p{margin:0 0 1.15rem}.prose-page>p:first-of-type{font-size:1.1rem;color:#1e293b}.prose-page h2,.accent-title{position:relative;margin:2.75rem 0 1.15rem;padding-bottom:.65rem;font-size:1.3rem;font-weight:800;line-height:1.3;color:#0f172a}.accent-title:first-child{margin-top:0}.prose-page h2:after,.accent-title:after{content:"";position:absolute;left:0;bottom:0;width:56px;height:3px;border-radius:2px;background:linear-gradient(90deg,#15803d,#4ade80)}.prose-page .doc-list{margin:1.25rem 0 1.5rem}.check-list{list-style:none;margin:1.3rem 0 0;padding:1.5rem 1.6rem;display:grid;gap:.8rem;background:#fff;border:1px solid #dbe3ee;border-radius:16px;box-shadow:0 4px 20px -12px #0f172a2e}.check-list li{display:flex;align-items:flex-start;gap:.7rem;font-size:.97rem;line-height:1.6}.check-list svg{flex-shrink:0;width:18px;height:18px;margin-top:.3rem;color:#15803d}.cta-panel{margin-top:1.9rem;padding:1.6rem 1.75rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0;border-left:4px solid #15803d;border-radius:16px}.cta-panel p{margin:0;font-weight:700;font-size:1.05rem;color:#14532d}.cta-panel-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.2rem}.btn-outline{background:transparent;color:#166534;border:1px solid #15803d;font-weight:700}.btn-outline:hover{background:#15803d1a}[data-theme=dark] .btn-outline{color:#bbf7d0;border-color:#4ade80}[data-theme=dark] .btn-outline:hover{background:#4ade8024}.page-placeholder{margin:0;padding:3.5rem 1.5rem;text-align:center;border:1px dashed #cbd5e1;border-radius:16px;background:#f8fafc;color:#64748b;font-size:1.05rem;font-weight:600}[data-theme=dark] .page-placeholder{background:#111827;border-color:#334155;color:#94a3b8}.principles{max-width:820px;margin:0 auto;font-size:1rem;line-height:1.8;color:#334155}.principles p{margin:0 0 1.1rem}.principles-doc-head{margin-bottom:2.25rem;text-align:center}.principles-doc-title{margin:0;font-size:clamp(1.25rem,3vw,1.55rem);font-weight:800;line-height:1.35;color:#0f172a}.principles-doc-subtitle{margin:.5rem 0 0;font-size:1.02rem;color:#64748b}.principles-list{list-style:none;margin:0 0 1.2rem;padding:0;display:grid;gap:.55rem}.principles-list li{position:relative;padding-left:1.4rem}.principles-list li:before{content:"";position:absolute;left:.25rem;top:.75em;width:6px;height:6px;border-radius:50%;background:#15803d}.principles-divider{margin:3.5rem 0;border:none;border-top:2px solid #e2e8f0}[data-theme=dark] .principles{color:#cbd5e1}[data-theme=dark] .principles-doc-title{color:#f1f5f9}[data-theme=dark] .principles-doc-subtitle{color:#94a3b8}[data-theme=dark] .principles-list li:before{background:#4ade80}[data-theme=dark] .principles-divider{border-top-color:#334155}.statute{max-width:820px;margin:0 auto;font-size:.97rem;line-height:1.75;color:#334155}.statute-title{margin:0 0 2.5rem;text-align:center;font-size:clamp(1.3rem,3vw,1.6rem);font-weight:800;line-height:1.35;color:#0f172a;text-transform:uppercase;letter-spacing:.02em}.statute-section{margin:2.75rem 0 1.25rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;text-align:center;font-size:1.15rem;font-weight:800;line-height:1.4;color:#0f172a}.statute-section-num{display:block;margin-bottom:.25rem;font-size:.8rem;font-weight:700;letter-spacing:.12em;color:#15803d}.statute-subsection{margin:2rem 0 1rem;font-size:1.02rem;font-weight:700;color:#14532d}.statute-p{margin:0 0 .8rem}.statute-lvl-1{padding-left:1.5rem}.statute-lvl-2{padding-left:3rem}.statute-center{text-align:center;margin-bottom:.35rem}[data-theme=dark] .statute{color:#cbd5e1}[data-theme=dark] .statute-title,[data-theme=dark] .statute-section{color:#f1f5f9}[data-theme=dark] .statute-section{border-top-color:#334155}[data-theme=dark] .statute-section-num{color:#4ade80}[data-theme=dark] .statute-subsection{color:#bbf7d0}@media (max-width: 560px){.statute-lvl-1{padding-left:.85rem}.statute-lvl-2{padding-left:1.7rem}}.board-list{display:grid;gap:1rem;max-width:860px}.board-card{background:#fff;border:1px solid #dbe3ee;border-radius:16px;overflow:hidden;box-shadow:0 4px 18px -12px #0f172a26;transition:border-color .15s ease,box-shadow .15s ease}.board-card.is-open{border-color:#15803d;box-shadow:0 14px 32px -16px #0f172a38}.board-head{display:flex;align-items:center;gap:1.1rem;width:100%;padding:1.1rem 1.35rem;margin:0;background:none;border:none;font:inherit;color:inherit;text-align:left}button.board-head{cursor:pointer}button.board-head:hover{background:#f8fafc}button.board-head:focus-visible{outline:2px solid #15803d;outline-offset:-2px}.board-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #dcfce7}.board-avatar--initials{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#15803d;font-weight:800;font-size:1.15rem}.board-name{font-weight:700;font-size:1.08rem;color:#0f172a}.board-hint{font-size:.82rem;color:#64748b;margin-top:.2rem}.board-chevron{margin-left:auto;flex-shrink:0;color:#15803d;transition:transform .2s ease}.board-card.is-open .board-chevron{transform:rotate(180deg)}.board-panel{padding:0 1.35rem 1.35rem}.board-panel-inner{border-top:1px solid #e2e8f0;padding-top:1.1rem}.board-contact{display:flex;flex-wrap:wrap;gap:.6rem 1.75rem}.board-contact-item{display:flex;align-items:center;gap:.5rem;font-size:.93rem}.board-contact-item svg{width:16px;height:16px;flex-shrink:0;color:#15803d}.board-bio{margin-top:1.1rem}.board-bio p{margin:0 0 .9rem;font-size:.95rem;line-height:1.75;color:#475569}.board-bio p:last-child{margin-bottom:0}[data-theme=dark] .board-card{background:#1e293b;border-color:#334155}[data-theme=dark] .board-card.is-open{border-color:#15803d}[data-theme=dark] button.board-head:hover{background:#94a3b81a}[data-theme=dark] .board-name{color:#f1f5f9}[data-theme=dark] .board-hint{color:#94a3b8}[data-theme=dark] .board-avatar{border-color:#166534}[data-theme=dark] .board-avatar--initials{background:#34d39926;color:#4ade80}[data-theme=dark] .board-panel-inner{border-top-color:#334155}[data-theme=dark] .board-contact-item svg{color:#4ade80}[data-theme=dark] .board-bio p{color:#cbd5e1}@media (max-width: 560px){.board-head{gap:.85rem;padding:.9rem 1rem}.board-avatar{width:56px;height:56px}.board-panel{padding:0 1rem 1.1rem}}[data-theme=dark] .prose-page{color:#cbd5e1}[data-theme=dark] .prose-page>p:first-of-type{color:#e2e8f0}[data-theme=dark] .prose-page h2,[data-theme=dark] .accent-title{color:#f1f5f9}[data-theme=dark] .check-list{background:#1e293b;border-color:#334155}[data-theme=dark] .check-list svg{color:#4ade80}[data-theme=dark] .cta-panel{background:linear-gradient(135deg,#16653447,#1665341a);border-color:#166534;border-left-color:#4ade80}[data-theme=dark] .cta-panel p{color:#dcfce7}.md-editor{border:1px solid #d1d9e6;border-radius:10px;overflow:hidden;background:#fff}.md-editor:focus-within{border-color:#15803d;box-shadow:0 0 0 3px #16653433}.md-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;padding:.4rem .5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.md-toolbar-btn{min-width:32px;height:30px;padding:0 .5rem;font-size:.85rem;background:#fff;border:1px solid #d1d9e6;border-radius:6px;color:#0f172a;cursor:pointer;transition:background .1s ease,border-color .1s ease}.md-toolbar-btn:hover{background:#ecfdf3;border-color:#15803d}.md-toolbar-btn:active{background:#dcfce7}.md-toolbar-btn.active{background:#dcfce7;border-color:#15803d;color:#14532d}.md-toolbar-sep{width:1px;height:20px;background:#cbd5e1;margin:0 .25rem}.md-toolbar-spacer{flex:1}.md-split{display:grid;grid-template-columns:1fr}.md-split.with-preview{grid-template-columns:1fr 1fr}.md-textarea{display:block;width:100%;border:0;outline:none;padding:.75rem .85rem;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.9rem;line-height:1.55;color:#0f172a;background:#fff;resize:vertical;min-height:260px}.md-split.with-preview .md-textarea{border-right:1px solid #e2e8f0}.md-preview{padding:.75rem 1rem;background:#fff;overflow-y:auto;max-height:560px;font-size:.95rem}.md-preview:empty:before{content:"Az előnézet itt jelenik meg...";color:#94a3b8;font-style:italic}@media (max-width: 900px){.md-split.with-preview{grid-template-columns:1fr}.md-split.with-preview .md-textarea{border-right:0;border-bottom:1px solid #e2e8f0}}[data-theme=dark] .md-editor{background:#0f172a;border-color:#334155}[data-theme=dark] .md-toolbar{background:#1e293b;border-color:#334155}[data-theme=dark] .md-toolbar-btn{background:#0f172a;border-color:#334155;color:#e2e8f0}[data-theme=dark] .md-toolbar-btn:hover{background:#14532d;border-color:#15803d}[data-theme=dark] .md-toolbar-sep{background:#334155}[data-theme=dark] .md-textarea{background:#0f172a;color:#e2e8f0}[data-theme=dark] .md-toolbar-btn.active{background:#14532d;border-color:#15803d;color:#bbf7d0}[data-theme=dark] .md-split.with-preview .md-textarea{border-color:#334155}[data-theme=dark] .md-preview{background:#0f172a;color:#e2e8f0}[data-theme=dark] .md-preview:empty:before{color:#64748b}.doc-browser{display:flex;flex-direction:column;gap:1rem}.doc-search{display:flex;align-items:center;gap:.6rem;background:#fff;border:1px solid #d1d9e6;border-radius:10px;padding:.55rem .85rem;color:#64748b}.doc-search:focus-within{border-color:#15803d;box-shadow:0 0 0 3px #1665342e;color:#15803d}.doc-search input{flex:1;border:0;outline:none;font:inherit;font-size:.9rem;background:transparent;color:#0f172a}.doc-list{display:flex;flex-direction:column;gap:.6rem}.doc-item{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:1rem;align-items:center;background:#fff;border:1px solid #dbe3ee;border-radius:12px;padding:.85rem 1.1rem;text-decoration:none;color:inherit;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.doc-item:hover{transform:translateY(-1px);box-shadow:0 10px 24px -14px #0f172a33;border-color:#15803d}.doc-icon{width:56px;height:56px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;flex-shrink:0}.doc-ext{font-size:.62rem;font-weight:700;letter-spacing:.04em}.doc-body{min-width:0}.doc-title{font-weight:600;font-size:.95rem;color:#0f172a;margin-bottom:.15rem}.doc-desc{font-size:.82rem;color:#64748b;margin-bottom:.3rem;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.doc-meta{display:flex;flex-wrap:wrap;gap:.4rem;font-size:.75rem;color:#94a3b8;overflow-wrap:anywhere}.doc-download{width:38px;height:38px;border-radius:10px;background:#f0fdf4;color:#15803d;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .12s ease,color .12s ease}.doc-item:hover .doc-download{background:#15803d;color:#fff}[data-theme=dark] .doc-search{background:#0f172a;border-color:#334155;color:#94a3b8}[data-theme=dark] .doc-search input{color:#e2e8f0}[data-theme=dark] .doc-item{background:#1e293b;border-color:#334155}[data-theme=dark] .doc-title{color:#f1f5f9}[data-theme=dark] .doc-desc{color:#cbd5e1}[data-theme=dark] .doc-meta{color:#94a3b8}[data-theme=dark] .doc-download{background:#16653433;color:#4ade80}[data-theme=dark] .doc-item:hover .doc-download{background:#15803d;color:#fff}@media (max-width: 520px){.doc-item{grid-template-columns:48px minmax(0,1fr)}.doc-download{display:none}}
