.art-page{min-height:100vh;background:#090d13;color:#f1f5f9}.art-hero{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:100vh;padding:2rem;overflow:hidden}@media(max-width:768px){.art-hero{padding:1.5rem}}.art-hero__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:2rem}.art-hero__logo{max-width:100%;height:auto;filter:drop-shadow(0 4px 20px rgba(0,0,0,.5))}.art-hero__tagline{font-size:1.25rem;color:#b8c4d4;letter-spacing:.05em;margin:0}@media(max-width:768px){.art-hero__tagline{font-size:1rem}}.art-hero__actions{margin-top:1rem}.art-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(96,165,250,.15);border:1px solid rgba(96,165,250,.25);color:#60a5fa;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;border-radius:2px;margin-bottom:2rem}.art-hero__badge span{padding:.125rem .375rem;background:rgba(96,165,250,.2);border-radius:2px;font-weight:800}.art-hero__title{font-size:clamp(2.25rem,7vw,6rem);font-weight:800;line-height:1.05;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:1.5rem}.art-hero__title-line{display:block;color:#f1f5f9}.art-hero__title-accent{display:block;color:#60a5fa}.art-hero__subtitle{font-size:1.25rem;color:#b8c4d4;line-height:1.7;margin-bottom:2rem;max-width:520px}.art-hero__subtitle strong{color:#f1f5f9;font-weight:600}.art-hero__proof-points{display:flex;justify-content:center;gap:2.5rem;margin-bottom:2.5rem;flex-wrap:wrap}@media(max-width:768px){.art-hero__proof-points{gap:1.25rem}}.art-hero__proof{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#b8c4d4}.art-hero__tick{color:#60a5fa;font-weight:700}.art-hero__actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.art-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;border:none;border-radius:3px;cursor:pointer;transition:all .2s ease}.art-btn:focus-visible{outline:3px solid #f97316;outline-offset:2px}.art-btn:disabled{opacity:.6;cursor:not-allowed}.art-btn--primary{background:#f97316;color:#1a0800;font-weight:600;box-shadow:0 4px 20px rgba(249,115,22,.3)}.art-btn--primary:hover{background:#ea580c;transform:translateY(-2px);box-shadow:0 6px 25px rgba(249,115,22,.4)}.art-btn--secondary{background:rgba(0,0,0,0);color:#b8c4d4;border:1px solid hsla(0,0%,100%,.08)}.art-btn--secondary:hover{color:#60a5fa;border-color:rgba(96,165,250,.3)}.art-btn--lg{padding:1rem 2.25rem;font-size:.9375rem}.art-btn--xl{padding:1.25rem 3rem;font-size:1rem}.art-stats{display:flex;align-items:center;justify-content:center;padding:2.5rem 2rem;background:#0f1318;border-top:1px solid hsla(0,0%,100%,.08);border-bottom:1px solid hsla(0,0%,100%,.08);flex-wrap:wrap;gap:3rem}@media(max-width:768px){.art-stats{padding:2rem 1rem;gap:1.5rem}}.art-stats__item{text-align:center;padding:0 2rem}@media(max-width:768px){.art-stats__item{padding:0 1rem}}.art-stats__value{font-size:3rem;font-weight:800;color:#60a5fa;line-height:1;margin-bottom:.5rem;text-shadow:0 2px 8px rgba(0,0,0,.4)}@media(max-width:768px){.art-stats__value{font-size:2.25rem}}.art-stats__label{font-size:.75rem;font-weight:700;color:#f1f5f9;text-transform:uppercase;letter-spacing:.1em}.art-stats__sublabel{font-size:.7rem;color:#9ca8b8;margin-top:.25rem}.art-stats__divider{width:1px;height:60px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.08),transparent)}@media(max-width:768px){.art-stats__divider{display:none}}.art-section{padding:5rem 2rem;max-width:1440px;margin:0 auto;width:100%}@media(max-width:768px){.art-section{padding:3.5rem 1rem}}.art-section--alt{background:#0f1318;max-width:100%}.art-section--alt>*{max-width:1440px;margin-left:auto;margin-right:auto}.art-section__header{text-align:center;margin-bottom:3.5rem}.art-section__title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#f1f5f9;margin-bottom:1rem}.art-section__subtitle{font-size:1.125rem;color:#b8c4d4;max-width:550px;margin:0 auto;line-height:1.6}.art-steps{display:flex;flex-direction:column;gap:.75rem;max-width:1000px;margin:0 auto}.art-step{position:relative;display:flex;gap:1.25rem;padding:1.5rem;background:#0f1318;border:1px solid hsla(0,0%,100%,.08);border-radius:4px;transition:all .2s ease;overflow:hidden}.art-step:hover{border-color:hsla(0,0%,100%,.15);transform:translateX(4px)}.art-step__bg-icon{position:absolute;right:-2%;top:50%;transform:translateY(-50%);height:100%;width:auto;opacity:.06;pointer-events:none;color:#60a5fa}.art-step__number{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#60a5fa;color:#fff;font-size:1.125rem;font-weight:800;border-radius:3px}.art-step__content{flex:1;min-width:0}.art-step__title{font-size:1rem;font-weight:700;color:#f1f5f9;margin-bottom:.375rem}.art-step__desc{font-size:.9rem;color:#b8c4d4;line-height:1.6;margin-bottom:.5rem}.art-step__meta{display:inline-block;font-size:.7rem;color:#60a5fa;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .5rem;background:rgba(96,165,250,.15);border-radius:2px}.tracking-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;max-width:1200px;margin:0 auto}.tracking-category{background:#151a21;border:1px solid hsla(0,0%,100%,.08);border-radius:4px;padding:1.5rem;transition:all .2s ease}.tracking-category:hover{border-color:hsla(0,0%,100%,.15)}.tracking-category__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#60a5fa}.tracking-category__header h3{font-size:.9375rem;font-weight:700;color:#f1f5f9}.tracking-category__list{list-style:none;padding:0;margin:0}.tracking-category__list li{padding:.5rem 0 .5rem 1.25rem;position:relative;font-size:.85rem;color:#b8c4d4;border-bottom:1px solid hsla(0,0%,100%,.08)}.tracking-category__list li:before{content:"•";position:absolute;left:0;color:#60a5fa;font-weight:700}.tracking-category__list li:last-child{border-bottom:none}.system-block{background:#0f1318;border:1px solid hsla(0,0%,100%,.08);border-radius:4px;margin-bottom:1.25rem;overflow:hidden;transition:all .2s ease}.system-block:hover{border-color:hsla(0,0%,100%,.15)}.system-block--highlight{border-color:rgba(96,165,250,.3)}.system-block--highlight .system-block__header{background:rgba(96,165,250,.08)}.system-block:last-child{margin-bottom:0}.system-block__header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#151a21;border-bottom:1px solid hsla(0,0%,100%,.08);color:#60a5fa}.system-block__header h3{font-size:1rem;font-weight:700;color:#f1f5f9}.system-block__content{padding:1.5rem}.system-block__description p{font-size:.9rem;color:#b8c4d4;line-height:1.6;margin-bottom:1rem}.system-block__description p:last-child{margin-bottom:0}.system-block__tip{font-size:.85rem;color:#9ca8b8;padding:.75rem;background:rgba(96,165,250,.05);border-radius:3px;margin-top:1rem}.system-block__tip strong{color:#60a5fa}.stat-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin:1rem 0}.stat-highlight{display:flex;flex-direction:column;padding:.75rem;background:#151a21;border:1px solid hsla(0,0%,100%,.08);border-radius:3px}.stat-highlight__label{font-size:.8rem;font-weight:700;color:#f1f5f9;margin-bottom:.25rem}.stat-highlight__desc{font-size:.75rem;color:#9ca8b8}.layout-options{display:flex;gap:.75rem;flex-wrap:wrap;margin:1rem 0}.layout-option{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:#151a21;border:1px solid hsla(0,0%,100%,.08);border-radius:3px;font-size:.8rem;color:#b8c4d4}.layout-option svg{color:#60a5fa}.equipment-slots{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0}.equipment-slot{padding:.375rem .75rem;background:rgba(96,165,250,.15);border:1px solid rgba(96,165,250,.25);border-radius:3px;font-size:.75rem;font-weight:600;color:#60a5fa;text-transform:uppercase;letter-spacing:.05em}.markup-features{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.markup-feature{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#151a21;border:1px solid hsla(0,0%,100%,.08);border-radius:3px;font-size:.85rem;color:#b8c4d4}.markup-feature svg{flex-shrink:0;color:#9ca8b8}.markup-feature__icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:rgba(96,165,250,.15);color:#60a5fa;font-size:.75rem;font-weight:700;border-radius:3px;flex-shrink:0}.markup-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.markup-tabs span{padding:.375rem .75rem;background:#090d13;border:1px solid hsla(0,0%,100%,.08);border-radius:3px;font-size:.75rem;color:#9ca8b8}.markup-tabs span:first-child{background:rgba(96,165,250,.15);border-color:rgba(96,165,250,.25);color:#60a5fa}.session-features{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.session-feature{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#151a21;border:1px solid hsla(0,0%,100%,.08);border-radius:3px;font-size:.85rem;color:#b8c4d4}.session-feature svg{flex-shrink:0;color:#60a5fa}.stats-table{max-width:800px;margin:0 auto 2rem;background:#151a21;border:1px solid hsla(0,0%,100%,.08);border-radius:4px;overflow:hidden}.stats-row{display:grid;grid-template-columns:140px 1fr;border-bottom:1px solid hsla(0,0%,100%,.08)}.stats-row:last-child{border-bottom:none}.stats-row span{padding:.875rem 1rem;font-size:.875rem;color:#b8c4d4}.stats-row span:first-child{background:#0f1318;border-right:1px solid hsla(0,0%,100%,.08)}.stats-row--header span{font-weight:700;color:#f1f5f9;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;background:#0f1318}.stats-row--header span:first-child{background:rgba(96,165,250,.1)}.stat-name{font-weight:600;color:#f1f5f9!important}.profit-legend{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;max-width:800px;margin:0 auto}@media(max-width:768px){.profit-legend{gap:1rem;flex-direction:column;align-items:center}}.profit-legend__item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#b8c4d4}.profit-legend__item--green .profit-dot{background:#60a5fa;box-shadow:0 0 8px rgba(96,165,250,.5)}.profit-legend__item--red .profit-dot{background:#ef4444;box-shadow:0 0 8px rgba(239,68,68,.5)}.profit-legend__item--yellow .profit-dot{background:#facc15;box-shadow:0 0 8px rgba(250,204,21,.5)}.profit-dot{width:10px;height:10px;border-radius:50%}.art-cta{padding:5rem 2rem;text-align:center;background:linear-gradient(180deg,#090d13,rgba(96,165,250,.05) 50%,#090d13)}@media(max-width:768px){.art-cta{padding:3.5rem 1rem}}.art-cta__title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#f1f5f9;margin-bottom:1rem}.art-cta__subtitle{font-size:1.125rem;color:#b8c4d4;max-width:500px;margin:0 auto 2rem;line-height:1.6}.art-cta__actions{display:flex;justify-content:center;margin-bottom:1.5rem}.art-cta__note{font-size:.8rem;color:#9ca8b8}
/*# sourceMappingURL=729a6b3acffec58a.css.map*/