:root{--text:#1a1f1c;--text-muted:#4a5e5e;--bg:#f5f7f5;--bg-alt:#e6f1e8;--border:#d4dede;--primary:#3d7a52;--primary-dark:#2d5c3a;--chip-bg:#c2e3ca;--chip-text:#1a1f1c;--input-bg:#fff;--shadow:0 4px 12px #2d5c3a1a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:16px/1.5 system-ui,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#e8ede9;--text-muted:#6b8f72;--bg:#1a1f1c;--bg-alt:#243028;--border:#2c3030;--primary:#3d7a52;--primary-dark:#2d5c3a;--chip-bg:#c2e3ca;--chip-text:#1a1f1c;--input-bg:#2c3830;--shadow:0 4px 12px #00000059}}:root[data-theme=light]{--text:#1a1f1c;--text-muted:#4a5e5e;--bg:#f5f7f5;--bg-alt:#e6f1e8;--border:#d4dede;--primary:#3d7a52;--primary-dark:#2d5c3a;--chip-bg:#c2e3ca;--chip-text:#1a1f1c;--input-bg:#fff;--shadow:0 4px 12px #2d5c3a1a}:root[data-theme=dark]{--text:#e8ede9;--text-muted:#6b8f72;--bg:#1a1f1c;--bg-alt:#243028;--border:#2c3030;--primary:#3d7a52;--primary-dark:#2d5c3a;--chip-bg:#c2e3ca;--chip-text:#1a1f1c;--input-bg:#2c3830;--shadow:0 4px 12px #00000059}*{box-sizing:border-box}body{margin:0}h1,h2,h3{color:var(--text);font-weight:600}h2{text-align:center;margin:0 0 1.5rem;font-size:1.75rem}h3{margin:0 0 .5rem;font-size:1.1rem}p{color:var(--text-muted)}a{color:var(--primary-dark)}.section{max-width:960px;margin:0 auto;padding:4rem 1.5rem}.section--alt{background:var(--bg-alt);max-width:100%}.section--alt>*{max-width:960px;margin-left:auto;margin-right:auto}.site-header{z-index:10;background:var(--bg);border-bottom:1px solid var(--border);position:sticky;top:0}.site-header__bar{justify-content:space-between;align-items:center;max-width:960px;margin:0 auto;padding:.75rem 1.5rem;display:flex}.site-header__brand{color:var(--primary-dark);font-weight:700;text-decoration:none}.site-header__actions{align-items:center;gap:.5rem;display:flex}.site-header__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:.5rem;display:none}.site-header__toggle span{background:var(--text);width:22px;height:2px}.site-header__nav{gap:1.25rem;display:flex}.site-header__nav a{color:var(--text);font-size:.95rem;text-decoration:none}.site-header__nav a:hover{color:var(--primary-dark)}@media (width<=720px){.site-header__toggle{display:flex}.site-header__nav{background:var(--bg);border-bottom:1px solid var(--border);flex-direction:column;padding:1rem 1.5rem;display:none;position:absolute;top:100%;left:0;right:0}.site-header__nav.is-open{display:flex}}.hero{text-align:center}.hero__avatar{object-fit:cover;border-radius:50%;margin-bottom:1rem}.hero__avatar--initials{background:var(--chip-bg);width:160px;height:160px;color:var(--chip-text);justify-content:center;align-items:center;margin:0 auto 1rem;font-size:2.5rem;font-weight:700;display:flex}.hero__name{margin:0 0 .25rem;font-size:2.5rem}.hero__title{color:var(--primary-dark);margin:0 0 .5rem;font-size:1.2rem}.hero__tagline{max-width:32rem;margin:0 auto 1.5rem}.hero__links{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-bottom:1.5rem;display:flex}.hero__link{color:var(--text);align-items:center;gap:.4rem;text-decoration:none;display:inline-flex}.hero__link:hover{color:var(--primary-dark)}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;padding:.6rem 1.4rem;font-weight:600;text-decoration:none;display:inline-block}.btn--primary{background:var(--primary);color:#fff}.btn--primary:hover{background:var(--primary-dark)}.btn--outline{color:var(--primary-dark);border-color:var(--primary);background:0 0;transition:background-color .15s,border-color .15s}.btn--outline:hover{background:var(--chip-bg);border-color:var(--primary-dark);color:var(--chip-text)}.btn--sm{padding:.4rem 1rem;font-size:.85rem}.theme-toggle{border:1px solid var(--border);background:var(--bg-alt);width:36px;height:36px;color:var(--primary-dark);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.theme-toggle:hover{border-color:var(--primary)}.language-toggle{border:1px solid var(--border);background:var(--bg-alt);min-width:36px;height:36px;color:var(--primary-dark);letter-spacing:.02em;cursor:pointer;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0 .5rem;font-size:.75rem;font-weight:700;display:flex}.language-toggle:hover{border-color:var(--primary)}.section__lead{text-align:center;max-width:40rem;margin:0 auto 1.5rem}.about__facts{text-align:center;padding:0;list-style:none}.about__highlights{max-width:32rem;margin:1rem auto 0}.education-list{color:var(--text);margin:0;padding-left:1.25rem}.education-list li{margin-bottom:.4rem}.experience-item{background:var(--bg);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;margin-bottom:1rem;padding:1.25rem 1.5rem}.experience-item__dates{margin-bottom:.5rem;font-size:.85rem}.badges{flex-wrap:wrap;gap:.4rem;margin-top:.75rem;display:flex}.badge{background:var(--chip-bg);color:var(--chip-text);border-radius:999px;padding:.2rem .6rem;font-size:.75rem}.badge--primary{background:var(--primary);color:#fff}.grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.grid--skills{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card{border:1px solid var(--border);background:var(--bg);box-shadow:var(--shadow);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.card__image{aspect-ratio:16/9;object-fit:cover;width:100%}.card__body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.card__role{font-size:.85rem}.card__actions{gap:.75rem;margin-top:auto;padding-top:1rem;display:flex}.skill{margin-bottom:1rem}.skill__label{justify-content:space-between;margin-bottom:.25rem;font-size:.9rem;display:flex}.skill__track{background:var(--border);border-radius:999px;height:8px;overflow:hidden}.skill__bar{background:var(--primary);border-radius:999px;height:100%}.alert{text-align:center;border-radius:8px;margin-bottom:1.5rem;padding:.75rem 1rem}.alert--success{background:var(--chip-bg);color:var(--chip-text)}.alert--error{color:#dc2626;background:#fee2e2}.contact-form{flex-direction:column;gap:1rem;display:flex}.contact-form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=600px){.contact-form__row{grid-template-columns:1fr}}.contact-form__field{flex-direction:column;gap:.35rem;display:flex}.contact-form label{font-size:.9rem;font-weight:600}.contact-form input,.contact-form textarea{border:1px solid var(--border);font:inherit;background:var(--input-bg);color:var(--text);border-radius:8px;padding:.6rem .75rem}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid var(--primary);outline-offset:1px}.field-error{color:#dc2626;font-size:.8rem}.contact-form .btn{align-self:flex-start}.hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.plugin-page__header{text-align:center;max-width:1400px;margin:0 auto;padding:2rem 2rem 1rem}.plugin-page__header-bar{text-align:left;justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.plugin-page__back{color:var(--text-muted);font-size:.9rem;text-decoration:none}.plugin-page__back:hover{color:var(--primary-dark)}.plugin-page__header h1{margin-bottom:.5rem;font-size:2rem}.plugin-grid{grid-template-columns:repeat(auto-fit,minmax(460px,1fr));align-items:start;gap:2rem;max-width:1400px;margin:0 auto;padding:1rem 2rem 4rem;display:grid}.plugin-card{border:1px solid var(--border);background:var(--bg);box-shadow:var(--shadow);border-radius:12px;flex-direction:column;padding:1.75rem 2rem;display:flex}.plugin-card__header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.plugin-card__header h3{margin:0;font-size:1.25rem}.plugin-card__demo{flex:1;margin-top:1.25rem}.plugin-demo__note{font-size:.85rem;font-style:italic}.plugin-demo__swiper{padding-bottom:2rem}.plugin-demo__slide{background:var(--bg-alt);text-align:center;border-radius:8px;flex-direction:column;justify-content:center;min-height:120px;padding:1.5rem;display:flex}.plugin-demo__swiper .swiper-button-next,.plugin-demo__swiper .swiper-button-prev{color:var(--primary-dark)}.plugin-demo__swiper .swiper-pagination-bullet-active{background:var(--primary)}.plugin-demo__select2+.select2-container .select2-selection--multiple{border-color:var(--border)}.select2-results__option{color:#1a1f1c}.select2-results__option--highlighted{color:#fff}.select2-selection__choice{color:#1a1f1c}.plugin-demo__table{width:100%;font-size:.95rem}.plugin-demo__gallery{flex-wrap:wrap;gap:.75rem;display:flex}.plugin-demo__thumb{color:#fff;border-radius:8px;flex:1;justify-content:center;align-items:center;min-width:100px;height:110px;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.plugin-demo__lightbox-content{color:#fff;text-align:center;border-radius:8px;min-width:280px;padding:3rem}.plugin-demo__lightbox-content h4{color:#fff;margin-bottom:.5rem}.plugin-demo__lightbox-content p{color:#ffffffe6}.plugin-demo__pdf{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.plugin-demo__ckeditor .ck-editor__editable{min-height:200px}.site-footer{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);padding:1.5rem;font-size:.85rem}
