:root{--font-family:var(--font-inter),system-ui,-apple-system,sans-serif;--color-bg:#0d1117;--color-text:#fff;--color-primary:#004d40;--color-primary-light:#00796b;--color-secondary:#7c4dff;--color-secondary-light:#a188ff;--color-secondary-dark:#651fff;--color-accent:#00e676;--color-danger:#ff5252;--color-surface:#161b22;--color-surface-hover:#1f2937;--radius:.5rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--color-success:#22c55e}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}[data-theme=light]{--color-bg:#f9fafb;--color-text:#1f2937;--color-surface:#fff;--color-surface-hover:#f3f4f6}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-bg);color:var(--color-text);line-height:1.5;transition:background-color .3s,color .3s}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}@media print{.no-print{display:none!important}}
:root{--font-family:var(--font-inter),system-ui,-apple-system,sans-serif;--color-bg:#0d1117;--color-text:#fff;--color-primary:#004d40;--color-primary-light:#00796b;--color-secondary:#7c4dff;--color-secondary-light:#a188ff;--color-secondary-dark:#651fff;--color-accent:#00e676;--color-danger:#ff5252;--color-surface:#161b22;--color-surface-hover:#1f2937;--radius:.5rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--color-success:#22c55e}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}[data-theme=light]{--color-bg:#f9fafb;--color-text:#1f2937;--color-surface:#fff;--color-surface-hover:#f3f4f6}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-bg);color:var(--color-text);line-height:1.5;transition:background-color .3s,color .3s}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}@media print{.no-print{display:none!important}}.Header{background-color:#0000;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex}.Header__logo{color:var(--color-primary-light);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.Header__logo span{background:linear-gradient(135deg,var(--color-primary-light),var(--color-secondary));-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.Header__actions{align-items:center;gap:.5rem;display:flex}.Header__button{background:var(--color-surface);border-radius:var(--radius);color:var(--color-text);border:1px solid #0000;align-items:center;padding:.5rem .75rem;transition:all .2s;display:flex}.Header__button:hover{background:var(--color-surface-hover);border-color:var(--color-primary-light)}.Header__dropdown{position:relative}.Header__lang-btn{background:var(--color-surface);border-radius:var(--radius);color:var(--color-text);cursor:pointer;border:1px solid #0000;align-items:center;gap:.25rem;padding:.5rem .75rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.Header__lang-btn:hover,.Header__lang-btn.is-active{background:var(--color-surface-hover);border-color:var(--color-primary-light)}.Header__dropdown-menu{background:var(--color-surface);border:1px solid var(--color-surface-hover);border-radius:var(--radius);z-index:100;flex-direction:column;gap:.25rem;min-width:140px;padding:.5rem;animation:.15s ease-out fadeIn;display:flex;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 8px 24px #000000b3}.Header__dropdown-item{width:100%;color:var(--color-text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-family:inherit;font-size:.9rem;transition:background .2s;display:flex}.Header__dropdown-item:hover{background:var(--color-surface)}.Header__dropdown-item.is-selected{color:var(--color-primary-light);font-weight:600}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.Header{padding:1rem}.Header__logo span{display:none}.Header__actions{gap:.25rem}.Header__button,.Header__lang-btn{padding:.5rem}.Header__lang-btn span{display:none}}
.Footer{border-top:1px solid var(--color-surface-hover);background:var(--color-bg);box-sizing:border-box;width:100%;margin-top:auto;padding:4rem 2rem 2rem}[data-theme=light] .Footer{background:#f8f9fa}.Footer__container{max-width:1200px;margin:0 auto}.Footer__grid{text-align:center;grid-template-columns:repeat(1,1fr);gap:3rem;margin-bottom:4rem;display:grid}@media (min-width:768px){.Footer__grid{grid-template-columns:repeat(3,1fr)}}.Footer__section{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.Footer__title{color:var(--color-text);text-transform:uppercase;letter-spacing:1.5px;opacity:.9;margin-bottom:.5rem;font-size:1.1rem;font-weight:800}.Footer__links-list{flex-direction:column;align-items:center;gap:.75rem;display:flex}.Footer__link{color:var(--color-text);opacity:.5;width:fit-content;margin:0 auto;font-size:.95rem;text-decoration:none;transition:all .2s}.Footer__link:hover{opacity:1;color:var(--color-secondary);transform:translateY(-2px)}.Footer__link.secondary{opacity:.4;font-size:.85rem}.Footer__link.secondary:hover{opacity:.8;color:var(--color-primary-light)}.Footer__bottom{border-top:1px solid var(--color-surface-hover);text-align:center;padding-top:2rem}.Footer__copyright{color:var(--color-text);opacity:.4;margin:0;font-size:.85rem}@media (max-width:480px){.Footer{padding:3rem 1rem 2rem}.Footer__grid{gap:2.5rem}.Footer__title{font-size:1rem}.Footer__link:hover{transform:none}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_4a4f7444-module__UHjWDq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_4a4f7444-module__UHjWDq__variable{--font-inter:"Inter","Inter Fallback"}
