*,*::before,*::after {box-sizing: border-box;  margin: 0;  padding: 0;}img {display: block;  max-width: 100%;}button,input,textarea,select {font-family: inherit;  font-size: inherit;  line-height: inherit;  border: inherit;  background-color: inherit;}.fakebutton{  border: 1.5px solid orangered;  height:5px !important;  width:150px !important;  min-width:150px !important;  max-width:150px !important;  max-height:5px !important;  min-height:5px !important;  font-size:var(--fs-md);  white-space:nowrap;  padding:0;  margin:0;  /*text-decoration-line:underline;*/  /*text-decoration-style:wavy !important;*/  /*text-decoration-color:#EEC41A !important;*/  /*text-decoration-thickness: 2px;*/  /*text-decoration-border:;*/  display:inline;}body:hover .sizeme{  width: 1.5em;  height: 1.5em;  vertical-align: middle;  transition: 0.3s transform;  transition-delay:0.6s;  transform: scale(1.5);  padding:0;  margin:0;  left:0;}    /*.fakebutton:active:hover*//*.fakebutton:is(:active,:focus)*/.fakebutton:hover{  color:white;}.fakebutton:active,.fakebutton:focus{  color:orangered;}kbd{ background:black !important; color:yellow !important; font-size:1.2em !important; vertical-align:middle !important; padding: 0 auto !important;}.vertical{  vertical-align:middle !important;  padding-top: 0 auto !important;  padding-bottom: 0 auto !important;  margin-top: -2px !important;  margin-bottom: 0 auto !important;}h1{color:red;}h2{color:darkred; }h3{color:#A52A2A;}button {margin:2px;cursor: pointer;font-weight: lighter;}:root {/* font options */  /*font-family: "Albert Sans", system-ui, Avenir, Roboto, Helvetica, Arial, sans-serif;*/  line-height: 1.3;  font-weight: 400;  font-synthesis: none;  text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;  -webkit-text-size-adjust: 100%;  --fs-sm: clamp(1.04rem, calc(1rem + 0.23vw), 1.17rem);  --fs-md: clamp(1.25rem, calc(1.14rem + 0.54vw), 1.56rem);  --fs-lg: clamp(1.5rem, calc(1.3rem + 1.01vw), 2.08rem);  --fs-xl: clamp(2.16rem, calc(1.62rem + 2.68vw), 3.7rem);  --fs-2xl: clamp(2.59rem, calc(1.78rem + 4.07vw), 4.93rem);  /* Radius Options */  --round-full: 0;  --round-md: 0;  /* Easing */  --ease-elastic: cubic-bezier(1, -0.65, 0.21, 2.4);  /* Space Options */  --space-2xs: clamp(0.31rem, calc(0.14rem + 0.87vw), 0.81rem);  --space-xs: clamp(0.63rem, calc(0.43rem + 0.98vw), 1.19rem);  --space-sm: clamp(0.94rem, calc(0.72rem + 1.09vw), 1.56rem);  --space-md: clamp(1.25rem, calc(0.86rem + 1.96vw), 2.38rem);  --space-lg: clamp(1.88rem, calc(1.44rem + 2.17vw), 3.13rem);  --space-xl: clamp(2.5rem, calc(1.74rem + 3.8vw), 4.69rem);  --space-2xl: clamp(3.75rem, calc(2.88rem + 4.35vw), 6.25rem);  /* COLORS */  /* light */  --bkg-light: #e3dbde;  --text-light: #1a0513;  --primary-light: #a56e2a;  --accent1-light: #fd5050;  --accent2-light: #ffb03a;  /* dark */  --bkg-dark: #2d0d19;  /*--text-dark: #FFD47F;*/  /*--text-dark: #bcb53D !important;*/  --primary-dark: #ffb03a;  --accent1-dark: #fd5050;  --accent2-dark: #FFD455;  --text-dark: #C6A462 !important;  /* default to light */  --bkg: var(--bkg-dark);  --text: var(--text-dark);  --primary: var(--primary-dark);  --accent1: var(--accent1-dark);  --accent2: var(--accent2-dark);  --muted: 145 46% 65%;  --size5: clamp(1rem, 0.68181828rem + 1.454545vw, 1.5rem);  --size4: clamp(1.3rem, 0.66363634rem + 2.909091vw, 2.3rem);  --size3: clamp(1.8rem, 0.90909097rem + 4.072727vw, 3.2rem);  --size2: clamp(2rem, 0.85454537rem + 5.236364vw, 3.8rem);  --size1: clamp(2.4rem, 1.06363634rem + 6.109091vw, 4.5rem);  color-scheme: dark;}body {background-color: var(--bkg);color: var(--text);display: grid;grid-template-rows: auto 1fr auto;min-height: 100dvh;font-size: var(--fs-md);/*font-family: 'Poppins', sans-serif;*//*place-items: center;*/padding: var(--size1) var(--size4);}/*body,body *,p,p *,span,span *,div, div **/body{-khtml-user-select: none !important;-webkit-user-select: none !important; /* Pour Safari, Chrome, Opera, Edge */-moz-user-select: none !important;    /* Pour Firefox */-ms-user-select: none !important;     /* Pour Internet Explorer/Edge (anciennes versions) */user-select: none !important;   }main {display: grid;gap: var(--space-lg);position: relative;overflow: hidden;display: grid;gap: var(--space-2xl);padding-block: var(--space-lg);}.container {margin-inline: max(calc((100vw - 70rem) / 2), 1.5rem);}/*.container {display: grid;  gap: var(--size3);  max-width: 1200px;}.wrapper {display: grid;  gap: 1rem;}*/h1,h2,h3,h4,h5 {line-height: 1.4;  text-align: center;}h1,.h1 {font-size: var(--fs-2xl);}h2,.h2 {font-size: var(--fs-xl);}h3,.h3 {font-size: var(--fs-lg);}h4,.h4 {font-size: var(--fs-md);}h5,.h5 {font-size: var(--fs-sm);}[data-color="primary"] {color: var(--primary);}[data-color="accent1"] {color: var(--accent1);}[data-color="accent2"] {color: var(--accent2);}[data-bkg="primary"] {background-color: var(--primary);}[data-bkg="accent2"] {background-color: var(--accent2);}[data-align="right"] {text-align: right;}[data-fs="2xl"] {font-size: var(--fs-2xl);}.sr-only {position: absolute;  width: 1px;  height: 1px;  padding: 0;  margin: -1px;  overflow: hidden;  clip: rect(0, 0, 0, 0);  white-space: nowrap;  border-width: 0;}.banner {/*  padding:0;  margin:0;  top:0;*/  height: 20px;  width: 100%;}body:not(:hover) .banner{  position:absolute;  overflow:auto;  display:none;  visible:hidden;  height: 0px;}body:not(:hover){  padding-top:0;}body:not(:hover) .wheel img{  padding-top:1px;  margin-top:1px;}/*.wheel:hover{  overflow:auto;}*//*body:not(:hover) .story*/body:not(:hover) .wrapper,body:not(:hover) .tabs-wrapper{  margin-top:0;  padding-top:0;  /*top:-90px;*/  top:0px;  /*  margin-left:5px;  padding-left:5px;  margin-right:5px;  padding-right:5px;*/  /*height:0;*/}.headshot {border-radius: var(--round-full);  border: 6px solid var(--accent2);}.wave {position: absolute;  width: 150%;  top: 0;  z-index: -1;}.hero {display: flex;  gap: var(--space-lg);  font-size: var(--fs-lg);  flex-wrap: wrap-reverse;  justify-content: center;  padding-block-start: var(--space-lg);}.card-wrapper {display: flex;  flex-wrap: wrap;  gap: var(--space-md);  align-items: flex-start;  justify-content: center;}.card {display: grid;  gap: var(--space-sm);  max-width: 350px;}.card :is(div, h3) {background-color: var(--bkg);  border: 2px solid var(--primary);  padding: var(--space-xs);  border-radius: var(--round-md);}.card > div {display: grid;  gap: var(--space-2xs);}.btn {--btn-bkg: var(--primary);  --btn-color: var(--bkg);  --btn-bkg: var(--accent1);  display: grid;  place-items: center;  max-width: fit-content;  background-color: var(--btn-bkg);  color: var(--btn-color);  padding: var(--space-xs) var(--space-md);  line-height: 1;  text-decoration: none;  border-radius: var(--round-md);  transition: box-shadow 0.2s var(--ease-elastic),    opacity 0.2s var(--ease-elastic);}.btn:focus {outline: 2px solid transparent;}.btn:hover {background-color: var(--btn-bkg);  opacity: 0.8;}.btn:focus-visible {background-color: var(--btn-bkg);  box-shadow: 0 0 0 3px var(--btn-color), 0 0 0 6px var(--btn-bkg);}section {padding-inline: var(--space-xl);}.cta-wrapper {background-color: var(--bkg);  border-top: 6px solid var(--accent2);  border-bottom: 6px solid var(--accent2);  padding: var(--space-xl) 0;  display: grid;  place-items: center;}.cta {display: flex;  flex-wrap: wrap;  gap: var(--space-lg);  justify-content: center;  align-items: center;}.cta h2 {color: var(--accent2);}.cta > div {flex: 1 1 50%;}.cta .btn {--btn-bkg: var(--accent2);}.cta form {display: grid;  flex: 1 1 300px;  gap: var(--space-2xs);}.cta form div {max-width: 200px;}.cta input {appearance: none;  border: 2px solid var(--accent2);  border-radius: var(--round-md);  padding: 3px var(--space-2xs);}.cta input::placeholder {color: var(--accent2);  opacity: 0.5;}.cta input:focus {outline: 2px solid transparent;  box-shadow: 0 0 0 3px var(--accent2);}.cta label {font-size: var(--fs-sm);  text-transform: uppercase;  color: var(--accent2);}/* SETTINGS SECTION */.tabs-wrapper {display: flex;flex-direction: column;gap: 3px;}.tabs-wrapper[data-direction="vertical"] {flex-direction: row;}[role="tablist"] {display: flex;align-self: flex-start;flex-wrap: wrap;gap: 3px;}.tabs-wrapper[data-direction="vertical"] [role="tablist"] {flex-direction: column;position: -webkit-sticky;position: sticky;top: 3px;}.tabs-wrapper[data-direction="horizontal"] [role="tablist"] {flex-direction: row;position: -webkit-sticky;/*display: flex;*//*width: fit-content;*//*flex-wrap: no-wrap;*/top: 3px;}/*.wrapper,.story,.articlebg{  overflow:auto;  -webkit-transform: translate3d(0px, 0px, 0px);  -ms-transform: translate3d(0px, 0px, 0px);  -o-transform: translate3d(0px, 0px, 0px);  transform: translate3d(0px, 0px, 0px);}*/[role="tab"] {background-color: hsl(var(--bkg));border: .5rem outset hsl(var(--muted));cursor: pointer;/*   font-size: var(--size5); *//*  This should probably be size4 (fixed below) */  /*font-size: var(--size4);*/font-size: var(--size4);color: hsl(var(--muted));font-family: inherit;padding: .5rem 1.3rem;font-weight: bold;line-height: 1;}[data-direction="vertical"] [role="tab"]{font-size: 14px;}[data-direction="horizontal"]{padding:0;text-align: center;justify-content: center;  margin:auto; /* display:block;  margin: auto;*/display:block;  /**/}[data-direction="horizontal"] [role="tab"]{font-size: var(--size4);padding:0;text-align: center;justify-content: center;margin:auto; /* display:block;  margin: auto;*/display: inline-block;  /**/}.tabs-wrapper[data-direction="vertical"][role="tab"] {/*   height: var(--size3); *//*   width: var(--size3); *//*  this should probably be size1 (fixed below) */height: var(--size1);width: var(--size1);padding: 0;}[role=tab]:is(:hover, :focus) {background-color: hsl(var(--accent1) / .6);color: hsl(var(--bkg));}[role=tab][aria-selected="true"] {background-color: hsl(var(--accent1));border: .5rem inset hsl(var(--accent1));color: hsl(var(--bkg));}[role=tabpanel] {background-color: hsl(var(--bkg));/* border: .5rem inset hsl(var(--accent1)); *//* 👆 this should be solid (fixed below) */border: .5rem solid hsl(var(--accent1));padding: var(--size4);}.blackbg{background-color:rgba(240,220,210,0.5); }:not(ul).myp,.myarticletest{/*left:0;*/height:30px !important;/*max-height:30px !important;*/}/*.myart:is(:hover, :focus)*//*.myart:hover:not(.buttondel:focus)*//*:not(.buttondel:focus) .myart:hover*/.myart:not(:focus):hover{display:flex-grow !important;height:100% !important;width:100% !important;max-width: 200% !important;}.myarticletest:hover{width:200% !important;height:200% !important;}.myp:hover{height:100% !important;max-height:100% !important;padding-left:5px;padding-right:5px;padding-left:5px;padding-right:5px;}/*.superbg:hover{  display:flex-grow !important;max-width: 200% !important;}.myart{  width:5000px !important;}*/.musthover {  overflow:hidden;  display: none !important;  opacity: 0;  visibility: hidden;  background-color:#000000 !important;}.musthover:hover {  overflow: visible;  display: relative !important;    opacity: 1;    visibility: visible;    background-color:none!important;}.superbg{/*width:2000px !important;*/width:5000px !important;position:relative;background-color:#583C15;box-shadow: 3px 3px 3px 3px #583C15;/*max-width: max-content !important;*/padding:2px;/*overflow-y: auto; /* new stuff */*/}section[aria-labelledby="recent-posts"]{/*height:550px !important;*/width:1500px !important;overflow-style: scroll;/*overflow-y: auto; /* new stuff */overflow: scroll; /* new stuff */}section[aria-labelledby="recent-posts"] > div.superbg{width:8000px !important;}.articlebg{background-color:darkorange;}/*[type="email"]*/input{color:darkorange;  accent-color: red;}button[type="submit"]{outline:2px dotted darkorange;}button[type="submit"]:hover{transition: 0.5s;border: 1px dotted darkred;}button[type="submit"]:hover:focus{transition: 0.5s;border: 2px dotted darkred;outline: 1px dashed gold;color:var(--bkg-dark);}ul,ol,li{color:#CAC442;font-size:20px;font-weight: lighter;margin:0;margin-left:150px;margin-right:150px;padding:0;line-height: 1.1rem;text-align: justify;}ul,ol,li:hover{color:#FFCC60;}ul,ol:hover li:not(:hover){color:#CAC442;}footer li{line-height: 1.0rem;margin-left:50px;}h3,h4,h5{margin:0;padding:0;}h3,h4,h5{margin-top: 20px;}h4{color: #631111;}h5{margin:-10px;padding:-10px;color: #40000D;}p{margin:0;padding:0;white-space: line;/* text-align: left;*/flex-wrap: nowrap;max-width: 100%;/*max-width: 60ch;*/}.nopanoma{display:inline-block;outline-offset: 0;margin:0;padding:0;}p.news{  max-height: 95%;}/*.recentposts{  max-height: 50% !important;  height: 50% !important;}article.recentposts{  position:relative; !important;}section.recentposts,div.recentposts{  position:relative; !important;  max-height: 50% !important;  height: 50% !important;}*/p.notnews{margin-left:200px;margin-right:200px;}.center{text-align:center !important;}.middle{margin:auto;padding:auto;}.middle2{margin:0px;padding:0px;}.story {  content-visibility: auto;  contain-intrinsic-size: auto; /* Explained in the next section. */  overflow:auto  max-width:auto;  min-width:fit-content;}thead{display:inline;}table,tr,td,thead,th{ text-align:center !important;margin:auto;padding:auto;}/*ul > li:last-child(){line-height: 0.85rem;}*/.star{line-height: 0.55em;padding:0;margin:auto;color:yellow;font-size: 12px;font-weight: lighter;}/*datalist#ticks2 > option*/.longerpls{  width:200px !important;}.fieldset{  color:yellow;  border: #ffff00 3px solid;}a{./*    display:inline-block;  text-align: center;*/pointer-events: none;display: grid;justify-content: center;align-items: center;padding: 0;margin:auto;text-decoration-thickness: 3px;outline-width: 4px;color:var(--bkg-dark);}a.button:not(:hover){color: var(--accent1-light) !important;}a:active:not(:hover){transition:0.5s;  color: #B91F3E !important;}a:active:not(:focus):hover{transition:0.5s;  color: #B91F3E !important;}a:active:focus{color: #600A1B !important;}a:not(:active):focus{transition:2s;  color: #8E1830 !important;}a:focus,a:hover:not(:active){transition:0.6s;}.formhide{display:none !important;visibility: hidden !important;overflow:hidden !important;}.form{display: inline;visibility: visible !important;}.wheel{width: 30%;display: inline-block;max-width:max-content;padding:0;padding-left:0px;padding-right: 0px;margin:0;margin-left: 0px;margin-right: 0px;justify-content: center;align-items: center;overflow: hidden;}.wheel2{width: 30%;display: inline-block;max-width:max-content;justify-content: center;align-items: center;}/*.wheel img:not(:focus),.notbig{width: 100%;   padding: 0;   margin: 0;}*//*.wheel img:focus:not(:hover)*//*.wheel img:focus,.big*/img:focus,.big{position:fixed !important;top:0px;left:0px;width: 100%;padding: 13px;margin: 17px;z-index:99999;justify-content:left;}/*.big{  width:175%;}*/body:not(:hover) .tabs-wrapper{position:relative;left:-200px;/*overflow:hidden;*/}img{overflow: hidden;display:inline;padding: 0;margin: 0;}img:focus{  border: 1px dashed cyan;  position:fixed !important;   }img[src*="off"]:hover,.wheel:hover{overflow:auto;outline: 1px dotted cyan;outline-width: 1.6px;outline-offset: 10px;width:175%;}/*img:after{overflow:hidden;}*/.imghover{ position:fixed;top:0;left:0;}article{display:grid;padding:2px;margin:auto;margin-top:2px;margin-bottom:2px;max-width: max-content;}article.articlebg{  left:0px !important;  /*margin-left:0px !important;  padding-left:0px !important;*/}article.articlebg h3:after{position:relative;content:"X";color:yellow;top:0;right:0px;padding-left: 10px;margin-right:0;}article.articlebg:hover h3:after{color:darkred;}article.card{display:flex;flex-direction: column;margin:3px;margin-top:2px;margin-bottom:0px;padding:2px;flex-wrap: wrap;gap: var(--space-2xs);align-items: flex;justify-content: flex;min-width: min-content !important;}.mypics{display:flex;flex-direction: row;min-width: min-content !important;max-width: fit-content;}.mypicsmenu{  padding:auto;  padding-top:auto;  padding-bottom:0;  margin:0;  padding-left:3px;  vertical-align: middle;  margin-top:auto;  margin-left:0;  margin-bottom:auto;  min-width: fit-content !important;max-width: max-content;min-height: min-content !important;max-height: min-content;}.hidden {position:fixed;bottom:0px;left:0px;pointer-events: none;opacity:0%;}.fluency_rangenothover:not(:hover){  transition: 1.5s;  outline: 0.6px solid orangered;  border-top: 2.4px dashed orangered;  border-bottom: 2.4px dashed orangered;  border-left: 1.6px dashed orangered;  border-right: 1.6px dashed orangered;  /*margin:auto;*/    /*padding:auto;*/  justify-content: flex;  justify: right;  text-align:right;  width: 105px;}.sfluency_ranges,.sfluency_ranges{  transition: 1.5s;  outline: 0.6px solid orangered;  border-top: 2.4px dashed orangered;  border-bottom: 2.4px dashed orangered;  border-left: 1.6px dashed orangered;  border-right: 1.6px dashed orangered;  /*margin:auto;*/    /*padding:auto;*/  justify-content: flex;  justify: right;  text-align:right;  width: 105px;  animation: blink 2.25s ease-in-out infinite;}html:not(:hover) .sfluency_ranges,html:not(:hover) .sfluency_ranges{  animation: none;}.fluency_range,.fluency_range:focus{transition: 1.5s;outline: 0.6px solid orangered;border-top: 2.4px dashed orangered;border-bottom: 2.4px dashed orangered;border-left: 1.6px dashed orangered;border-right: 1.6px dashed orangered;/*margin:auto;*/  /*padding:auto;*/justify-content: flex;justify: right;text-align:right;width: 105px;animation: blink 2.25s ease-in-out infinite;}html:not(:hover) .fluency_range,html:not(:hover) .fluency_range{  animation: none;}.fluency_range:not(:focus){transition: 1.5s;border-style: 0.8px;}.fluency_range:not(:hover){transition: 2.5s;border-style: dotted;}@keyframes blink {  10% {    /*border-style: 0.1px dotted !important;*/    border: 1.1px dotted orangered !important;    outline: 1.1px solid orangered;  },  20% {    /*border-style: 1.2px dotted !important;*/    border: 1.2px dotted orangered !important;    outline: 1.2px solid orangered;  },  30% {    /*border-style: 1.3px dotted !important;*/    border: 1.3px dotted orangered !important;    outline: 1.3px solid orangered;  },  40% {    /*border-style: 1.4px dotted !important;*/    border: 1.4px dotted orangered !important;    outline: 1.4px solid orangered;  },  50% {    /*border-style: 1.5px dotted !important;*/    border: 1.5px dotted orangered !important;    outline: 1.55px solid orangered;  },  60% {    /*border-style: 1.6px dotted !important;*/    border: 1.6px dotted orangered !important;    outline: 1.65px solid orangered;  },  70% {    /*border-style: 1.7px dotted !important;*/    border: 1.7px dotted orangered !important;    outline: 1.75px solid orangered;  },  80% {    /*border-style: 1.8px dotted !important;*/    border: 1.8px dotted orangered !important;    outline: 1.85px solid orangered;  },  90% {    /*border-style: 1.9px dotted !important;*/    border: 1.9px dotted orangered !important;    outline: 1.95px solid orangered;  },  100% {    /*border-style: 1px dotted !important;*/   border: 2.1px dotted orangered !important;    outline: 2.15px solid orangered;  }}/*@import url('https://fonts.googleapis.com/css2?family=Roboto,wght@500&display=swap');*/#notificationbar,.notificationbar{background-color: SaddleBrown; color: gold;border: solid 0.5px yellow;outline: dashed 0.5px orangered;outline-offset: 0.75px;}#notificationbar:not(:focus),.notificationbar:not(:focus){transition: all 2s ease-in-out !important;background-color: #6B1616; border: solid 0.4px yellow;outline: dashed 0.4px orangered;outline-offset: 0.55px;}.notificationAccept{background-color: #1F760A; }.notificationRefuse{background-color: #6B1616; }.notificationAcceptBut{background-color: #54720E; }.notificationRefuseBut{background-color: #715C0F; }.notificationRefuseCause{background-color: #732A0D; }#notificationbar.hiddens{visibility:hidden;overflow:hidden;}.colorme{color:#FFCC55;}.myinput{width: 500px;}.videasstyle:hover{padding:56.25% 0 0 0;position:relative;min-height: 250px !important;}.videasstyle2:hover{position: absolute;top: 0;left: 0;}.superlist,li{font-size:var(--fs-sm);left: 10px;width: 80%;font-weight: 100 !important;font-style:oblique !important;left: 10px;width: 80%;}body:not(:hover) .superlist,body:not(:hover) .superlist *{color:#FFCC66;}.left{left: 10px;width: 50%;}.right{right: 10px;width: 50%;}::-webkit-scrollbar{ z-index:9999 !important;width: 5px;background: rgba(85, 210, 108, 0.2) !important;outline: rgb(255 127,85) dotted 1px !important;outline-offset:0.5px !important;}/* Track */::-webkit-scrollbar-track {z-index:9999 !important;box-shadow: inset 0 0 5px lightblue !important;border-radius: 5px;} /* Handle */::-webkit-scrollbar-thumb {z-index:9999 !important;background: rgba(146,103,80,0.9) !important;border-radius: 3px;}/* Handle on hover */::-webkit-scrollbar-thumb:hover {z-index:9999 !important;background: rgba(45,113,110,0.6) !important;}::-webkit-scrollbar:hover  {z-index:9999 !important;background: rgba(48, 78, 138, 0.8) !important;width: 40px;}.seperator {    /*width: 3000px;*/    height: 5px;    animation: rotate 3s infinite linear;    -webkit-animation: rotate 3s infinite linear;  }@-webkit-keyframes rotate {  from {    background-position: -3000px;  }  to {     background-position: 0px;  }}@keyframes rotate {  from {    background-position: -3000px;  }  to {     background-position: 0px;  }}body:hover .gradient {background: rgb(48,255,144); /* Old browsers */background: -moz-linear-gradient(left,  rgba(48,255,144,1) 0%, rgba(237,45,237,1) 25%, rgba(201,152,38,1) 50%, rgba(48,255,230,1) 75%, rgba(48,255,144,1) 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(48,255,144,1)), color-stop(25%,rgba(237,45,237,1)), color-stop(50%,rgba(201,152,38,1)), color-stop(75%,rgba(48,255,230,1)), color-stop(100%,rgba(48,255,144,1))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(left,  rgba(48,255,144,1) 0%,rgba(237,45,237,1) 25%,rgba(201,152,38,1) 50%,rgba(48,255,230,1) 75%,rgba(48,255,144,1) 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(left,  rgba(48,255,144,1) 0%,rgba(237,45,237,1) 25%,rgba(201,152,38,1) 50%,rgba(48,255,230,1) 75%,rgba(48,255,144,1) 100%); /* Opera 11.10+ */background: -ms-linear-gradient(left,  rgba(48,255,144,1) 0%,rgba(237,45,237,1) 25%,rgba(201,152,38,1) 50%,rgba(48,255,230,1) 75%,rgba(48,255,144,1) 100%); /* IE10+ */background: linear-gradient(to right,  rgba(48,255,144,1) 0%,rgba(237,45,237,1) 25%,rgba(201,152,38,1) 50%,rgba(48,255,230,1) 75%,rgba(48,255,144,1) 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ff90', endColorstr='#30ff90',GradientType=1 ); /* IE6-9 */}body:not(:hover) .gradient{  background:none !important;  filter:none !important;}.parenteffect{height: auto;width: auto;max-width: max-content;max-height: max-content;padding: -3px;margin: -1px;background-color:rgba(74,15,60,0.70);border: 0.6px dashed #B5CA66;outline: 0.5px dotted orangered;}.effectss{height: auto;width: auto;background-image: conic-gradient(from 270deg at 51% 23%, rgba(255,0,55,0.15), rgba(222,51,89,0.4), rgba(169, 37, 66, 0.7), rgba(148, 3, 34, 0.6), rgba(182, 31, 64, 0.5), #3A103C, rgba(215, 57, 102, 0.15)) !important;/*background: conic-gradient(from 270deg at 51% 23%, rgba(255,0,55,0.15), rgba(222,51,89,0.4), rgba(169, 37, 66, 0.7), rgba(148, 3, 34, 0.6), rgba(182, 31, 64, 0.5), #3A103C, rgba(215, 57, 102, 0.15));*/display: inline-block;position: relative;justify-content: left;text-align: left;left: 1px;top: 6px;bottom: 3px;vertical-align: middle;padding: 1.5px;margin-top: 1.5px;margin-left: 1.5px;margin-bottom: 1.5px;margin-right: -1px;max-width: max-content;border-bottom: 2.4px dotted rgba(87,190,80,0.4);}.effectsss{accent-color: auto !important;background-image: conic-gradient(from 270deg at 51% 23%, rgba(255,0,55,0.15), rgba(222,51,89,0.4), rgba(169, 37, 66, 0.7), rgba(148, 3, 34, 0.6), rgba(182, 31, 64, 0.5), #3A103C, rgba(215, 57, 102, 0.15)) !important;/*background: conic-gradient(from 270deg at 51% 23%, rgba(255,0,55,0.15), rgba(222,51,89,0.4), rgba(169, 37, 66, 0.7), rgba(148, 3, 34, 0.6), rgba(182, 31, 64, 0.5), #3A103C, rgba(215, 57, 102, 0.15));*/display: inline;position: relative;justify-content: left;text-align: left;vertical-align: middle;padding: 1.5px;max-width: max-content;border-bottom: 2.4px dotted rgba(87,19,80,0.4);border-left: none;border-right: none;}.pre{display: block;unicode-bidi: embed;font-family: monospace;white-space: pre;overflow:scroll;min-height:250px;max-width: 100%;width: 100%;}.pureimagetest{background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNDggNDgiIGhlaWdodD0iNDgiIHdpZHRoPSI0OCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMy4yMTczIiB5MT0iMTUiIHgyPSI0NC43ODEyIiB5Mj0iMTUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNkOTMwMjUiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNlYTQzMzUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0iYiIgeDE9IjIwLjcyMTkiIHkxPSI0Ny42NzkxIiB4Mj0iNDEuNTAzOSIgeTI9IjExLjY4MzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNmY2M5MzQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNmYmJjMDQiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0iYyIgeDE9IjI2LjU5ODEiIHkxPSI0Ni41MDE1IiB4Mj0iNS44MTYxIiB5Mj0iMTAuNTA2IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMWU4ZTNlIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMzRhODUzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGNpcmNsZSBjeD0iMjQiIGN5PSIyMy45OTQ3IiByPSIxMiIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwYXRoIGQ9Ik0zLjIxNTQsMzZBMjQsMjQsMCwxLDAsMTIsMy4yMTU0LDI0LDI0LDAsMCwwLDMuMjE1NCwzNlpNMzQuMzkyMywxOEExMiwxMiwwLDEsMSwxOCwxMy42MDc3LDEyLDEyLDAsMCwxLDM0LjM5MjMsMThaIiBzdHlsZT0iZmlsbDpub25lIi8+PHBhdGggZD0iTTI0LDEySDQ0Ljc4MTJhMjMuOTkzOSwyMy45OTM5LDAsMCwwLTQxLjU2MzkuMDAyOUwxMy42MDc5LDMwbC4wMDkzLS4wMDI0QTExLjk4NTIsMTEuOTg1MiwwLDAsMSwyNCwxMloiIHN0eWxlPSJmaWxsOnVybCgjYSkiLz48Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSI5LjUiIHN0eWxlPSJmaWxsOiMxYTczZTgiLz48cGF0aCBkPSJNMzQuMzkxMywzMC4wMDI5LDI0LjAwMDcsNDhBMjMuOTk0LDIzLjk5NCwwLDAsMCw0NC43OCwxMi4wMDMxSDIzLjk5ODlsLS4wMDI1LjAwOTNBMTEuOTg1LDExLjk4NSwwLDAsMSwzNC4zOTEzLDMwLjAwMjlaIiBzdHlsZT0iZmlsbDp1cmwoI2IpIi8+PHBhdGggZD0iTTEzLjYwODYsMzAuMDAzMSwzLjIxOCwxMi4wMDZBMjMuOTk0LDIzLjk5NCwwLDAsMCwyNC4wMDI1LDQ4TDM0LjM5MzEsMzAuMDAyOWwtLjAwNjctLjAwNjhhMTEuOTg1MiwxMS45ODUyLDAsMCwxLTIwLjc3NzguMDA3WiIgc3R5bGU9ImZpbGw6dXJsKCNjKSIvPjwvc3ZnPg==);}#font-selector,.inlineme{  display:inline !important;  break-before: none;  float: left;}.noinputsides{padding-left: -2 px !important;padding-right: -2 px !important;border-left: none !important;border-right: none !important;}