.art-page{min-height:100vh;background:#060a12;color:#f0f4ff;font-family:DM Sans,sans-serif;font-size:17px;line-height:1.75}.art-nav{position:sticky;top:0;z-index:50;background:#0d1420e6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.07)}.art-nav__inner{max-width:72rem;margin:0 auto;padding:0 1.25rem;height:3.75rem;display:flex;align-items:center;justify-content:space-between}.art-nav__logo{background:none;border:none;cursor:pointer}.art-nav__back{font-size:.875rem;color:#7a869a;background:none;border:none;cursor:pointer;transition:color .2s;font-family:inherit}.art-nav__back:hover{color:#f0f4ff}.art-main{padding-bottom:5rem}.art-wrapper{max-width:760px;margin:0 auto;padding:2.5rem 1.25rem 4rem;color:#f0f4ff;background:transparent}.art-page header,.art-header{position:relative!important;background:#060a12!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important;border-bottom:1px solid rgba(255,255,255,.06)!important;padding:3rem 1rem 2.5rem!important;display:block!important;text-align:center;margin-bottom:.5rem}.art-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 60% at 50% 0%,rgba(0,229,160,.07) 0%,transparent 70%);pointer-events:none;border-radius:inherit}.art-eyebrow{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#00e5a0;background:#00e5a01a;padding:.3rem .875rem;border-radius:9999px;margin-bottom:1.25rem}.art-title{font-family:Syne,sans-serif;font-weight:800;font-size:clamp(1.75rem,4vw,2.75rem);line-height:1.15;margin:0 0 1rem;color:#f0f4ff}.art-subtitle{font-size:1.125rem;line-height:1.55;color:#7a869a;max-width:620px;margin:0 auto 1.25rem}.art-meta{font-size:.8125rem;color:#7a869a;margin:0}.art-meta strong{color:#a0aec0;font-weight:500}.art-hero,.art-hero img,figure.art-hero{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important}.art-toc{background:#0d1420;border:1px solid rgba(255,255,255,.07);padding:1.125rem 1.25rem;border-radius:12px;margin:0 0 2rem}.art-toc strong{display:block;margin-bottom:.5rem;font-family:Syne,sans-serif;color:#f0f4ff}.art-toc ol{margin:0;padding-left:1.125rem}.art-toc li{margin:.3rem 0}.art-toc a{text-decoration:none;color:#7a869a;font-size:.9rem;transition:color .2s}.art-toc a:hover{color:#00e5a0}.art-section{margin:2.25rem 0}.art-section h2{font-family:Syne,sans-serif;font-weight:700;font-size:clamp(1.3rem,2.5vw,1.625rem);margin:0 0 .75rem;line-height:1.25;color:#f0f4ff;position:relative;padding-bottom:.5rem}.art-section h2:after{content:"";position:absolute;left:0;bottom:0;width:3rem;height:2px;background:linear-gradient(90deg,#00e5a0,transparent);border-radius:2px}.art-section h3{font-family:Syne,sans-serif;font-weight:600;font-size:1.0625rem;margin:1.25rem 0 .5rem;color:#f0f4ff}.art-section p{margin:.625rem 0 .875rem;color:#f0f4ffd9}.art-section em{color:#00e5a0;font-style:normal}.art-section strong{color:#f0f4ff}.art-section a{color:#00e5a0;text-decoration:none}.art-section a:hover{text-decoration:underline}.art-section code{background:#111929;border:1px solid rgba(255,255,255,.08);padding:2px 7px;border-radius:5px;font-size:.9em;color:#00e5a0}.art-section ul,.art-section ol{padding-left:1.375rem;margin:.5rem 0 1rem}.art-section li{margin:.4rem 0;color:#f0f4ffd9}.art-section ul li::marker{color:#00e5a0}.art-section ol li::marker{color:#00e5a0;font-weight:600}.art-section details{border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:.875rem 1rem;margin:.625rem 0;background:#0d1420;transition:background .2s}.art-section details[open]{background:#111929}.art-section summary{cursor:pointer;font-weight:600;color:#f0f4ff;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem}.art-section summary:after{content:"+";font-size:1.25rem;color:#00e5a0;flex-shrink:0;transition:transform .2s}.art-section details[open] summary:after{content:"−"}.art-section details p{margin:.75rem 0 0;color:#7a869a}.art-kpis{list-style:none!important;padding:1rem 1.25rem!important;background:#00e5a00f;border:1px solid rgba(0,229,160,.2);border-radius:12px}.art-kpis li{margin:.5rem 0}.art-kpis li::marker{content:none!important}.art-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:.5rem}.art-grid>div{border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:1rem 1.125rem;background:#0d1420;transition:background .2s}.art-grid>div:hover{background:#111929}.art-grid h3{font-family:Syne,sans-serif;font-weight:600;font-size:.9375rem;color:#f0f4ff;margin:0 0 .4rem}.art-grid p{font-size:.875rem;color:#7a869a;margin:0}.art-cta{background:#00e5a00d;border:1px solid rgba(0,229,160,.2);border-radius:16px;padding:1.5rem}.art-cta h2{color:#f0f4ff}.art-cta p{color:#7a869a}.art-ctaBtn{display:inline-flex;align-items:center;gap:.375rem;margin-top:.75rem;background:#00e5a0;color:#060a12;border:none;padding:.75rem 1.375rem;border-radius:10px;font-family:inherit;font-weight:700;font-size:.9375rem;cursor:pointer;transition:transform .15s,box-shadow .15s}.art-ctaBtn:hover{transform:translateY(-2px);box-shadow:0 0 24px #00e5a073}.art-footer{border-top:1px solid rgba(255,255,255,.07);background:#060a12}.art-footer__inner{max-width:72rem;margin:0 auto;padding:1.5rem 1.25rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.art-footer__logo{background:none;border:none;cursor:pointer}.art-footer__copy{font-size:.75rem;color:#7a869a}.art-page .modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem;background:#000000b3;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.art-page .modal__content{width:100%;max-width:26rem;background:#0d1420;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;box-shadow:0 24px 80px #00000080}.art-page .modal__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.art-page .modal__head h3{font-family:Syne,sans-serif;font-weight:700;font-size:1.125rem;color:#f0f4ff;margin:0}.art-page .btn--ghost.btn--icon{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;border:1px solid rgba(255,255,255,.1);background:none;color:#7a869a;font-size:.875rem;cursor:pointer;transition:all .2s}.art-page .btn--ghost.btn--icon:hover{color:#f0f4ff;border-color:#ffffff40}.art-page .form{display:flex;flex-direction:column;gap:.875rem}.art-page .form input,.art-page .form textarea{width:100%;background:#111929;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem;font-family:inherit;color:#f0f4ff;outline:none;transition:border-color .2s;resize:none}.art-page .form input::placeholder,.art-page .form textarea::placeholder{color:#7a869a}.art-page .form input:focus,.art-page .form textarea:focus{border-color:#00e5a080}.art-page .btn--ok{width:100%;padding:.875rem;background:#00e5a0;color:#060a12;font-family:inherit;font-size:.875rem;font-weight:700;border:none;border-radius:.75rem;cursor:pointer;transition:box-shadow .2s}.art-page .btn--ok:hover{box-shadow:0 0 24px #00e5a073}.art-page .btn--ok:disabled{opacity:.6;cursor:not-allowed}.art-page .form__ok{font-size:.875rem;color:#00e5a0;text-align:center;margin:0}.art-page .form__legal{font-size:.75rem;color:#7a869a;text-align:center;margin:0}.art-dl{margin:0}.art-dl dt{font-family:Syne,sans-serif;font-weight:700;font-size:1rem;color:#f0f4ff;margin-top:1.5rem;margin-bottom:.25rem}.art-dl dt:first-child{margin-top:0}.art-dl dd{margin:0;padding-left:0;color:#f0f4ffbf;line-height:1.7}.art-dl a{color:#00e5a0;text-decoration:none}.art-dl a:hover{text-decoration:underline}@media (max-width: 640px){.art-wrapper{padding:1.5rem 1rem 3rem}.art-title{font-size:1.625rem}.art-grid{grid-template-columns:1fr}}@media (max-width: 768px){.art-header:before{display:none}.art-nav{backdrop-filter:none;-webkit-backdrop-filter:none;background:#0d1420f7}}
