/*@import url('https://fonts.googleapis.com/css2?family=Roboto');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  /*--site: 205, 220, 57;*/
  --site-dark: 175, 180, 43;
  --site-gray: 97, 97, 97;
  --site-success: 76, 175, 80;
  --site-error: 244, 67, 54;

  --site-input-width: 100%;

  --color: 33, 33, 33;
  --background-color: 245, 245, 245;
  --background-color-light: 245, 245, 245;
  --site: 30, 136, 229;
  color-scheme: light dark;
}
[data-theme="dark"] {
  --color: 224, 224, 224;
  --background-color: 33, 33, 33;
  --background-color-light: 66, 66, 66;
  --site: 255, 179, 0;
}
@font-face {
  font-family: "site-material-icons";
  font-style: normal;
  font-weight: 400;
  src: url(material-small.woff2);
}
* {
  box-sizing: border-box;
}
body {
  --duration: 0.5s;
  --timing: ease;

  background-color: rgb(var(--background-color));
  color: rgb(var(--color));

  transition: color var(--duration) var(--timing), background-color var(--duration) var(--timing);
  
  font-family: "Roboto", sans-serif;
}

/*grid*/
.site-row {
  /*max-width: 1200px;*/
  max-width: 960px;
  width: 100%;
  margin: auto;
}
.site-row::after {
  content: "";
  clear: both;
  display: table;
}
[class*="site-col-"] {
  width: 100%;
  float: left;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .site-col-1 {width: 8.33%;}
  .site-col-2 {width: 16.66%;}
  .site-col-3 {width: 25%;}
  .site-col-4 {width: 33.33%;}
  .site-col-5 {width: 41.66%;}
  .site-col-6 {width: 50%;}
  .site-col-7 {width: 58.33%;}
  .site-col-8 {width: 66.66%;}
  .site-col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .site-site-col-11 {width: 91.66%;}
  .site-col-12 {width: 100%;}
}
/*grid*/

