/* =========================================================
   CS TUCUMAN · V11 EXPERIENCE LAYER
   Estética global + motion + command center
   ========================================================= */
:root{
  --cst11-orange:#ff8614;
  --cst11-orange-2:#ff6500;
  --cst11-white:#f7f9fb;
  --cst11-bg:#040609;
  --cst11-panel:#090e13;
  --cst11-panel-2:#0d141b;
  --cst11-line:#1b2833;
  --cst11-muted:#788797;
  --cst11-green:#31d482;
  --cst11-radius:18px;
}
html{scroll-behavior:smooth}
body{background:
  radial-gradient(900px 520px at 8% -120px,rgba(255,134,20,.10),transparent 68%),
  radial-gradient(760px 520px at 94% 10%,rgba(255,98,0,.045),transparent 72%),
  linear-gradient(180deg,#05070a,#040609 40%,#05070a)!important;
  min-height:100vh;
}
body:before{
  content:"";position:fixed;z-index:-2;inset:0;pointer-events:none;opacity:.22;
  background-image:
   linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),
   linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,#000 0,transparent 72%);
}
body:after{
  content:"";position:fixed;z-index:-1;left:-12vw;bottom:-28vw;width:58vw;height:58vw;border-radius:50%;pointer-events:none;
  background:radial-gradient(circle,rgba(255,105,0,.055),transparent 65%);
}

