@charset "UTF-8";

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
}

@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Bold.woff") format("woff");
  font-weight: 700;
}

:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Inter Tight", sans-serif;
  --primary: #54bd95;
  --primary-dark: #44A08D;
  --secondary: #95E1D3;
  --accent: #F38BA8;
  --dark: #2c3e50;
  --dark-light: #34495e;
  --text: #191a15;
  --text-light: #7f8c8d;
  --text-muted: #95a5a6;
  --white: #ffffff;
  --light: #f8f9fa;
  --light-gray: #e9ecef;
  --gray: #6c757d;
  --border: #e7e7e7;
  --success: #28a745;
  --warning: #ffc107;
  --danger: #dc3545;
  --info: #17a2b8;
  --status-completed: #28a745;
  --status-pending: #ffc107;
  --status-cancelled: #dc3545;
  --footer-bg: #161c28;
  --footer-text: #a6a6a6;
  --border-light: #949494;
  --nav-mobile-bg: rgba(25, 26, 21, 0.95);
  --table-header-bg: #f2f2f2;
  --table-text: #353535;
  --modal-dark-bg: #222938;
  --modal-white-bg: #ffffff;
  --modal-grey-bg: rgba(232, 232, 232, 1);
  --modal-overlay-bg: rgba(44, 62, 80, 0.8);
  --navbar-bg: rgba(0, 119, 134, 0.651);
  --burger-menu-bg: #131418;
  --testimonial-text: #131313;
  --rating-subtext: #8b8b8b;
  --black-10: rgba(0, 0, 0, 0.1);
  --crypto-address-bg: #54bd95;
  --primary-10: rgba(84, 189, 149, 0.1);
  --primary-15: rgba(84, 189, 149, 0.15);
  --primary-02: rgba(84, 189, 149, 0.02);
  --primary-dark-10: rgba(68, 160, 141, 0.1);
  --primary-dark-15: rgba(68, 160, 141, 0.15);
  --danger-10: rgba(220, 53, 69, 0.1);
  --danger-dark: #b02a37;
  --success-10: rgba(40, 167, 69, 0.1);
  --warning-10: rgba(255, 193, 7, 0.1);
  --warning-dark: #cc7a00;
  --info-10: rgba(23, 162, 184, 0.1);
  --gray-10: rgba(108, 117, 125, 0.1);
  --accent-light: #f8a7c3;
  --white-95: rgba(255, 255, 255, 0.95);
}

[data-theme=dark] {
  --primary: #54bd95;
  --primary-dark: #44A08D;
  --secondary: #95E1D3;
  --accent: #F38BA8;
  --dark: #1a1a1a;
  --dark-light: #2d2d2d;
  --text: #ffffff;
  --text-light: #b0b0b0;
  --text-muted: #888888;
  --white: #ffffff;
  --light: #2a2a2a;
  --light-gray: #333333;
  --gray: #666666;
  --border: #404040;
  --success: #28a745;
  --warning: #ffc107;
  --danger: #dc3545;
  --info: #17a2b8;
  --status-completed: #28a745;
  --status-pending: #ffc107;
  --status-cancelled: #dc3545;
  --footer-bg: #0f0f0f;
  --footer-text: #888888;
  --border-light: #555555;
  --nav-mobile-bg: rgba(0, 0, 0, 0.95);
  --table-header-bg: #2a2a2a;
  --table-text: #e0e0e0;
  --modal-dark-bg: rgba(37, 44, 40, 1);
  --modal-white-bg: rgba(37, 44, 40, 1);
  --modal-grey-bg: rgba(5, 6, 5, 1);
  --modal-overlay-bg: rgba(0, 0, 0, 0.8);
  --navbar-bg: rgba(0, 119, 134, 0.8);
  --burger-menu-bg: #0f0f0f;
  --testimonial-text: #ffffff;
  --rating-subtext: #b0b0b0;
  --black-10: rgba(255, 255, 255, 0.1);
  --crypto-address-bg: #54bd95;
  --primary-10: rgba(84, 189, 149, 0.15);
  --primary-15: rgba(84, 189, 149, 0.2);
  --primary-02: rgba(84, 189, 149, 0.05);
  --primary-dark-10: rgba(68, 160, 141, 0.15);
  --primary-dark-15: rgba(68, 160, 141, 0.2);
  --danger-10: rgba(220, 53, 69, 0.15);
  --danger-dark: #ff6b6b;
  --success-10: rgba(40, 167, 69, 0.15);
  --warning-10: rgba(255, 193, 7, 0.15);
  --warning-dark: #ffb700;
  --info-10: rgba(23, 162, 184, 0.15);
  --gray-10: rgba(255, 255, 255, 0.1);
  --accent-light: #faa2c1;
  --white-95: rgba(30, 30, 30, 0.95);
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  font-family: var(--font-family);
  font-size: 16px;
  color: var(--text);
  background-image: url("../img/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html[data-theme=dark] body {
  background-color: #0d120f;
  background-image: none;
}

html[data-theme=dark] body .modal__close {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

html[data-theme=dark] body .theme-icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

html[data-theme=dark] body .theme-toggle-btn {
  color: var(--white);
}

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

a {
  color: var(--primary);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  color: var(--primary-dark);
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--light);
}

::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--gray);
}