/*misc*/
.site p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.site ul {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.site img {
  max-width: 512px;
  width: 100%;
}
.site a, .site-md-header a {
  text-decoration: none;
}
.site h1, .site h2, .site h3, .site h4, .site h5, .site h5 {
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.2;
  font-weight: 500;
}
.site h2 {
  font-size: 2rem;
}
.site h3 {
  font-size: 1.75rem;
}
.site h6 {
  font-size: 1rem;
}
.site-pad {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.site-pad-top {
  padding-top: 1rem !important;
}
.site-pad-bottom {
  padding-bottom: 1rem !important;
}
.site-img-fluid {
  max-width: 100%;
  height: auto;
  /*border-radius: 32px;*/
}
.site-text-center {
  text-align: center!important;
}
.site-text-justify {
  text-align: justify!important;
}
.site-hide {
  visibility: none!important;
}
.site-hidden {
  display: none!important;
}
.site-high {
  border: 1px solid rgb(var(--site))!important;
}
.site-margin {
  margin: 16px;
}
/*misc*/
/*space*/
.site-mr-1 {
  margin-right: 10px;
}
/*space*/
/*vid*/
.site-vid {
  max-width: 512px;
  width: 100%;
  margin: auto;
}
/*vid*/
/*card*/
.site-card {
  background: rgb(var(--background-color-light));
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0 0 1px hsla(0, 0%, 0%, 0.05), 0 0.3px 0.4px hsla(0, 0%, 0%, 0.02), 0 0.9px 1.5px hsla(0, 0%, 0%, 0.045), 0 3.5px 6px hsla(0, 0%, 0%, 0.09);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
}
.site-card-img {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.site-card-header {
  padding: .75rem 1.5rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(var(--color), .125);
  border-radius: 3px 3px 0 0;
}
.site-card-body {
  padding: 1.5rem;
}
.site-card-title {
  font-size: 1.25rem;
  margin-bottom: .5rem;
}
.site-extended-content {
  transition: max-height 0.5s ease;
  overflow: hidden;
}
/*card*/
/*nav*/
.site-material-icons {
  font-family: "site-material-icons";
  font-style: normal;
  font-size: 24px;
  vertical-align: middle;
}
.site-md-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  font-size: 16px;
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /*box-shadow: 0 2px 5px 0 rgba(var(--color),0.3);*/
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0 0 1px hsla(0, 0%, 0%, 0.05), 0 0.3px 0.4px hsla(0, 0%, 0%, 0.02), 0 0.9px 1.5px hsla(0, 0%, 0%, 0.045), 0 3.5px 6px hsla(0, 0%, 0%, 0.09);
  background-color: rgb(var(--background-color));
}

.site-md-header .site-nav-left,
.site-md-header .site-nav-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  
  margin-right: 10px;
}
.site-md-header .site-nav-left a,
.site-md-header .site-nav-right a,
.site-md-header .site-nav-bar,
.site-md-header .site-brand {
  color: rgba(var(--color),0.87);
  overflow: hidden;
  /*max-height: 1.5rem;*/
}
.site-md-header .site-nav-bar:hover {
  cursor: pointer;
}
.site-md-header .site-nav-bar .site-material-icons {
  padding: 15px;
}
.site-md-header .site-brand {
  padding: 0 15px;
}
.site-md-header .site-nav-mobile {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 20;
  background-color: rgb(var(--background-color));
  width: 50%;
  height: 100%;
  transition: 0.4s ease;
}
.site-md-header .site-nav-mobile ul.site-nav-mobile-list {
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.site-md-header .site-nav-mobile ul.site-nav-mobile-list li.site-divider {
  border-bottom: 1px solid rgba(var(--color), 0.2);
}
.site-md-header .site-nav-mobile ul.site-nav-mobile-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 8px 15px;
  color: rgba(var(--color), 0.67);
  text-transform: uppercase;
}
.site-md-header .site-nav-mobile ul.site-nav-mobile-list li a:hover,
.site-md-header .site-nav-mobile ul.site-nav-mobile-list li a:focus {
  background-color: rgba(var(--color), 0.1);
}

.site-md-header .site-nav-mobile ul.site-nav-mobile-list  ul.site-nav-mobile-list li a:hover,
.site-md-header .site-nav-mobile ul.site-nav-mobile-list  ul.site-nav-mobile-list li a:focus {
  background-color: rgba(var(--color), 0.05)!important;
}
.site-md-header .site-nav-mobile ul.site-nav-mobile-list  ul.site-nav-mobile-list li a {
  padding-left: 40px!important;
}

.site-md-header .site-nav-mobile ul.site-nav-mobile-list li a .site-material-icons {
  margin-right: 20px;
}
.site-md-header .site-nav-mobile-shadow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(var(--color), 0.3);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
.site-md-header.site-active .site-nav-mobile {
  left: 0;
}
.site-md-header.site-active .site-nav-mobile-shadow {
  opacity: 1;
  visibility: visible;
}
.site-space {
  width: 100%;
  height: 45px;
}

.site-md-header .site-material-icons {
  font-size: 16px!important;
}
/*nav*/
/*foot*/
.site-foot {
  padding-top: 32px;
  padding-bottom: 32px;
}
/*foot*/
/*button*/
.site-pure-material-button-contained {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 0 16px;
    min-width: 64px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: rgb(var(--background-color));
    background-color: rgb(var(--site));
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;

    text-decoration: none;
}
.site-pure-material-button-contained::-moz-focus-inner {
    border: none;
}
.site-pure-material-button-contained::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(var(--background-color));
    opacity: 0;
    transition: opacity 0.2s;
}
.site-pure-material-button-contained::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: rgb(var(--background-color));
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}
.site-pure-material-button-contained:hover,
.site-pure-material-button-contained:focus {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.site-pure-material-button-contained:hover::before {
    opacity: 0.08;
}
.site-pure-material-button-contained:focus::before {
    opacity: 0.24;
}
.site-pure-material-button-contained:hover:focus::before {
    opacity: 0.3;
}
.site-pure-material-button-contained:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.site-pure-material-button-contained:active::after {
    opacity: 0.32;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}
.site-pure-material-button-contained:disabled {
    color: rgba(var(--color), 0.38);
    background-color: rgba(var(--color), 0.12);
    box-shadow: none;
    cursor: initial;
}
.site-pure-material-button-contained:disabled::before {
    opacity: 0;
}
.site-pure-material-button-contained:disabled::after {
    opacity: 0;
}

.site-pure-material-button-outlined {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: solid 1px;
    border-color: rgba(var(--color), 0.24);
    border-radius: 4px;
    padding: 0 16px;
    /*min-width: 64px;*/
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: rgb(var(--site));
    background-color: transparent;
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
}
.site-pure-material-button-outlined::-moz-focus-inner {
    border: none;
}
.site-pure-material-button-outlined::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: currentColor;
    opacity: 0;
    transition: opacity 0.2s;
}
.site-pure-material-button-outlined::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: currentColor;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1) ;
    transition: opacity 1s, transform 0.5s;
}
.site-pure-material-button-outlined:hover::before {
    opacity: 0.04;
}
.site-pure-material-button-outlined:focus::before {
    opacity: 0.12;
}
.site-pure-material-button-outlined:hover:focus::before {
    opacity: 0.16;
}
.site-pure-material-button-outlined:active::after {
    opacity: 0.16;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}
