* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
}

.vsv-hero-note{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-bottom:18px;
  padding:9px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.24);
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.vsv-hero-text{
  max-width:720px;
  margin:18px 0 0;
  color:rgba(255,255,255,.82);
  font-size:18px;
  line-height:1.75;
}

.vsv-articles{
  position:relative;
  overflow:hidden;
  padding:82px 20px;
  background:
          radial-gradient(circle at 10% 0%,rgba(255,94,232,.24),transparent 34%),
          radial-gradient(circle at 90% 10%,rgba(0,230,255,.2),transparent 34%),
          linear-gradient(180deg,#090817 0%,#16132d 52%,#080713 100%);
}

.vsv-articles:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.34;
  background-image:
          linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),
          linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);
  background-size:48px 48px;
}

.vsv-articles-container{
  position:relative;
  width:min(1180px,100%);
  margin:0 auto;
}

.vsv-articles-head{
  max-width:820px;
  margin:0 auto 42px;
  text-align:center;
}

.vsv-articles-kicker{
  display:inline-flex;
  margin-bottom:14px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.vsv-articles-title{
  margin:0 0 16px;
  color:#fff;
  font-size:clamp(32px,5vw,54px);
  line-height:1.05;
  font-weight:900;
}

.vsv-articles-text{
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:18px;
  line-height:1.75;
}

.vsv-articles-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.vsv-article-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:26px;
  border-radius:28px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 24px 60px rgba(0,0,0,.3);
  backdrop-filter:blur(12px);
}

.vsv-article-date{
  display:inline-flex;
  width:max-content;
  margin-bottom:16px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(0,230,255,.12);
  color:#00e6ff;
  font-size:13px;
  font-weight:900;
}

.vsv-article-card h3{
  margin:0 0 13px;
  color:#fff;
  font-size:24px;
  line-height:1.18;
  font-weight:900;
}

.vsv-article-card p{
  margin:0 0 22px;
  color:rgba(255,255,255,.76);
  font-size:16px;
  line-height:1.7;
}

.vsv-article-link{
  margin-top:auto;
  display:inline-flex;
  width:max-content;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#ff5ee8,#00e6ff);
  color:#07101d;
  font-weight:900;
  text-decoration:none;
}

.vsv-article-link:hover{
  color:#07101d;
  text-decoration:none;
  filter:brightness(1.05);
}

.vsv-game-title{
  margin:18px 0 8px;
  color:#fff;
  font-size:20px;
  font-weight:900;
  text-align:center;
}

.vsv-game-note{
  max-width:380px;
  margin:0 auto 16px;
  color:rgba(255,255,255,.72);
  font-size:15px;
  line-height:1.65;
  text-align:center;
}

@media(max-width:900px){
  .vsv-articles-grid{
    grid-template-columns:1fr;
  }
}


.vsv-page-main{
  position:relative;
  overflow:hidden;
  padding:76px 20px 96px;
  background:
          radial-gradient(circle at 12% 4%,rgba(255,94,232,.24),transparent 34%),
          radial-gradient(circle at 90% 12%,rgba(0,230,255,.2),transparent 34%),
          radial-gradient(circle at 50% 100%,rgba(255,200,80,.12),transparent 38%),
          linear-gradient(180deg,#080713 0%,#16132d 52%,#080713 100%);
}

.vsv-page-main:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.32;
  background-image:
          linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),
          linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(180deg,transparent 0%,#000 14%,#000 86%,transparent 100%);
}

.vsv-page-shell{
  position:relative;
  width:min(960px,100%);
  margin:0 auto;
  padding:clamp(24px,4vw,56px);
  border-radius:32px;
  background:rgba(12,11,28,.94);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:
          0 28px 82px rgba(0,0,0,.42),
          inset 0 1px 0 rgba(255,255,255,.06);
  color:#fff;
}

.vsv-page-shell:before{
  content:"VividSocialVibes guide";
  display:inline-flex;
  width:max-content;
  max-width:100%;
  margin-bottom:22px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.vsv-page-shell h1,
.vsv-page-shell h2,
.vsv-page-shell h3,
.vsv-page-shell h4{
  color:#fff;
  letter-spacing:-.03em;
}

.vsv-page-shell h1{
  max-width:860px;
  margin:0 0 20px;
  font-size:clamp(34px,5vw,62px);
  line-height:1.02;
}

.vsv-page-shell h2{
  position:relative;
  margin:48px 0 16px;
  padding-top:18px;
  font-size:clamp(27px,3.4vw,40px);
  line-height:1.1;
}

.vsv-page-shell h2:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:92px;
  height:5px;
  border-radius:999px;
  background:linear-gradient(90deg,#ff5ee8,#00e6ff);
}

.vsv-page-shell h3{
  margin:30px 0 12px;
  font-size:clamp(22px,2.4vw,28px);
  line-height:1.18;
  color:#00e6ff;
}

.vsv-page-shell h4{
  margin:24px 0 10px;
  font-size:21px;
}

.vsv-page-shell p{
  margin:0 0 18px;
  color:rgba(255,255,255,.78);
  font-size:17px;
  line-height:1.82;
}

.vsv-page-shell .article-meta{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  margin:0 0 20px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(0,230,255,.12);
  color:#00e6ff;
  font-size:13px;
  font-weight:900;
}

.vsv-page-shell a{
  color:#00e6ff;
  font-weight:900;
  text-decoration:none;
  border-bottom:1px solid rgba(0,230,255,.34);
}

.vsv-page-shell a:hover{
  color:#fff;
  border-bottom-color:currentColor;
  text-decoration:none;
}

.vsv-page-shell img{
  display:block;
  width:100%;
  height:auto;
  margin:26px 0;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 22px 58px rgba(0,0,0,.36);
}

.vsv-page-shell ul,
.vsv-page-shell ol{
  display:grid;
  gap:12px;
  margin:22px 0 28px;
  padding:0;
  list-style:none;
}

.vsv-page-shell li{
  position:relative;
  padding:15px 16px 15px 50px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.78);
  font-size:16.5px;
  line-height:1.65;
  box-shadow:0 10px 26px rgba(0,0,0,.18);
}