/* top scroll indicator */
.cst11-scroll-progress{position:fixed;z-index:99999;left:0;top:0;height:2px;width:0;background:linear-gradient(90deg,#ffb04b,#ff7900,#ff5200);box-shadow:0 0 14px rgba(255,117,0,.65);transition:width .05s linear}

/* Header */
.siteheader{box-shadow:0 10px 40px rgba(0,0,0,.14)!important}
.siteheader .nav{width:min(1460px,calc(100% - 28px))!important}
.siteheader .brand{gap:10px!important}
.siteheader .brandlogo{transition:transform .22s ease,box-shadow .22s ease!important}
.siteheader .brand:hover .brandlogo{transform:rotate(-4deg) scale(1.045);box-shadow:0 0 38px rgba(255,119,0,.23)!important}
.siteheader .navlink{position:relative;overflow:hidden!important}
.siteheader .navlink:after{content:"";position:absolute;left:12px;right:12px;bottom:3px;height:1px;transform:scaleX(0);background:linear-gradient(90deg,transparent,#ff8614,transparent);transition:.18s ease}
.siteheader .navlink:hover:after,.siteheader .navlink.active:after{transform:scaleX(1)}
.cst50-play-cta:after,.cst100-msg-shortcut:after{display:none!important}

/* HOME hero */
.cst60-home{width:min(1460px,calc(100% - 30px))!important}
.cst60-hero{
  min-height:680px!important;padding:68px 66px!important;border-radius:32px!important;
  border:1px solid rgba(255,134,20,.15)!important;
  background:
   radial-gradient(circle at 79% 47%,rgba(255,134,20,.11),transparent 27%),
   radial-gradient(circle at 75% 45%,rgba(255,255,255,.025),transparent 18%),
   linear-gradient(122deg,#0b1016 0%,#080c11 53%,#06090d 100%)!important;
  box-shadow:0 46px 130px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.025)!important;
}
.cst60-hero:before{content:"CS TUCUMAN";position:absolute;right:-7px;bottom:-29px;color:rgba(255,255,255,.018);font:900 132px Rajdhani;letter-spacing:-6px;white-space:nowrap;pointer-events:none}
.cst60-hero-copy{max-width:760px!important}
.cst60-eyebrow{padding:6px 9px!important;border:1px solid rgba(255,134,20,.16);border-radius:999px;background:rgba(255,134,20,.035);width:max-content}
.cst60-hero h1{font-size:clamp(58px,8vw,108px)!important;line-height:.82!important;letter-spacing:-4px!important;margin-top:19px!important}
.cst60-hero h1 em{position:relative;display:inline-block;text-shadow:0 0 45px rgba(255,115,0,.12)}
.cst60-hero h1 em:after{content:"";position:absolute;left:3px;right:8px;bottom:-8px;height:2px;background:linear-gradient(90deg,#ff8d26,rgba(255,134,20,.05));box-shadow:0 0 17px rgba(255,134,20,.35)}
.cst60-hero-copy>p{max-width:690px!important;color:#94a0ac!important;font-size:11.5px!important;line-height:1.72!important}
.cst60-hero-actions a{min-height:58px!important;border-radius:15px!important;box-shadow:none!important}
.cst60-hero-actions a.primary{background:linear-gradient(135deg,#ffa33c,#ff7200)!important;box-shadow:0 16px 42px rgba(255,112,0,.16)!important}
.cst60-hero-actions a:hover{transform:translateY(-3px)!important}
.cst60-hero-stage{transform:perspective(900px) rotateY(-4deg);transition:transform .25s ease}
.cst60-hero:hover .cst60-hero-stage{transform:perspective(900px) rotateY(0deg) translateY(-3px)}
.cst60-stage-logo img{animation:cst11LogoPulse 4.5s ease-in-out infinite}
@keyframes cst11LogoPulse{0%,100%{filter:drop-shadow(0 0 28px rgba(255,120,0,.22));transform:scale(1)}50%{filter:drop-shadow(0 0 48px rgba(255,120,0,.30));transform:scale(1.018)}}
.cst60-stage-card,.cst60-stage-ip{backdrop-filter:blur(15px)!important;background:rgba(8,13,18,.80)!important;border-color:#2a3945!important}
.cst60-stage-card.top{box-shadow:0 15px 40px rgba(0,0,0,.24)}
.cst60-live-strip{gap:8px!important;padding:8px!important;border-radius:18px!important;background:rgba(8,12,16,.92)!important;border:1px solid #1b2731!important;box-shadow:0 16px 48px rgba(0,0,0,.18)}
.cst60-live-strip>a{border-radius:13px!important;border:1px solid transparent!important}
.cst60-live-strip>a:hover{background:#0e151c!important;border-color:#283743!important;transform:translateY(-2px)}
.cst60-live-strip>a.featured{background:linear-gradient(110deg,rgba(255,134,20,.11),rgba(255,134,20,.02))!important;border-color:#5c381b!important}

/* Sections */
.cst60-section,.cst-r19-section{position:relative}
.cst60-section-head,.cst-r19-section-head{position:relative;padding-left:17px}
.cst60-section-head:before,.cst-r19-section-head:before{content:"";position:absolute;left:0;top:5px;width:3px;height:38px;border-radius:6px;background:linear-gradient(#ff9a34,#ff6500);box-shadow:0 0 18px rgba(255,125,0,.28)}
.cst60-section-head h2,.cst-r19-section-head h2{letter-spacing:-.8px!important}
.cst60-section-head>div>span,.cst-r19-section-head>div>span{letter-spacing:1.2px!important}
.cst60-bento article,.cst60-server-grid article,.cst90-comp-grid a,.cst60-community-grid a,.cst60-news-grid a{
  position:relative;overflow:hidden!important;border-radius:19px!important;
  background:linear-gradient(145deg,#0d1319,#080c11)!important;border:1px solid #1c2934!important;
}
.cst60-bento article:after,.cst60-server-grid article:after,.cst90-comp-grid a:after{
  content:"";position:absolute;inset:auto -30% -70% 30%;height:180px;pointer-events:none;
  background:radial-gradient(circle,rgba(255,134,20,.09),transparent 68%);opacity:0;transition:.22s ease
}
.cst60-bento article:hover:after,.cst60-server-grid article:hover:after,.cst90-comp-grid a:hover:after{opacity:1}
.cst60-bento article:hover,.cst60-server-grid article:hover,.cst90-comp-grid a:hover,.cst60-community-grid a:hover,.cst60-news-grid a:hover{transform:translateY(-4px)!important;border-color:rgba(255,134,20,.28)!important;box-shadow:0 24px 60px rgba(0,0,0,.24)}
.cst60-vip-section{border-radius:25px!important;background:radial-gradient(circle at 85% 30%,rgba(255,134,20,.11),transparent 34%),linear-gradient(135deg,#0b1117,#070a0e)!important}
.cst60-final-cta{border-radius:24px!important;overflow:hidden;background:linear-gradient(115deg,#ff9128,#ff6900 72%,#e95800)!important;box-shadow:0 26px 70px rgba(255,90,0,.12)!important}

/* PUBLICO progression = connected system */
.cst-r19-page{width:min(1400px,calc(100% - 30px))!important}
.cst-r19-page-hero{border-radius:30px!important;min-height:610px!important;background:
 radial-gradient(circle at 79% 48%,rgba(255,134,20,.12),transparent 28%),
 linear-gradient(125deg,#0b1117,#070a0e)!important;border-color:rgba(255,134,20,.16)!important;box-shadow:0 42px 110px rgba(0,0,0,.34)!important}
.cst-r19-page-logo img{animation:cst11LogoPulse 4.7s ease-in-out infinite}
.cst-r19-page h1{letter-spacing:-3px!important}
.cst-r19-progression{position:relative!important;gap:16px!important}
.cst-r19-progression:before{content:"";position:absolute;z-index:0;left:8%;right:8%;top:36px;height:2px;background:linear-gradient(90deg,#ff7a09,rgba(255,134,20,.7),rgba(255,134,20,.25));box-shadow:0 0 14px rgba(255,120,0,.16)}
.cst-r19-step{position:relative;z-index:1!important;border-radius:17px!important;background:linear-gradient(155deg,#0c1319,#080c11)!important}
.cst-r19-step>span{width:45px!important;height:45px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:#100b07!important;border:1px solid #6a421f!important;color:#ff9534!important;box-shadow:0 0 0 7px #070b0f}
.cst-r19-feature,.cst-r19-command,.cst-r19-vip-card{border-radius:16px!important;transition:.18s ease}
.cst-r19-feature:hover,.cst-r19-command:hover,.cst-r19-vip-card:hover{transform:translateY(-3px);border-color:rgba(255,134,20,.3)!important}
.cst-r19-clan-banner{border-radius:22px!important;background:radial-gradient(circle at 90% 50%,rgba(255,134,20,.09),transparent 35%),linear-gradient(145deg,#0d1319,#080c11)!important}

/* TOP15 */
.csttop-page{width:min(1400px,calc(100% - 30px))!important}
.csttop-hero{min-height:480px!important;border-radius:29px!important;background:radial-gradient(circle at 83% 42%,rgba(255,134,20,.13),transparent 27%),linear-gradient(125deg,#0b1117,#070a0e)!important;box-shadow:0 42px 110px rgba(0,0,0,.34)!important}
.csttop-hero-logo img{animation:cst11LogoPulse 4.6s ease-in-out infinite}
.csttop-podium article,.csttop-podium>a{border-radius:19px!important;box-shadow:0 20px 52px rgba(0,0,0,.20)}
.csttop-table-wrap{border-radius:19px!important;overflow:hidden;border:1px solid #1e2b36!important;box-shadow:0 28px 70px rgba(0,0,0,.22)}
.csttop-table tbody tr:hover{background:linear-gradient(90deg,rgba(255,134,20,.055),transparent)!important}
.csttop-table tbody tr td:first-child{font:800 15px Rajdhani;color:#ff9637!important}
.csttop-tools{border-radius:17px!important}

/* Competitive */
.comp90-wrap{width:min(1400px,calc(100% - 30px))!important}
.comp90-hero{min-height:520px!important;padding:50px!important;border-radius:30px!important;background:radial-gradient(circle at 83% 48%,rgba(255,134,20,.14),transparent 29%),linear-gradient(125deg,#0b1117,#070a0e)!important;box-shadow:0 40px 105px rgba(0,0,0,.32)!important}
.comp90-hero img{width:min(340px,32vw)!important;animation:cst11LogoPulse 5s ease-in-out infinite}
.comp90-card{position:relative;overflow:hidden!important;border-radius:18px!important}
.comp90-card:after{content:"";position:absolute;width:170px;height:170px;right:-70px;bottom:-110px;border-radius:50%;background:radial-gradient(circle,rgba(255,134,20,.11),transparent 68%);transition:.2s}
.comp90-card:hover:after{right:-35px;bottom:-70px}

/* Forum */
.forum-wrap{width:min(1400px,calc(100% - 30px))!important}
.forum-theme .forum-home-hero,.forum-theme .forum-pagehead,.forum-theme .topic-heading{border-radius:26px!important;box-shadow:0 30px 90px rgba(0,0,0,.28)!important}
.forum-theme .forum-category-card{position:relative!important;overflow:hidden!important;border-radius:17px!important}
.forum-theme .forum-category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent,rgba(255,134,20,.035));opacity:0;transition:.18s;pointer-events:none}
.forum-theme .forum-category-card:hover:after{opacity:1}
.forum-theme .forum-topic-list,.forum-theme .side-widget,.forum-theme .forum-recent-home{border-radius:18px!important}

/* Profile */
.profile-wrap{width:min(1360px,calc(100% - 30px))!important}
.cst70-perfil .profile-dashboard-hero{min-height:360px!important;border-radius:28px!important;overflow:hidden!important}
.cst70-perfil .profile-dashboard-hero:before{content:"";position:absolute;right:-60px;bottom:-110px;width:340px;height:340px;background:url('/assets/brand/logo-cstucuman.png') center/contain no-repeat;opacity:.035;filter:grayscale(1)}
.cst70-perfil .profile-box{border-radius:18px!important;box-shadow:0 18px 50px rgba(0,0,0,.15)!important}
.cst70-perfil .profile-post-item{border-radius:13px!important}

/* Staff + Messenger */
.cst100-staff-card{transform-style:preserve-3d}
.cst100-staff-card:hover .cst100-staff-avatar{transform:translateZ(8px)}
.cst100-staff-avatar{transition:.18s ease}
.cst-msg-app{box-shadow:0 42px 120px rgba(0,0,0,.34)!important}
.cst-msg-chat{background:radial-gradient(circle at 86% 8%,rgba(255,134,20,.045),transparent 29%),#070b10!important}
.cst-msg-bubble{box-shadow:0 7px 20px rgba(0,0,0,.08)}
.cst-msg-row.me .cst-msg-bubble{box-shadow:0 10px 28px rgba(255,105,0,.14)!important}

/* Servers/store */
.cstsv-page,.store60{width:min(1400px,calc(100% - 30px))!important}
.cstsv-hero,.store60-hero{border-radius:29px!important;box-shadow:0 40px 105px rgba(0,0,0,.32)!important}
.cstsv-card,.store60-card,.cst-vip20-card{border-radius:18px!important;transition:.19s ease!important}
.cstsv-card:hover,.store60-card:hover,.cst-vip20-card:hover{transform:translateY(-4px)!important;box-shadow:0 25px 65px rgba(0,0,0,.25)!important}
.cstsv-featured{border-radius:21px!important}

/* Admin */
body.ceo-master-body,body.admincs-v4-body,.staff-layout,.cfg90-shell,.pub60-shell{--admin-accent:#ff8614}
.cst90-suite-banner,.cstfull-hero,.cfg90-shell main>header,.pub60-hero{position:relative;overflow:hidden!important}
.cst90-suite-banner:after,.cstfull-hero:after,.cfg90-shell main>header:after,.pub60-hero:after{content:"";position:absolute;right:-25px;bottom:-70px;width:180px;height:180px;background:url('/assets/brand/logo-cstucuman.png') center/contain no-repeat;opacity:.035;pointer-events:none}
.ac4-card,.cstfull-stats article,.staff-card-v2,.cfg90-card,.pub60-card{transition:.16s ease!important}
.ac4-card:hover,.cstfull-stats article:hover,.staff-card-v2:hover,.cfg90-card:hover,.pub60-card:hover{border-color:rgba(255,134,20,.25)!important;transform:translateY(-2px)}

/* Reveal motion */
.cst11-reveal{opacity:0;transform:translateY(15px);transition:opacity .5s ease,transform .5s ease}
.cst11-reveal.cst11-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  .cst11-reveal{opacity:1!important;transform:none!important;transition:none!important}
  .cst60-stage-logo img,.cst-r19-page-logo img,.csttop-hero-logo img,.comp90-hero img{animation:none!important}
}

/* Quick dock */
.cst11-dock{position:fixed;z-index:7200;right:18px;bottom:18px;display:flex;flex-direction:column;gap:7px;padding:7px;border:1px solid #263440;border-radius:15px;background:rgba(7,11,15,.88);backdrop-filter:blur(18px);box-shadow:0 20px 55px rgba(0,0,0,.32)}
.cst11-dock a,.cst11-dock button{position:relative;width:42px;height:42px;display:grid;place-items:center;border:1px solid transparent;border-radius:11px;background:transparent;color:#aeb9c3;text-decoration:none;font-size:19px;cursor:pointer}
.cst11-dock a:hover,.cst11-dock button:hover{color:#ff9b40;border-color:#5b3a20;background:#151009;transform:translateY(-1px)}
.cst11-dock a span,.cst11-dock button span{position:absolute;right:50px;top:50%;transform:translateY(-50%) translateX(5px);padding:6px 8px;border:1px solid #27343f;border-radius:8px;opacity:0;pointer-events:none;white-space:nowrap;background:#0a1016;color:#dfe5ea;font-size:7px;font-weight:900;transition:.14s}
.cst11-dock a:hover span,.cst11-dock button:hover span{opacity:1;transform:translateY(-50%) translateX(0)}

/* Command Palette */
.cst11-palette{position:fixed;z-index:999999;inset:0;display:none;align-items:flex-start;justify-content:center;padding:11vh 18px;background:rgba(0,0,0,.72);backdrop-filter:blur(9px)}
.cst11-palette.open{display:flex}
.cst11-palette-box{width:min(650px,100%);overflow:hidden;border:1px solid #2b3945;border-radius:20px;background:#0a0f14;box-shadow:0 38px 120px rgba(0,0,0,.62)}
.cst11-palette-head{display:flex;align-items:center;gap:10px;padding:15px 16px;border-bottom:1px solid #1d2934}
.cst11-palette-head ion-icon{font-size:21px;color:#ff9130}
.cst11-palette-head input{min-width:0;flex:1;border:0!important;background:transparent!important;box-shadow:none!important;font-size:12px!important}
.cst11-palette-head kbd{padding:4px 6px;border:1px solid #2b3945;border-radius:6px;background:#111820;color:#778696;font:700 7px Inter}
.cst11-palette-list{max-height:450px;overflow:auto;padding:8px}
.cst11-palette-item{display:flex;align-items:center;gap:11px;padding:10px;border:1px solid transparent;border-radius:12px;color:#dbe2e8;text-decoration:none}
.cst11-palette-item:hover,.cst11-palette-item.active{border-color:#4f371f;background:#151009}
.cst11-palette-item>i{width:38px;height:38px;display:grid;place-items:center;border:1px solid #283640;border-radius:10px;background:#0e151b;color:#ff9637;font-style:normal;font-size:18px}
.cst11-palette-item>div{min-width:0;flex:1}
.cst11-palette-item b{display:block;font-size:9px}.cst11-palette-item small{display:block;margin-top:2px;color:#6e7d8d;font-size:7px}
.cst11-palette-item em{font-style:normal;color:#465665;font-size:6.5px;font-weight:900}
.cst11-palette-empty{padding:25px;text-align:center;color:#657585;font-size:8px}
.cst11-palette-foot{display:flex;justify-content:space-between;gap:10px;padding:9px 13px;border-top:1px solid #1d2934;color:#526171;font-size:6.5px}
.cst11-palette-foot b{color:#ff9130}

/* Toast */
.cst11-toast{position:fixed;z-index:999999;left:50%;bottom:22px;transform:translate(-50%,14px);padding:9px 12px;border:1px solid #55401f;border-radius:10px;opacity:0;pointer-events:none;background:#121008;color:#f2c08d;font-size:8px;font-weight:850;box-shadow:0 18px 50px rgba(0,0,0,.35);transition:.18s}
.cst11-toast.show{opacity:1;transform:translate(-50%,0)}

/* footer */
.cst57-footer{position:relative;overflow:hidden}
.cst57-footer:before{content:"";position:absolute;right:-80px;bottom:-140px;width:360px;height:360px;background:url('/assets/brand/logo-cstucuman.png') center/contain no-repeat;opacity:.018;pointer-events:none}
.cst57-bottom b{letter-spacing:.9px}

/* responsive */
@media(max-width:1100px){
  .cst60-hero{padding:48px 36px!important;min-height:610px!important}
  .cst60-hero h1{font-size:clamp(54px,9vw,84px)!important}
  .cst60-hero:before{font-size:90px}
  .cst-r19-progression:before{display:none}
}
@media(max-width:760px){
  .cst60-home,.cst-r19-page,.csttop-page,.comp90-wrap,.forum-wrap,.profile-wrap,.cstsv-page,.store60{width:calc(100% - 16px)!important}
  .cst60-hero,.cst-r19-page-hero,.csttop-hero,.comp90-hero{border-radius:22px!important}
  .cst60-hero{padding:34px 22px!important;min-height:auto!important}
  .cst60-hero h1{font-size:54px!important;letter-spacing:-2px!important}
  .cst60-hero:before{display:none}
  .cst60-live-strip{display:grid!important;grid-template-columns:1fr 1fr!important}
  .cst11-dock{right:9px;bottom:9px;flex-direction:row}
  .cst11-dock a span,.cst11-dock button span{display:none}
}
@media(max-width:520px){
  .cst60-live-strip{grid-template-columns:1fr!important}
  .cst11-dock{left:50%;right:auto;transform:translateX(-50%);bottom:8px}
  .cst11-palette{padding-top:7vh}
  .cst11-palette-foot{display:none}
}


/* HOME · CST NETWORK */
.cst110-network{margin:18px 0 50px;padding:23px;border:1px solid #1d2934;border-radius:22px;background:
 radial-gradient(circle at 12% 10%,rgba(255,134,20,.075),transparent 26%),
 linear-gradient(145deg,#0b1117,#070a0e);box-shadow:0 24px 70px rgba(0,0,0,.18)}
.cst110-network>header{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:14px;padding:0 3px}
.cst110-network>header span{color:#ff9436;font-size:7px;font-weight:950;letter-spacing:1.2px}
.cst110-network>header h2{margin:3px 0 0;color:#fff;font:800 32px Rajdhani;letter-spacing:-.8px}.cst110-network>header h2 em{font-style:normal;color:#ff8614}
.cst110-network>header p{max-width:520px;margin:0;color:#6f7f8e;font-size:8px;line-height:1.55;text-align:right}
.cst110-network-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.cst110-network-grid>a{position:relative;overflow:hidden;min-height:205px;padding:17px;display:flex;flex-direction:column;border:1px solid #1e2b36;border-radius:16px;background:linear-gradient(150deg,#0d141b,#080c11);color:#fff;text-decoration:none;transition:.18s ease}
.cst110-network-grid>a:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent,#34424d,transparent)}
.cst110-network-grid>a.hot:before,.cst110-network-grid>a:hover:before{background:linear-gradient(90deg,transparent,#ff8614,transparent)}
.cst110-network-grid>a:hover{transform:translateY(-4px);border-color:#5b391d;box-shadow:0 24px 55px rgba(0,0,0,.25)}
.cst110-network-grid>a.hot{background:radial-gradient(circle at 90% 10%,rgba(255,134,20,.09),transparent 33%),linear-gradient(150deg,#10120f,#080c11);border-color:#5a371b}
.cst110-net-icon{width:41px;height:41px;display:grid;place-items:center;border:1px solid #2a3945;border-radius:12px;background:#0c1218;color:#ff9436;font-size:20px}
.cst110-network-grid small{margin-top:16px;color:#5d6f80;font-size:6px;font-weight:950;letter-spacing:.8px}
.cst110-network-grid h3{margin:3px 0 4px;color:#fff;font:800 22px Rajdhani}.cst110-network-grid p{margin:0;color:#778797;font-size:8px;line-height:1.5}
.cst110-network-grid footer{margin-top:auto;padding-top:13px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid #18232c;color:#718191}
.cst110-network-grid footer span{display:flex;align-items:center;gap:5px;font-size:6px;font-weight:900;letter-spacing:.55px}.cst110-network-grid footer span i{width:6px;height:6px;border-radius:50%;background:#566676}.cst110-network-grid footer span i.on{background:#31d482;box-shadow:0 0 12px rgba(49,212,130,.45)}
.cst110-network-grid footer b{max-width:130px;color:#dfe6eb;font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* COMPETITIVE JOURNEY */
.cst110-comp-journey{margin-top:16px;padding:22px;border:1px solid #1d2934;border-radius:20px;background:linear-gradient(145deg,#0b1117,#070a0e)}
.cst110-comp-journey .head span{color:#ff9130;font-size:6.5px;font-weight:950;letter-spacing:1px}.cst110-comp-journey .head h2{margin:3px 0 15px;color:#fff;font:800 28px Rajdhani}
.cst110-comp-journey .path{display:grid;grid-template-columns:1fr 28px 1fr 28px 1fr 28px 1fr;align-items:center}
.cst110-comp-journey .path>a{min-height:115px;padding:13px;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"num icon" "name name" "desc desc";align-items:center;border:1px solid #21303b;border-radius:14px;background:#0b1117;color:#fff;text-decoration:none;transition:.17s}
.cst110-comp-journey .path>a:hover{transform:translateY(-3px);border-color:#633e1e;background:#130f0a}
.cst110-comp-journey .path>a b{grid-area:num;color:#536475;font:800 15px Rajdhani}.cst110-comp-journey .path>a ion-icon{grid-area:icon;justify-self:end;color:#ff9130;font-size:20px}
.cst110-comp-journey .path>a span{grid-area:name;margin-top:9px;font:800 18px Rajdhani}.cst110-comp-journey .path>a small{grid-area:desc;margin-top:1px;color:#667788;font-size:6.5px}
.cst110-comp-journey .path>i{height:1px;background:linear-gradient(90deg,#33414b,#ff8614,#33414b);opacity:.55}

@media(max-width:980px){
 .cst110-network-grid{grid-template-columns:1fr 1fr}
 .cst110-comp-journey .path{grid-template-columns:1fr 16px 1fr}.cst110-comp-journey .path>a:nth-of-type(3),.cst110-comp-journey .path>a:nth-of-type(4){margin-top:12px}
}
@media(max-width:620px){
 .cst110-network{padding:14px}.cst110-network>header{align-items:flex-start;flex-direction:column}.cst110-network>header p{text-align:left}
 .cst110-network-grid{grid-template-columns:1fr}
 .cst110-comp-journey .path{display:grid;grid-template-columns:1fr;gap:7px}.cst110-comp-journey .path>i{width:1px;height:14px;justify-self:center}
 .cst110-comp-journey .path>a:nth-of-type(3),.cst110-comp-journey .path>a:nth-of-type(4){margin-top:0}
}