.site-pure-material-button-outlined:disabled {
    color: rgba(var(--color), 0.38);
    background-color: transparent;
    cursor: initial;
}
.site-pure-material-button-outlined:disabled::before {
    opacity: 0;
}
.site-pure-material-button-outlined:disabled::after {
    opacity: 0;
}
/*button*/
/*switch*/
.site-pure-material-switch {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--color), 0.87);
    font-size: 16px;
    line-height: 1.5;
}
.site-pure-material-switch > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    right: 6px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--color), 0.38);
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s 0.1s, transform 0.2s 0.1s;
}
.site-pure-material-switch > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
.site-pure-material-switch > span::before {
    content: "";
    float: right;
    display: inline-block;
    margin: 5px 0 5px 10px;
    border-radius: 7px;
    width: 36px;
    height: 14px;
    background-color: rgba(var(--color), 0.38);
    vertical-align: top;
    transition: background-color 0.2s, opacity 0.2s;
}
.site-pure-material-switch > span::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 16px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: rgb(var(--background-color));
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: background-color 0.2s, transform 0.2s;
}
.site-pure-material-switch > input:checked {
    right: -10px;
    background-color: rgb(var(--site));
}
.site-pure-material-switch > input:checked + span::before {
    background-color: rgba(var(--site), 0.6);
}
.site-pure-material-switch > input:checked + span::after {
    background-color: rgb(var(--site));
    transform: translateX(16px);
}
.site-pure-material-switch:hover > input {
    opacity: 0.04;
}

.site-pure-material-switch > input:focus {
    opacity: 0.12;
}
.site-pure-material-switch:hover > input:focus {
    opacity: 0.16;
}
.site-pure-material-switch > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}
.site-pure-material-switch > input:active + span::before {
    background-color: rgba(var(--site), 0.6);
}
.site-pure-material-switch > input:checked:active + span::before {
    background-color: rgba(var(--color), 0.38);
}
.site-pure-material-switch > input:disabled {
    opacity: 0;
}
.site-pure-material-switch > input:disabled + span {
    color: rgb(var(--color));
    opacity: 0.38;
    cursor: default;
}
.site-pure-material-switch > input:disabled + span::before {
    background-color: rgba(var(--color), 0.38);
}
.site-pure-material-switch > input:checked:disabled + span::before {
    background-color: rgba(var(--site), 0.6);
}

/*switch*/
/*bubble*/
#site-bubble {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(var(--site),0.87);
  color: rgb(var(--background-color));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#site-bubble img {
  width: 60%;
  height: 60%;
}

#site-bubble:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

#site-bubble::after {
  content: 'Make Your Custom Deck';
  position: absolute;
  bottom: 70px;
  right: 50%;
  transform: translateX(50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: wrap;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  text-align: center;
}

#site-bubble:hover::after {
  opacity: 1;
}

@media (max-width: 768px) {
  #site-bubble {
    width: 40px;
    height: 40px;
  }
}
/*bubble*/
