[a=a]{
    font-family: Inter;
}
header{
  width: 100vw;
  height: fit-content;
  top: 0;
  position: fixed;
  background-color: rgb(15, 15, 15);
  padding: 5px 0px;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-size: 17px;
  z-index: +999999999999;
}
header p{
    padding: 0px 5px;
    margin: 0;
}
[main="title"]{
    padding-left: 10px;
    animation: open-main-title 1 0.5s;
}
[lite="title"]{
    padding-left: 20px;
    opacity: 0;
    cursor: pointer;
  animation: open-group 0.4s 1 forwards;
    
}
[lite="title"]::before {
  content: '#';
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 0px 20px;
  opacity: 0;
  transform: translate(-35px,2px) scale(0);
  position: absolute;
  font-size: 20px;
}
[lite="title"]:hover::before {
  transform: translate(-35px,2px) scale(1);
  opacity: 0.5;
}
[lite="title"]::before:hover{
    opacity: 1;
}
whitespace{
    width: 10px;
    display: inline-block;
    opacity: 0;
}
[tromoSM="output"]{
    margin: 10px 0px;
    max-width: 230px;
}
@keyframes open-main-title{
    from{
        padding-left: 0px;

    }

    to{
        padding-left: 10px;
    }
}
code{
    display: flex;
  justify-content: center;
  flex-direction: column;
  background: #95959554;
  width: fit-content;
  border-radius: 7px;
   margin: 10px 0px;
}
lang::selection{
    background-color: transparent;
    color: inherit;
}
lang{
    padding: 2px 10px;
  background: #171717ba;
  font-size: small;
  cursor: default;
  display: block;
  color: #f0f8ff8c;
  border-radius: 7px 7px 0px 0px;
}

act{
    padding: 7px 20px;
  font-family: SF mono,Consolas,monospace !important;
}
[more="info"]::before{
content: '•';
}
code-a{
    color: #67ffb8;
}
code-b{
    color: #db9bff;
}
code-f{
    color: yellow;
}
code-n{
    color: rgb(255, 255, 110);
}
code-s{
    color: #ff9260;
}
code-o{
    color: rgb(4, 112, 255);
}
code-l{
    color: #75d1ff;
}
code-d{
    color: rgb(208, 255, 186);
}
code-fs{
    color: hsl(281.1, 100%, 68.8%);
}
[click]{
    cursor: pointer;
}
h2[click]::before{
    content: ' ';
    background-color: aliceblue;
    width: 0%;
    height: 2px;
    border-radius: 50px;
    bottom: 0;
    left: 0;
    transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: absolute;
}
h2[click]::after{
 content: '';
 width: 29px;
 display: inline-flex;
 align-items: center;
 height: 29px;
 transition: 0.2s margin,0.5s filter;
 overflow: hidden;
 position: absolute;
 transform: translate(0px,4.5px) scale(0.9);
 background: url(arrowcache.svg);
 background-size: 20px ;
 filter: drop-shadow(0px 0px 0px rgb(240, 248, 255));
 background-repeat: no-repeat;
}
h2[click]:hover::before{
    width: 100%;

}
h2[click]:hover::after{
    margin-left: 5px;
 filter: drop-shadow(10px 0px 0.1px rgba(240, 248, 255, 0));

}

h2[click]{
    width: fit-content;
    position: relative;
}
tabselect{
    margin: 25px;
  height: 0.1px;
  display: block;
}
h2,p{
    padding: 0;
    margin: 0;
}
group {
  background: #171717;
  padding: 10px 20px;
  display: block;
  width: 90%;
  will-change: transform;
  margin: 0px 20px;
  opacity: 0;
  border-radius: 20px;
  transform: translateX(-20px);
  box-shadow: 0px 0px 10px black;
  border: 0.1px solid #171717;
  animation: open-group 0.4s 1 forwards;
  margin-bottom: 30px !important;
  margin-top: 10px !important;
}
group-seperator{
    height: 1px;
    display: block;
    width: 100%;
    background-color: transparent;
    opacity: 0;
    margin-bottom: 70px;
}
@keyframes open-group{
    from{
        opacity: 0;
        transform: translateX(-20px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}
@media (max-width: 520px) {
  group {
    width: 75% !important;
    overflow: scroll;
  }
}
@media (max-width:740px)  { 
    group{
      width: 85%;
    }
}
group:focus{
  border: 0.1px solid #353535;
    
}
href{
    position: fixed;
  bottom: 0;
  left: 0;
  background-color: #151515;
  padding: 0px 5px;
  font-size: 14px;
  animation:  open-href 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 1 forwards;
}
gradienttypeshit{
   display: block;
    width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 10px;
  transform: translateY(11px);
  box-shadow: 0px 0px 71px #3ec0ff;
}
@keyframes open-href {
    from{
  padding: 0px 0px;
    }
    to{
  padding: 0px 5px;
    }
}
html,body{
    color: aliceblue;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    background-color: black;
}

  @font-face{
        src: 
        local('inter'),
        url("https://raw.githack.com/tromoSM/Tromo/refs/heads/main/InterVariable.woff2");
        font-family: inter;
    }
[hiddenT="40"]{
    transform: translateY(-40px);
}
