@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");

@font-face {
  font-family: 'Minecraft';
  src: url('https://dtrh.me/fonts/minecraft.woff2') format('woff2'),
       url('https://dtrh.me/fonts/minecraft.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-primary: #c587ff;
  --bg-image: url("https://i.postimg.cc/y8ypRq6M/background.jpg");
  --rh-bg: #060511;
  --rh-surface: rgba(17, 17, 31, 0.72);
  --rh-surface-border: rgba(190, 172, 255, 0.18);
  --rh-text: #f5f1ff;
  --rh-text-dim: #c8c0e8;
  --rh-accent: #c587ff;
  --rh-shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
}

html {
  scroll-behavior: smooth;
}

html,
body {
  min-height: 100%;
}

body {
  font-family: 'Minecraft', 'Press Start 2P', monospace;
  background:
    linear-gradient(180deg, rgba(4, 4, 12, 0.82), rgba(6, 5, 17, 0.92)),
    var(--bg-image) center center / cover no-repeat fixed;
  position: relative;
  color: var(--rh-text);
}

/* particles layer */
#tsparticles {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* content above particles */
.site,
.site-content,
.site-body,
.content,
.content-area,
.page-content,
.main,
.main-content,
.container,
header,
footer,
main {
  position: relative;
  z-index: 1;
}

/* make main wrappers transparent so background shows through */
.site,
.site-content,
.site-body,
.content,
.content-area,
.page-content,
.main,
.main-content,
.container {
  background: transparent !important;
}

/* ── Glassy / transparent block backgrounds ── */
.block,
.widget,
.store-product-full,
.category-description,
.store-text,
.no-products,
.site-home-categories .category,
.store-category-tiered,
.basket-item,
.popup-content,
.basket-popup-content,
.toolbar {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 18%),
    rgba(17, 18, 32, 0.72) !important;
  border: 1px solid var(--rh-surface-border) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), var(--rh-shadow) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
  border-radius: 12px;
}

.btn-primary:hover, .btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 12px rgba(197, 135, 255, 0.35);
}

.quantity-field {
  border-radius: 18px;
}

.site-header-inner .info .image {
  border-radius: 5px;
}

.site-header-inner .user-name ul li {
  overflow: hidden;
}

.site-header-inner .user-name ul li:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.site-header-inner .user-name ul li:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.site-sale-banner {
  border-radius: 14px;
}

.site-home-categories .category {
  border-radius: 18px;
  padding: 20px var(--widget-padding);
  transition: color 0.15s ease-in-out;
}

.site-home-categories .category:hover {
  color: var(--rh-accent);
}

.category-description {
  border-radius: 18px;
}

.store-text {
  border-radius: 18px;
}

.store-text h1,
.store-text h2,
.store-text h3,
.store-text h4,
.store-text h5,
.store-text h6 {
  text-align: center;
}

.store-products-images .store-product {
  text-align: center;
}

.widget-title {
  text-align: center;
}

.widget .store-product {
  text-align: center;
}

.no-products {
  color: var(--rh-text-dim);
  border-radius: 18px;
}

.store-product-full {
  border-radius: 18px;
}

.store-product .quantity-field {
  border-radius: 18px;
  background: var(--color-brighter-bg);
}

.store-product .quantity-field input[type=number] {
  border: none;
}

@media (width > 960px) {
  .navigation-horizontal > ul {
    border-radius: 5px;
  }
}

.navigation-horizontal .has-children > ul {
  border-radius: 5px;
}

.widget {
  border-radius: 18px;
}

@media (width <= 960px) {
  .widget.site-navigation {
    border-radius: 0;
    background: transparent;
  }
}

.widget-gift-card .gift-card-input {
  border-radius: 18px;
}

.widget-top-donator .avatar {
  border-radius: 50%;
}

.widget-community-goal .progress,
.widget-goal .progress {
  border-radius: 6px;
}

.widget-community-goal .progress-bar,
.widget-goal .progress-bar {
  border-radius: 6px;
}

.popup-content {
  border-radius: 18px;
}

.popup-close {
  border-radius: 0 18px 0 12px;
}

.basket-popup-content,
.basket-popup-content .popup-close {
  border-radius: 0;
}

.basket-items {
  padding: var(--widget-padding) calc(var(--content-padding) - var(--widget-padding));
}

.basket-item {
  border-radius: 14px;
}

.basket-item .quantity {
  border-radius: 8px;
}

.toast {
  border-radius: 14px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.toast-close {
  border-radius: 8px;
}

.store-category-tiered {
  border-radius: 18px;
}

.store-category-tiered-header h1,
.store-category-tiered-header h2,
.store-category-tiered-header h3,
.store-category-tiered-header h4,
.store-category-tiered-header h5,
.store-category-tiered-header h6 {
  text-align: center;
}

.store-product-tiered {
  border-radius: 18px;
  background: rgba(17, 18, 32, 0.55) !important;
  border: 1px solid var(--rh-surface-border) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

.version-ribbon {
  position: fixed;
  top: 35px;          /* moved down a bit */
  right: -30px;       /* pulled further into view */
  width: 320px;       /* bigger ribbon */

	text-align: center;
	background: linear-gradient(135deg, #a855f7, #6b21a8);
	color: white;

	font-weight: bold;
	font-size: 18px;    /* larger text */
	padding: 14px 0;

	transform: rotate(30deg);

	box-shadow: 0 10px 30px rgba(0,0,0,0.45);
	z-index: 1000;
	letter-spacing: 0.6px;
}
.site-title img {
  height: 160px;   /* adjust this */
  width: auto;
  max-width: 100%;
  display: block;
}