html {
  scroll-behavior: smooth;
  background-color: var(--black-10);
  scrollbar-gutter: stable;
}

body.locked {
  overflow: hidden;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.wrapper main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-height: 60px;
  padding: 12px 24px;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.btn--primary {
  background: -o-linear-gradient(315deg, var(--primary) 0%, var(--primary-dark) 100%);
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: var(--white);
  border-color: transparent;
}

.btn--primary:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  color: var(--white);
}

.btn--primary:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.btn--fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 180px;
}

.btn--outline {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}

.btn--outline:hover {
  background: var(--primary);
  color: var(--white);
}

.btn--secondary {
  background: var(--light);
  color: var(--text);
  border-color: var(--border);
}

.btn--secondary:hover {
  background: var(--light-gray);
}

.btn--danger {
  background: var(--danger);
  color: var(--white);
}

.btn--danger:hover {
  background: var(--danger-dark);
}

.btn--sm {
  padding: 8px 16px;
  font-size: 12px;
  min-height: auto;
}

.btn--lg {
  padding: 16px 32px;
  font-size: 16px;
  min-height: auto;
}

.btn--full {
  width: 100%;
}

.btn--copy {
  padding: 4px 8px;
  font-size: 12px;
  background: var(--light);
  color: var(--text-light);
  border-radius: 4px;
}

.btn--copy:hover {
  background: var(--light-gray);
}

.btn--icon {
  padding: 8px;
  min-width: 40px;
  min-height: 40px;
}

.btn--icon svg {
  width: 20px;
  height: 20px;
}

.quantity-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--primary);
  border-radius: 100%;
  outline: 0;
  border: 1px solid transparent;
  color: var(--white);
  font-size: 14px;
  text-align: center;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.quantity-btn:hover {
  background-color: var(--success);
}

.quantity-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 32px;
  padding: 0 8px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: var(--table-text);
}

.form-group {
  position: relative;
  margin-bottom: 18px;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-label {
  display: block;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}

.form-input,
.form-select,
.filter-select {
  width: 100%;
  padding: 14px 20px;
  font-family: var(--font-family);
  font-size: 14px;
  color: var(--text);
  background: var(--modal-white-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-input::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, .filter-select::-webkit-input-placeholder {
  color: var(--text-muted);
}

.form-input::-moz-placeholder, .form-select::-moz-placeholder, .filter-select::-moz-placeholder {
  color: var(--text-muted);
}

.form-input:-ms-input-placeholder, .form-select:-ms-input-placeholder, .filter-select:-ms-input-placeholder {
  color: var(--text-muted);
}

.form-input::-ms-input-placeholder, .form-select::-ms-input-placeholder, .filter-select::-ms-input-placeholder {
  color: var(--text-muted);
}

.form-input::placeholder,
.form-select::placeholder,
.filter-select::placeholder {
  color: var(--text-muted);
}

.form-input:focus,
.form-select:focus,
.filter-select:focus {
  outline: none;
  border-color: var(--primary);
  -webkit-box-shadow: 0 0 0 3px var(--primary-10);
          box-shadow: 0 0 0 3px var(--primary-10);
}

.form-input:disabled,
.form-select:disabled,
.filter-select:disabled {
  background: var(--light);
  color: var(--text-muted);
  cursor: not-allowed;
}

.form-input.error,
.form-select.error,
.error.filter-select {
  border-color: var(--danger);
}

.form-input.error:focus,
.form-select.error:focus,
.error.filter-select:focus {
  -webkit-box-shadow: 0 0 0 3px var(--danger-10);
          box-shadow: 0 0 0 3px var(--danger-10);
}

.form-input[type=number] {
  padding-right: 50px;
}

.form-select,
.filter-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-select:focus,
.filter-select:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2354bd95' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
}

.form-currency {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  font-weight: 600;
  color: var(--text-light);
  pointer-events: none;
}

.form-error {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--danger);
}

.form-help {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--text-light);
}

.form-checkbox,
.form-radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.form-checkbox input,
.form-radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-checkbox .checkmark,
.form-radio .checkmark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}

.form-checkbox .checkmark::after,
.form-radio .checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 6px;
  height: 10px;
  border: 2px solid var(--white);
  border-top: none;
  border-left: none;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-checkbox input:checked + .checkmark,
.form-radio input:checked + .checkmark {
  background: var(--primary);
  border-color: var(--primary);
}

.form-checkbox input:checked + .checkmark::after,
.form-radio input:checked + .checkmark::after {
  -webkit-transform: translate(-50%, -60%) rotate(45deg) scale(1);
      -ms-transform: translate(-50%, -60%) rotate(45deg) scale(1);
          transform: translate(-50%, -60%) rotate(45deg) scale(1);
}

.form-checkbox input:focus + .checkmark,
.form-radio input:focus + .checkmark {
  -webkit-box-shadow: 0 0 0 3px var(--primary-10);
          box-shadow: 0 0 0 3px var(--primary-10);
}

.form-checkbox .label-text,
.form-radio .label-text {
  font-size: 14px;
  color: var(--text);
  line-height: 1.4;
}

