/* INFOTECH 3.10H — FixtureBuilder shell hotfix
   Isolated to /fixture-builder. Loaded after the base CSS to prevent raw oversized assets. */
:root{
  --fb-shell-width:1320px;
  --fb-sidebar-width:280px;
  --fb-shell-radius:28px;
  --fb-content-pad-x:42px;
  --fb-content-pad-y:38px;
  --fb-cyan:#00f5ff;
  --fb-pink:#ff00d4;
}
body{background:#02040a!important;overflow-x:hidden!important}
body:has(.builder-app-shell) .space-bg.builder-space-bg{
  position:fixed!important;inset:0!important;z-index:-3!important;
  background:
    radial-gradient(circle at 18% 25%,rgba(0,245,255,.22),transparent 28%),
    radial-gradient(circle at 88% 18%,rgba(255,0,212,.15),transparent 28%),
    linear-gradient(rgba(0,0,0,.10),rgba(0,0,0,.48)),
    image-set(url('/assets/infotech_space_bg.webp') type('image/webp'),url('/assets/infotech_space_bg_fallback.jpg') type('image/jpeg')) left center / cover no-repeat fixed!important;
  opacity:1!important;
}
body:has(.builder-app-shell) .builder-particles{opacity:.56!important;z-index:-1!important}
.fixture-site-header{
  width:min(var(--fb-shell-width),94vw)!important;
  margin:18px auto 10px!important;
  display:grid!important;
  grid-template-columns:minmax(260px,1fr) auto!important;
  grid-template-areas:"brand lang" "nav nav"!important;
  gap:10px 18px!important;
  align-items:center!important;
  position:relative!important;
  z-index:8!important;
}
.fixture-header-brand{grid-area:brand!important;display:flex!important;gap:14px!important;align-items:center!important;min-width:0!important;color:var(--text,#f4f8ff)!important;text-decoration:none!important}
.fixture-header-brand img{width:56px!important;height:56px!important;object-fit:contain!important;display:block!important;filter:drop-shadow(0 0 12px rgba(0,245,255,.22))!important}
.fixture-header-brand strong{display:block!important;letter-spacing:.14em!important;font-weight:900!important;white-space:nowrap!important;color:#f4f8ff!important}
.fixture-header-brand span{display:block!important;color:var(--muted,#b8c4df)!important;font-size:.9rem!important;margin-top:4px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.fixture-header-lang{grid-area:lang!important;justify-content:flex-end!important;margin:0!important;display:flex!important;gap:7px!important;flex-wrap:wrap!important}
.fixture-header-nav{grid-area:nav!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex-wrap:wrap!important}
.fixture-header-nav a,.fixture-site-header .language-switcher button{color:var(--text,#f4f8ff)!important;text-decoration:none!important;border:1px solid rgba(88,128,200,.34)!important;border-radius:999px!important;padding:8px 11px!important;background:rgba(8,16,34,.58)!important;backdrop-filter:blur(10px)!important;font-size:.78rem!important;font-weight:800!important;letter-spacing:.01em!important;white-space:nowrap!important;box-shadow:0 0 14px rgba(0,245,255,.06)!important}
.fixture-header-nav a:hover,.fixture-header-nav a.active,.fixture-header-nav a.is-active,.fixture-site-header .language-switcher button:hover,.fixture-site-header .language-switcher button.active{border-color:rgba(0,245,255,.72)!important;background:linear-gradient(135deg,rgba(0,245,255,.18),rgba(255,0,212,.13))!important;box-shadow:0 0 18px rgba(0,245,255,.13)!important}
.builder-app-shell{width:min(var(--fb-shell-width),94vw)!important;margin:18px auto 28px!important;min-height:auto!important;display:grid!important;grid-template-columns:var(--fb-sidebar-width) minmax(0,1fr)!important;border:1px solid rgba(0,245,255,.42)!important;border-radius:var(--fb-shell-radius)!important;overflow:visible!important;background:linear-gradient(135deg,rgba(3,8,18,.80),rgba(16,8,30,.64))!important;backdrop-filter:blur(10px)!important;box-shadow:0 0 55px rgba(0,0,0,.45),0 0 60px rgba(0,245,255,.08),0 0 80px rgba(255,0,212,.07)!important}
.builder-sidebar{position:relative!important;padding:28px 20px 260px!important;background:linear-gradient(180deg,rgba(0,245,255,.10),rgba(0,0,0,.14))!important;border-right:1px solid rgba(0,245,255,.16)!important;overflow:hidden!important;border-radius:calc(var(--fb-shell-radius) - 1px) 0 0 calc(var(--fb-shell-radius) - 1px)!important}
.builder-main-content{padding:var(--fb-content-pad-y) var(--fb-content-pad-x) 24px!important;min-width:0!important}
.sidebar-brand{text-align:center!important}.side-logo{display:block!important;margin:0 auto 10px auto!important;width:148px!important;max-width:100%!important;height:auto!important;border-radius:24px!important;padding:8px!important;background:linear-gradient(145deg,rgba(255,0,212,.18),rgba(0,212,255,.10),rgba(4,12,30,.76))!important;border:1px solid rgba(255,0,212,.78)!important;box-shadow:0 0 0 1px rgba(255,0,212,.28),0 0 18px rgba(255,0,212,.48),0 0 34px rgba(255,0,212,.38),0 0 48px rgba(163,76,255,.26),inset 0 0 18px rgba(255,0,212,.10)!important;filter:drop-shadow(0 0 10px rgba(255,0,212,.38))!important;object-fit:contain!important}.side-title{margin-top:10px!important;font-weight:900!important;letter-spacing:.12em!important;font-size:15px!important;color:#f4f8ff!important}.side-title span{color:var(--fb-cyan)!important}.br-badge{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;margin:14px auto 0!important;padding:7px 9px!important;border:1px solid rgba(0,245,255,.22)!important;border-radius:999px!important;background:rgba(0,0,0,.22)!important;font-size:11px!important;color:var(--muted,#b8c4df)!important}.br-flag-svg{width:27px!important;height:auto!important;flex:0 0 auto!important}.side-nav{display:grid!important;gap:10px!important;margin-top:28px!important}.nav-item{display:flex!important;align-items:center!important;gap:10px!important;padding:12px 13px!important;border-radius:15px!important;color:var(--text,#f4f8ff)!important;text-decoration:none!important;border:1px solid transparent!important;background:rgba(255,255,255,.035)!important}.nav-item span{color:var(--fb-cyan)!important}.nav-item:hover,.nav-item.active{border-color:rgba(0,245,255,.45)!important;box-shadow:0 0 18px rgba(0,245,255,.12)!important;background:rgba(0,245,255,.075)!important}.system-card{margin-top:22px!important;padding:16px!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:18px!important;background:rgba(0,0,0,.25)!important}.system-card p{margin:8px 0!important;color:var(--muted,#b8c4df)!important;font-size:14px!important}.system-label{font-size:11px!important;letter-spacing:.18em!important;color:var(--fb-pink)!important;font-weight:800!important}.dot{display:inline-block!important;width:9px!important;height:9px!important;border-radius:50%!important;background:var(--fb-cyan)!important;box-shadow:0 0 10px var(--fb-cyan)!important;margin-right:6px!important}.side-astronaut{position:absolute!important;left:-28px!important;bottom:-42px!important;width:260px!important;max-width:none!important;opacity:.86!important;filter:drop-shadow(0 0 22px rgba(0,245,255,.24))!important;background:transparent!important;mix-blend-mode:normal!important}
.mobile-topbar{display:none!important}.builder-hero{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;justify-content:space-between!important;gap:24px!important;align-items:flex-start!important;margin-bottom:18px!important;padding:0!important;background:none!important;border:0!important;box-shadow:none!important}.builder-hero .eyebrow{margin:0 0 8px!important;color:var(--fb-cyan)!important;font-weight:800!important;letter-spacing:.18em!important;font-size:12px!important;text-shadow:0 0 14px rgba(0,245,255,.35)!important}.builder-hero h1{font-size:clamp(42px,4.2vw,68px)!important;line-height:.96!important;margin:0 0 14px!important;font-weight:950!important;letter-spacing:-.055em!important;text-shadow:0 0 30px rgba(0,245,255,.18)!important;text-transform:none!important;color:#f4f8ff!important}.builder-hero h1 span{display:inline-block!important;margin-left:.18em!important;color:var(--fb-pink)!important;white-space:nowrap!important;-webkit-text-stroke:0!important;text-shadow:0 0 16px rgba(255,0,212,.44),0 0 26px rgba(163,76,255,.28)!important}.builder-hero .subtitle{max-width:820px!important;margin:0!important;color:var(--muted,#b8c4df)!important;font-size:16px!important;line-height:1.55!important}.builder-hero .badge{white-space:nowrap!important;border:1px solid rgba(255,0,212,.45)!important;border-radius:999px!important;padding:10px 14px!important;background:rgba(255,0,212,.10)!important;box-shadow:0 0 18px rgba(255,0,212,.14)!important;font-size:13px!important;font-weight:800!important;color:#fff!important}.hero-trust{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:-2px 0 18px!important}.trust-chip{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:9px 12px!important;border-radius:999px!important;border:1px solid rgba(0,245,255,.18)!important;background:rgba(255,255,255,.035)!important;color:#f4f8ff!important;font-size:12px!important;font-weight:800!important}.trust-chip span{color:var(--fb-cyan)!important}.builder-grid{display:grid!important;grid-template-columns:360px minmax(0,1fr)!important;gap:18px!important;margin:20px 0 30px!important;align-items:start!important}.input-panel,.output-panel{min-height:320px!important}.output-panel .panel{padding:16px!important;border-radius:20px!important}.output-panel .quality-panel,.output-panel .instance-map-panel,.output-panel .mode-selector-panel{background:transparent!important;border:0!important;padding:0!important}
.infotech-support-float{position:fixed!important;right:18px!important;bottom:14px!important;z-index:9999!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:10px!important;pointer-events:none!important}.infotech-support-float>*{pointer-events:auto!important}.support-bubble{max-width:min(320px,calc(100vw - 32px))!important;padding:12px 14px!important;border-radius:18px 18px 6px 18px!important;border:1px solid rgba(0,245,255,.28)!important;background:linear-gradient(145deg,rgba(8,14,32,.95),rgba(22,10,38,.94))!important;box-shadow:0 12px 28px rgba(0,0,0,.34),0 0 18px rgba(0,245,255,.10)!important;color:#eef6ff!important;opacity:0!important;transform:translateY(8px) scale(.98)!important;transition:.28s ease!important;visibility:hidden!important}.infotech-support-float.talking .support-bubble,.infotech-support-float.open .support-bubble{opacity:1!important;transform:translateY(0) scale(1)!important;visibility:visible!important}.support-bubble strong{display:block!important;font-size:12px!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#00f5ff!important;margin-bottom:6px!important}.support-bubble p{margin:0!important;font-size:13px!important;line-height:1.5!important;color:#f4f8ff!important;min-height:40px!important}.support-bubble .cursor{display:inline-block!important;width:8px!important;height:1.1em!important;vertical-align:-2px!important;background:linear-gradient(180deg,#00f5ff,#ff00d4)!important;border-radius:999px!important;animation:blinkCursor .95s steps(1) infinite!important;margin-left:4px!important}.support-card{position:absolute!important;right:0!important;bottom:246px!important;width:min(300px,calc(100vw - 30px))!important;padding:14px!important;border-radius:20px!important;border:1px solid rgba(0,245,255,.32)!important;background:linear-gradient(145deg,rgba(8,14,32,.97),rgba(20,10,38,.96))!important;box-shadow:0 18px 45px rgba(0,0,0,.42),0 0 24px rgba(0,245,255,.18)!important;color:#f4f8ff!important;opacity:0!important;transform:translateY(10px) scale(.98)!important;pointer-events:none!important;transition:.22s ease!important;visibility:hidden!important}.infotech-support-float.open .support-card{opacity:1!important;transform:translateY(0) scale(1)!important;pointer-events:auto!important;visibility:visible!important}.support-card strong{display:block!important;font-size:14px!important;color:#fff!important;margin-bottom:6px!important}.support-card p{margin:0 0 10px!important;color:#aeb9d8!important;font-size:12px!important;line-height:1.45!important}.support-actions{display:flex!important;gap:8px!important;flex-wrap:wrap!important}.support-actions a{flex:1 1 105px!important;text-align:center!important;text-decoration:none!important;font-weight:800!important;font-size:12px!important;color:#06101f!important;padding:10px 10px!important;border-radius:999px!important;background:linear-gradient(90deg,#00f5ff,#8efbff)!important;box-shadow:0 0 12px rgba(0,245,255,.24)!important}.support-actions a.instagram{color:#fff!important;background:linear-gradient(90deg,#ff00d4,#8a5cff)!important;box-shadow:0 0 12px rgba(255,0,212,.24)!important}.support-mascot-btn{position:relative!important;width:228px!important;height:228px!important;border:0!important;background:transparent!important;padding:0!important;margin:0!important;cursor:pointer!important;filter:drop-shadow(0 0 14px rgba(0,245,255,.32)) drop-shadow(0 0 24px rgba(255,0,212,.30))!important;animation:infotechMascotFloat 3.8s ease-in-out infinite!important;transform-origin:center center!important;transition:transform .28s ease,filter .28s ease!important;appearance:none!important;-webkit-appearance:none!important;box-shadow:none!important;outline:none!important;border-radius:0!important}.support-mascot-btn:hover{filter:drop-shadow(0 0 16px rgba(0,245,255,.38)) drop-shadow(0 0 28px rgba(255,0,212,.36))!important;transform:scale(1.04)!important}.support-mascot-btn video,.support-mascot-btn img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:contain!important;display:block!important;background:transparent!important}.support-mascot-btn.video-fallback img{opacity:1!important;visibility:visible!important}.support-mascot-btn.video-fallback video{opacity:0!important;visibility:hidden!important}.support-mascot-btn.video-ready video{opacity:1!important;visibility:visible!important}.support-mascot-btn.video-ready img{opacity:0!important}@keyframes blinkCursor{0%,50%{opacity:1}50.01%,100%{opacity:0}}@keyframes infotechMascotFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@media(max-width:1050px){.fixture-site-header{width:min(760px,100vw)!important;margin:0 auto!important;padding:14px 14px 10px!important;grid-template-columns:1fr!important;grid-template-areas:"brand" "nav" "lang"!important;border-bottom:1px solid rgba(0,245,255,.16)!important;background:linear-gradient(180deg,rgba(3,8,18,.82),rgba(3,8,18,.42))!important;backdrop-filter:blur(10px)!important}.fixture-header-brand img{width:48px!important;height:48px!important}.fixture-header-brand span{font-size:.82rem!important;white-space:normal!important}.fixture-header-nav{justify-content:flex-start!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:2px!important;scrollbar-width:none!important}.fixture-header-nav::-webkit-scrollbar{display:none!important}.fixture-site-header .language-switcher{justify-content:flex-start!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:2px!important}.fixture-site-header .language-switcher button{font-size:11px!important;padding:7px 9px!important}.builder-app-shell{width:min(760px,100vw)!important;margin:0 auto 18px!important;grid-template-columns:1fr!important;border-left:0!important;border-right:0!important;border-radius:0 0 22px 22px!important}.builder-sidebar{padding:18px 16px 120px!important;border-right:0!important;border-bottom:1px solid rgba(0,245,255,.12)!important;border-radius:0!important}.builder-main-content{padding:22px 16px 20px!important}.builder-grid{grid-template-columns:1fr!important}.side-astronaut{width:180px!important;left:-8px!important;bottom:-28px!important}.mobile-topbar{display:flex!important;justify-content:space-between!important;gap:12px!important;padding:12px 14px!important;margin:0 0 14px!important;border:1px solid rgba(0,245,255,.16)!important;border-radius:18px!important;background:rgba(255,255,255,.03)!important}.mobile-topbar strong{display:block!important;color:#fff!important}.mobile-topbar span{display:block!important;color:var(--muted,#b8c4df)!important;font-size:12px!important}.builder-hero{grid-template-columns:1fr!important}.builder-hero .badge{justify-self:start!important}.infotech-support-float{right:10px!important;bottom:8px!important}.support-mascot-btn{width:160px!important;height:160px!important}.support-card{bottom:172px!important;width:min(280px,calc(100vw - 22px))!important}.support-bubble{max-width:min(260px,calc(100vw - 24px))!important}}
@media(max-width:560px){.fixture-site-header{padding:12px 10px 9px!important}.fixture-header-brand strong{font-size:.86rem!important}.fixture-header-brand span{font-size:.76rem!important}.fixture-header-nav a{font-size:.72rem!important;padding:7px 9px!important}.builder-hero h1{font-size:clamp(30px,10vw,44px)!important}.output-panel .table-wrap{overflow:auto!important}}
