@import "https://fonts.googleapis.com/css2?family=Caveat:wght@600&family=Playfair+Display:wght@700&display=swap";:root{--bg-primary:#0a0a0a;--bg-secondary:#111;--bg-card:#ffffff0a;--border-card:#ffffff14;--accent-purple:#d8b4fe;--accent-blue:#93c5fd;--gradient-cta:linear-gradient(135deg, #d8b4fe, #93c5fd);--text-primary:#fff;--text-secondary:#888;--font-main:"Inter", system-ui, -apple-system, sans-serif;--max-width:1200px;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-main);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-weight:700;line-height:1.2}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.container.no-padding{padding:0}section{opacity:0;padding:3rem 0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(30px)}section.visible{opacity:1;transform:translateY(0)}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-card);transition:var(--transition);border-radius:12px;padding:2rem}.glass-card:hover{border-color:#d8b4fe4d;transform:translateY(-6px);box-shadow:0 10px 30px #00000080,0 0 20px #d8b4fe1a}.btn{cursor:pointer;transition:var(--transition);text-align:center;border:none;border-radius:8px;padding:1rem 2rem;font-weight:600;display:inline-block}.btn-primary{background:var(--gradient-cta);color:#fff;position:relative;overflow:hidden}.btn-primary:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.btn-primary:hover:after{left:100%}.btn-secondary{border:1px solid var(--border-card);color:var(--text-primary);background:0 0}.btn-secondary:hover{background:var(--bg-card);border-color:var(--text-secondary)}.nav-container{z-index:1000;background:0 0;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 4rem;transition:all .3s;display:flex;position:fixed;top:0;left:0}.nav-container.scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#050505d9;padding:1rem 4rem}.nav-left,.nav-right{flex:1;align-items:center;display:flex}.nav-left{justify-content:flex-start}.nav-right{justify-content:flex-end}.nav-center{justify-content:center;align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-logo-link{align-items:center;display:flex}.nav-logo{width:auto;height:42px;display:block}.nav-menu-desktop{gap:2.5rem;list-style:none;display:flex}.nav-menu-desktop li a{color:#ffffffb3;letter-spacing:.05em;text-transform:uppercase;font-size:.8rem;font-weight:400;transition:color .3s}.nav-menu-desktop li a:hover{color:#fff}.nav-cta-split{background:0 0;border-color:#fff3;border-radius:4px}.nav-cta-split:hover{background:#ffffff0d}.mobile-menu-trigger{cursor:pointer;background:0 0;border:none;align-items:center;height:44px;padding:0 1rem;display:none}.mobile-menu-overlay{-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;background:#0a0a0af2;border:1px solid #ffffff1a;border-radius:24px;width:calc(100% - 2rem);max-width:400px;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:fixed;top:6rem;left:50%;transform:translate(-50%)translateY(10px)}.nav-container.menu-open .mobile-menu-overlay{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.mobile-menu-links{text-align:center;flex-direction:column;gap:1.5rem;list-style:none;display:flex}.mobile-menu-links a{color:#fff;font-size:1.15rem;font-weight:400}@media (width<=900px){.nav-menu-desktop{display:none}.nav-container{padding:.75rem 1.5rem}.nav-logo{height:28px}.mobile-menu-trigger{padding-left:0;display:flex}.nav-right{display:none}}.hero{background:#000;align-items:center;min-height:100vh;padding-top:60px;display:flex;position:relative;overflow:hidden}.hero-grid{pointer-events:none;z-index:1;justify-content:space-evenly;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.grid-line{background:#ffffff0d;width:1px;height:100%}.wave-container{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:10;text-align:left;max-width:900px;margin-left:0;margin-right:auto;animation:1s ease-out .2s both heroFadeIn;position:relative}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-intro{color:#6d6dff;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:700;animation:1s ease-out .4s both heroFadeIn;display:inline-flex}.folder-icon{width:16px;height:16px}.hero-title{letter-spacing:-.04em;color:#fff;margin-bottom:1.5rem;font-size:clamp(2.2rem,6vw,5.5rem);font-weight:500;line-height:1.05;animation:1s ease-out .55s both heroFadeIn}.text-nowrap{white-space:nowrap}@media (width<=768px){.text-nowrap{white-space:normal}}.hero-subtitle{color:#ffffffe6;max-width:650px;margin-bottom:3rem;font-size:1.125rem;font-weight:500;line-height:1.6;animation:1s ease-out .7s both heroFadeIn}.hero-btns{justify-content:flex-start;gap:1.25rem;animation:1s ease-out .85s both heroFadeIn;display:flex}.hero-cta-split{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0a99;border:1px solid #ffffff26;border-radius:6px;align-items:center;text-decoration:none;transition:all .3s;display:inline-flex;overflow:hidden}.hero-cta-split:hover{background:#1e1e1ecc;border-color:#ffffff4d}.cta-text{letter-spacing:.05em;text-transform:uppercase;padding:.85rem 1.25rem;font-size:.75rem;font-weight:700}.cta-divider{background:#fff3;width:1px;height:20px}.cta-icon{justify-content:center;align-items:center;padding:.85rem 1rem;display:flex}.badge{color:var(--accent-purple);background:#d8b4fe1a;border:1px solid #d8b4fe33;border-radius:100px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.stats-banner{background:var(--bg-secondary);border-top:1px solid var(--border-card);border-bottom:1px solid var(--border-card);padding:4rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.stat-item h2{color:var(--text-primary);margin-bottom:.5rem;font-size:3rem}.stat-item p{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem;font-size:2.5rem}.essentials-section{background:#000;padding:0 0 2rem}.essentials-box{background:#0a0a0a4d;border:1px solid #ffffff26;border-top:none;width:71.428%;max-width:none;margin:0 auto;padding:0;border-radius:0!important}.essentials-top-bar{border-bottom:1px solid #ffffff26;justify-content:space-between;align-items:center;padding:1.5rem 3rem;display:flex}.essentials-top-bar .label{color:#fff;font-family:monospace;font-size:.9rem}.header-cta{margin-right:-1rem;transform:scale(.9);border-radius:0!important}.essentials-section{padding-bottom:2rem!important}.essentials-content-header{grid-template-columns:1fr 1.5fr;gap:4rem;padding:3rem;display:grid}.header-left-text{grid-column:1;align-self:flex-end;max-width:300px}.header-left-text p{color:#ffffff80;margin:0;font-size:.85rem;line-height:1.6}.header-right-title{grid-column:2;max-width:600px}.header-right-title h2{letter-spacing:-.02em;color:#111;margin:0;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:500;line-height:1.1}.essentials-grid{gap:20px;padding:0 3rem 4rem}@media (width<=900px){.essentials-top-bar{padding:1rem 1.5rem}.essentials-content-header{flex-direction:column-reverse;gap:2rem;padding:3rem 1.5rem;display:flex}.essentials-grid{padding:0 1.5rem 3rem}}.essential-card{flex-direction:column;display:flex;overflow:hidden;background:#ffffff05!important;border:1px solid #ffffff0f!important;border-radius:12px!important;padding:0!important}.card-visual{background:#0003;justify-content:center;align-items:center;width:100%;height:200px;display:flex;position:relative;overflow:hidden}.visual-lines{gap:8px;display:flex}.visual-lines span{background:linear-gradient(#ffffff4d,#ffffff03);border-radius:2px;width:2px;height:40px;animation:2s ease-in-out infinite lineScale}@keyframes lineScale{0%,to{opacity:.2;height:20px}50%{opacity:.6;height:60px}}.visual-lines span:nth-child(2){animation-delay:.2s}.visual-lines span:nth-child(3){animation-delay:.4s}.visual-lines span:nth-child(4){animation-delay:.6s}.visual-lines span:nth-child(5){animation-delay:.8s}.visual-wave svg{width:150px;height:80px}.visual-wave path{animation:3s ease-in-out infinite waveMotion}@keyframes waveMotion{0%,to{d:path("M0,50 Q50,20 100,50 T200,50")}50%{d:path("M0,50 Q50,80 100,50 T200,50")}}.visual-dots{background-image:radial-gradient(#fff3 1px,#0000 1px);background-size:15px 15px;width:120px;height:80px;animation:4s ease-in-out infinite dotsGlow}@keyframes dotsGlow{0%,to{opacity:.3;transform:scale(.95)}50%{opacity:.7;transform:scale(1.05)}}.card-content{flex-grow:1;padding:2.5rem}.card-number{color:#ffffff4d;margin-bottom:1.5rem;font-size:.75rem;font-weight:700;display:block}.card-content h3{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.card-content p{color:#ffffff80;font-size:.95rem;line-height:1.6}.card-footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;display:flex}.footer-label{text-transform:uppercase;letter-spacing:.05em;color:#fff6;font-size:.7rem;font-weight:600}.footer-btn-wrap{background:#ffffff05;border:1px solid #ffffff1a;border-radius:4px;align-items:center;padding:2px;display:flex}.btn-number{color:#fff6;padding:0 .75rem;font-size:.65rem;font-weight:700}.footer-btn{color:#fff9;background:#ffffff0d;border-radius:3px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.essential-card:hover .footer-btn{color:#000;background:#fff;border-color:#fff}.essential-card:hover .btn-number{color:#fffc}@media (width<=900px){.essentials-header{flex-direction:column;gap:1.5rem}}.timeline{max-width:800px;margin:0 auto;position:relative}.timeline:before{content:"";background:var(--border-card);width:2px;position:absolute;top:0;bottom:0;left:20px}.timeline-step{margin-bottom:4rem;padding-left:60px;position:relative}.timeline-dot{background:var(--bg-primary);border:2px solid var(--accent-purple);z-index:1;border-radius:50%;width:22px;height:22px;position:absolute;top:0;left:10px}.step-number{color:var(--accent-purple);margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.portfolio-carousel{position:relative;overflow:hidden}.carousel-inner{transition:transform .5s ease-in-out;display:flex}.carousel-item{min-width:100%;padding:1rem}.portfolio-card{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.portfolio-img{border-radius:12px;width:100%;overflow:hidden}.portfolio-img img{width:100%;display:block}.pricing-toggle{justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.switch{width:60px;height:34px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:var(--bg-card);border:1px solid var(--border-card);border-radius:34px;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:26px;height:26px;transition:all .4s;position:absolute;bottom:3px;left:4px}input:checked+.slider{background-color:var(--accent-purple)}input:checked+.slider:before{transform:translate(26px)}.pricing-card.featured{border-color:var(--accent-purple);transform:scale(1.05)}.accordion-item{border-bottom:1px solid var(--border-card)}.accordion-header{cursor:pointer;justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex}.accordion-content{max-height:0;color:var(--text-secondary);transition:max-height .3s ease-out;overflow:hidden}.accordion-item.active .accordion-content{max-height:200px;padding-bottom:1.5rem}.accordion-item.active .chevron{transform:rotate(180deg)}footer{background:var(--bg-secondary);border-top:1px solid var(--border-card);padding:3rem 0 2rem}.footer-grid{grid-template-columns:repeat(4,1fr);gap:4rem;margin-bottom:4rem;display:grid}.footer-col h4{margin-bottom:1.5rem}.footer-col ul li{margin-bottom:.75rem}.footer-col ul li a{color:var(--text-secondary)}.footer-col ul li a:hover{color:var(--text-primary)}.footer-bottom{border-top:1px solid var(--border-card);color:var(--text-secondary);justify-content:space-between;padding-top:2rem;font-size:.875rem;display:flex}.light-section-wrapper{color:#111;z-index:20;background:#000;position:relative;overflow:hidden}.services-intro-box{background:#0a0a0a4d;border-left:1px solid #ffffff26;border-right:1px solid #ffffff26;width:71.428%;max-width:none;margin:0 auto}.light-section{flex-direction:column;gap:20px;width:71.428%;max-width:none;margin:0 auto;padding:0;display:flex}.unified-service-card{background:#fff;border:1px solid #0000000d;border-radius:12px;overflow:hidden}.unified-service-card:hover{border-color:#0000001a;box-shadow:0 10px 40px #0000000a}.usc-bottom-bar,.usc-bottom-section{border-bottom:1px solid #0000000d}.unified-service-card:last-of-type .usc-bottom-bar,.unified-service-card:last-of-type .usc-bottom-section:last-child{border-bottom:none}.usc-top-bar{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;display:flex}.usc-title-group{align-items:center;gap:1rem;display:flex}.usc-number{color:#4d79ff;font-family:monospace;font-size:1.1rem;font-weight:700}.usc-title{margin:0;font-family:monospace;font-size:1.1rem;font-weight:500}.usc-top-cta{letter-spacing:.05em;color:#fff;background:#1a1a1a;border-radius:4px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.8rem;font-weight:600;text-decoration:none;display:flex}.usc-main-grid{grid-template-columns:1fr 1fr;min-height:600px;display:grid}.usc-left-col{border-right:1px solid #0000000d;flex-direction:column;padding:4rem 3rem 0;display:flex}.usc-main-heading{letter-spacing:-.04em;margin-bottom:2rem;font-size:clamp(2.5rem,4vw,3.8rem);font-weight:500;line-height:1.05}.usc-hex-spacer{opacity:.7;background-image:url("data:image/svg+xml;utf8,<svg width=\"40\" height=\"40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M20 0l20 10v20L20 40 0 30V10z\" fill=\"none\" stroke=\"%23f0f0f0\" stroke-width=\"1\"/></svg>");background-position:50%;background-repeat:repeat;height:200px;margin-bottom:4rem}.usc-sub-section{padding-bottom:4rem}.usc-sub-heading{margin-bottom:1.5rem;font-size:1.25rem;font-weight:500}.usc-2col-text{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.usc-2col-text p{color:#666;font-size:.95rem;line-height:1.6}.usc-right-col{background:#fafafa;padding:4rem;position:relative;overflow:hidden}.usc-square-grid-bg{z-index:1;background-image:linear-gradient(#00000008 1px,#0000 1px),linear-gradient(90deg,#00000008 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.usc-floating-stack{z-index:2;flex-direction:column;align-items:center;gap:1.5rem;height:100%;display:flex;position:relative}.floating-card{color:#fff;background:#2a2a2a;border:1px solid #ffffff1a;border-radius:8px;width:320px;overflow:hidden;box-shadow:0 20px 40px #00000026}.html-card-static{align-self:flex-start;margin-left:2rem}.scss-card-static{align-self:center;margin-right:1rem}.js-card-static{align-self:flex-end;margin-right:3rem}.card-header{color:#aaa;background:#ffffff0d;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-family:monospace;font-size:.8rem;display:flex}.expand-btn{color:#888;cursor:pointer;background:0 0;border:none}.card-body{padding:1.5rem 1rem;font-family:monospace;font-size:.85rem;line-height:1.5}.code-tag{color:#ffb86c}.code-class{color:#8be9fd}.code-prop{color:#50fa7b}.code-val{color:#f1fa8c}.code-var{color:#8be9fd}.code-string{color:#f1fa8c}.usc-bottom-section{border-top:1px solid #0000000d;padding:4rem 3rem}.usc-data-heading{letter-spacing:-.03em;margin-bottom:.5rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:500}.highlight-blue{color:#a8baff}.usc-data-sub{color:#666;max-width:400px;margin-bottom:3rem;font-size:1rem}.usc-chart-carousel{gap:1.5rem;padding-bottom:1rem;display:flex;overflow-x:auto}.usc-chart-card{background:#fafafa;border:1px solid #0000000d;border-radius:8px;flex:1;min-width:300px;padding:1.5rem}.fade-out-right{opacity:.5}.chart-header{justify-content:space-between;margin-bottom:1.5rem;display:flex}.chart-title{font-size:.8rem;font-weight:600}.chart-legend{gap:.5rem;display:flex}.chart-legend .dot{border-radius:50%;width:8px;height:8px;display:inline-block}.dot.pink{background:#ff66b2}.dot.green{background:#6c9}.dot.blue{background:#6cf}.dot.purple{background:#c6f}.dot.orange{background:#f93}.mini-chart{width:100%;height:auto}@keyframes drawLine{to{stroke-dashoffset:0}}.advanced-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding-bottom:2rem;display:grid}.adv-card{background:#fafafa;border:1px solid #00000008;border-radius:12px;padding:3rem 2.5rem;transition:all .3s;position:relative;overflow:hidden}.adv-card:before{content:"";opacity:0;background:linear-gradient(90deg,#4d79ff,#d8b4fe);height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.adv-card:hover{background:#fff;border-color:#00000014;transform:translateY(-5px);box-shadow:0 15px 35px #0000000d}.adv-card:hover:before{opacity:1}.adv-icon{color:#4d79ff;background:#4d79ff1a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.adv-card h3{letter-spacing:-.01em;color:#111;margin-bottom:1rem;font-size:1.4rem}.adv-card p{color:#666;font-size:.95rem;line-height:1.6}.usc-bottom-bar{background:#fafafa;border-top:1px solid #0000000d;border-radius:0 0 12px 12px;justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;display:flex}.usc-bottom-label{font-family:monospace;font-size:.9rem;font-weight:700}.usc-bottom-cta{letter-spacing:.05em;color:#fff;background:#1a1a1a;border-radius:4px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.8rem;font-weight:600;text-decoration:none;display:flex}@media (width<=1024px){.grid-3,.grid-2,.footer-grid{grid-template-columns:1fr 1fr}.hero-gradient-left{width:400px;height:400px}.hero-gradient-right{width:350px;height:350px}.grid-4{grid-template-columns:repeat(2,1fr)!important}}@media (width<=768px){.grid-3,.grid-2,.footer-grid,.stats-grid,.portfolio-card{grid-template-columns:1fr}.hero-title{font-size:clamp(2rem,8vw,3rem)}.hero-subtitle{font-size:1rem}.desktop-only{display:none}.hero-btns{flex-direction:column;align-items:flex-start}.hero-cta-split{width:fit-content}.hero-trust{flex-direction:column;gap:.5rem}.hero-scroll-indicator,.nav-links{display:none}.pricing-card.featured{transform:scale(1)}.grid-4{grid-template-columns:1fr!important}.usc-main-grid{grid-template-columns:1fr}.usc-left-col{border-bottom:1px solid #0000000d;border-right:none;padding:2rem 1.5rem}.usc-2col-text{grid-template-columns:1fr}.usc-right-col{min-height:400px;padding:2rem 1.5rem}.html-card-static{align-self:center;margin-left:0}.scss-card-static,.js-card-static{align-self:center;margin-right:0}.usc-top-bar,.usc-bottom-bar{text-align:center;flex-direction:column;gap:1rem;padding:1rem 1.5rem}}.ai-training-dashboard{z-index:2;width:100%;max-width:500px;margin:0 auto;font-family:Inter,sans-serif;animation:6s ease-in-out infinite float-slow;position:relative}.dash-window{background:#fff;border:1px solid #0000000d;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000014,0 1px 3px #0000000d}.dash-top-bar{background:#f8f9fa;border-bottom:1px solid #0000000d;gap:6px;padding:10px 16px;display:flex}.dash-top-bar .dot{border-radius:50%;width:10px;height:10px}.dash-top-bar .dot.red{background:#ff5f56}.dash-top-bar .dot.yellow{background:#ffbd2e}.dash-top-bar .dot.green{background:#27c93f}.dash-header{border-bottom:1px solid #0000000d;padding:20px 24px}.dash-header h3{color:#111;margin:0 0 4px;font-size:1.1rem;font-weight:600}.dash-header p{color:#666;margin:0;font-size:.85rem}.dash-grid{background:#fafafa;flex-direction:column;gap:20px;padding:24px;display:flex}.dash-chart-card{background:#fff;border:1px solid #0000000d;border-radius:8px;padding:16px;box-shadow:0 2px 8px #00000005}.chart-title-area{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.chart-title-area h4{color:#333;margin:0;font-size:.9rem;font-weight:500}.chart-title-area .badge{color:#60a5fa;text-transform:uppercase;background:#3b82f61a;border-radius:4px;margin:0;padding:2px 8px;font-size:.7rem;font-weight:700}.dash-chart-svg{width:100%;height:auto}.dash-metrics-col{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.dash-metric-card{background:#1e293b;border:1px solid #ffffff0d;border-radius:10px;padding:12px}.dm-label{color:#94a3b8;text-transform:uppercase;margin-bottom:4px;font-size:.7rem;font-weight:600}.dm-value-row{flex-direction:column;gap:2px;display:flex}.dm-value{color:#f8fafc;font-size:1.1rem;font-weight:700}.dm-trend{border-radius:3px;width:fit-content;padding:1px 4px;font-size:.65rem;font-weight:700}.dm-trend.pos{color:#34d399;background:#10b9811a}.dash-floating-summary{z-index:10;background:#1e293b;border:1px solid #ffffff1a;border-radius:12px;width:240px;padding:16px;position:absolute;top:50%;right:-20px;transform:translateY(-50%);box-shadow:0 20px 25px -5px #0000004d}.summary-header{color:#3b82f6;align-items:center;gap:8px;margin-bottom:10px;font-size:.75rem;font-weight:800;display:flex}.dash-floating-summary p{color:#cbd5e1;margin:0 0 10px;font-size:.8rem;line-height:1.5}.dash-floating-summary p.summary-sub{color:#3b82f6;margin:0;font-size:.75rem;font-weight:700}@media (width<=768px){.dash-floating-summary{width:100%;margin-top:1rem;position:relative;top:0;right:0;transform:none!important}}.idp-dashboard{z-index:2;width:100%;max-width:600px;margin:0 auto;font-family:Inter,system-ui,sans-serif;animation:8s ease-in-out infinite float-slow;position:relative}.idp-window{background:#fff;border-radius:12px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000026,0 0 0 1px #0000000d}.idp-top-bar{background:#f8fafc;border-bottom:1px solid #e2e8f0;align-items:center;padding:12px 16px;display:flex}.idp-top-bar .dot{border-radius:50%;width:10px;height:10px;margin-right:6px}.idp-top-bar .dot.red{background:#ef4444}.idp-top-bar .dot.yellow{background:#f59e0b}.idp-top-bar .dot.green{background:#10b981}.idp-title{color:#64748b;letter-spacing:.02em;margin-left:auto;margin-right:auto;font-size:.8rem;font-weight:600}.idp-split{background:#f1f5f9;min-height:280px;display:flex}.idp-doc-pane{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;flex:1;margin:16px 8px 16px 16px;display:flex;position:relative;box-shadow:0 4px 6px -1px #0000000d}.idp-doc-header{color:#94a3b8;border-bottom:1px solid #f1f5f9;align-items:center;gap:6px;padding:8px 12px;font-family:monospace;font-size:.7rem;display:flex}.idp-doc-body{padding:20px}.idp-doc-body h5{color:#1e293b;border-bottom:2px solid #f1f5f9;margin:0 0 16px;padding-bottom:8px;font-size:1rem;font-weight:700}.doc-lines{flex-direction:column;gap:8px;display:flex}.d-line{background:#e2e8f0;border-radius:4px;height:6px}.w-80{width:80%}.w-60{width:60%}.w-90{width:90%}.w-50{width:50%}.w-70{width:70%}.mt-2{margin-top:16px}.idp-highlight-box{background:#3b82f60d;border:2px dashed #3b82f6;border-radius:6px;margin-top:16px;padding:10px;animation:2s infinite pulse-highlight;position:relative}.hl-label{color:#3b82f6;text-transform:uppercase;background:#fff;padding:0 4px;font-size:.6rem;font-weight:700;position:absolute;top:-10px;left:8px}.hl-content{color:#0f172a;font-size:1.1rem;font-weight:800}.idp-data-pane{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;flex:1;margin:16px 16px 16px 8px;display:flex;box-shadow:0 4px 6px -1px #0000000d}.idp-data-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.idp-data-header>span:first-child{color:#1e293b;font-size:.85rem;font-weight:700}.idp-confidence{color:#10b981;background:#d1fae5;border-radius:12px;padding:4px 8px;font-size:.65rem;font-weight:700}.idp-table{padding:0;font-size:.8rem}.idp-th{color:#64748b;text-transform:uppercase;background:#f8fafc;padding:8px 16px;font-size:.7rem;font-weight:600;display:flex}.idp-th div:first-child,.idp-tr div:first-child{flex:.8}.idp-th div:last-child,.idp-tr div:last-child{flex:1.2;font-weight:500}.idp-tr{color:#334155;border-bottom:1px solid #f1f5f9;padding:12px 16px;display:flex}.idp-tr.highlight-row{background:#3b82f60d;border-left:3px solid #3b82f6;position:relative}.idp-tr.highlight-row div:first-child{padding-left:13px}.text-blue-600{color:#93c5fd}.font-bold{font-weight:700!important}.idp-connector{z-index:10;width:50px;height:20px;position:absolute;top:50%;right:-50px;overflow:visible;transform:translateY(-50%)}.connector-line{stroke-dasharray:100;stroke-dashoffset:100px;animation:2s infinite alternate forwards drawConnector}@keyframes drawConnector{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}@keyframes pulse-highlight{0%,to{background:#3b82f60d;border-color:#3b82f6}50%{background:#3b82f626;border-color:#93c5fd}}@media (width<=768px){.idp-split{flex-direction:column}.idp-doc-pane,.idp-data-pane{margin:16px}.idp-connector{display:none}}.idp-dashboard-replica{z-index:2;background:#f1f3f4;border:1px solid #d1d5db;border-radius:8px;flex-direction:column;width:100%;max-width:850px;margin:0 auto;font-family:Inter,system-ui,sans-serif;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.idp-rep-top{background:#e5e7eb;border-bottom:1px solid #d1d5db;gap:6px;padding:8px 12px;display:flex}.idp-rep-top .dot{background:#9ca3af;border-radius:50%;width:10px;height:10px}.idp-rep-header{background:#f1f3f4;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.idp-rep-title{color:#111827;font-size:1.25rem;font-weight:500}.idp-rep-badge{color:#10b981;letter-spacing:.05em;align-items:center;gap:4px;font-size:.65rem;font-weight:700;display:flex}.idp-rep-badge:before{content:"✓"}.idp-rep-body{gap:20px;padding:0 24px 24px;display:flex}.idp-rep-doc{background:#fff;border:1px solid #d1d5db;border-radius:6px;flex-direction:column;flex:1;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.idp-rep-doc-tab{color:#4b5563;border-bottom:1px solid #e5e7eb;align-items:center;gap:6px;padding:8px 12px;font-size:.65rem;display:flex}.idp-rep-doc-content{color:#374151;padding:24px 30px;font-size:.55rem;line-height:1.4;position:relative}.doc-title-main{text-align:center;color:#111;margin-bottom:4px;font-family:Playfair Display,serif;font-size:.9rem}.doc-subtitle{text-align:center;margin-bottom:16px;font-size:.55rem;font-weight:700}.doc-section-title{margin:12px 0 4px;font-size:.55rem;font-weight:700}.doc-p{margin-bottom:6px}.doc-p strong{font-weight:700}.doc-ul{margin:4px 0 12px;padding-left:16px}.doc-ul li{margin-bottom:2px}.bbox{background:#3b82f61a;border:1px solid #3b82f6;border-radius:2px;padding:0 2px;display:inline-block;position:relative}.bbox-large{background:#3b82f60d;border:1px solid #3b82f6;border-radius:2px;margin-top:4px;padding:6px;position:relative}.handwriting{color:#93c5fd;font-family:Caveat,cursive;font-size:.8rem;line-height:1;position:absolute}.hw-1{width:60px;top:0;right:-60px}.hw-2{text-align:right;width:50px;top:10px;left:-50px}.hw-arrow{stroke:#93c5fd;fill:none;stroke-width:1px;position:absolute}.doc-mini-table{border-collapse:collapse;width:100%;margin-top:10px;font-size:.5rem}.doc-mini-table th,.doc-mini-table td{text-align:left;border:1px solid #d1d5db;padding:4px}.idp-rep-data{background:#fff;border:1px solid #d1d5db;border-radius:6px;flex-direction:column;flex:1.1;display:flex;overflow:hidden}.rep-table-header{color:#f9fafb;background:#111827;grid-template-columns:1.2fr .8fr 1fr 1fr 1.5fr;font-size:.6rem;font-weight:500;display:grid}.rep-table-header>div{border-right:1px solid #ffffff1a;padding:12px 8px}.rep-table-row{color:#374151;border-bottom:1px solid #e5e7eb;grid-template-columns:1.2fr .8fr 1fr 1fr 1.5fr;font-size:.55rem;display:grid}.rep-table-row>div{border-right:1px solid #e5e7eb;padding:10px 8px}.rep-table-row:last-child{border-bottom:none}.idp-rep-connector{z-index:10;pointer-events:none;width:80px;height:40px;position:absolute;top:55%;left:45%;overflow:visible}.idp-rep-connector path{stroke:#4b5563;stroke-width:1.5px;stroke-dasharray:3 3;fill:none}.idp-rep-connector polygon{fill:#4b5563}@media (width<=1024px){.idp-dashboard-replica{font-size:.8em}}@media (width<=768px){.idp-rep-body{flex-direction:column}.idp-rep-connector{display:none}}.hitl-dashboard{z-index:2;background:#f1f3f4;border:1px solid #d1d5db;border-radius:8px;flex-direction:column;width:100%;max-width:900px;margin:0 auto;font-family:Inter,system-ui,sans-serif;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.hitl-top{border-bottom:1px solid #d1d5db;gap:6px;padding:8px 12px;display:flex}.hitl-top .dot{background:#9ca3af;border-radius:50%;width:10px;height:10px}.hitl-header{padding:24px 30px 16px}.hitl-title{color:#111827;margin-bottom:6px;font-size:1.35rem;font-weight:500}.hitl-subtitle{color:#6b7280;font-size:.75rem}.hitl-body{gap:20px;padding:0 24px 24px;display:flex}.hitl-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;flex:1;display:flex;overflow:hidden;box-shadow:0 2px 4px #00000005}.hitl-card-header{color:#374151;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:10px 16px;font-size:.8rem;font-weight:600;display:flex}.hitl-card-header-left{align-items:center;gap:8px;display:flex}.hitl-card-header-right svg{color:#9ca3af;cursor:pointer;margin-left:6px}.hitl-asst-content{flex-direction:column;gap:20px;padding:20px;display:flex}.chat-bubble{color:#1e3a8a;background:#bfdbfe;border-radius:12px 12px 0;align-self:flex-end;max-width:90%;padding:16px;font-size:.75rem}.chat-bubble-thumbs{gap:6px;margin-top:10px;display:flex}.chat-thumb{background-position:50%;background-size:cover;border:1px solid #0000001a;border-radius:4px;width:30px;height:30px}.chat-time{color:#60a5fa;margin-top:8px;font-size:.6rem;display:block}.chat-response{color:#374151;font-size:.75rem;line-height:1.5}.chat-response strong{color:#111;font-weight:700}.code-block-container{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.code-block-header{color:#4b5563;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.7rem;display:flex}.code-block-title{align-items:center;gap:6px;font-weight:500;display:flex}.code-block-meta{color:#9ca3af;align-items:center;gap:8px;font-family:monospace;font-size:.6rem;display:flex}.code-block-body{color:#f3f4f6;background:#111827;padding:16px;font-family:monospace;font-size:.7rem;line-height:1.6}.code-keyword{color:#f472b6}.code-func{color:#60a5fa}.hitl-prev-content{flex-direction:column;padding:16px;display:flex}.preview-image-container{background-image:url(/assets/mountain_peaks-DJ_sQbiq.png);background-position:50%;background-size:cover;border-radius:8px;width:100%;height:200px;position:relative;overflow:hidden}.annotation-marker{color:#fff;background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.65rem;font-weight:700;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 3px #fffc,0 4px 10px #0000004d}.preview-controls{color:#6b7280;justify-content:space-between;align-items:center;margin-top:12px;font-size:.7rem;display:flex}.prev-btn,.next-btn{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;padding:6px 12px;font-weight:500}.next-btn{background:#fff;border:1px solid #d1d5db}.hitl-table-container{margin-top:20px}.hitl-table-title{color:#374151;margin-bottom:8px;font-size:.7rem;font-weight:700}.hitl-table{border-collapse:collapse;text-align:center;width:100%;font-size:.65rem}.hitl-table th{color:#4b5563;background:#f3f4f6;border-bottom:1px solid #e5e7eb;padding:8px 4px;font-weight:600}.hitl-table td{color:#374151;border-bottom:1px solid #e5e7eb;padding:8px 4px}.hitl-table tr:last-child td{border-bottom:none}.action-btn{border-radius:3px;margin:0 2px;padding:2px 6px;font-size:.5rem;font-weight:700}.btn-edit{color:#4b5563;background:#e5e7eb}.btn-delete{color:#ef4444;background:#fee2e2}@media (width<=768px){.hitl-body{flex-direction:column}.hitl-dashboard{font-size:.9em}}.cv-dashboard-replica{z-index:2;background:#f1f3f4;border:1px solid #d1d5db;border-radius:8px;flex-direction:column;width:100%;max-width:950px;margin:0 auto;font-family:Inter,system-ui,sans-serif;display:flex;position:relative;box-shadow:0 10px 30px #0000001a}.cv-rep-top{background:#e5e7eb;border-bottom:1px solid #d1d5db;gap:6px;padding:8px 12px;display:flex}.cv-rep-top .dot{background:#9ca3af;border-radius:50%;width:10px;height:10px}.cv-rep-header{padding:24px 30px 16px}.cv-rep-title{color:#111827;margin-bottom:6px;font-size:1.4rem;font-weight:500}.cv-rep-subtitle{color:#6b7280;font-size:.75rem}.cv-rep-body{padding:0 30px 30px;position:relative}.cv-video-container{background-image:url(/assets/basketball_game-CgNtCbhS.png);background-position:50%;background-size:cover;border-radius:8px;width:100%;height:450px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #fff3}.cv-label-group{flex-direction:column;gap:4px;display:flex;position:absolute;top:20px;left:20px}.cv-label-box{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#111827;background:#fffc;border:1px solid #0000001a;border-radius:4px;padding:4px 8px;font-family:monospace;font-size:.65rem;font-weight:600}.cv-toolbar{background:#fff;border-radius:8px;flex-direction:column;gap:12px;padding:8px 4px;display:flex;position:absolute;top:50%;left:20px;transform:translateY(-50%);box-shadow:0 4px 12px #00000026}.cv-tool-btn{color:#6b7280;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.cv-tool-btn.active{color:#3b82f6;background:#eff6ff}.cv-status-panel{background:#fffffff2;border-radius:8px;width:180px;padding:16px;font-size:.7rem;position:absolute;top:20px;right:20px;box-shadow:0 4px 12px #00000026}.cv-sp-title{color:#6b7280;margin-bottom:4px;font-weight:600}.cv-sp-value{color:#111827;margin-bottom:12px;font-family:monospace;font-weight:700}.cv-sp-value.green{color:#10b981;background:#d1fae5;border-radius:4px;padding:2px 6px;display:inline-block}.cv-bbox{z-index:5;background:#3b82f626;border:2px solid #3b82f6;position:absolute}.cv-bbox-label{color:#fff;white-space:nowrap;background:#3b82f6;padding:2px 6px;font-size:.6rem;font-weight:700;position:absolute;top:-20px;left:-2px}.cv-skeleton-group{z-index:4;position:absolute}.sk-line{background:#3b82f6;border-radius:2px;position:absolute}.sk-line.red{background:#ef4444}.sk-dot{background:#fff;border:2px solid #3b82f6;border-radius:50%;width:6px;height:6px;position:absolute;transform:translate(-50%,-50%)}.sk-dot.red{border-color:#ef4444}.cv-timeline{background:#0009;width:100%;padding:10px 20px 20px;position:absolute;bottom:0;left:0}.cv-scrubber{background:#ffffff4d;height:3px;margin-bottom:15px;position:relative}.cv-scrubber-fill{background:#8b5cf6;width:35%;height:100%;position:absolute;top:0;left:0}.cv-scrubber-handle{background:#fff;width:1px;height:12px;position:absolute;top:50%;left:35%;transform:translate(-50%,-50%)}.cv-scrubber-time{color:#fff;background:#8b5cf6cc;border-radius:4px;padding:2px 6px;font-size:.6rem;font-weight:700;position:absolute;top:-25px;left:35%;transform:translate(-50%)}.cv-filmstrip{gap:4px;display:flex;overflow:hidden}.cv-frame{opacity:.6;background-image:url(/assets/basketball_game-CgNtCbhS.png);background-position:50%;background-size:cover;border:1px solid #fff3;flex:1;height:40px}.cv-frame.active{opacity:1;border-color:#fff}.cv-side-panel{z-index:10;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:220px;padding:16px;position:absolute;top:150px;right:-250px;box-shadow:0 10px 25px #0000001a}.cv-side-header{color:#111827;align-items:center;gap:8px;margin-bottom:12px;font-size:.85rem;font-weight:600;display:flex}.cv-side-box{border:1px solid #e5e7eb;border-radius:6px;padding:12px}.cv-side-label{color:#6b7280;margin-bottom:4px;font-size:.65rem;font-weight:600}.cv-side-val{color:#111827;align-items:center;gap:6px;margin-bottom:12px;font-size:.75rem;font-weight:600;display:flex}.cv-side-val:before{content:"";background:#3b82f6;border-radius:50%;width:6px;height:6px;display:inline-block}.cv-tag-group{gap:4px;margin-bottom:12px;display:flex}.cv-tag{color:#374151;background:#f3f4f6;border-radius:4px;padding:2px 6px;font-size:.6rem}.cv-connector-svg{pointer-events:none;z-index:6;width:100%;height:100%;position:absolute;top:0;left:0;overflow:visible}.cv-conn-path{fill:none;stroke:#111827;stroke-width:1.5px;stroke-dasharray:4 4}@media (width<=1200px){.cv-side-panel,.cv-connector-svg{display:none}}.chat-anim-user{opacity:0;animation:6s ease-out infinite chatMessageSequence;transform:translateY(20px)}.chat-anim-ai{opacity:0;animation:6s ease-out 1.5s infinite chatMessageSequence;transform:translateY(20px)}@keyframes chatMessageSequence{0%{opacity:0;transform:translateY(20px)}10%{opacity:1;transform:translateY(0)}85%{opacity:1;transform:translateY(0)}95%{opacity:0;transform:translateY(-20px)}to{opacity:0;transform:translateY(-20px)}}.chat-seq-wrapper{animation:12s linear infinite chatSeqWrapperReset}@keyframes chatSeqWrapperReset{0%,80%{opacity:1}85%,to{opacity:0}}.chat-bubble-v2{opacity:0;border-radius:12px;width:fit-content;max-width:85%;padding:12px 18px;font-size:.85rem;line-height:1.4;position:relative;transform:translateY(20px)}.cb-user{color:#111827;background:#fff;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 5px 15px #0000000d}.cb-ai{color:#1e3a8a;background:#bfdbfe;border-bottom-right-radius:4px;align-self:flex-end}.cb-1{animation:12s ease-out infinite cbAnim1}.cb-2{animation:12s ease-out infinite cbAnim2}.cb-3{animation:12s ease-out infinite cbAnim3}.cb-4{animation:12s ease-out infinite cbAnim4}@keyframes cbAnim1{0%{opacity:0;transform:translateY(20px)}5%,to{opacity:1;transform:translateY(0)}}@keyframes cbAnim2{0%,12.5%{opacity:0;transform:translateY(20px)}17.5%,to{opacity:1;transform:translateY(0)}}@keyframes cbAnim3{0%,29%{opacity:0;transform:translateY(20px)}34%,to{opacity:1;transform:translateY(0)}}@keyframes cbAnim4{0%,41.5%{opacity:0;transform:translateY(20px)}46.5%,to{opacity:1;transform:translateY(0)}}.advanced-chart{border:1px solid #0000000d;box-shadow:0 4px 20px #00000005;background:#fafafa!important;padding:1.5rem!important}.advanced-chart .chart-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.advanced-chart .chart-title{color:#111827;text-transform:none;letter-spacing:0;font-size:.75rem;font-weight:700}.advanced-chart .legend-item{color:#6b7280;align-items:center;gap:.4rem;margin-left:.75rem;font-size:.65rem;font-weight:600;display:flex}.advanced-chart .chart-legend{display:flex}.advanced-chart .dot{border-radius:2px;width:8px;height:8px}.detailed-chart{width:100%;height:180px;overflow:visible}.axis-label{fill:#9ca3af;font-size:10px;font-family:var(--font-primary);font-weight:500}.chart-draw,.chart-draw-delay{stroke-linecap:round;stroke-linejoin:round}.chart-draw{stroke-dasharray:1500;stroke-dashoffset:1500px;animation:8s cubic-bezier(.4,0,.2,1) infinite drawPathAnim}.chart-draw-delay{stroke-dasharray:1500;stroke-dashoffset:1500px;animation:8s cubic-bezier(.4,0,.2,1) infinite drawPathAnimDelay}@keyframes drawPathAnim{0%{stroke-dashoffset:1500px;opacity:1}30%{stroke-dashoffset:0;opacity:1}85%{stroke-dashoffset:0;opacity:1}90%{stroke-dashoffset:0;opacity:0}95%{stroke-dashoffset:1500px;opacity:0}to{stroke-dashoffset:1500px;opacity:1}}@keyframes drawPathAnimDelay{0%,25%{stroke-dashoffset:1500px;opacity:0}26%{opacity:1}55%{stroke-dashoffset:0;opacity:1}85%{stroke-dashoffset:0;opacity:1}90%{stroke-dashoffset:0;opacity:0}95%{stroke-dashoffset:1500px;opacity:0}to{stroke-dashoffset:1500px;opacity:0}}.advanced-chart{transition:transform .3s,box-shadow .3s}.advanced-chart:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.rl-flowchart{z-index:2;justify-content:space-between;align-items:center;width:100%;height:400px;padding:2rem 0;display:flex;position:relative}.rl-col{z-index:10;flex-direction:column;justify-content:center;gap:1.5rem;display:flex;position:relative}.rl-node{color:#374151;background:#fff;border-radius:4px;align-items:center;gap:12px;padding:6px 16px 6px 6px;font-family:monospace;font-size:.75rem;font-weight:500;display:flex;box-shadow:0 4px 15px #0000000d}.rl-icon-box{color:#fff;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.rl-agent-node{text-align:center;color:#1f2937;background:#eff6ff;border:1.5px solid #3b82f6;border-radius:8px;flex-direction:column;align-items:center;gap:10px;padding:1.5rem 1.25rem;font-size:.9rem;font-weight:600;display:flex;box-shadow:0 10px 25px #3b82f626}.rl-action-node{color:#16a34a;background:#f0fdf4;border:1.5px solid #22c55e;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 10px #22c55e1a}.rl-reward-node{color:#fff;background:#22c55e;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;display:flex;box-shadow:0 8px 20px #22c55e40}.rl-connections{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.rl-path{fill:none;stroke:#9ca3af;stroke-width:1.5px;stroke-dasharray:4 4}.rl-path-anim{fill:none;stroke:#3b82f6;stroke-width:2px;stroke-dasharray:8 200;animation:3s linear infinite rlFlow}@keyframes rlFlow{0%{stroke-dashoffset:208px}to{stroke-dashoffset:0}}.gradient-text{background:linear-gradient(90deg,#c0aef5,#85abfb,#abb4f9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.usc-dark{color:#fff;background-color:#000!important}.usc-dark-grid{flex-direction:column;gap:4rem;padding:4rem 2.5rem;display:flex}.usc-dark-header-row{align-items:center;gap:4rem;display:flex}.usc-dark-title-col{flex:1}.dark-headline{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:500;line-height:1.1}.dark-subline{color:#fff9;max-width:400px;font-size:1.125rem}.usc-dark-nodes-col{flex:1;justify-content:flex-end;height:250px;display:flex;position:relative}.industry-cluster{width:100%;max-width:400px;height:100%;position:relative}.cluster-node{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.25rem;font-weight:600;animation:6s ease-in-out infinite floatNode;display:flex;position:absolute;box-shadow:0 10px 25px #00000080}.cluster-node:nth-child(2n){animation-delay:-3s}.cluster-node:nth-child(3n){animation-delay:-1.5s}@keyframes floatNode{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.usc-dark-content-row{align-items:flex-start;gap:4rem;display:flex}.usc-dark-image-col{border-radius:12px;flex:1;position:relative;overflow:hidden}.usc-dark-main-img{object-fit:cover;border-radius:12px;width:100%;height:auto;display:block}.usc-dark-accordion-col{flex:1}.accordion-title{letter-spacing:-.01em;margin-bottom:.5rem;font-size:2rem;font-weight:500}.industry-accordion{flex-direction:column;gap:.5rem;margin-top:2rem;display:flex}.ind-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;transition:all .3s;overflow:hidden}.ind-item[open]{background:#ffffff14;border-color:#fff3}.ind-summary{cursor:pointer;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1.125rem;font-weight:500;list-style:none;display:flex}.ind-summary::-webkit-details-marker{display:none}.ind-summary svg{transition:transform .3s}.ind-item[open] .ind-summary svg{transform:rotate(180deg)}.ind-content{color:#fff9;padding:0 1.5rem 1.25rem;font-size:.95rem;line-height:1.5}@media (width<=900px){.usc-dark-header-row,.usc-dark-content-row{flex-direction:column}.usc-dark-nodes-col{justify-content:center;width:100%}}#custom-solutions-webflow{color:#fff;background-color:#000;padding:4rem 2.5rem;font-family:inherit}.top-of-section-container.general{border-bottom:1px solid #ffffff1a;margin-bottom:4rem;padding-bottom:1.5rem}.content-wrapper.top-block{justify-content:space-between;align-items:center;display:flex}.content-block.top-block-left{align-items:center;gap:1rem;display:flex}.top-block-eyebrow{text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:500}.button-link-block.only-arrow{color:#fff;border:1px solid #fff3;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;text-decoration:none;transition:background .3s;display:flex}.button-link-block.only-arrow:hover{background:#ffffff1a}.w-layout-grid.content-grid{grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem;display:grid}.eyebrow-wrapper.above-heading{text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:600;display:flex}.content-block.above-heading{align-items:center;gap:.5rem;display:flex}.eyebrow-square.green{background-color:#10b981;width:10px;height:10px}.h2-heading{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:500;line-height:1.1}.text-box._19rem.gray p{color:#fff9;max-width:400px;font-size:1.125rem}.users-container{flex-direction:column;align-items:flex-end;gap:1.5rem;display:flex}.users-wrapper{justify-content:flex-end;gap:1.5rem;display:flex}.avatar-circle-container{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.avatar-circle-container.empty{visibility:hidden}.avatar-circle-container:hover{transform:translateY(-5px);box-shadow:0 10px 20px #ffffff1a}.avatar-circle-container[data-ind=am]{background:linear-gradient(135deg,#a855f7,#ec4899)}.avatar-circle-container[data-ind=co]{background:linear-gradient(135deg,#eab308,#f97316)}.avatar-circle-container[data-ind=hc]{background:linear-gradient(135deg,#3b82f6,#06b6d4)}.avatar-circle-container[data-ind=ls]{background:linear-gradient(135deg,#10b981,#3b82f6)}.avatar-circle-container[data-ind=bk]{background:linear-gradient(135deg,#f43f5e,#8b5cf6)}.avatar-circle-container[data-ind=en]{background:linear-gradient(135deg,#84cc16,#10b981)}.avatar-circle-container[data-ind=in]{background:linear-gradient(135deg,#6366f1,#a855f7)}.avatar-circle-container[data-ind=ps]{background:linear-gradient(135deg,#0ea5e9,#3b82f6)}.avatar-circle-container[data-ind=re]{background:linear-gradient(135deg,#f59e0b,#ef4444)}.avatar-name{color:#fff;font-size:1.25rem;font-weight:700}.w-layout-grid.accordion-content-grid{grid-template-columns:1fr 1fr;align-items:flex-start;gap:4rem;display:grid}.images-container{border-radius:12px;width:100%;position:relative;overflow:hidden}.accordion-images img{object-fit:cover;border-radius:12px;width:100%;height:auto;display:block}.benefits-heading{margin-bottom:2rem}.tabs-item{background:#ffffff05;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:.5rem;transition:all .3s;overflow:hidden}.tabs-item.active{background:#ffffff14;border-color:#fff3}.tab-item-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;padding:1.25rem 1.5rem;display:flex}.tab-icon{color:#ffffff80;margin-right:1rem}.tab-name{flex:1;font-size:1.125rem;font-weight:500}.tab-arrow{color:#ffffff80;transition:transform .3s}.tabs-item.active .tab-arrow{transform:rotate(180deg)}.tab-content-container{padding:0 1.5rem 1.25rem}.accordion-paragraph{color:#fff9;font-size:.95rem;line-height:1.5}.bottom-of-section-container.general{border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:2rem}@media (width<=900px){.w-layout-grid{grid-template-columns:1fr}.users-container{align-items:flex-start}.users-wrapper{justify-content:flex-start}}.industry-dashboard-replica{font-family:var(--font-primary);background:#fff;border:1px solid #00000012;border-radius:10px;overflow:hidden;box-shadow:0 8px 32px #0000000d}.ind-dash-top{background:#f9fafb;border-bottom:1px solid #0000000f;align-items:center;gap:6px;padding:10px 14px;display:flex}.ind-dash-title{color:#374151;flex:1;margin-left:6px;font-size:.7rem;font-weight:600}.ind-dash-badge{letter-spacing:.03em;border-radius:20px;padding:2px 8px;font-size:.6rem;font-weight:700}.ind-dash-body{flex-direction:column;gap:12px;padding:14px;display:flex}.ind-stat-row{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.ind-stat-card{background:#f9fafb;border:1px solid #0000000d;border-radius:6px;padding:8px 10px}.ind-stat-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;font-size:.6rem;font-weight:600}.ind-stat-val{color:#111827;font-size:1rem;font-weight:700;line-height:1.2}.ind-stat-trend{margin-top:2px;font-size:.6rem;font-weight:600}.ind-section-label{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:.65rem;font-weight:700}.ind-shelf-row{flex-direction:column;gap:6px;display:flex}.ind-shelf-item{align-items:center;gap:8px;display:flex}.ind-shelf-bar-wrap{background:#f3f4f6;border-radius:99px;flex:1;height:6px;overflow:hidden}.ind-shelf-bar{border-radius:99px;height:100%;transition:width .6s}.ind-shelf-name{color:#374151;flex-shrink:0;width:90px;font-size:.65rem;font-weight:500}.ind-shelf-pct{color:#374151;text-align:right;width:40px;font-size:.65rem;font-weight:600}.ind-alert{color:#ef4444}.ind-ai-rec{color:#374151;background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:.65rem;line-height:1.4;display:flex}.ind-machines{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.ind-machine-card{text-align:center;border:1px solid #0000000f;border-radius:6px;padding:8px}.ind-ok{background:#f0fdf4;border-color:#bbf7d0}.ind-warn{background:#fffbeb;border-color:#fde68a}.ind-machine-icon{margin-bottom:4px;font-size:1.1rem}.ind-machine-name{color:#374151;font-size:.58rem;font-weight:700}.ind-machine-status{color:#6b7280;margin-top:2px;font-size:.58rem}.ind-machine-temp{color:#111827;margin-top:3px;font-size:.6rem;font-weight:600}.ind-warn .ind-machine-temp{color:#d97706}.ind-dept-list{flex-direction:column;gap:6px;display:flex}.ind-dept-row{align-items:center;gap:8px;display:flex}.ind-dept-name{color:#374151;flex-shrink:0;width:100px;font-size:.65rem;font-weight:600}.ind-dept-bar-wrap{background:#f3f4f6;border-radius:99px;flex:1;height:6px;overflow:hidden}.ind-dept-bar{border-radius:99px;height:100%}.ind-dept-load{color:#6b7280;text-align:right;width:60px;font-size:.6rem;font-weight:600}.ind-route-list{flex-direction:column;gap:6px;display:flex}.ind-route-row{background:#f9fafb;border:1px solid #0000000a;border-radius:5px;align-items:center;gap:8px;padding:5px 8px;display:flex}.ind-route-id{color:#111827;flex-shrink:0;width:65px;font-family:monospace;font-size:.65rem;font-weight:700}.ind-route-dest{color:#6b7280;flex:1;font-size:.62rem}.ind-route-eta{color:#374151;width:65px;font-size:.62rem;font-weight:600}.ind-route-badge{border-radius:99px;padding:2px 6px;font-size:.58rem;font-weight:700}.approach-section{color:#fff;background:#000;padding:120px 0}.approach-master-box{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0a66;border:1px solid #ffffff1a;border-radius:0;width:71.428%;margin:0 auto;padding:60px;position:relative;overflow:hidden;box-shadow:0 40px 100px #000c}.amb-top-bar,.amb-footer-bar{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:20px 0;display:flex}.amb-footer-bar{border-top:1px solid #ffffff14;border-bottom:none;margin-top:60px}.amb-id-group{align-items:center;gap:12px;display:flex}.amb-index{color:#000;background:#fff;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:800}.amb-category{letter-spacing:1px;text-transform:uppercase;color:#fffc;font-size:.8rem;font-weight:700}.amb-cta-btn-modern{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;align-items:center;font-size:.65rem;font-weight:700;transition:all .3s;display:flex;overflow:hidden}.amb-cta-btn-modern .btn-text{padding:8px 12px}.amb-cta-btn-modern .btn-icon{border-left:1px solid #ffffff1a;justify-content:center;align-items:center;padding:8px 10px;display:flex}.amb-cta-btn-modern:hover{color:#000;background:#fff}.amb-cta-btn-modern:hover .btn-icon{border-left-color:#0000001a}.amb-cta-btn:hover{color:#000;background:#fff}.amb-main-layout{margin-top:60px}.amb-row-top{grid-template-columns:1.2fr .8fr;align-items:flex-start;gap:40px;margin-bottom:80px;display:grid}.amb-badges{gap:16px;margin-bottom:20px;display:flex}.amb-badge{letter-spacing:1px;align-items:center;gap:8px;font-size:.6rem;font-weight:800;display:flex}.amb-badge-cube{background-position:50%;background-size:cover;border-radius:4px;width:16px;height:16px;display:inline-block;box-shadow:0 4px 10px #0000004d,inset 0 0 0 1px #ffffff1a}.amb-badge-cube.blue{background:linear-gradient(135deg,#1e3a8a80,#3b82f680);border:1px solid #3b82f64d}.amb-badge-cube.green{background:linear-gradient(135deg,#064e3b80,#10b98180);border:1px solid #10b9814d}.amb-heading-col h2{letter-spacing:-.03em;margin-bottom:24px;font-size:3.2rem;font-weight:500;line-height:1.1}.amb-heading-col p{color:#fff9;max-width:440px;font-size:.9rem;line-height:1.6}.icon-diamond-cluster{flex-direction:column;align-items:flex-end;gap:20px;display:flex}.idc-row{gap:24px;display:flex}.idc-single{padding-right:0}.icon-wrapper{flex-direction:column;align-items:center;gap:8px;display:flex}.icon-label{color:#ffffffe6;letter-spacing:-.02em;text-transform:none;font-family:monospace;font-size:.85rem;font-weight:400}.icon-circle{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.1rem;font-weight:700;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.icon-circle:hover{border-color:#fff6;transform:scale(1.15);box-shadow:0 0 20px #fff3}.amb-row-bottom{grid-template-columns:1fr 1fr;align-items:flex-start;gap:80px;display:grid}.amb-visual-col .amb-glass-wrap{background:radial-gradient(circle,#22c55e1a 0%,#0000 70%);border:1px solid #ffffff0d;border-radius:0;justify-content:center;align-items:center;width:100%;height:580px;display:flex;position:relative;overflow:hidden}.custom-dashboard{color:#fff;opacity:0;visibility:hidden;z-index:1;background:#0a0a0a66;flex-direction:column;gap:20px;width:100%;height:100%;padding:30px;font-family:Inter,monospace;transition:opacity .5s;display:flex;position:absolute;top:0;left:0}.custom-dashboard.active{opacity:1;visibility:visible;z-index:2}.cv-container{background:#050505;border:1px solid #93b2fb33;border-radius:8px;flex:1;position:relative;overflow:hidden}.cv-grid-overlay{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.cv-detection{z-index:4;flex-direction:column;animation:10s ease-in-out infinite alternate boxMovement;display:flex;position:absolute}.detect-box{border:2px solid #93b2fb;flex:1;position:relative;box-shadow:0 0 10px #93b2fb80}.detect-box:before,.detect-box:after{content:"";border:2px solid #93b2fb;width:10px;height:10px;position:absolute}.detect-box:before{border-bottom:0;border-right:0;top:-2px;left:-2px}.detect-box:after{border-top:0;border-left:0;bottom:-2px;right:-2px}.detect-label{color:#000;background:#93b2fb;align-self:flex-start;padding:2px 6px;font-size:.6rem;font-weight:700}.cv-scan-line{z-index:5;background:#93b2fb4d;width:100%;height:2px;animation:4s linear infinite scannerMove;position:absolute;top:0;box-shadow:0 0 15px #93b2fb}.cv-corners{pointer-events:none;z-index:6;border:1px solid #93b2fb1a;position:absolute;inset:15px}.cv-container.construction-site{background:#000;position:relative}.cv-bg-image{object-fit:cover;filter:brightness(.6)contrast(1.1)saturate(.5);z-index:1;width:100%;height:100%;position:absolute;inset:0}.cv-grid-overlay{z-index:2;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.cv-container.construction-site:after{content:"";pointer-events:none;z-index:3;background:repeating-linear-gradient(0deg,#ffffff08 0 1px,#0000 1px 20px);position:absolute;inset:0}.detect-box.safety-ok{border-color:#22c55e;box-shadow:0 0 15px #22c55e4d}.detect-box.safety-ok:before,.detect-box.safety-ok:after{border-color:#22c55e}.detect-box.danger{border-color:#ef4444;animation:1s infinite alternate alertPulse;box-shadow:0 0 15px #ef444466}.detect-box.danger:before,.detect-box.danger:after{border-color:#ef4444}.detect-box.circle{border-radius:50%}.detect-label.mini{background:#22c55e;padding:1px 4px;font-size:.5rem}.cv-metadata{color:#93b2fbb3;text-align:right;z-index:4;background:#00000080;border-left:2px solid #93b2fb;padding:10px;font-family:Inter,monospace;font-size:.65rem;line-height:1.6;position:absolute;bottom:15px;right:15px}.m-row span{opacity:.5;margin-right:5px}@keyframes alertPulse{0%{opacity:1}to{opacity:.6}}@keyframes scannerMove{0%{top:0}to{top:100%}}@keyframes boxMovement{0%{transform:translate(0)}to{transform:translate(30px,20px)}}.db-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-bottom:15px;display:flex}.db-title{letter-spacing:.1em;text-transform:uppercase;opacity:.7;font-size:.9rem}.db-status{color:#b5adf6;background:#b5adf61a;border-radius:20px;align-items:center;gap:8px;padding:4px 10px;font-size:.75rem;display:flex}.status-dot{background:#b5adf6;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse;box-shadow:0 0 10px #b5adf6}.db-grid{grid-template-rows:auto 1fr;grid-template-columns:1fr 1.5fr;gap:15px;height:100%;display:grid}.db-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:15px;position:relative;overflow:hidden}.stat-card{grid-column:1}.main-card{background:#b5adf605;border-color:#b5adf61a;grid-area:1/2/3}.side-card{grid-column:1}.card-label{opacity:.5;margin-bottom:8px;font-size:.7rem}.card-value{font-size:1.5rem;font-weight:600}.card-chart{align-items:flex-end;gap:4px;height:40px;margin-top:10px;display:flex}.bar{background:linear-gradient(#93b2fb,#93b2fb1a);border-radius:2px 2px 0 0;flex:1;transition:height 1s}.workflow-visual{width:100%;height:100%;position:relative}.wf-node{z-index:2;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:.65rem;display:flex;position:absolute}.wf-node.active{background:#b5adf61a;border-color:#b5adf6;box-shadow:0 0 15px #b5adf64d}.wf-line{z-index:1;background:#ffffff0d;height:1px;position:absolute}.wf-line:after{content:"";background:#93b2fb;width:10px;height:100%;animation:3s linear infinite moveLine;position:absolute;top:0;left:0;box-shadow:0 0 10px #93b2fb}.wf-line.vert{width:1px}.wf-line.vert:after{width:100%;height:10px;animation:3s linear infinite moveLineVert}.log-item{opacity:.8;align-items:center;gap:8px;margin-bottom:6px;font-size:.7rem;display:flex}.log-item span{background:#b5adf6;border-radius:50%;width:4px;height:4px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes moveLine{0%{left:0}to{left:100%}}@keyframes moveLineVert{0%{top:0}to{top:100%}}.amb-accordion-col h3{letter-spacing:-.03em;color:#fff;margin-bottom:16px;font-size:2.5rem;font-weight:500;line-height:1.05}.amb-accordion-subtext{color:#fff9;max-width:90%;margin-bottom:32px;font-size:.85rem;line-height:1.5}.approach-accordion{flex-direction:column;gap:12px;display:flex}.acc-item{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;transition:all .3s;overflow:hidden}.acc-header{cursor:pointer;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.acc-header-left{align-items:center;gap:16px;font-size:1rem;font-weight:600;display:flex}.acc-icon{color:#fff6}.acc-chevron{opacity:.3;transition:transform .3s}.acc-item.active{background:#ffffff14;border-color:#ffffff26}.acc-item.active .acc-chevron{opacity:.8;transform:rotate(180deg)}.acc-content{max-height:0;padding:0 24px;transition:max-height .4s;overflow:hidden}.acc-item.active .acc-content{max-height:150px;padding-bottom:24px}.acc-content p{color:#fff9;font-size:.9rem;line-height:1.6}.amb-footer-text{color:#fff6;letter-spacing:.5px;font-size:.85rem;font-weight:500}@media (width<=1100px){.approach-master-box{width:90%;padding:40px}.amb-row-top,.amb-row-bottom{grid-template-columns:1fr;gap:40px}.amb-heading-col h2{font-size:2.5rem}.icon-diamond-cluster{align-items:center}}.anno-tool-replica{color:#333;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;max-width:900px;font-family:Inter,sans-serif;overflow:hidden;box-shadow:0 20px 40px #0000001a}.anno-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.anno-title{align-items:center;gap:8px;font-size:.95rem;font-weight:700;display:flex}.anno-controls{align-items:center;gap:16px;display:flex}.zoom-ctrl{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;align-items:center;display:flex}.zoom-btn{cursor:pointer;color:#6b7280;padding:6px 12px;font-size:1.1rem}.zoom-val{border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:0 12px;font-size:.8rem;font-weight:600}.anno-toggle{color:#4b5563;align-items:center;gap:12px;font-size:.8rem;font-weight:600;display:flex}.toggle-switch{cursor:pointer;background:#3b82f6;border-radius:10px;width:36px;height:20px;position:relative}.toggle-knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;right:2px}.anno-image-area{background:#f9fafb;padding:20px;position:relative}.main-image-container{aspect-ratio:4/3;background:#eee;border-radius:8px;width:100%;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.main-image-placeholder{background-image:url(https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&q=80&w=1200);background-position:50%;background-size:cover;width:100%;height:100%}.bbox-anno{z-index:10;pointer-events:none;border:2px solid;position:absolute}.bbox-tag{color:#000;white-space:nowrap;padding:2px 8px;font-size:.65rem;font-weight:700;position:absolute;top:-24px;left:-2px}.bbox-helmet{border-color:#facc15}.bbox-helmet .bbox-tag{background:#facc15}.bbox-vest{border-color:#4ade80}.bbox-vest .bbox-tag{background:#4ade80}.bbox-gloves{border-color:#60a5fa}.bbox-gloves .bbox-tag{color:#fff;background:#60a5fa}.bbox-boots{border-color:#a78bfa}.bbox-boots .bbox-tag{color:#fff;background:#a78bfa}.bbox-gas{border-color:#fb923c}.bbox-gas .bbox-tag{background:#fb923c}.bbox-fire{border-color:#f87171}.bbox-fire .bbox-tag{color:#fff;background:#f87171}.anno-footer{background:#fff;border-top:1px solid #f3f4f6;padding:16px}.thumb-carousel{justify-content:center;gap:12px;padding-bottom:8px;display:flex;overflow-x:auto}.thumb-item{cursor:pointer;background-position:50%;background-size:cover;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:80px;height:60px}.thumb-item.active{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.safety-dashboard-replica{z-index:2;background:#0a0a0a;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;width:100%;max-width:950px;margin:0 auto;font-family:Inter,system-ui,sans-serif;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.safety-rep-header{background:#ffffff05;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.safety-rep-title{letter-spacing:.1em;color:#a1a1aa;text-transform:uppercase;font-size:.85rem;font-weight:500}.safety-rep-badge{color:#93c5fd;background:#3b82f61a;border:1px solid #3b82f633;border-radius:20px;align-items:center;gap:8px;padding:4px 12px;font-size:.7rem;font-weight:600;display:flex}.safety-rep-badge:before{content:"";background:#60a5fa;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-dot;display:inline-block;box-shadow:0 0 8px #60a5fa}@keyframes pulse-dot{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.safety-video-container{background-color:#050505;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-position:0 0;background-repeat:repeat;background-size:40px 40px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;width:100%;height:480px;position:relative;overflow:hidden}.safety-scanline{z-index:10;opacity:.5;background:linear-gradient(90deg,#0000,#60a5fa80,#0000);width:100%;height:2px;animation:6s linear infinite scanline;position:absolute;top:50%;left:0;box-shadow:0 0 10px #60a5facc,0 0 20px #60a5fa66}@keyframes scanline{0%{top:-10%}to{top:110%}}.s-bbox{z-index:5;border:1px solid #0000;transition:all .3s;animation:4s ease-in-out infinite alternate float-bbox;position:absolute;box-shadow:inset 0 0 20px #00000080}@keyframes float-bbox{0%{transform:translate(0)}to{transform:translate(2px,2px)}}.s-bbox-green{background:#22c55e0d;border-color:#22c55e;box-shadow:inset 0 0 15px #22c55e1a,0 0 10px #22c55e1a}.s-bbox-red{background:#ef44440d;border-color:#ef4444;box-shadow:inset 0 0 15px #ef44441a,0 0 10px #ef44441a}.s-label{white-space:nowrap;z-index:6;padding:4px 8px;font-family:monospace;font-size:.65rem;font-weight:700;position:absolute;box-shadow:0 4px 6px #0000004d}.s-label-top-left{top:-1px;left:-1px}.s-label-bottom-left{bottom:-24px;left:-1px}.s-label-green{color:#000;background:#22c55e}.s-label-blue{color:#000;background:#93c5fd}.s-info-panel{z-index:15;border-left:2px solid #3b82f6;flex-direction:column;gap:6px;padding-left:16px;font-family:monospace;font-size:.8rem;display:flex;position:absolute;bottom:40px;right:40px}.s-info-line{gap:12px;display:flex}.s-info-key{color:#71717a;width:40px}.s-info-val{color:#93c5fd;font-weight:600}.careers-section{color:#111;background-color:#fff;margin-top:2rem;padding:3rem 0}.careers-topbar{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-bottom:1.5rem;display:flex}.careers-label{color:#444;font-size:1.2rem;font-weight:400}.btn-careers-top{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#222;border-radius:4px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.75rem;font-weight:600;transition:opacity .3s;display:inline-flex}.btn-careers-top:hover{opacity:.8}.careers-header{margin-top:4rem;margin-bottom:5rem;display:flex}.careers-header-left{flex:1;align-items:flex-end;padding-bottom:1rem;display:flex}.careers-header-left p{color:#6b7280;max-width:250px;font-size:.85rem;line-height:1.6}.careers-header-right{flex:1.5}.careers-header-right h2{letter-spacing:-.03em;color:#222;font-size:clamp(2.5rem,4.5vw,4rem);font-weight:400;line-height:1.1}.careers-header-right .gradient-text{background:linear-gradient(135deg,#a855f7,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.careers-list{flex-direction:column;gap:1.5rem;display:flex}.career-card{background:#f3f4f6;border-radius:8px;grid-template-columns:1fr 1.3fr 1fr;align-items:stretch;gap:2rem;padding:1.5rem;transition:transform .3s;display:grid}.career-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000000d}.career-card-left{flex-direction:column;justify-content:center;display:flex}.career-card-left h3{color:#111;letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.6rem;font-weight:400;line-height:1.2}.career-card-left p{color:#6b7280;font-size:.85rem;line-height:1.5}.career-card-mid{border-radius:6px;height:180px;overflow:hidden}.career-card-mid img{object-fit:cover;width:100%;height:100%}.career-card-right{flex-direction:column;justify-content:space-between;padding-left:1rem;display:flex}.career-meta{flex-direction:column;gap:.4rem;margin-top:.5rem;display:flex}.career-date{color:#111;font-size:.85rem;font-weight:700}.career-time{color:#6b7280;font-size:.75rem}.btn-career-solid{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#1c1c1c;border-radius:4px;justify-content:space-between;align-items:center;width:100%;padding:.85rem 1.2rem;font-size:.7rem;font-weight:600;transition:background .3s;display:inline-flex}.btn-career-solid:hover{background:#333}@media (width<=900px){.careers-header{flex-direction:column-reverse;gap:2rem;margin-top:2rem;margin-bottom:3rem}.career-card{grid-template-columns:1fr;gap:1.5rem}.career-card-right{gap:1.5rem;padding-left:0}}