.form-radio .checkmark {
  border-radius: 50%;
}

.form-radio .checkmark::after {
  width: 8px;
  height: 8px;
  border: none;
  background: var(--white);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

.form-radio input:checked + .checkmark::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--primary);
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.avatar--large {
  width: 100px;
  height: 100px;
}

.avatar--large img {
  width: 60px;
  height: 60px;
}

.avatar--small {
  width: 32px;
  height: 32px;
  font-size: 12px;
}

.avatar--xs {
  width: 24px;
  height: 24px;
  font-size: 10px;
}

.avatar--online {
  position: relative;
}

.avatar--online::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  background: var(--success);
  border: 2px solid var(--white);
  border-radius: 50%;
}

.avatar--offline {
  position: relative;
}

.avatar--offline::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  background: var(--gray);
  border: 2px solid var(--white);
  border-radius: 50%;
}

.avatar--primary {
  background: -o-linear-gradient(315deg, var(--primary) 0%, var(--primary-dark) 100%);
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
}

.avatar--secondary {
  background: -o-linear-gradient(315deg, var(--secondary) 0%, var(--primary) 100%);
  background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);
}

.avatar--accent {
  background: -o-linear-gradient(315deg, var(--accent) 0%, var(--accent-light) 100%);
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}

.avatar--gray {
  background: var(--gray);
}

.status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  min-width: 90px;
  padding: 4px 12px;
  text-align: center;
  font-family: var(--font-family);
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
}

.status--completed {
  background: var(--success-10);
  color: var(--status-completed);
}

.status--pending {
  background: var(--warning-10);
  color: var(--warning-dark);
}

.status--cancelled {
  background: var(--danger-10);
  color: var(--status-cancelled);
}

.status--processing {
  background: var(--info-10);
  color: var(--info);
}

.status--draft {
  background: var(--gray-10);
  color: var(--gray);
}

@-webkit-keyframes pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.theme-toggle-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--modal-grey-bg);
  border-radius: 16px;
  padding: 4px;
  gap: 2px;
  position: relative;
}

.theme-toggle-container--header {
  background: var(--modal-grey-bg);
}

.theme-toggle-container--sidebar {
  width: 100%;
  background: transparent;
  border: 1px solid var(--border);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.theme-toggle-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-height: 32px;
  padding: 8px 12px;
  background: transparent;
  border: none;
  border-radius: 16px;
  color: var(--dark);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 1;
}

.theme-toggle-btn .theme-icon {
  font-size: 16px;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-filter: brightness(1) saturate(0) invert(1);
          filter: brightness(1) saturate(0) invert(1);
}

.theme-toggle-btn .theme-text {
  font-weight: 500;
  white-space: nowrap;
}

.theme-toggle-btn:hover:not(.active) {
  background: var(--light-gray);
  color: var(--text);
}

.theme-toggle-btn.active {
  background: var(--white);
  color: var(--dark);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.theme-toggle-btn.active .theme-icon {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.theme-toggle-btn.active[data-theme=dark] {
  background: var(--dark);
  color: var(--white);
}

.theme-toggle-btn.active[data-theme=dark] .theme-icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.theme-toggle-btn:focus {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.theme-toggle-container--sidebar {
  display: none;
}

.theme-toggle-container--sidebar .theme-toggle-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 16px;
  min-height: 44px;
  font-size: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.theme-toggle-container--sidebar .theme-toggle-btn.active {
  background: var(--primary);
  color: var(--white);
}

.theme-toggle-container--sidebar .theme-toggle-btn:hover:not(.active) {
  background: var(--primary-10);
}

.theme-toggle-container--icon-only .theme-toggle-btn {
  min-width: 36px;
  padding: 8px;
}

.theme-toggle-container--icon-only .theme-toggle-btn .theme-text {
  display: none;
}

:root {
  --theme-transition: background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

*,
*::before,
*::after {
  -webkit-transition: var(--theme-transition);
  -o-transition: var(--theme-transition);
  transition: var(--theme-transition);
}

img,
video,
iframe,
embed,
object {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.theme-loading * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.system-theme-indicator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 4px;
}

.system-theme-indicator::before {
  content: "🖥️";
  font-size: 10px;
}

.system-theme-indicator[data-system-theme=dark]::before {
  content: "🌙";
}

.system-theme-indicator[data-system-theme=light]::before {
  content: "☀️";
}

@-webkit-keyframes theme-switch {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes theme-switch {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.theme-toggle-container.switching {
  -webkit-animation: theme-switch 0.3s ease;
          animation: theme-switch 0.3s ease;
}

.header {
  padding: 40px 0 16px;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 12px;
  gap: 20px;
  border-top: 1px solid var(--border-light);
}

.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__nav {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}

.header__nav::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -12px;
  width: 1px;
  height: 20px;
  background-color: var(--border-light);
}

.header__theme {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}

.header__user {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}

.header__user .trigger-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.header__user::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 1px;
  height: 20px;
  background-color: var(--border-light);
}

.header__burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
  position: relative;
}

.header__burger span {
  width: 20px;
  height: 2px;
  background: var(--text);
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__burger:hover span {
  background: var(--primary);
}

.header__burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
  background: var(--white);
}

.header__burger.active span:nth-child(2) {
  opacity: 0;
}

.header__burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(3px, -4px);
      -ms-transform: rotate(-45deg) translate(3px, -4px);
          transform: rotate(-45deg) translate(3px, -4px);
  background: var(--white);
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text);
}

.logo__icon {
  width: 32px;
  height: 32px;
  background: -o-linear-gradient(315deg, var(--primary) 0%, var(--primary-dark) 100%);
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-radius: 8px;
  position: relative;
}

.logo__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: var(--white);
  border-radius: 50%;
}

