.page-module__STKODW__main{--primary:#00e0ff;--secondary:#8b5cf6;--accent:#f59e0b;--dark:#0a0a0a;--darker:#050505;--light:#fff;--gray:#6b7280;--gray-light:#9ca3af;--glass:#ffffff0d;--glass-border:#ffffff1a;--shadow-primary:#00e0ff33;--shadow-secondary:#8b5cf633;background:var(--dark);min-height:100vh;color:var(--light);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.page-module__STKODW__container{max-width:1200px;margin:0 auto;padding:0 20px}.page-module__STKODW__hero{background:radial-gradient(circle at 20% 50%,#00e0ff26 0%,transparent 50%),radial-gradient(circle at 80% 80%,#8b5cf626 0%,transparent 50%),linear-gradient(180deg,var(--darker)0%,var(--dark)100%);align-items:flex-start;min-height:calc(100vh - 72px);padding-top:120px;display:flex;position:relative}.page-module__STKODW__title{background:linear-gradient(135deg,var(--light)0%,var(--primary)50%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:clamp(3rem,8vw,6rem);font-weight:900;animation:3s ease-in-out infinite alternate page-module__STKODW__glow}@keyframes page-module__STKODW__glow{0%{filter:brightness(1)drop-shadow(0 0 20px var(--primary))}to{filter:brightness(1.1)drop-shadow(0 0 30px var(--secondary))}}.page-module__STKODW__definition{color:var(--gray-light);max-width:900px;margin-bottom:3rem;font-size:1.5rem;font-weight:300;line-height:1.8}.page-module__STKODW__systemCalculator{background:var(--glass);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;margin:3rem 0;padding:3rem;box-shadow:0 0 0 1px #00e0ff1a,0 20px 40px #00000080}.page-module__STKODW__systemValueDisplay{text-align:center;margin-bottom:3rem}.page-module__STKODW__systemValueNumber{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:6rem;font-weight:900;line-height:1;animation:3s ease-in-out infinite page-module__STKODW__scoreGlow;display:block}.page-module__STKODW__systemValueLabel{color:var(--gray);text-transform:uppercase;letter-spacing:2px;margin-top:.5rem;font-size:1rem;display:block}.page-module__STKODW__calculatorComponents{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;display:grid}.page-module__STKODW__componentSection{border:1px solid var(--glass-border);cursor:pointer;background:linear-gradient(135deg,#ffffff08 0%,#ffffff03 100%);border-radius:20px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.page-module__STKODW__componentSection:before{content:"";background:radial-gradient(circle at var(--mouse-x,50%)var(--mouse-y,50%),var(--primary)0%,transparent 40%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.page-module__STKODW__componentSection:hover{border-color:var(--primary);transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #00e0ff4d,inset 0 0 20px #00e0ff1a}.page-module__STKODW__componentSection:hover:before{opacity:.15}.page-module__STKODW__componentSection:nth-child(3){grid-column:1/-1}.page-module__STKODW__componentSection h4{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:1.25rem;transition:all .3s}.page-module__STKODW__componentSection:hover h4{filter:brightness(1.3)}.page-module__STKODW__subMetrics{flex-direction:column;gap:1rem;display:flex}.page-module__STKODW__subMetric{justify-content:space-between;align-items:center;gap:1rem;display:flex}.page-module__STKODW__subMetric span:first-child{color:var(--gray-light);flex:1;min-width:120px;font-size:.875rem}.page-module__STKODW__miniBar{background:#ffffff0d;border-radius:3px;flex:2;height:6px;overflow:hidden}.page-module__STKODW__miniFill{background:linear-gradient(90deg,var(--primary)0%,var(--secondary)100%);height:100%;box-shadow:0 0 10px var(--shadow-primary);border-radius:3px;transition:all .8s cubic-bezier(.4,0,.2,1);position:relative}.page-module__STKODW__componentSection:hover .page-module__STKODW__miniFill{box-shadow:0 0 20px var(--shadow-primary)}.page-module__STKODW__subValue{color:var(--primary);text-align:right;min-width:45px;font-size:.875rem;font-weight:600}.page-module__STKODW__section{padding:6rem 0;position:relative}.page-module__STKODW__section:nth-child(2n){background:radial-gradient(circle at 0% 50%,#8b5cf60d 0%,transparent 50%),var(--darker)}.page-module__STKODW__sectionTitle{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem)}.page-module__STKODW__sectionSubtitle{color:var(--gray-light);text-align:center;max-width:700px;margin:0 auto 4rem;font-size:1.25rem}.page-module__STKODW__cycleGrid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:3rem auto;display:grid}.page-module__STKODW__cyclePhase{background:var(--glass);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.page-module__STKODW__cyclePhase:before{content:"";background:linear-gradient(90deg,var(--primary),var(--secondary));transform-origin:0;height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.page-module__STKODW__cyclePhase:hover:before{transform:scaleX(1)}.page-module__STKODW__cyclePhase:hover{box-shadow:0 20px 40px var(--shadow-primary),0 0 0 1px var(--glass-border);transform:translateY(-8px)}.page-module__STKODW__cyclePhase h4{color:var(--light);margin-bottom:.5rem;font-size:1.75rem}.page-module__STKODW__phaseHighlight{color:var(--primary)}.page-module__STKODW__timeframe{color:var(--gray);margin-bottom:1.5rem;font-size:.9rem;display:block}.page-module__STKODW__cyclePhase ul{padding:0;list-style:none}.page-module__STKODW__cyclePhase li{color:var(--gray-light);padding:.75rem 0 .75rem 1.5rem;position:relative}.page-module__STKODW__cyclePhase li:before{content:"→";color:var(--primary);font-weight:700;position:absolute;left:0}.page-module__STKODW__cycleNote{text-align:center;background:linear-gradient(135deg,#00e0ff1a 0%,#8b5cf61a 100%);border:1px solid #00e0ff33;border-radius:12px;margin-top:3rem;padding:2rem;font-size:1.1rem}.page-module__STKODW__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2.5rem;margin:3rem 0;display:grid}.page-module__STKODW__metricCard{background:var(--glass);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:3rem;transition:all .3s;position:relative;overflow:hidden}.page-module__STKODW__metricCard:after{content:"";background:radial-gradient(circle,var(--shadow-secondary)0%,transparent 70%);opacity:0;pointer-events:none;width:200%;height:200%;transition:opacity .3s;position:absolute;top:-50%;right:-50%}.page-module__STKODW__metricCard:hover{box-shadow:0 30px 60px var(--shadow-secondary);transform:scale(1.02)}.page-module__STKODW__metricCard:hover:after{opacity:.3}.page-module__STKODW__metricCard h3{color:var(--secondary);margin-bottom:1rem;font-size:2rem}.page-module__STKODW__metricCard p{color:var(--gray-light);margin-bottom:1.5rem}.page-module__STKODW__scoreDisplay{text-align:center;margin:2.5rem 0;position:relative}.page-module__STKODW__bigScore{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:5rem;font-weight:900;line-height:1;animation:3s ease-in-out infinite page-module__STKODW__scoreGlow;display:block}@keyframes page-module__STKODW__scoreGlow{0%,to{filter:brightness(1)drop-shadow(0 0 20px var(--shadow-primary))}50%{filter:brightness(1.2)drop-shadow(0 0 40px var(--shadow-secondary))}}.page-module__STKODW__scoreLabel{color:var(--gray);text-transform:uppercase;letter-spacing:2px;margin-top:.5rem;font-size:.9rem;display:block}.page-module__STKODW__metricsBreakdown{margin-top:2rem}.page-module__STKODW__metricRow{margin-bottom:1.5rem}.page-module__STKODW__metricHeader{justify-content:space-between;margin-bottom:.5rem;display:flex}.page-module__STKODW__metricLabel{color:var(--gray-light);font-size:.9rem}.page-module__STKODW__metricValue{color:var(--primary);font-size:1rem;font-weight:600}.page-module__STKODW__metricBar{background:#ffffff0d;border-radius:4px;height:8px;position:relative;overflow:hidden}.page-module__STKODW__metricFill{background:linear-gradient(90deg,var(--primary)0%,var(--secondary)100%);height:100%;box-shadow:0 0 20px var(--shadow-primary);border-radius:4px;position:relative;overflow:hidden}.page-module__STKODW__metricFill:after{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;animation:2s infinite page-module__STKODW__shimmer;position:absolute;top:0;left:-100%}@keyframes page-module__STKODW__shimmer{to{left:100%}}.page-module__STKODW__serviceModule{background:var(--glass);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;margin:2rem 0;padding:3rem;position:relative;overflow:hidden}.page-module__STKODW__serviceModule:before{content:"";background:radial-gradient(circle,var(--primary)0%,transparent 70%);opacity:.1;width:200px;height:200px;position:absolute;top:-100px;left:-100px}.page-module__STKODW__serviceModule h3{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem}.page-module__STKODW__serviceDefinition{color:var(--gray-light);margin-bottom:2rem;font-size:1.2rem;line-height:1.8}.page-module__STKODW__serviceModule h4{color:var(--primary);margin:2rem 0 1rem;font-size:1.3rem}.page-module__STKODW__cycleList{padding:0;list-style:none}.page-module__STKODW__cycleList li{border-bottom:1px solid var(--glass-border);color:var(--gray-light);padding:1rem 0}.page-module__STKODW__cycleList li:last-child{border-bottom:none}.page-module__STKODW__cycleList strong{color:var(--secondary);width:100px;display:inline-block}.page-module__STKODW__warningSection{background:linear-gradient(135deg,#ef44441a 0%,#ef44440d 100%);border:1px solid #ef44444d;border-radius:20px;margin:2rem 0;padding:3rem}.page-module__STKODW__warningSection h3{color:#ef4444;margin-bottom:1rem;font-size:2rem}.page-module__STKODW__warningDefinition{color:var(--gray-light);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.page-module__STKODW__warningSection h4{color:#f59e0b;margin:2rem 0 1rem}.page-module__STKODW__symptomsList{padding:0;list-style:none}.page-module__STKODW__symptomsList li{color:var(--gray-light);padding:.75rem 0 .75rem 2rem;position:relative}.page-module__STKODW__symptomsList li:before{content:"×";color:#ef4444;font-size:1.5rem;font-weight:700;position:absolute;left:0}.page-module__STKODW__cure{color:var(--light);background:#10b9811a;border:1px solid #10b9814d;border-radius:12px;margin-top:2rem;padding:1.5rem}.page-module__STKODW__promiseSection{text-align:center;background:radial-gradient(circle at 50% 50%,#00e0ff1a 0%,transparent 50%),var(--darker);padding:8rem 0;position:relative}.page-module__STKODW__promiseTitle{background:linear-gradient(135deg,var(--light)0%,var(--primary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:clamp(2.5rem,5vw,4rem)}.page-module__STKODW__promiseText{max-width:800px;color:var(--gray-light);margin:0 auto 3rem;font-size:1.75rem;font-weight:300;line-height:1.8}.page-module__STKODW__ctaButton{background:linear-gradient(135deg,var(--primary),var(--secondary));color:var(--light);border-radius:12px;padding:1.5rem 3rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;position:relative;overflow:hidden}.page-module__STKODW__ctaButton:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module__STKODW__ctaButton:hover{box-shadow:0 20px 40px var(--shadow-primary);transform:translateY(-3px)}.page-module__STKODW__ctaButton:hover:before{width:300px;height:300px}@media (max-width:768px){.page-module__STKODW__hero{padding:2rem 0}.page-module__STKODW__title{font-size:3rem}.page-module__STKODW__definition{font-size:1.1rem}.page-module__STKODW__sectionTitle{font-size:2.5rem}.page-module__STKODW__cycleGrid,.page-module__STKODW__metricsGrid{grid-template-columns:1fr;gap:1.5rem}.page-module__STKODW__calculatorComponents{grid-template-columns:1fr}.page-module__STKODW__systemValueNumber{font-size:4rem}.page-module__STKODW__cyclePhase,.page-module__STKODW__metricCard,.page-module__STKODW__serviceModule,.page-module__STKODW__systemCalculator{padding:2rem}.page-module__STKODW__bigScore{font-size:3.5rem}.page-module__STKODW__promiseText{font-size:1.3rem}}@keyframes page-module__STKODW__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-module__STKODW__hero>*,.page-module__STKODW__section>*{animation:.8s ease-out page-module__STKODW__fadeIn}.page-module__STKODW__iqGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.page-module__STKODW__iqCard{background:var(--glass);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;transition:all .3s}.page-module__STKODW__iqCard:hover{box-shadow:0 20px 40px var(--shadow-primary);transform:translateY(-6px)}.page-module__STKODW__embedGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.page-module__STKODW__embedCard{background:var(--glass);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;transition:all .3s}.page-module__STKODW__embedCard:hover{box-shadow:0 20px 40px var(--shadow-secondary);transform:translateY(-6px)}.page-module__STKODW__completeGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:3rem;display:grid}.page-module__STKODW__completeCard{background:var(--glass);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;transition:all .3s}.page-module__STKODW__completeGrid{flex-direction:column;align-items:center;gap:2.5rem;margin-top:3rem;display:flex}.page-module__STKODW__completeRow{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.page-module__STKODW__completeCard{background:var(--glass);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;border-radius:20px;width:280px;max-width:100%;padding:2rem;transition:all .3s}.page-module__STKODW__completeCard:hover{box-shadow:0 20px 40px var(--shadow-primary);transform:translateY(-6px)}@media (max-width:900px){.page-module__STKODW__container{padding:0 1.25rem}.page-module__STKODW__hero{min-height:auto;padding-top:6rem}.page-module__STKODW__title{text-align:center;font-size:clamp(2.4rem,8vw,3.2rem)}.page-module__STKODW__definition{text-align:center;margin-left:auto;margin-right:auto;font-size:1.1rem}.page-module__STKODW__systemCalculator{padding:2rem}.page-module__STKODW__systemValueNumber{font-size:4rem}.page-module__STKODW__calculatorComponents{grid-template-columns:1fr}.page-module__STKODW__componentSection{cursor:default;transform:none!important}.page-module__STKODW__componentSection:before{display:none}.page-module__STKODW__cycleGrid{grid-template-columns:1fr;gap:1.5rem}.page-module__STKODW__metricsGrid{grid-template-columns:1fr}.page-module__STKODW__metricCard{padding:2rem}.page-module__STKODW__bigScore{font-size:3.5rem}.page-module__STKODW__embedGrid,.page-module__STKODW__iqGrid{grid-template-columns:1fr}.page-module__STKODW__completeGrid{gap:2rem}.page-module__STKODW__completeRow{flex-direction:column;gap:1.5rem}.page-module__STKODW__completeCard{width:100%;max-width:360px}.page-module__STKODW__serviceModule,.page-module__STKODW__warningSection{padding:2rem}.page-module__STKODW__promiseText{font-size:1.3rem}}
