:root{--bg-deep:#0c0f14;--bg-surface:rgba(30, 35, 45, 0.6);--bg-elevated:rgba(40, 45, 55, 0.7);--bg-input:rgba(20, 24, 32, 0.8);--border-glass:rgba(108, 255, 178, 0.18);--border-subtle:rgba(255, 255, 255, 0.05);--border-glow:rgba(108, 255, 178, 0.4);--text-primary:#f0fff4;--text-secondary:#a8b4a8;--text-muted:#7a8a7a;--accent:#6cffb2;--accent-hover:#8fffcc;--accent-glow:rgba(108, 255, 178, 0.35);--accent-dim:rgba(108, 255, 178, 0.12);--shadow-deep:rgba(0, 0, 0, 0.4);--shadow-deeper:rgba(0, 0, 0, 0.5)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#f0fff4;background-color:#0c0f14;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.02'/%3E%3C/svg%3E");min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}main{flex:1;position:relative;z-index:10}.mesh-gradient{position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse 80% 50% at 20% 40%,rgba(108,255,178,.1) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 60%,rgba(108,255,178,7%) 0%,transparent 50%);animation:mesh-drift 20s ease-in-out infinite alternate}@keyframes mesh-drift{0%{transform:translate(0,0)scale(1)}100%{transform:translate(2%,-2%)scale(1.05)}}.sparks-container{position:fixed;inset:0;pointer-events:none;z-index:1;overflow:hidden}.spark{position:absolute;width:3px;height:3px;background:#6cffb2;border-radius:50%;opacity:0;filter:blur(1px);animation:spark-rise 8s ease-out infinite}@keyframes spark-rise{0%{opacity:0;transform:translateY(100vh)scale(0)}10%{opacity:.8}90%{opacity:.3}100%{opacity:0;transform:translateY(-20vh)scale(1.5)}}h1,h2,h3,h4,h5,h6{color:#f0fff4;font-weight:600;line-height:1.2;margin-bottom:16px}h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em}h2{font-size:clamp(1.75rem,4vw,2rem);font-weight:700;letter-spacing:-.01em}h3{font-size:1.5rem}p{margin-bottom:16px}a{color:#6cffb2;text-decoration:none;transition:color .2s ease}a:hover{color:#8fffcc}code{font-family:jetbrains mono,Consolas,monospace;font-size:.875rem;background:rgba(30,35,45,.6);padding:2px 6px;border-radius:6px}.container{position:relative;z-index:10;width:100%;max-width:1200px;margin:0 auto;padding-left:clamp(20px,4vw,60px);padding-right:clamp(20px,4vw,60px)}.section{padding:clamp(80px,12vh,140px)0}section{padding:clamp(80px,12vh,140px)0}.site-header{position:fixed;top:0;left:0;right:0;padding:16px clamp(20px,4vw,60px);z-index:100;background:rgba(12,15,20,.85);backdrop-filter:blur(20px)saturate(150%);-webkit-backdrop-filter:blur(20px)saturate(150%);border-bottom:1px solid rgba(108,255,178,.18)}.is-homepage .site-header{transform:translateY(-100%);transition:transform .3s ease-out}.is-homepage .site-header.header-visible{transform:translateY(0)}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding:0}.site-header .logo{display:flex;align-items:center}.site-header .logo img{height:96px;width:auto}.site-header .main-nav{display:flex;align-items:center;gap:32px}@media(max-width:767px){.site-header .main-nav{display:none}}.site-header .main-nav a{color:#a8b4a8;font-weight:500;transition:color .2s ease}.site-header .main-nav a:hover,.site-header .main-nav a.active{color:#f0fff4}body{padding-top:120px}@media(min-width:768px){body{padding-top:130px}}body.is-homepage{padding-top:0}body.nav-open{overflow:hidden}.nav-toggle{display:none;width:44px;height:44px;background:0 0;border:none;cursor:pointer;position:relative;z-index:110}@media(max-width:767px){.nav-toggle{display:flex;align-items:center;justify-content:center}}.hamburger{width:24px;height:2px;background:#f0fff4;position:relative;transition:background .2s ease}.hamburger::before,.hamburger::after{content:'';position:absolute;left:0;width:24px;height:2px;background:#f0fff4;transition:transform .3s ease,top .3s ease}.hamburger::before{top:-7px}.hamburger::after{top:7px}.nav-open .hamburger{background:0 0}.nav-open .hamburger::before{top:0;transform:rotate(45deg)}.nav-open .hamburger::after{top:0;transform:rotate(-45deg)}.mobile-nav-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:90;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.nav-open .mobile-nav-backdrop{opacity:1;visibility:visible}.mobile-nav{position:fixed;top:0;right:0;width:280px;max-width:85vw;height:100vh;background:rgba(12,15,20,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-left:1px solid rgba(108,255,178,.18);z-index:100;padding:100px 24px 24px;display:flex;flex-direction:column;gap:8px;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.nav-open .mobile-nav{transform:translateX(0)}.mobile-nav a{display:block;padding:16px;color:#a8b4a8;font-size:1.1rem;font-weight:500;border-radius:10px;transition:background .2s ease,color .2s ease}.mobile-nav a:hover,.mobile-nav a.active{color:#f0fff4;background:rgba(255,255,255,5%)}.mobile-nav .mobile-nav-cta{margin-top:16px;padding:16px;background:linear-gradient(135deg,#6cffb2 0%,#5ee0a0 100%);color:#0a0a0a;text-align:center;font-weight:600;border-radius:10px;box-shadow:0 4px 16px rgba(108,255,178,.35)}.mobile-nav .mobile-nav-cta:hover{color:#0a0a0a;background:linear-gradient(135deg,#8fffcc 0%,#7fffb8 100%)}@media(min-width:768px){.mobile-nav{display:none}}.site-footer{position:relative;z-index:10;padding:32px;background:rgba(12,15,20,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(108,255,178,.18);margin-top:auto;text-align:center}.site-footer .footer-content{text-align:center}.site-footer .footer-copyright{color:#a8b4a8;margin-bottom:8px;font-size:.85rem}.site-footer .footer-copyright a{color:#6cffb2}.site-footer .footer-copyright a:hover{text-decoration:underline}.site-footer .footer-address{color:#7a8a7a;font-size:.8rem;margin-bottom:16px}.site-footer .footer-trust{color:#7a8a7a;font-size:.75rem;margin-bottom:8px}.site-footer .footer-nav{display:flex;justify-content:center;gap:24px}.site-footer .footer-nav a{color:#7a8a7a;font-size:.875rem}.site-footer .footer-nav a:hover{color:#a8b4a8}.site-footer .site-version{display:block;margin-top:16px;font-family:jetbrains mono,Consolas,monospace;font-size:.7rem;color:#7a8a7a;opacity:.5;transition:opacity .2s ease}.site-footer .site-version:hover{opacity:1}.glass-card,.kritis-insight,.kritis-stat,.kritis-chart-panel,.compliance-card,.comparison-row,.dashboard-preview,.client-item-detailed,.client-item,.form-card,.contact-form-wrapper,.tech-item,.hero-glass-panel,.card,.glass-card-accent,.solution-card,.pain-card{background:rgba(30,35,45,.6);backdrop-filter:blur(20px)saturate(150%);-webkit-backdrop-filter:blur(20px)saturate(150%);border:1px solid rgba(108,255,178,.2);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.4),inset 0 1px rgba(255,255,255,5%);transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-card:hover,.kritis-insight:hover,.kritis-stat:hover,.kritis-chart-panel:hover,.compliance-card:hover,.comparison-row:hover,.dashboard-preview:hover,.client-item-detailed:hover,.client-item:hover,.form-card:hover,.contact-form-wrapper:hover,.tech-item:hover,.hero-glass-panel:hover,.card:hover,.glass-card-accent:hover,.solution-card:hover,.pain-card:hover{transform:translateY(-4px);border-color:rgba(108,255,178,.5);box-shadow:0 12px 40px rgba(0,0,0,.5),0 0 30px rgba(108,255,178,.15),inset 0 1px rgba(255,255,255,8%)}.glass-card-accent,.solution-card,.pain-card{position:relative;overflow:hidden}.glass-card-accent::before,.solution-card::before,.pain-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#6cffb2,transparent);opacity:0;transition:opacity .3s ease}.glass-card-accent:hover::before,.solution-card:hover::before,.pain-card:hover::before{opacity:1}.card{padding:24px}.card-with-icon{text-align:center}@media(min-width:768px){.card-with-icon{text-align:left}}.card-icon{width:52px;height:52px;background:rgba(108,255,178,.12);border:1px solid rgba(108,255,178,.18);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:16px;box-shadow:0 0 25px rgba(108,255,178,.35)}@media(min-width:768px){.card-icon{width:56px;height:56px}}.risk-section{background:rgba(37,37,37,.6)}.card-risk{text-align:center}.card-risk .risk-icon{display:block;font-size:2.5rem;margin-bottom:16px;filter:grayscale(100%)brightness(1.2)}.card-risk h3{color:#f59e0b;margin-bottom:12px}.card-risk .risk-dates{list-style:none;padding:0;margin:0;text-align:left;display:inline-block}.card-risk .risk-dates li{margin-bottom:8px;font-size:.95rem}.card-risk .risk-dates li:last-child{margin-bottom:0}.card-risk .risk-dates li strong{color:#f59e0b;font-weight:600}.card-risk .risk-subline{color:var(--color-text-muted,#888);font-size:.95rem;margin-top:8px}.risk-subtext{text-align:center;max-width:700px;margin:32px auto 0;color:#a8b4a8;font-size:1.05rem}.response-section{background:var(--color-bg-surface-alt,#252525)}.response-comparison{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px}@media(max-width:768px){.response-comparison{grid-template-columns:1fr}}.response-panel{background:rgba(30,35,45,.6);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,8%);border-radius:12px;padding:24px;transition:transform .2s ease,box-shadow .2s ease}.response-panel:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.3)}.response-panel h3{font-size:1.25rem;margin-bottom:16px;font-weight:600}.response-panel--warning{opacity:.85}.response-panel--warning h3{color:#f59e0b}.response-panel--success{border-color:rgba(108,255,178,.3);box-shadow:0 0 20px rgba(108,255,178,.1)}.response-panel--success h3{color:#6cffb2}.response-panel--success:hover{box-shadow:0 8px 24px rgba(0,0,0,.3),0 0 24px rgba(108,255,178,.15)}.response-timeline{display:flex;flex-direction:column;gap:16px}.response-item{display:grid;grid-template-columns:100px 1fr 80px;align-items:center;gap:12px}@media(max-width:480px){.response-item{grid-template-columns:80px 1fr 60px}}.response-label{font-size:.875rem;color:#a0a0a0}.response-bar{height:8px;border-radius:4px;width:var(--bar-width,50%);transition:width .3s ease}.response-panel--warning .response-bar{background:linear-gradient(90deg,rgba(245,158,11,.6),rgba(245,158,11,.9))}.response-panel--success .response-bar{background:linear-gradient(90deg,rgba(108,255,178,.6),rgba(108,255,178,.95))}.response-duration{font-family:jetbrains mono,monospace;font-size:.875rem;text-align:right}.response-panel--warning .response-duration{color:#f59e0b}.response-panel--success .response-duration{color:#6cffb2}.response-subtext{text-align:center;color:#888;font-size:.95rem;max-width:600px;margin:0 auto}.response-cta{text-align:center;margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,6%)}.response-cta-note{margin-top:12px;margin-bottom:0;font-size:.85rem;color:#7a8a7a}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:.95rem;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.btn-primary,.subscribe-form button{background:linear-gradient(135deg,#6cffb2 0%,#5ee0a0 100%);color:#0a0a0a;box-shadow:0 4px 16px rgba(108,255,178,.35),inset 0 1px rgba(255,255,255,.2)}.btn-primary:hover,.subscribe-form button:hover{transform:translateY(-2px);color:#0a0a0a;box-shadow:0 8px 28px rgba(108,255,178,.45),inset 0 1px rgba(255,255,255,.3)}.btn-secondary{background:0 0;color:#f0fff4;border:1px solid rgba(108,255,178,.18);backdrop-filter:blur(10px)}.btn-secondary:hover{border-color:rgba(108,255,178,.4);background:rgba(108,255,178,8%);color:#f0fff4;box-shadow:0 0 20px rgba(108,255,178,.1)}.main-nav a.header-cta{padding:8px 16px;background:linear-gradient(135deg,#6cffb2 0%,#5ee0a0 100%);color:#0a0a0a;text-decoration:none;font-weight:600;font-size:.875rem;border:none;border-radius:6px;transition:all .2s ease;box-shadow:0 2px 10px rgba(108,255,178,.35)}.main-nav a.header-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(108,255,178,.4);color:#0a0a0a}.form-group{margin-bottom:16px}.form-label{display:block;color:#f0fff4;font-weight:500;margin-bottom:8px}.form-input,.subscribe-form input[type=email],.form-textarea{width:100%;padding:16px 20px;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1rem;color:#f0fff4;background:rgba(20,24,32,.8);border:1px solid rgba(255,255,255,.1);border-radius:10px;transition:all .2s ease}.form-input:focus,.subscribe-form input[type=email]:focus,.form-textarea:focus{outline:none;border-color:rgba(108,255,178,.5);box-shadow:0 0 0 4px rgba(108,255,178,.12);background:rgba(20,24,32,.95)}.form-input::placeholder,.subscribe-form input[type=email]::placeholder,.form-textarea::placeholder{color:#7a8a7a}.form-textarea{min-height:150px;resize:vertical}.subscribe-form{display:flex;gap:12px}.subscribe-form input[type=email]{flex:1}@media(max-width:640px){.subscribe-form{flex-direction:column}.subscribe-form button{width:100%}}.hero{min-height:calc(100vh - 130px);display:flex;align-items:center;position:relative;padding:64px 0;overflow-x:clip}.is-homepage .hero{min-height:100vh}.hero-logo{text-align:center;padding-top:32px;margin-bottom:24px}.hero-logo img{height:200px;width:auto;opacity:.5}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,80px);align-items:center;position:relative}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}}.hero-content{max-width:620px}.hero-title{margin-bottom:32px;letter-spacing:-.025em}.hero-title .accent,.hero-title .text-accent{color:#6cffb2;text-shadow:0 0 40px rgba(108,255,178,.35);font-weight:700}.hero-subtitle{font-size:1.1rem;color:#a8b4a8;margin-bottom:16px;line-height:1.8;letter-spacing:.01em;font-weight:400}@media(min-width:768px){.hero-subtitle{font-size:1.15rem}}.hero-statement{font-size:1.25rem;color:#f0fff4;font-weight:600;margin-bottom:24px;line-height:1.5;letter-spacing:-.01em}@media(min-width:768px){.hero-statement{font-size:1.35rem}}.hero-icp{font-size:.85rem;color:#6cffb2;margin-top:24px;margin-bottom:24px;font-weight:500;letter-spacing:.02em;opacity:.9}.hero-cta{display:flex;gap:16px;flex-wrap:wrap}.hero-trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,6%);font-size:.8rem;color:#7a8a7a;letter-spacing:.01em}.hero-trust span{display:flex;align-items:center;gap:8px}.hero-trust .check{color:#6cffb2;text-shadow:0 0 10px rgba(108,255,178,.35);font-size:.9em}@media(max-width:640px){.hero-trust{flex-direction:column;gap:12px}}.hero-with-bg{min-height:100vh;padding-top:0}.hero-with-bg::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 50% 100%,rgba(108,255,178,.12) 0%,transparent 70%);pointer-events:none;z-index:0}.hero-with-bg .container{position:relative;z-index:2}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:500px}@media(max-width:900px){.hero-visual{min-height:400px}}@media(max-width:640px){.hero-visual{min-height:300px}}.hero-visual-image{position:absolute;width:140%;max-width:none;height:auto;right:-20%;mask-image:radial-gradient(ellipse 70% 70% at center,black 20%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 70% 70% at center,black 20%,transparent 80%)}@media(max-width:900px){.hero-visual-image{width:100%;right:0;position:relative;max-height:400px}}@media(max-width:640px){.hero-visual-image{max-height:300px}}.hero-glass-panel{width:100%;flex:1;padding:32px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;overflow:visible}@media(max-width:640px){.hero-glass-panel{flex:1;min-height:200px;padding:24px}}.panel-icon{width:72px;height:72px;background:rgba(108,255,178,.12);border:1px solid rgba(108,255,178,.4);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 0 40px rgba(108,255,178,.35)}.panel-icon svg{width:36px;height:36px;color:#6cffb2}@media(max-width:640px){.panel-icon{width:56px;height:56px;margin-bottom:16px}.panel-icon svg{width:28px;height:28px}}.hero-glass-panel--grid{position:relative}.hero-glass-panel--grid::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(108,255,178,4%) 1px,transparent 1px),linear-gradient(90deg,rgba(108,255,178,4%) 1px,transparent 1px);background-size:32px 32px;border-radius:16px;pointer-events:none}.hero-glass-panel--comparison{position:relative;padding:12px}@media(min-width:640px){.hero-glass-panel--comparison{padding:16px}}.hero-glass-panel--comparison::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(108,255,178,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(108,255,178,.025) 1px,transparent 1px);background-size:24px 24px;border-radius:16px;pointer-events:none}.panel-grid-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.panel-title{font-family:jetbrains mono,Consolas,monospace;font-size:1.1rem;font-weight:600;color:#6cffb2;margin-bottom:8px}.panel-subtitle{font-size:.9rem;color:#a8b4a8;margin-bottom:32px}.urgency-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(108,255,178,.12);backdrop-filter:blur(10px);border:1px solid rgba(108,255,178,.18);padding:8px 16px;border-radius:30px;font-size:.75rem;font-weight:500;color:#6cffb2;margin-bottom:24px;margin-right:8px;letter-spacing:.02em}.urgency-badge--warning{background:rgba(255,193,7,.12);border-color:rgba(255,193,7,.25);color:#fbbf24}.urgency-badge span:first-child{filter:grayscale(100%)brightness(1.2)}.floating-badges{display:flex;flex-wrap:nowrap;gap:8px;justify-content:center}@media(max-width:640px){.floating-badges{flex-direction:column;align-items:center}}.floating-badge{background:rgba(20,24,32,.85);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,5%);padding:6px 12px;border-radius:8px;font-size:.75rem;color:#a8b4a8;display:flex;align-items:center;gap:8px;transition:all .3s ease;white-space:nowrap}.floating-badge:hover{border-color:rgba(108,255,178,.18);background:rgba(30,35,45,.85)}.badge-dot{width:8px;height:8px;background:#6cffb2;border-radius:50%;box-shadow:0 0 8px #6cffb2}.dna-visualization{flex:1;display:flex;align-items:center;justify-content:center;width:100%;min-height:280px;overflow:visible}@media(max-width:900px){.dna-visualization{min-height:240px}}@media(max-width:640px){.dna-visualization{min-height:200px}}#dna-helix-container{width:100%;height:100%;min-height:260px;display:flex;align-items:center;justify-content:center}#dna-helix-container svg{overflow:visible}@media(max-width:900px){#dna-helix-container{min-height:220px}}@media(max-width:640px){#dna-helix-container{min-height:180px}}@media(prefers-reduced-motion:reduce){#dna-helix-container *{animation:none!important;transition:none!important}}.dna-label{font-family:jetbrains mono,Consolas,monospace;font-size:.85rem;color:#a8b4a8;text-transform:uppercase;letter-spacing:.1em;margin:0}@media(max-width:640px){.dna-label{font-size:.75rem}}.dependency-graph{width:100%;max-width:320px;height:auto;margin-bottom:16px}.dependency-graph .node{animation:node-float 4s ease-in-out infinite}.dependency-graph .node-1{animation-delay:0s}.dependency-graph .node-2{animation-delay:.5s}.dependency-graph .node-3{animation-delay:1s}.dependency-graph .node-4{animation-delay:1.5s}.dependency-graph .node-5{animation-delay:2s}.dependency-graph .node-6{animation-delay:2.5s}.dependency-graph .node-7{animation-delay:.3s}.dependency-graph .node-8{animation-delay:.8s}.dependency-graph .node-9{animation-delay:1.3s}.dependency-graph .node-10{animation-delay:1.8s}.dependency-graph .node-central{animation:node-pulse 3s ease-in-out infinite}.dependency-graph .conn{stroke-dasharray:8 4;animation:conn-flow 2s linear infinite}.dependency-graph .conn-1{animation-delay:0s}.dependency-graph .conn-2{animation-delay:.2s}.dependency-graph .conn-3{animation-delay:.4s}.dependency-graph .conn-4{animation-delay:.6s}.dependency-graph .conn-5{animation-delay:.8s}.dependency-graph .conn-6{animation-delay:1s}.dependency-graph .conn-7{animation-delay:.1s}.dependency-graph .conn-8{animation-delay:.3s}.dependency-graph .conn-9{animation-delay:.5s}.dependency-graph .conn-10{animation-delay:.7s}.dependency-graph .pulse-ring{animation:pulse-expand 3s ease-out infinite;transform-origin:center}@keyframes node-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes node-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes conn-flow{0%{stroke-dashoffset:0}100%{stroke-dashoffset:-24}}@keyframes pulse-expand{0%{transform:scale(1);opacity:.6}100%{transform:scale(1.8);opacity:0}}.section-header{text-align:center;margin-bottom:clamp(48px,8vw,80px);max-width:700px;margin-left:auto;margin-right:auto}.section-label{font-family:jetbrains mono,Consolas,monospace;font-size:.75rem;font-weight:500;color:#6cffb2;text-transform:uppercase;letter-spacing:.15em;margin-bottom:16px}.section-subtitle{font-size:1.05rem;color:#a8b4a8;line-height:1.7}.page-content{padding:64px 0}@media(min-width:768px){.page-content{padding:80px 0}}.page-content h1{margin-bottom:32px}.page-content h2{margin-top:48px;margin-bottom:16px}.page-content ul,.page-content ol{margin-bottom:16px;padding-left:24px}.page-content li{margin-bottom:8px}.grid-2{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}.grid-3{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:640px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.grid-4{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(min-width:768px){.grid-4{grid-template-columns:repeat(4,1fr)}}.badge,.compliance-badge{display:inline-block;font-family:jetbrains mono,Consolas,monospace;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;padding:6px 12px;border-radius:6px;margin-bottom:12px}.badge-default{background:rgba(122,138,122,.15);color:#a8b4a8}.badge-urgent,.compliance-badge.urgent{background:rgba(239,68,68,.12);color:#fca5a5}.badge-warning,.compliance-badge.upcoming{background:rgba(245,158,11,.12);color:#fcd34d}.badge-success{background:rgba(34,197,94,.12);color:#6cffb2}.timeline{max-width:800px;margin:0 auto}.timeline-container{display:flex;flex-direction:column;gap:0}.timeline-item{display:flex;gap:24px;align-items:stretch}.timeline-marker{display:flex;flex-direction:column;align-items:center}.timeline-dot{width:48px;height:48px;background:rgba(30,35,45,.6);backdrop-filter:blur(10px);border:2px solid #6cffb2;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:jetbrains mono,Consolas,monospace;font-size:.9rem;font-weight:600;color:#6cffb2;flex-shrink:0;box-shadow:0 0 20px rgba(108,255,178,.35)}.timeline-line{width:2px;flex:1;background:linear-gradient(to bottom,#6cffb2,rgba(108,255,178,.18));margin:8px 0}.timeline-content{flex:1;padding-bottom:32px}.timeline-content h3{font-size:1.1rem;font-weight:600;margin-bottom:8px}.timeline-content p{color:#a8b4a8;font-size:.95rem;line-height:1.6}.timeline-duration{font-family:jetbrains mono,Consolas,monospace;font-size:.8rem;color:#6cffb2;margin-top:8px;display:block}.timeline-icon{font-size:1.2rem;filter:grayscale(100%)brightness(1.2)}.timeline-phase-1 .timeline-dot{border-color:#f59e0b;box-shadow:0 0 20px rgba(245,158,11,.3)}.timeline-phase-2 .timeline-dot{border-color:#c4b50e;box-shadow:0 0 20px rgba(196,181,14,.3)}.timeline-phase-3 .timeline-dot{border-color:#8fcc5a;box-shadow:0 0 20px rgba(143,204,90,.3)}.timeline-phase-4 .timeline-dot,.timeline-phase-final .timeline-dot{border-color:#6cffb2;box-shadow:0 0 20px rgba(108,255,178,.35);background:rgba(136,238,173,.1)}.timeline-phase-1 .timeline-line{background:linear-gradient(to bottom,#f59e0b,#c4b50e)}.timeline-phase-2 .timeline-line{background:linear-gradient(to bottom,#c4b50e,#8fcc5a)}.timeline-phase-3 .timeline-line{background:linear-gradient(to bottom,#8fcc5a,#6cffb2)}.timeline-deliverables{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.deliverable{display:inline-block;padding:4px 12px;font-size:.8rem;font-family:jetbrains mono,Consolas,monospace;border:1px solid rgba(108,255,178,.35);border-radius:20px;background:rgba(108,255,178,6%);color:#a8b4a8}.timeline-phase-final .timeline-content{border-left:2px solid #6cffb2;padding-left:16px}.timeline-phase-final .timeline-content h3{color:#6cffb2}.tech-stack-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:16px}.tech-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 32px;text-align:center}.tech-item strong,.tech-item .tech-name{font-family:jetbrains mono,Consolas,monospace;font-size:.95rem;font-weight:500;color:#f0fff4}.tech-item .tech-desc{font-size:.75rem;color:#7a8a7a}.contact-form-wrapper{max-width:500px;margin:0 auto;padding:32px}.contact-info{max-width:500px;margin:48px auto 0;text-align:center}.contact-info h3{margin-bottom:16px}.contact-info p{margin-bottom:12px}.form-card{padding:32px}.form-title{font-size:.8rem;font-weight:600;color:#6cffb2;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.success-state{display:none;text-align:center;padding:24px}.success-state.show{display:block}.success-icon{width:56px;height:56px;background:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:1.5rem;color:#0c0f14;box-shadow:0 0 30px rgba(34,197,94,.4)}.success-title{font-size:1.25rem;font-weight:600;margin-bottom:8px}.success-text{color:#a8b4a8;font-size:.95rem}.success-text strong{color:#6cffb2}blockquote.definition{font-size:1.125rem;font-style:italic;color:#f0fff4;border-left:3px solid #6cffb2;padding-left:24px;margin:24px auto;max-width:800px}@media(min-width:768px){blockquote.definition{font-size:1.25rem}}.founder-hero{position:relative;min-height:85vh;display:flex;align-items:flex-end;overflow:hidden}.founder-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.founder-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.founder-hero-bg::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(12,15,20,.3) 0%,rgba(12,15,20,.5) 50%,rgba(12,15,20,.95) 100%)}.founder-hero-content{position:relative;z-index:2;width:100%;padding-bottom:64px}.founder-hero-content .container{max-width:900px}.founder-hero-content h1{font-size:3rem;font-weight:700;margin-bottom:16px;letter-spacing:-.02em}@media(min-width:768px){.founder-hero-content h1{font-size:4.5rem}}.founder-tagline{font-size:1.25rem;color:#a8b4a8;line-height:1.6;max-width:500px}@media(min-width:768px){.founder-tagline{font-size:1.5rem}}.story-content p{font-size:1.125rem;line-height:1.8;margin-bottom:24px}.story-content p strong{color:#f0fff4}.client-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.client-item{padding:16px 24px;font-weight:500;color:#f0fff4;font-size:.875rem}@media(min-width:768px){.client-item{font-size:1rem;padding:16px 32px}}.client-grid-detailed{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;max-width:900px;margin:0 auto}@media(min-width:768px){.client-grid-detailed{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.client-grid-detailed{grid-template-columns:repeat(4,1fr)}}.client-item-detailed{padding:16px 24px;display:flex;flex-direction:column;gap:4px;text-align:center}.client-item-detailed .client-name{font-weight:600;color:#f0fff4;font-size:.875rem}@media(min-width:768px){.client-item-detailed .client-name{font-size:1rem}}.client-item-detailed .client-context{font-size:.7rem;color:#7a8a7a;line-height:1.4}@media(min-width:768px){.client-item-detailed .client-context{font-size:.75rem}}.client-logo-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 24px;margin-bottom:24px}.client-logo-name{font-size:.9rem;font-weight:500;color:#a8b4a8;opacity:.8}.client-logo-name:hover{opacity:1;color:#f0fff4}.client-highlight{text-align:center;font-style:italic;color:#7a8a7a;font-size:.95rem;max-width:600px;margin:0 auto}.dashboard-preview{padding:32px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,5%)}.dashboard-title{font-family:jetbrains mono,Consolas,monospace;font-size:.8rem;color:#7a8a7a;text-transform:uppercase;letter-spacing:.1em}.dashboard-status{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#6cffb2}.status-dot{width:8px;height:8px;background:#6cffb2;border-radius:50%;box-shadow:0 0 10px #6cffb2;animation:blink 2s ease-in-out infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:.4}}.dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:900px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.dashboard-grid{grid-template-columns:1fr 1fr;gap:16px}}.dashboard-stat{text-align:center;padding:16px;background:rgba(20,24,32,.5);border-radius:12px;border:1px solid rgba(255,255,255,5%)}.stat-value{font-family:jetbrains mono,Consolas,monospace;font-size:2rem;font-weight:700;color:#f0fff4;display:block;margin-bottom:4px}.stat-value.green{color:#6cffb2;text-shadow:0 0 20px rgba(108,255,178,.35)}.stat-value.red{color:#ef4444}.stat-value.yellow{color:#f59e0b}.stat-label{font-size:.8rem;color:#7a8a7a}.mini-chart{height:48px;display:flex;align-items:flex-end;justify-content:center;gap:3px;margin-top:16px}.chart-bar{width:6px;background:linear-gradient(to top,#6cffb2,rgba(108,255,178,.35));border-radius:2px 2px 0 0;animation:bar-grow 1s ease-out forwards;transform-origin:bottom}@keyframes bar-grow{from{transform:scaleY(0)}to{transform:scaleY(1)}}.comparison-table{max-width:750px;margin:0 auto}.comparison-header{display:grid;grid-template-columns:1fr 120px 120px;gap:16px;padding:16px 24px;margin-bottom:12px}.comparison-header span{font-size:.9rem;font-weight:600;color:#7a8a7a;text-align:center}.comparison-header span:first-child{text-align:left}.comparison-header .rebaze-label{color:#6cffb2}@media(max-width:900px){.comparison-header{grid-template-columns:1fr 80px 80px}}@media(max-width:640px){.comparison-header{grid-template-columns:1fr 60px 60px;gap:8px;padding:16px}}.comparison-row{display:grid;grid-template-columns:1fr 120px 120px;gap:16px;align-items:center;padding:16px 24px;margin-bottom:12px}.comparison-row p{font-size:.95rem;font-weight:500;margin-bottom:0}@media(max-width:900px){.comparison-row{grid-template-columns:1fr 80px 80px}}@media(max-width:640px){.comparison-row{grid-template-columns:1fr 60px 60px;gap:8px;padding:16px}}.comparison-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin:0 auto}.comparison-icon.negative{background:rgba(239,68,68,.15);color:#ef4444}.comparison-icon.positive{background:rgba(108,255,178,.12);color:#6cffb2;box-shadow:0 0 15px rgba(108,255,178,.35)}.pain-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.pain-card{padding:28px}.pain-card::before{background:linear-gradient(90deg,transparent,#ef4444,transparent)}.pain-icon{width:52px;height:52px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:16px}.solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:900px){.solution-grid{grid-template-columns:1fr}}.solution-card{padding:32px}.solution-icon{width:56px;height:56px;background:rgba(108,255,178,.12);border:1px solid rgba(108,255,178,.18);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:24px;box-shadow:0 0 20px rgba(108,255,178,.35)}.compliance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:900px){.compliance-grid{grid-template-columns:1fr}}.compliance-card{padding:28px}.final-cta{text-align:center;position:relative}.final-cta::before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80%;height:300px;background:radial-gradient(ellipse at 50% 100%,rgba(108,255,178,.12) 0%,transparent 70%);pointer-events:none}.guarantee{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px;color:#7a8a7a;font-size:.85rem}.guarantee .icon{color:#6cffb2}.text-center{text-align:center}.text-accent{color:#6cffb2;text-shadow:0 0 40px rgba(108,255,178,.35)}.text-muted{color:#7a8a7a}.mt-4{margin-top:16px}.mt-8{margin-top:32px}.mb-4{margin-bottom:16px}.mb-8{margin-bottom:32px}hr{border:none;border-top:1px solid rgba(108,255,178,.18);margin:32px 0}.form-hidden{display:none!important}.error{display:block!important;margin-top:16px;padding:12px 16px;border-radius:10px;background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.3);color:#fca5a5;font-size:.9rem}.logo-strip{padding:48px 0;background:0 0;text-align:center}.logo-strip .section-label{margin-bottom:24px}.logo-strip-label{font-family:jetbrains mono,Consolas,monospace;font-size:.75rem;font-weight:500;color:#7a8a7a;text-transform:uppercase;letter-spacing:.1em;text-align:center;margin-bottom:24px}.logo-strip-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:32px}@media(max-width:640px){.logo-strip-grid{gap:24px}}.client-logo{height:40px;width:auto;opacity:.6;filter:grayscale(100%)brightness(1.2);transition:all .3s ease}.client-logo:hover{opacity:1;filter:grayscale(0%)brightness(1)}@media(max-width:640px){.client-logo{height:32px}}.leistungen-hero .service-cards{align-items:stretch}.leistungen-hero .service-cards .glass-card,.leistungen-hero .service-cards .kritis-insight,.leistungen-hero .service-cards .kritis-stat,.leistungen-hero .service-cards .kritis-chart-panel,.leistungen-hero .service-cards .glass-card-accent,.leistungen-hero .service-cards .card,.leistungen-hero .service-cards .hero-glass-panel,.leistungen-hero .service-cards .tech-item,.leistungen-hero .service-cards .contact-form-wrapper,.leistungen-hero .service-cards .form-card,.leistungen-hero .service-cards .client-item,.leistungen-hero .service-cards .client-item-detailed,.leistungen-hero .service-cards .dashboard-preview,.leistungen-hero .service-cards .comparison-row,.leistungen-hero .service-cards .pain-card,.leistungen-hero .service-cards .solution-card,.leistungen-hero .service-cards .compliance-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 24px;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1)}.leistungen-hero .service-cards .glass-card .service-icon,.leistungen-hero .service-cards .kritis-insight .service-icon,.leistungen-hero .service-cards .kritis-stat .service-icon,.leistungen-hero .service-cards .kritis-chart-panel .service-icon,.leistungen-hero .service-cards .glass-card-accent .service-icon,.leistungen-hero .service-cards .card .service-icon,.leistungen-hero .service-cards .hero-glass-panel .service-icon,.leistungen-hero .service-cards .tech-item .service-icon,.leistungen-hero .service-cards .contact-form-wrapper .service-icon,.leistungen-hero .service-cards .form-card .service-icon,.leistungen-hero .service-cards .client-item .service-icon,.leistungen-hero .service-cards .client-item-detailed .service-icon,.leistungen-hero .service-cards .dashboard-preview .service-icon,.leistungen-hero .service-cards .comparison-row .service-icon,.leistungen-hero .service-cards .pain-card .service-icon,.leistungen-hero .service-cards .solution-card .service-icon,.leistungen-hero .service-cards .compliance-card .service-icon{font-size:2.5rem;filter:grayscale(100%)brightness(1.2);margin-bottom:16px;flex-shrink:0}.leistungen-hero .service-cards .glass-card h3,.leistungen-hero .service-cards .kritis-insight h3,.leistungen-hero .service-cards .kritis-stat h3,.leistungen-hero .service-cards .kritis-chart-panel h3,.leistungen-hero .service-cards .glass-card-accent h3,.leistungen-hero .service-cards .card h3,.leistungen-hero .service-cards .hero-glass-panel h3,.leistungen-hero .service-cards .tech-item h3,.leistungen-hero .service-cards .contact-form-wrapper h3,.leistungen-hero .service-cards .form-card h3,.leistungen-hero .service-cards .client-item h3,.leistungen-hero .service-cards .client-item-detailed h3,.leistungen-hero .service-cards .dashboard-preview h3,.leistungen-hero .service-cards .comparison-row h3,.leistungen-hero .service-cards .pain-card h3,.leistungen-hero .service-cards .solution-card h3,.leistungen-hero .service-cards .compliance-card h3{margin-bottom:12px;flex-shrink:0}.leistungen-hero .service-cards .glass-card p,.leistungen-hero .service-cards .kritis-insight p,.leistungen-hero .service-cards .kritis-stat p,.leistungen-hero .service-cards .kritis-chart-panel p,.leistungen-hero .service-cards .glass-card-accent p,.leistungen-hero .service-cards .card p,.leistungen-hero .service-cards .hero-glass-panel p,.leistungen-hero .service-cards .tech-item p,.leistungen-hero .service-cards .contact-form-wrapper p,.leistungen-hero .service-cards .form-card p,.leistungen-hero .service-cards .client-item p,.leistungen-hero .service-cards .client-item-detailed p,.leistungen-hero .service-cards .dashboard-preview p,.leistungen-hero .service-cards .comparison-row p,.leistungen-hero .service-cards .pain-card p,.leistungen-hero .service-cards .solution-card p,.leistungen-hero .service-cards .compliance-card p{font-size:.95rem;color:#a8b4a8;margin-bottom:0;flex-grow:1;display:flex;align-items:flex-start}.leistungen-hero .service-cards .glass-card .card-tags,.leistungen-hero .service-cards .kritis-insight .card-tags,.leistungen-hero .service-cards .kritis-stat .card-tags,.leistungen-hero .service-cards .kritis-chart-panel .card-tags,.leistungen-hero .service-cards .glass-card-accent .card-tags,.leistungen-hero .service-cards .card .card-tags,.leistungen-hero .service-cards .hero-glass-panel .card-tags,.leistungen-hero .service-cards .tech-item .card-tags,.leistungen-hero .service-cards .contact-form-wrapper .card-tags,.leistungen-hero .service-cards .form-card .card-tags,.leistungen-hero .service-cards .client-item .card-tags,.leistungen-hero .service-cards .client-item-detailed .card-tags,.leistungen-hero .service-cards .dashboard-preview .card-tags,.leistungen-hero .service-cards .comparison-row .card-tags,.leistungen-hero .service-cards .pain-card .card-tags,.leistungen-hero .service-cards .solution-card .card-tags,.leistungen-hero .service-cards .compliance-card .card-tags{margin-top:24px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;flex-shrink:0}.leistungen-hero .service-cards .glass-card:hover,.leistungen-hero .service-cards .kritis-insight:hover,.leistungen-hero .service-cards .kritis-stat:hover,.leistungen-hero .service-cards .kritis-chart-panel:hover,.leistungen-hero .service-cards .glass-card-accent:hover,.leistungen-hero .service-cards .card:hover,.leistungen-hero .service-cards .hero-glass-panel:hover,.leistungen-hero .service-cards .tech-item:hover,.leistungen-hero .service-cards .contact-form-wrapper:hover,.leistungen-hero .service-cards .form-card:hover,.leistungen-hero .service-cards .client-item:hover,.leistungen-hero .service-cards .client-item-detailed:hover,.leistungen-hero .service-cards .dashboard-preview:hover,.leistungen-hero .service-cards .comparison-row:hover,.leistungen-hero .service-cards .pain-card:hover,.leistungen-hero .service-cards .solution-card:hover,.leistungen-hero .service-cards .compliance-card:hover{transform:translateY(-6px);border-color:rgba(108,255,178,.4);box-shadow:0 12px 40px rgba(0,0,0,.5),0 0 28px rgba(108,255,178,.18),inset 0 1px rgba(255,255,255,8%)}.kritis-section{background:rgba(37,37,37,.6)}.kritis-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px}@media(max-width:900px){.kritis-grid{grid-template-columns:1fr}}.kritis-chart-panel{padding:24px}.kritis-chart{height:240px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:32px}.kritis-bar-container{display:flex;align-items:flex-end;justify-content:center;gap:24px;height:100%;width:100%;max-width:400px}@media(max-width:640px){.kritis-bar-container{gap:16px}}.kritis-bar{display:flex;flex-direction:column;align-items:center;flex:1;max-width:80px;height:100%;position:relative}.kritis-bar-fill{width:100%;height:0;border-radius:4px 4px 0 0;transition:height 1s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0}.kritis-bar[data-year="2021"] .kritis-bar-fill{background:linear-gradient(to top,rgba(245,158,11,.5),rgba(245,158,11,.8))}.kritis-bar[data-year="2022"] .kritis-bar-fill{background:linear-gradient(to top,rgba(245,158,11,.6),rgba(249,115,22,.85))}.kritis-bar[data-year="2023"] .kritis-bar-fill{background:linear-gradient(to top,rgba(249,115,22,.7),rgba(239,68,68,.85))}.kritis-bar[data-year="2024"] .kritis-bar-fill{background:linear-gradient(to top,rgba(239,68,68,.8),#ef4444);box-shadow:0 0 20px rgba(239,68,68,.4)}.kritis-bar.is-visible .kritis-bar-fill{height:var(--bar-height)}.kritis-bar-value{font-family:jetbrains mono,Consolas,monospace;font-size:.9rem;font-weight:600;color:#f0fff4;position:absolute;bottom:calc(var(--bar-height) + 8px);opacity:0;transition:opacity .3s ease .8s}.kritis-bar.is-visible .kritis-bar-value{opacity:1}.kritis-bar--current .kritis-bar-value{color:#ef4444;text-shadow:0 0 10px rgba(239,68,68,.5)}.kritis-bar-year{font-family:jetbrains mono,Consolas,monospace;font-size:.75rem;color:#7a8a7a;position:absolute;bottom:-24px}.kritis-chart-source{text-align:center;font-size:.75rem;color:#7a8a7a;margin:16px 0 0;font-style:italic}.kritis-stats{display:flex;flex-direction:column;gap:16px}.kritis-stat{padding:16px 24px;display:flex;flex-direction:column;gap:4px}.kritis-stat-value{font-family:jetbrains mono,Consolas,monospace;font-size:1.75rem;font-weight:700;color:#f0fff4}.kritis-stat-value--alert{color:#ef4444;text-shadow:0 0 20px rgba(239,68,68,.5)}.kritis-stat-value--warning{color:#f59e0b}.kritis-stat-label{font-size:.875rem;color:#a8b4a8}.kritis-insight{display:flex;align-items:flex-start;gap:16px;padding:24px;border-left:3px solid #f59e0b}@media(max-width:640px){.kritis-insight{flex-direction:column;gap:12px}}.kritis-insight-icon{font-size:1.5rem;filter:grayscale(100%)brightness(1.2);flex-shrink:0}.kritis-insight p{margin:0;font-size:.95rem;color:#a8b4a8;line-height:1.6}.kritis-insight p strong{color:#f59e0b;font-weight:600}@media(prefers-reduced-motion:reduce){.kritis-bar-fill{transition:none;height:var(--bar-height)}.kritis-bar-value{transition:none;opacity:1}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.mesh-gradient{animation:none}.spark{display:none}}