.logo__text {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__item {
  position: relative;
}

.nav__link {
  display: block;
  padding: 8px 0;
  font-weight: 500;
  font-size: 16px;
  color: var(--text-light);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}

.nav__link:hover {
  color: var(--text);
}

.nav__link--active {
  color: var(--text);
  font-weight: 600;
}

.user-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}

.user-profile:hover {
  background: var(--modal-white-bg);
}

.user-profile__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.user-profile__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.user-profile__email {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.user-profile__balance {
  font-weight: 500;
  font-size: 16px;
  color: var(--footer-text);
}

.user-profile__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  color: var(--text-light);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.user-profile__dropdown:hover {
  color: var(--text);
}

.user-profile__dropdown svg {
  width: 12px;
  height: 8px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.user-profile__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 280px;
  padding: 20px;
  background: var(--modal-white-bg);
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10;
}

.user-profile__menu-item .btn {
  width: 100%;
}

.user-profile__menu-item .btn:hover {
  color-scheme: var(--white);
}

.user-profile__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.user-profile__menu-link:hover {
  background: var(--light);
}

.user-profile__menu-link:first-child {
  border-radius: 12px 12px 0 0;
}

.user-profile__menu-link:last-child {
  border-radius: 0 0 12px 12px;
}

.user-profile__menu-link--danger {
  color: var(--danger);
}

.user-profile__menu-link--danger:hover {
  background: var(--danger-10);
}

.user-profile__menu-link svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.user-profile__menu-divider {
  height: 1px;
  background: var(--border);
  margin: 8px 0;
}

.user-profile--open .user-profile__dropdown svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.user-profile--open .user-profile__menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.nav {
  background-color: var(--navbar-bg);
  overflow: hidden;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}

.logo a {
  color: var(--white);
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__item {
  margin-left: 25px;
}

.menu__item-link {
  color: var(--white);
}

.burger {
  display: none;
  cursor: pointer;
}

.header__btns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header__btn {
  min-height: 40px;
  min-width: 100px;
}

.footer {
  background: var(--footer-bg);
  color: var(--white);
  padding: 70px 0 40px;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.footer__main {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
}

.footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.footer__brand .logo {
  color: var(--white);
}

.footer__brand .logo__text {
  font-weight: 600;
  font-size: 40px;
  line-height: 75%;
  color: var(--primary);
}

.footer__description {
  font-size: 18px;
  font-weight: 500;
  color: var(--footer-text);
}

.footer__subscribe {
  margin-top: 8px;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  gap: 40px;
}

.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__title {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  margin: 0 0 8px 0;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__link {
  font-size: 16px;
  color: var(--footer-text);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer__link:hover {
  color: var(--primary);
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__copyright {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}

.footer__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.footer__legal-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer__legal-link:hover {
  color: var(--primary);
}

.footer__separator {
  color: var(--white);
}

.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 2px solid var(--footer-text);
  border-radius: 70px;
  max-width: 410px;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.subscribe__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 16px;
  background: transparent;
  border: none;
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
}

.subscribe__input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  color: var(--footer-text);
}

.subscribe__input::-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  color: var(--footer-text);
}

.subscribe__input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  color: var(--footer-text);
}

.subscribe__input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  color: var(--footer-text);
}

.subscribe__input::placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  color: var(--footer-text);
}

.subscribe__input:focus {
  outline: none;
}

.subscribe__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--primary);
  border: none;
  width: 46px;
  margin-right: 7px;
  height: 46px;
  border-radius: 100%;
  color: var(--white);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.subscribe__btn:hover {
  background: var(--primary-dark);
}

.sidebar {
  width: 280px;
  background: var(--modal-white-bg);
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sidebar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.sidebar__profile {
  margin-bottom: 24px;
}

.sidebar__nav {
  margin-bottom: 36px;
}

.sidebar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  border-radius: 8px;
}

.sidebar__link:hover {
  background: var(--light);
  color: var(--text);
}

.sidebar__link--active {
  background: -o-linear-gradient(315deg, var(--primary-10) 0%, var(--primary-dark-10) 100%);
  background: linear-gradient(135deg, var(--primary-10) 0%, var(--primary-dark-10) 100%);
  color: var(--primary);
  font-weight: 600;
}

.sidebar__link--active:hover {
  background: -o-linear-gradient(315deg, var(--primary-15) 0%, var(--primary-dark-15) 100%);
  background: linear-gradient(135deg, var(--primary-15) 0%, var(--primary-dark-15) 100%);
  color: var(--primary);
}