.vsv-page-shell ul li:before{
  content:"";
  position:absolute;
  left:18px;
  top:23px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:linear-gradient(135deg,#ff5ee8,#00e6ff);
  box-shadow:0 0 0 5px rgba(0,230,255,.08);
}

.vsv-page-shell ol{
  counter-reset:vsv-counter;
}

.vsv-page-shell ol li{
  counter-increment:vsv-counter;
}

.vsv-page-shell ol li:before{
  content:counter(vsv-counter);
  position:absolute;
  left:14px;
  top:14px;
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#00e6ff;
  color:#080713;
  font-size:13px;
  font-weight:900;
}

.vsv-page-shell table{
  width:100%;
  margin:30px 0;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  box-shadow:0 18px 42px rgba(0,0,0,.24);
}

.vsv-page-shell th,
.vsv-page-shell td{
  padding:16px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.78);
}

.vsv-page-shell th{
  background:linear-gradient(135deg,rgba(255,94,232,.2),rgba(0,230,255,.14));
  color:#fff;
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.vsv-page-shell tr:last-child td{
  border-bottom:0;
}

.vsv-page-shell blockquote{
  margin:32px 0;
  padding:24px 26px;
  border-left:5px solid #00e6ff;
  border-radius:22px;
  background:rgba(0,230,255,.08);
}

.vsv-page-shell blockquote p{
  margin:0;
  color:#fff;
  font-size:18px;
}

.vsv-page-shell .toc,
.vsv-page-shell .contents,
.vsv-page-shell .table-of-contents{
  margin:26px 0 36px;
  padding:24px;
  border-radius:24px;
  border:1px solid rgba(0,230,255,.22);
  background:
          radial-gradient(circle at 12% 0%,rgba(255,94,232,.16),transparent 34%),
          linear-gradient(135deg,rgba(8,7,19,.9),rgba(22,19,45,.92));
}

.vsv-page-shell .toc strong,
.vsv-page-shell .contents strong,
.vsv-page-shell .table-of-contents strong{
  display:block;
  margin-bottom:14px;
  color:#fff;
  font-size:21px;
}

.vsv-page-shell .toc ol,
.vsv-page-shell .toc ul,
.vsv-page-shell .contents ol,
.vsv-page-shell .contents ul,
.vsv-page-shell .table-of-contents ol,
.vsv-page-shell .table-of-contents ul{
  margin:0;
  display:grid;
  gap:9px;
}

.vsv-page-shell .toc li,
.vsv-page-shell .contents li,
.vsv-page-shell .table-of-contents li{
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}

.vsv-page-shell .toc li:before,
.vsv-page-shell .contents li:before,
.vsv-page-shell .table-of-contents li:before{
  display:none;
}

.vsv-page-shell .author-note,
.vsv-page-shell .note,
.vsv-page-shell .summary-box{
  margin:34px 0 0;
  padding:24px;
  border-radius:24px;
  border:1px solid rgba(0,230,255,.24);
  background:linear-gradient(135deg,rgba(0,230,255,.1),rgba(255,94,232,.14));
}

.vsv-page-shell .author-note p,
.vsv-page-shell .note p,
.vsv-page-shell .summary-box p{
  margin-bottom:0;
}

.vsv-page-related{
  position:relative;
  width:min(960px,100%);
  margin:28px auto 0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.vsv-page-related a{
  display:block;
  padding:20px;
  border-radius:22px;
  background:rgba(12,11,28,.92);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  box-shadow:0 16px 38px rgba(0,0,0,.26);
  text-decoration:none;
}

.vsv-page-related a:hover{
  text-decoration:none;
  color:#fff;
}

.vsv-page-related span{
  display:block;
  margin-bottom:8px;
  color:#00e6ff;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.vsv-page-related strong{
  display:block;
  line-height:1.35;
}

@media(max-width:900px){
  .vsv-page-related{
    grid-template-columns:1fr;
  }

  .vsv-page-shell table{
    display:block;
    overflow-x:auto;
  }
}

@media(max-width:640px){
  .vsv-page-main{
    padding:42px 12px 58px;
  }

  .vsv-page-shell{
    padding:24px 18px;
    border-radius:22px;
  }

  .vsv-page-shell:before{
    width:auto;
    font-size:12px;
    white-space:normal;
  }

  .vsv-page-shell p,
  .vsv-page-shell li{
    font-size:16px;
  }

  .vsv-page-shell li{
    padding-left:44px;
  }
}