<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --primary-color: #e18a07;
    --secondary-color: #3f464f;
    --hover-color: #48525f;
    --background-color: #1d2127;
    --border-color: #ffffff0d;
    --text-color: #b9b9b9;
    --font-weight-normal: 400;
    --font-weight-semibold: 500;
    --border-radius: 6px;
  }
  
  .quickContainer {
    padding: 15px;
    background-color: var(--secondary-color);
    border-radius: var(--border-radius);
    font-weight: var(--font-weight-normal);
    line-height: 24px;
  }
  
  .quickContainer:hover {
    background-color: var(--hover-color);
  }
  
  .quickContainerDisabled {
    pointer-events: none;
    opacity: 0.5;
  }
  
  .quickIcon {
    font-size: 30px;
    color: var(--primary-color);
  }
  
  .perfectHr,
  .perfectHrSmall {
    margin: 0.5em 0;
  }
  
  .perfectHrSmall {
    margin: 0.25em 0;
  }
  
  .fw {
    font-weight: var(--font-weight-normal);
  }
  
  .b7 {
    color: #b7b7b7;
  }
  
  .col-lg-2 ul {
    list-style-type: none;
  }
  
  .forumPost {
    padding-top: 7px;
    word-break: break-word;
  }
  
  .forumPost .table {
    width: 100% !important;
  }
  
  .cchatBox {
    height: 270px;
    overflow: auto;
    padding: 0 !important;
  }
  
  .compactHeader {
    display: inline-block;
    margin-bottom: 0;
  }
  
  .gameLbEntry {
    display: flex;
    margin-bottom: 10px;
  }
  
  .gameLbValueCont {
    font-size: 80%;
    text-align: left;
  }
  
  .smallPp {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  
  .infoCard {
    background-color: rgba(0, 0, 0, 0.15);
    padding: 10px;
    border-radius: var(--border-radius);
    width: 100%;
    margin-bottom: 5px;
    display: flex;
  }
  
  .numCircle,
  .numCircleBig {
    border: 2px solid;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .numCircle {
    width: 30px;
    height: 30px;
  }
  
  .numCircleBig {
    width: 40px;
    height: 40px;
  }
  
  .infoLabel {
    display: inline-block;
    font-weight: var(--font-weight-normal);
    align-items: center;
  }
  
  .gameButton {
    padding: 20px 15px;
    font-size: 20px;
  }
  
  .gameButtonLabel {
    margin-left: -20px;
  }
  
  #gameViewContainer {
    max-height: 455px;
    overflow: auto;
  }
  
  .separatorLi {
    border-bottom: 1px solid #393b40;
    padding: 5px 0;
    margin-left: 35px;
  }
  
  .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .filebtn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
  }
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  
  .pp {
    image-rendering: auto;
    display: inline-block;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .fContainer {
    display: flex !important;
  }
  
  .fCenterX {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  .fCenterY {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .fPushX {
    margin-left: auto;
  }
  
  .fPushY {
    margin-top: auto;
  }
  
  .cPrimary {
    color: var(--primary-color);
  }
  
  .bgPrimary {
    background-color: var(--primary-color);
  }
  
  .bgInfo {
    background-color: #52baff;
  }
  
  .bgSuccess {
    background-color: #0e9a49;
  }
  
  #chatmessages li:nth-child(odd),
  #chatMsgContainer li:nth-child(odd) {
    background: #212327;
  }
  
  .head {
    padding: 10px 15px;
    border-radius: var(--border-radius);
    color: #fff;
    margin-bottom: 15px;
  }
  
  .achievementBg {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #376944;
    border: 2px solid #05ff6d;
  }
  
  @media only screen and (max-width: 703px) {
    .modal {
      top: unset !important;
    }
    .modal-footer {
      display: block !important;
    }
    .modal-dialog {
      min-width: 200px !important;
    }
  }
  
  @media only screen and (max-width: 992px) {
    .quickContainer {
      margin-bottom: 5px !important;
    }
    .tableHide {
      display: none !important;
    }
  }
  
  .numContainer {
    width: 25px;
    height: 25px;
    background-color: var(--primary-color);
    border-radius: 50%;
  }
  
  blockquote {
    padding: 10px;
    background-color: var(--background-color);
    border-radius: 3px;
    max-height: 160px;
    overflow: hidden;
    border-left: 3px solid;
  }
  
  .optionBox {
    padding: 10px;
    border: 1px solid #181c21;
    border-radius: 3px;
    background-color: var(--background-color);
  }
  
  .fakeBtn {
    cursor: pointer;
  }
  
  .swal2-popup .swal2-title {
    color: #fff !important;
  }
  
  .swal2-popup .swal2-content {
    color: var(--text-color) !important;
  }
  
  .swal2-popup {
    background-color: rgb(17, 20, 23) !important;
  }
  
  .swal2-popup .swal2-styled.swal2-cancel {
    background-color: #262a2f !important;
  }
  
  ::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px #35383d;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #c77904;
  }
  
  .lightbox-img ul {
    list-style-type: none;
  }
  
  .product-carousel {
    padding: 10px;
    background-color: #22252a;
    border-radius: var(--border-radius);
  }
  
  @media (max-width: 991.98px) {
    .product-carousel {
      padding: 0;
      background-color: transparent;
      border: 0;
      border-radius: 0;
    }
  }
  
  .product-img {
    min-height: 600px;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
  }
  
  .product-img img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
  }
  
  @media (max-width: 991.98px) {
    .product-img {
      min-height: 400px;
    }
  
    .product-img img {
      border-radius: 0;
    }
  }
  
  @media (max-width: 991.98px) {
    .product {
      margin: 0 -15px;
    }
  }
  
  @media (max-width: 991.98px) {
    .product-filter {
      position: fixed;
      top: 0;
      right: -300px;
      z-index: 9;
      width: 300px;
      height: 100vh;
      padding-bottom: 20px;
      overflow: auto;
      background-color: #fff;
      display: block !important;
      border-left: 1px solid rgba(0, 0, 0, 0.08);
      transition: 0.2s ease-in-out all;
    }
  }
  
  @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .product-filter {
      transition: none;
    }
  }
  
  .star i {
    margin-right: 2px;
    line-height: inherit;
  }
  
  .star .text-muted {
    color: #d0d0d0;
  }
  
  .star-group {
    float: left;
  }
  
  .star-group::after {
    display: block;
    clear: both;
    content: "";
  }
  
  .star-group .btn {
    float: right;
    padding: 0;
    color: #d0d0d0;
  }
  
  .star-group .btn i {
    margin: 0;
  }
  
  .star-group .btn:active,
  .star-group .btn.active,
  .star-group .btn:focus,
  .star-group .btn:hover {
    color: #fb9c5d;
  }
  
  .star-group .btn:active ~ .btn,
  .star-group .btn.active ~ .btn,
  .star-group .btn:focus ~ .btn,
  .star-group .btn:hover ~ .btn {
    color: #fb9c5d;
  }
  
  .border-dashed {
    border-style: dashed;
    border-width: 1px;
  }
  
  .border-bottom-dashed {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
    border-bottom-color: #fff;
  }
  
  .border-top-dashed {
    border-top: 1px dashed rgba(0, 0, 0, 0.14);
    border-top-color: #fff;
  }
  
  .font-weight-semibold {
    font-weight: var(--font-weight-semibold) !important;
  }
  
  .nav-list {
    margin: 0 -5px;
  }
  
  .nav-list .nav-link {
    padding: 19px 7px;
    margin: 0 5px;
    transition: all 0.2s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .nav-list .nav-link {
      transition: none;
    }
  }
  
  .nav-list .nav-link:hover,
  .nav-list .nav-link:active,
  .nav-list .nav-link:focus,
  .nav-list .nav-link.active {
    font-weight: var(--font-weight-semibold);
    color: var(--primary-color);
    box-shadow: 0 3px 0 0 var(--primary-color);
  }
  
  .nav-list .nav-link.active {
    font-weight: var(--font-weight-semibold);
  }
  
  @media (max-width: 991.98px) {
    .nav-list .nav-link {
      padding: 15px 12px;
      margin: 0;
    }
  }
  
  .nav-list .dropdown-toggle::after {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 8px;
    font-size: 10px;
    content: "\E006";
  }
  
  .nav-list.nav-light {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
  }
  
  .nav-list.nav-light .nav-link:hover,
  .nav-list.nav-light .nav-link:active,
  .nav-list.nav-light .nav-link:focus,
  .nav-list.nav-light .nav-link.active {
    color: #fff;
    box-shadow: none !important;
  }
  
  .nav-list.nav-light .nav-link:focus,
  .nav-list.nav-light .nav-link:hover {
    font-weight: 300;
  }
  
  .border {
    border: 1px solid var(--border-color) !important;
  }
  
  .border-top {
    border-top: 1px solid var(--border-color) !important;
  }
  
  .border-right {
    border-right: 1px solid var(--border-color) !important;
  }
  
  .border-bottom {
    border-bottom: 1px solid var(--border-color) !important;
  }
  
  .border-left {
    border-left: 1px solid var(--border-color) !important;
  }
  
  .no-wrap {
    white-space: nowrap !important;
  }
  
  .cheatBoxImg {
    border: 1px solid rgba(0, 0, 0, 0.11);
    border-radius: var(--border-radius);
    image-rendering: auto;
    opacity: 0.8;
	width: 100px;
	height: 60px;
	object-fit: cover;
	object-position: center;
  }
  
  .cheatBoxImg:hover {
    opacity: 1.0;
  }
  
  .img {
    position: relative;
  }
  
  .img i {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
    opacity: 0.5;
  }
  
  .cke {
    margin-bottom: 15px !important;
  }
  
  .blockquote {
    font-style: italic;
  }
  
  .chatMsg {
    padding: 7px;
  }
  
  .chatMsgLeftBlock {
    display: flex;
    align-items: center;
    font-size: 13px;
  }
  
  .chatPp {
    vertical-align: middle;
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
  
  .chatMsgRightBlock {
    margin-left: 5px;
  }
  
  .chatMsgContent {
    word-break: break-word;
  }
  
  .sinceContainer {
    margin-left: 5px;
  }
  
  .levelCircle {
    width: 34px;
    height: 34px;
    font-size: 15px;
    font-weight: var(--font-weight-semibold);
    color: #f3f3f3;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.12);
  }</pre></body></html>