.sidebar__link--active .sidebar__icon {
  color: var(--primary);
}

.sidebar__link:focus {
  outline: 2px solid var(--primary);
  outline-offset: -2px;
}

.sidebar__icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sidebar__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sidebar__action .btn {
  border-radius: 40px;
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-align: center;
}

.profile__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: 100%;
}

.profile__email {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: var(--text);
  word-break: break-all;
}

.profile__balance {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: var(--footer-text);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background: var(--modal-overlay-bg);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.modal__content {
  position: relative;
  background: var(--modal-white-bg);
  border-radius: 20px;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  max-width: 620px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1000;
}

.modal__content--auth {
  max-width: 620px;
}

.modal__content--large {
  max-width: 800px;
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.auth {
  padding: 60px 80px;
  background-color: var(--modal-dark-bg);
}

.auth__icon {
  margin: 0 auto 10px;
  text-align: center;
}

.auth__title {
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  color: var(--white);
  margin: 0 0 32px 0;
}

.auth__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
}

.auth__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

.auth__link {
  font-weight: 500;
  font-size: 14px;
  color: var(--primary);
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.auth__link--right {
  margin-left: auto;
}

.auth__link:hover {
  color: var(--primary-dark);
  text-decoration: none;
}

.deposit {
  padding: 40px;
}

.deposit__title {
  font-weight: 600;
  font-size: 32px;
  color: var(--text);
  margin: 0 0 32px 0;
}

.deposit__subtitle {
  font-weight: 600;
  font-size: 24px;
  color: var(--text);
  margin: 0 0 20px 0;
}

.deposit__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 32px 32px 24px;
}

.deposit__description {
  font-weight: 500;
  font-size: 14px;
  color: var(--text);
  margin: 0 0 20px 0;
}

.deposit__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order {
  padding: 40px;
  background-color: var(--modal-white-bg);
}

.order__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 28px;
  gap: 20px;
}

.order__header .btn {
  border-radius: 40px;
  padding: 12px 26px;
  min-height: 40px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-align: center;
  color: var(--text);
}

.order__title {
  font-weight: 600;
  font-size: 32px;
  color: var(--text);
  margin: 0;
}

.order__details {
  background-color: var(--modal-white-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 10px 10px 0 0;
  margin-top: 2rem;
}

.order__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--border);
}

.order__row:last-child {
  border-bottom: none;
}

.order__label {
  min-width: 180px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  color: var(--table-text);
}

.order__value {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  color: var(--table-text);
}

.order__value.order__timer {
  font-weight: 700;
  font-size: 14px;
  color: var(--primary);
}

.order__payment {
  background: var(--modal-dark-bg);
  border-radius: 0 0 10px 10px;
  padding: 24px;
}

.order__payment .payment-status__text {
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
}

.order__payment .payment-status__details {
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
}

.order__payment .payment-status__details strong {
  color: var(--primary);
}

.order__timer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}

.payment-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}

.payment-status__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 160px;
          flex: 0 1 160px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
  margin-bottom: 16px;
}

.payment-status__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.payment-status__text {
  font-size: 16px;
  font-weight: 600;
  color: var(--warning);
}

.payment-status__details {
  font-size: 14px;
  color: var(--text-light);
  margin: 0;
}

.payment-status__address {
  padding: 8px 12px;
  border-radius: 4px;
  background-color: var(--crypto-address-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.payment-status__address .crypto-address {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 1;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.payment-status__qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 8px;
}

.deposit-btn {
  margin-left: auto;
  border-radius: 500px;
}

.crypto-address {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  font-size: 12px;
  color: var(--white);
  word-break: break-all;
}

.qr-code {
  width: 154px;
  height: 154px;
  background: var(--light-gray);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 4px;
}

.qr-code img {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.qr-code .qr-placeholder {
  font-size: 12px;
  color: var(--text-muted);
}

.buy-product {
  padding: 40px;
  background-color: var(--modal-white-bg);
}

.buy-product__title {
  font-size: 32px;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 32px 0;
  text-align: center;
}

.product-item {
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 10px;
}

.product-item__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 8px 0;
}

.product-item__description {
  font-size: 14px;
  color: var(--text-light);
  margin: 0 0 16px 0;
}

.product-item__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.product-item__text {
  font-weight: 500;
  font-size: 14px;
  color: var(--table-text);
  margin: 18px 0;
}

.product-item__total-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-item__total {
  margin: 34px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.06em;
  color: var(--text);
}

.main {
  padding: 60px 0;
}

.hero {
  margin-bottom: 160px;
}

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
}

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
}

.hero__content .btn {
  min-width: 200px;
}

.hero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.hero__title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--text);
  margin: 0;
}

.hero__description {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-light);
  margin: 0;
  max-width: 480px;
}

.hero__button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
}

.hero__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.hero__visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.hero__main-card {
  border-radius: 20px;
  position: relative;
}

.hero__card-icon {
  position: absolute;
  left: 60px;
  top: -30px;
}

.hero__card-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255, 255, 255, 0.3);
}

.hero__cards-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}

.hero__cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.hero__cards-icon {
  position: absolute;
  right: -30px;
  top: 40%;
}

