:root {
  --bg-primary: #090d10;
  --bg-secondary: #10161a;
  --bg-tertiary: #19251f;
  --text-primary: #f1f5f4;
  --text-secondary: #a3b2b0;
  --text-muted: #9aacaa;
  --accent-cyan: #72f5bb;
  --accent-purple: #72f5bb;
  --border-color: #26312f;
  --glass-border: #26312f;
  --glass-bg: #10161a;
  --gradient-primary: linear-gradient(135deg, #72f5bb, #a3f9d2);
}
body {
  background: #090d10;
  color: #f1f5f4;
  font-family: Inter, Arial, sans-serif;
}
.navbar {
  position: sticky;
  top: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #26312f;
  background: #090d10ed;
  backdrop-filter: blur(18px);
  padding: 0;
  transform: none;
  left: 0;
  margin: 0;
  max-width: none;
}
.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 22px 0;
}
.nav-logo {
  font-size: 23px;
  gap: 10px;
}
.logo-img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}
.logo-text {
  font-family: Inter, Arial, sans-serif;
  font-weight: 750;
  letter-spacing: -1px;
}
.nav-link {
  font-size: 14px;
  padding: 5px 10px;
}
.nav-link i {
  display: none;
}
.nav-link.active {
  background: #19251f;
  color: #72f5bb;
}
.nav-menu {
  gap: 18px;
}
.reviews-hero {
  padding: 70px 40px 45px;
  text-align: left;
}
.reviews-hero-container {
  max-width: 1200px;
  margin: auto;
}
.reviews-hero-title {
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.055em;
}
.reviews-hero-subtitle {
  max-width: none;
  margin: 20px 0 0;
  font-size: 16px;
}
.gradient-text {
  background: none;
  color: #72f5bb;
  -webkit-text-fill-color: #72f5bb;
}
.fresh-label {
  display: inline-block;
  border: 1px solid #294638;
  background: #13271d;
  color: #96eac0;
  padding: 5px 12px;
  font-size: 12px;
  border-radius: 25px;
  margin-bottom: 23px;
}
.reviews-container {
  max-width: 1200px;
}
.reviews-main {
  padding: 0 40px 80px;
  min-height: 45vh;
}
.reviews-filter-bar {
  padding: 20px 0 26px;
  border-bottom: 1px solid #26312f;
  gap: 20px;
}
.filter-tab {
  font-size: 13px;
  border-radius: 5px;
  padding: 8px 12px;
}
.filter-tab.active {
  background: #19251f;
  color: #72f5bb;
  border-color: #315441;
}
.btn {
  font-family: Inter, Arial, sans-serif;
  border-radius: 7px;
  font-size: 14px;
  padding: 12px 18px;
  min-height: 43px;
  transition:
    transform 0.2s,
    border-color 0.2s;
}
.btn-primary {
  background: #72f5bb;
  color: #09281c;
  border: 1px solid #72f5bb;
  box-shadow: none;
}
.btn-primary:hover {
  background: #92f6c9;
  transform: translateY(-2px);
  box-shadow: none;
}
.btn-secondary {
  background: #10161a;
  border: 1px solid #26312f;
  color: #f1f5f4;
}
.reviews-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding-top: 28px;
}
.review-card {
  background: linear-gradient(140deg, #14201b, #10161a 65%);
  border: 1px solid #26312f;
  border-radius: 11px;
  padding: 26px;
  margin: 0;
}
.review-title {
  font-size: 20px;
  letter-spacing: -0.025em;
}
.review-content {
  font-size: 16px;
  line-height: 1.8;
  color: #b0bfba;
}
.review-avatar {
  border-radius: 9px;
}
.review-plugin-tag {
  color: #72f5bb;
  background: #72f5bb12;
  border: 1px solid #72f5bb22;
  padding: 4px 9px;
  border-radius: 5px;
  font-size: 12px;
}
.review-stars {
  color: #72f5bb;
  font-size: 12px;
}
.review-footer {
  border-top: 1px solid #26312f;
}
.review-helpful-btn {
  font-size: 12px;
}
.review-date {
  font-size: 12px;
  color: #9aacaa;
}
.review-username {
  font-size: 14px;
}
.reviews-empty,
.reviews-loading {
  grid-column: 1/-1;
}
.write-review-card,
.auth-modal,
.settings-modal,
.glass-card {
  background: #10161a;
  border: 1px solid #26312f;
  border-radius: 12px;
  box-shadow: 0 20px 100px #0006;
}
.form-group input,
.form-group select,
.form-group textarea,
.reviews-sort select {
  border: 1px solid #314037;
  background: #0d1511;
  color: #f1f5f4;
  border-radius: 6px;
  font-size: 14px;
}
.form-group label {
  font-size: 14px;
}
.auth-modal,
.settings-modal {
  max-height: 90vh;
  overflow: auto;
}
.settings-tab.active {
  color: #72f5bb;
  border-color: #72f5bb;
}
.footer {
  background: #0e1519;
  border-top: 1px solid #26312f;
  padding-top: 40px;
}
.footer-container {
  max-width: 1200px;
}
.footer p,
.footer a {
  font-size: 13px;
}
.footer-bottom {
  font-size: 12px;
}
.footer-logo-img {
  width: 32px;
  height: 32px;
}
.toast {
  font-size: 14px;
  border-radius: 8px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #72f5bb;
  outline-offset: 4px;
}
.light-mode {
  --bg-primary: #f4f8f6;
  --bg-secondary: #fff;
  --bg-tertiary: #e8efeb;
  --text-primary: #14291f;
  --text-secondary: #53675c;
  --text-muted: #53675c;
  --accent-cyan: #147541;
  --accent-purple: #147541;
  background: #f4f8f6;
  color: #14291f;
}
.light-mode .navbar,
.light-mode .review-card,
.light-mode .write-review-card,
.light-mode .auth-modal,
.light-mode .settings-modal,
.light-mode .footer,
.light-mode .glass-card {
  background: #fff;
  color: #14291f;
  border-color: #ccdcd1;
}
.light-mode .review-content {
  color: #53675c;
}
.light-mode .btn-secondary {
  background: #fff;
  color: #14291f;
  border-color: #ccdcd1;
}
.light-mode .form-group input,
.light-mode .form-group select,
.light-mode .form-group textarea,
.light-mode .reviews-sort select {
  background: #fff;
  color: #14291f;
  border-color: #ccdcd1;
}
.light-mode .gradient-text {
  color: #147541;
  -webkit-text-fill-color: #147541;
}
.light-mode .review-plugin-tag {
  color: #147541;
}
.light-mode .review-stars {
  color: #147541;
}
.light-mode .fresh-label {
  background: #e1f0e7;
  color: #147541;
}
.light-mode .nav-link.active,
.light-mode .filter-tab.active {
  background: #e1f0e7;
  color: #147541;
}
.light-mode .btn-primary {
  background: #147541;
  color: #fff;
  border-color: #147541;
}
@media (max-width: 1280px) {
  .nav-container {
    margin: 0 40px;
  }
}
@media (max-width: 900px) {
  .reviews-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .reviews-filter-bar {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 600px) {
  .nav-container {
    margin: 0 18px;
    padding: 20px 0;
  }
  .reviews-hero {
    padding: 45px 18px 30px;
  }
  .reviews-main {
    padding: 0 18px 50px;
  }
  .reviews-list {
    grid-template-columns: 1fr;
  }
  .reviews-filter-tabs {
    flex-wrap: wrap;
  }
  .reviews-sort {
    flex-wrap: wrap;
  }
  .reviews-hero-title {
    font-size: 2.6rem;
  }
  .review-card {
    padding: 23px;
  }
  .nav-menu {
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
  }
  .footer-container {
    padding: 0 18px;
  }
  .auth-modal,
  .settings-modal {
    width: calc(100% - 24px);
    padding: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