.info-card {
  border-radius: 20px;
  padding: 24px 40px 24px 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.info-card:hover {
  background: var(--modal-white-bg);
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}

.info-card--featured {
  background: var(--modal-white-bg);
  position: relative;
}

.info-card__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.06em;
  color: var(--text);
}

.info-card__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--text);
}

.info-card__list {
  list-style: none;
  margin: 16px 0;
  padding: 0;
}

.info-card__list li {
  position: relative;
  padding-left: 16px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: var(--text);
}

.info-card__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: bold;
}

.info-card__arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.info-card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--primary-10);
  border-radius: 8px;
  color: var(--primary);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: auto;
}

.info-card__link:hover {
  background: var(--primary);
  color: var(--white);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  gap: 20px;
  padding: 40px 30px;
  background-color: var(--modal-white-bg);
}

.products__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 16px 0 40px;
}

.products__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products__more .btn {
  border-radius: 500px;
  min-height: 40px;
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 246px;
}

.filters .btn {
  border-radius: 500px;
  min-height: 50px;
}

.filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  min-width: 200px;
}

.filters-label {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.06em;
  color: var(--text);
}

.product-card {
  background: var(--modal-white-bg);
  padding: 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border: 1px solid var(--border);
  border-radius: 10px;
}

.product-card:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.product-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.product-card__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.06em;
  color: var(--text);
}

.product-card__category {
  font-weight: 500;
  font-size: 12px;
  color: var(--footer-text);
}

.product-card__description {
  font-weight: 500;
  font-size: 14px;
  color: var(--table-text);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.product-card__footer .btn {
  border-radius: 500px;
  min-height: 40px;
  min-width: 100px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: var(--white);
}

.product-card__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.06em;
  color: var(--text);
}

.features {
  padding: 160px 0;
}

.features__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 240px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.features__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

.features__title {
  font-weight: 700;
  font-size: 50px;
  color: var(--text);
}

.features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  color: var(--text);
}

.features__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.features__image-inner {
  position: relative;
}

.features__image-main {
  border-radius: 20px;
}

.features__author {
  position: absolute;
  top: 36px;
  left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 20px;
  max-width: 240px;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.05);
  background: var(--modal-white-bg);
}

.features__author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}

.features__author-title {
  font-weight: 500;
  font-size: 16px;
  color: var(--text);
}

.features__author-text {
  font-weight: 500;
  font-size: 12px;
  color: var(--footer-text);
}

.features__author--second {
  top: 120px;
  left: auto;
  right: -40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.features__min-pic {
  position: absolute;
  bottom: 200px;
  left: -60px;
}

.features__checks {
  position: absolute;
  bottom: 56px;
  left: -160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  padding: 20px;
  max-width: 300px;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.05);
  background: var(--modal-white-bg);
}

.features__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.user-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  min-width: 280px;
}

.user-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.user-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.user-card__name {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}

.user-card__role {
  font-size: 12px;
  color: var(--text-light);
}

.user-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.user-card__label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.user-card__placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  background: var(--light);
  border-radius: 8px;
  color: var(--text-muted);
}

.user-card__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--text);
}

.user-card__status svg {
  width: 16px;
  height: 16px;
}

.testimonials__grid {
  padding: 40px 0;
}

.testimonial {
  position: relative;
  width: 580px;
  min-width: 580px;
  background: var(--modal-white-bg);
  border-radius: 20px;
  padding: 46px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimonial::before {
  content: "";
  position: absolute;
  right: 20px;
  top: -40px;
  width: 100px;
  height: 80px;
  background-image: url("../img/icons/quot.svg");
  background-repeat: no-repeat;
}

.testimonial__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
  margin-bottom: 30px;
}

.testimonial__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.testimonial__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.testimonial__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}

.testimonial__title {
  font-weight: 700;
  font-size: 20px;
  color: var(--testimonial-text);
}

.testimonial__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--testimonial-text);
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.rating__stars {
  margin-bottom: 6px;
}

.rating__text {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: var(--testimonial-text);
}

.rating__subtext {
  font-size: 16px;
  line-height: 100%;
  color: var(--rating-subtext);
}

.table-responsive {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 12px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  background: var(--modal-white-bg);
  font-size: 14px;
}

.table__head {
  background: var(--table-header-bg);
}

.table__header {
  padding: 16px 20px;
  text-align: left;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  color: var(--table-text);
  border-bottom: 1px solid var(--border);
  white-space: nowrap;
}

.table__header:first-child {
  border-top-left-radius: 12px;
}

.table__header:last-child {
  border-top-right-radius: 12px;
}

.table__row {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.table__row:hover {
  background: var(--primary-02);
}

.table__row:last-child .table__cell {
  border-bottom: none;
}

.table__row:last-child .table__cell:first-child {
  border-bottom-left-radius: 12px;
}

.table__row:last-child .table__cell:last-child {
  border-bottom-right-radius: 12px;
}

.table__cell {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  color: var(--table-text);
  vertical-align: middle;
}

.table__cell--center {
  text-align: center;
}

.table__cell--right {
  text-align: right;
}

.table__cell--nowrap {
  white-space: nowrap;
}

.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  min-width: 200px;
}

.product-info__title {
  font-weight: 500;
  font-size: 14px;
  color: var(--table-text);
}

.product-info__subtitle {
  font-size: 12px;
  color: var(--text-light);
  line-height: 1.3;
}

.deposits__title,
.orders-history__title {
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 32px 0;
}

.deposits__table,
.orders-history__table {
  margin-bottom: 32px;
}

.deposits__more,
.orders-history__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.deposits__more .btn,
.orders-history__more .btn {
  min-height: 40px;
  border-radius: 40px;
  color: var(--text);
}

.dashboard {
  padding: 80px 0;
  overflow: hidden;
}

.dashboard__body {
  min-height: 100vh;
}

.dashboard__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 40px;
  border-radius: 20px;
  background-color: var(--modal-white-bg);
}

.dashboard__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: var(--modal-white-bg);
}

.tab-content {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.tab-content--active {
  display: block;
  opacity: 1;
}

.tab-content--fade-in {
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.transactions {
  background: var(--white);
  border-radius: 16px;
  padding: 24px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.transactions__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 24px 0;
}

.transactions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}

.transactions__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.transaction-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px;
  background: var(--light);
  border-radius: 12px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.transaction-item:hover {
  background: var(--light-gray);
}

.transaction-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--primary-10);
  border-radius: 50%;
  color: var(--primary);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.transaction-item__icon svg {
  width: 24px;
  height: 24px;
}

.transaction-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 16px;
}

.transaction-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.transaction-item__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}

.transaction-item__date {
  font-size: 12px;
  color: var(--text-light);
}

.transaction-item__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  text-align: right;
}

.transaction-item__value {
  font-size: 16px;
  font-weight: 700;
}

.transaction-item__value[data-type=deposit] {
  color: var(--success);
}

.transaction-item__value[data-type=purchase] {
  color: var(--danger);
}

.modals-demo {
  padding: 40px 0;
}

.modals-demo__title {
  font-size: 32px;
  font-weight: 700;
  color: var(--text);
  text-align: center;
  margin: 0 0 40px 0;
}

.modals-demo__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 60px;
}

.demo-card {
  background: var(--white);
  border-radius: 16px;
  padding: 32px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.demo-card:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.demo-card__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 12px 0;
}

.demo-card__description {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.5;
  margin: 0 0 24px 0;
}

.component-demo {
  background: var(--white);
  border-radius: 16px;
  padding: 40px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.component-demo__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 32px 0;
  text-align: center;
}

.component-demo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pages {
  padding: 50px 0;
}

.pages__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: var(--text);
}

.pages__subtitle {
  font-size: 24px;
  font-weight: 600;
  margin: 40px 0 20px;
  color: var(--dark-light);
}

.pages__list {
  display: grid;
  gap: 20px;
  margin-bottom: 40px;
}

.pages__item {
  display: grid;
}

.pages__link {
  padding: 30px;
  background: var(--modal-dark-bg);
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: var(--white);
}

.pages__link:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  background: -o-linear-gradient(315deg, var(--primary) 0%, var(--primary-dark) 100%);
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: var(--white);
}

.pages__info h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.pages__info p {
  font-size: 14px;
  opacity: 0.8;
  margin: 0;
}

.components__list {
  display: grid;
  gap: 15px;
}

.components__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: var(--light);
  border-radius: 8px;
  border-left: 4px solid var(--primary);
}

.components__name {
  font-family: var(--second-family);
  font-weight: 600;
  color: var(--text);
}

.components__desc {
  color: var(--text-light);
  font-size: 14px;
}

@media (max-width: 1449.98px) {
  .hero__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .hero__card-placeholder svg {
    width: 100%;
  }

  .hero__cards-wrapper {
    gap: 40px;
  }
}

@media (max-width: 1300px) {
  .hero {
    margin-bottom: 80px;
  }

  .products__grid {
    grid-template-columns: 1fr 1fr;
  }

  .features {
    padding: 80px 0;
  }

  .features__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .features__text {
    gap: 20px;
  }

  .features__title br {
    display: none;
  }

  .features__image-inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .sidebar {
    margin: 0 auto;
  }

  .dashboard__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}

@media (max-width: 991.98px) {
  .theme-toggle-container--header {
    display: none;
  }

  .theme-toggle-container--sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__content {
    padding: 12px 0;
  }

  .header__nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: var(--nav-mobile-bg);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 99;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }

  .header__nav.active {
    left: 0;
  }

  .header__theme {
    display: none;
  }

  .header__nav.active .header__user {
    display: block;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .nav__link {
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
    padding: 12px 0;
  }

  .nav__link:hover {
    color: var(--primary);
  }

  .nav__link--active {
    color: var(--primary);
  }

  .header__nav.active .user-profile__menu-link {
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .header__nav.active .user-profile__menu-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--primary);
  }

  .header__nav.active .user-profile__menu-link--danger {
    color: var(--danger);
  }

  .header__nav.active .user-profile__menu-link--danger:hover {
    background: var(--danger-10);
    color: var(--danger);
  }

  .header__nav.active .user-profile__menu-link:first-child,
  .header__nav.active .user-profile__menu-link:last-child {
    border-radius: 8px;
  }

  .header__nav.active .user-profile__menu-link img {
    width: 20px;
    height: 20px;
    opacity: 0.8;
  }

  .header__nav.active .user-profile {
    background: none;
    padding: 0;
    cursor: default;
  }

  .header__nav.active .user-profile:hover {
    background: none;
  }

  .header__nav.active .user-profile .user-profile__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .header__nav.active .user-profile .user-profile__email {
    color: var(--white);
  }

  .header__nav.active .user-profile .user-profile__balance {
    color: var(--primary);
  }

  .header__nav.active .user-profile .user-profile__dropdown {
    display: none;
  }

  .header__nav.active .user-profile .user-profile__menu {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 20px;
    padding: 0;
    min-width: auto;
    max-width: 250px;
  }

  .footer__main {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sidebar {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero {
    margin-bottom: 60px;
  }

  .hero__container {
    grid-template-columns: repeat(1, 1fr);
  }

  .hero__content {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }

  .hero__text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hero__button {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .filters {
    width: 100%;
  }

  .features__author {
    left: -20px;
    padding: 12px;
  }

  .features__author--second {
    left: auto;
    right: -20px;
  }

  .features__min-pic {
    left: -40px;
  }

  .features__checks {
    left: -60px;
  }

  .dashboard {
    padding: 40px 0;
  }
}

@media screen and (max-width: 991.98px) {
  .header__nav::before {
    content: none;
  }

  .header__user::before {
    content: none;
  }

  .menu {
    position: fixed;
    background: var(--burger-menu-bg);
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: none;
  }

  .menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    pointer-events: all;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 22;
    -webkit-animation: fade 0.1s linear;
            animation: fade 0.1s linear;
  }

  .burger {
    display: block;
    position: relative;
    height: 20px;
    width: 30px;
    z-index: 102;
    cursor: pointer;
  }

  .burger.active-burger:before {
    background: "white";
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    top: 8px;
  }

  .burger.active-burger:after {
    background: "white";
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 10px;
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }

  .burger.active-burger span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .burger:before,
  .burger:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: "black";
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }

  .burger:before {
    top: 0;
  }

  .burger::after {
    bottom: 0;
  }

  .burger span {
    position: absolute;
    top: 9px;
    right: 0;
    width: 100%;
    background: "black";
    height: 2px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }

  .menu__item {
    margin-top: 15px;
  }

  .menu__item-link {
    color: var(--white);
  }

  .header__btns {
    display: none;
  }
}

@media (max-width: 767.98px) {
  body {
    background-position: right;
  }

  .container {
    padding: 0 20px;
  }

  .header__user {
    margin-left: auto;
  }

  .footer__links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .auth {
    padding: 40px 20px;
  }

  .auth__title {
    font-size: 24px;
  }

  .deposit {
    padding: 40px 20px;
  }

  .deposit__body {
    border: none;
    padding: 0;
  }

  .order {
    padding: 40px 20px;
  }

  .order__row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .order__label {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .order__value {
    text-align: right;
  }

  .payment-status {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .payment-status__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .buy-product {
    padding: 40px 20px;
  }

  .product-item {
    padding: 12px;
  }

  .main {
    padding: 20px 0;
  }

  .hero {
    margin-bottom: 40px;
  }

  .hero__content {
    gap: 40px;
  }

  .hero__title {
    font-size: 42px;
  }

  .hero__underline svg {
    width: 100%;
  }

  .hero__description {
    font-size: 15px;
  }

  .hero__cards-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .hero__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero__cards-icon {
    right: -10px;
  }

  .products {
    padding: 20px;
    gap: 40px;
  }

  .products__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 30px 0;
  }

  .filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .filter-group {
    min-width: auto;
  }

  .features {
    padding: 40px 0;
  }

  .features__title {
    font-size: 28px;
  }

  .features__list {
    gap: 16px;
  }

  .features__item {
    font-size: 16px;
    gap: 16px;
  }

  .features__image-main img {
    max-width: 100%;
    width: 100%;
  }

  .features__min-pic {
    left: -20px;
  }

  .features__checks {
    left: -20px;
  }

  .testimonials__grid {
    padding: 20px 0;
  }

  .testimonial {
    width: 100%;
    min-width: 100px;
    max-width: 100%;
    padding: 24px 12px;
  }

  .testimonial::before {
    top: -20px;
    width: 50px;
    height: 40px;
    background-size: contain;
  }

  .testimonial__header {
    gap: 16px;
    margin-bottom: 16px;
  }

  .testimonial__content {
    gap: 16px;
  }

  .testimonial__avatar .avatar {
    width: 60px;
    height: 60px;
  }

  .testimonial__avatar .avatar img {
    width: 30px;
    height: 30px;
  }

  .testimonial__title {
    font-size: 18px;
  }

  .components__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}

@media (max-width: 479.98px) {
  .order__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .hero__title {
    font-size: 32px;
  }

  .transaction-item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }

  .transaction-item__amount {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 360px) {
  .theme-toggle-btn .theme-text {
    display: none;
  }
}