:root {
  --tzq-header-height-desktop: 90px;
  --tzq-header-height-mobile: 60px;
  --tzq-header-height: var(--tzq-header-height-desktop);
  --tzq-navbar-height: var(--tzq-header-height-desktop);
}
@media (max-width: 768px) {
  :root {
    --tzq-header-height: var(--tzq-header-height-mobile);
    --tzq-navbar-height: var(--tzq-header-height-mobile);
  }
}
html[data-theme="dark"],
body.tzq-dark-mode,
html[data-theme="dark"] body {
  --tzq-bg-primary: var(--tzq-slate-800);
  --tzq-bg-secondary: var(--tzq-slate-900);
  --tzq-bg-tertiary: var(--tzq-slate-700);
  --tzq-bg-blue-light: var(--tzq-blue-900);
  --tzq-bg-blue-lighter: var(--tzq-blue-800);
  --tzq-text-primary: var(--tzq-slate-100);
  --tzq-text-secondary: var(--tzq-slate-200);
  --tzq-text-tertiary: var(--tzq-slate-300);
  --tzq-text-muted: var(--tzq-slate-400);
  --tzq-border-light: var(--tzq-slate-700);
  --tzq-border-medium: var(--tzq-slate-600);
  --tzq-gradient-page: linear-gradient(
    135deg,
    var(--tzq-slate-900) 0%,
    var(--tzq-slate-800) 50%,
    var(--tzq-slate-900) 100%
  );
  --tzq-gradient-surface: linear-gradient(
    135deg,
    rgba(30, 41, 59, 0.95),
    rgba(15, 23, 42, 0.95)
  );
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.skip-link,
.screen-reader-text {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.skip-link:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 99999;
  width: auto;
  height: auto;
  padding: var(--tzq-spacing-sm) var(--tzq-spacing-lg);
  background: var(--tzq-primary);
  color: var(--tzq-text-inverse);
  text-decoration: none;
  border-radius: var(--tzq-radius-md);
  font-weight: var(--tzq-font-bold);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  clip: auto;
}

body {
  font-family: var(--tzq-font-primary);
  font-size: var(--tzq-text-base);
  font-weight: var(--tzq-font-normal, 400);
  line-height: 1.6;
  color: var(--tzq-text-primary);
  background: var(--tzq-gradient-primary-light-alt);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  letter-spacing: -0.01em;
  padding: 0;
  margin: 0;
  transition:
    background-color var(--tzq-duration-300, 300ms) ease,
    background-image var(--tzq-duration-300, 300ms) ease,
    color var(--tzq-duration-300, 300ms) ease,
    border-color var(--tzq-duration-300, 300ms) ease;
}
body.page-template-page-oyunlar,
body.post-type-archive-oyun,
body.single-oyun,
body.page-template-page-profil,
body.page-template-page-giris,
body.page-template-page-kayit,
body.page-template-page-sifremi-unuttum,
body.page-template-page-hesaplama,
body.post-type-archive-hesaplama,
body.singular-hesaplama,
body.page-template-page-testler,
body.post-type-archive-test,
body.page-template-page-liderlik,
body.page-template-page-ders,
body.page-template-page-sinif,
body.page-template-page-iletisim,
body.page-template-page-yazili-sorulari,
body.page-template-page-yazili-sorulari-ders,
body.page-template-page-hesaplama-v2 {
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(var(--tzq-primary-rgb), 0.08),
      transparent 42%
    ),
    radial-gradient(
      circle at 82% 0%,
      rgba(var(--tzq-primary-rgb), 0.08),
      transparent 38%
    ),
    var(--tzq-gradient-page) !important;
}
html[data-theme="dark"] body,
body.tzq-dark-mode {
  background: var(--tzq-bg-secondary);
}
html[data-theme="dark"] body.page-template-page-oyunlar,
html[data-theme="dark"] body.post-type-archive-oyun,
html[data-theme="dark"] body.single-oyun,
body.tzq-dark-mode.page-template-page-oyunlar,
body.tzq-dark-mode.post-type-archive-oyun,
body.tzq-dark-mode.single-oyun,
html[data-theme="dark"] body.page-template-page-profil,
body.tzq-dark-mode.page-template-page-profil,
html[data-theme="dark"] body.page-template-page-giris,
html[data-theme="dark"] body.page-template-page-kayit,
html[data-theme="dark"] body.page-template-page-sifremi-unuttum,
body.tzq-dark-mode.page-template-page-giris,
body.tzq-dark-mode.page-template-page-kayit,
body.tzq-dark-mode.page-template-page-sifremi-unuttum,
html[data-theme="dark"] body.page-template-page-hesaplama,
html[data-theme="dark"] body.post-type-archive-hesaplama,
html[data-theme="dark"] body.singular-hesaplama,
body.tzq-dark-mode.page-template-page-hesaplama,
body.tzq-dark-mode.post-type-archive-hesaplama,
body.tzq-dark-mode.singular-hesaplama,
html[data-theme="dark"] body.page-template-page-testler,
html[data-theme="dark"] body.post-type-archive-test,
body.tzq-dark-mode.page-template-page-testler,
body.tzq-dark-mode.post-type-archive-test,
html[data-theme="dark"] body.page-template-page-liderlik,
body.tzq-dark-mode.page-template-page-liderlik,
html[data-theme="dark"] body.page-template-page-ders,
html[data-theme="dark"] body.page-template-page-sinif,
body.tzq-dark-mode.page-template-page-ders,
body.tzq-dark-mode.page-template-page-sinif,
html[data-theme="dark"] body.page-template-page-iletisim,
body.tzq-dark-mode.page-template-page-iletisim {
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(var(--tzq-primary-rgb), 0.12),
      transparent 42%
    ),
    radial-gradient(
      circle at 82% 0%,
      rgba(var(--tzq-primary-rgb), 0.1),
      transparent 38%
    ),
    linear-gradient(
      180deg,
      var(--tzq-bg-primary) 0%,
      var(--tzq-bg-secondary) 100%
    ) !important;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
* {
  letter-spacing: inherit;
}
p,
span,
a,
li,
td,
th,
label,
input,
textarea,
select,
button,
div {
  letter-spacing: var(--tzq-letter-spacing, -0.01em);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tzq-font-heading);
  font-weight: var(--tzq-font-weight-heading, 900);
  line-height: 1.25;
  margin-bottom: var(--tzq-spacing-md);
  color: var(--tzq-text-primary);
  letter-spacing: -0.015em;
}
h1 {
  font-size: var(--tzq-text-3xl);
}
h2 {
  font-size: var(--tzq-text-2xl);
}
h3 {
  font-size: var(--tzq-text-xl);
}
h4 {
  font-size: var(--tzq-text-lg);
}
h5 {
  font-size: var(--tzq-text-base);
  font-weight: 700;
}
h6 {
  font-size: var(--tzq-text-sm);
  font-weight: 700;
}
p {
  margin-bottom: var(--tzq-spacing-md);
  line-height: var(--tzq-line-height-base, 1.6);
  font-weight: var(--tzq-font-normal, 400);
  font-size: var(--tzq-text-base);
}
.tzq-heading--h2 {
  font-size: var(--tzq-text-2xl);
  font-weight: 900;
}
.tzq-heading--h3 {
  font-size: var(--tzq-text-xl);
  font-weight: 800;
}
.tzq-heading--h4 {
  font-size: var(--tzq-text-lg);
  font-weight: 700;
}
.tzq-heading--h5 {
  font-size: var(--tzq-text-base);
  font-weight: 700;
}
.tzq-heading--h6 {
  font-size: var(--tzq-text-sm);
  font-weight: 700;
}
.tzq-heading--large {
  font-size: var(--tzq-text-3xl);
  font-weight: 900;
}
.tzq-heading--white {
  color: var(--tzq-text-inverse);
}
.tzq-heading--secondary {
  color: var(--tzq-text-secondary);
}
.tzq-heading--section {
  font-size: var(--tzq-text-2xl);
  font-weight: 800;
  margin-bottom: var(--tzq-spacing-lg, 1.5rem);
  color: var(--tzq-text-primary);
}
.tzq-heading--list {
  font-size: var(--tzq-text-xl);
  font-weight: 700;
  margin-bottom: var(--tzq-spacing-md, 1rem);
  color: var(--tzq-text-primary);
}
.tzq-heading--muted {
  color: var(--tzq-text-muted);
}
.tzq-heading--profile-hero {
  font-size: var(--tzq-text-2xl);
  font-weight: 900;
  color: var(--tzq-text-primary);
  margin: 0;
}
.tzq-text {
  color: var(--tzq-text-secondary);
  line-height: var(--tzq-leading-relaxed);
  margin-bottom: var(--tzq-spacing-lg);
  font-size: var(--tzq-text-base);
}
.tzq-text--lead {
  font-size: var(--tzq-text-lg);
  color: var(--tzq-text-primary);
  font-weight: var(--tzq-font-medium);
  line-height: var(--tzq-leading-relaxed);
}
.tzq-text--small {
  font-size: var(--tzq-text-sm);
  color: var(--tzq-text-tertiary);
  line-height: var(--tzq-leading-normal);
}
.tzq-text--primary {
  color: var(--tzq-text-primary);
}
.tzq-text--secondary {
  color: var(--tzq-text-secondary);
}
.tzq-text--muted {
  color: var(--tzq-text-muted);
}
.tzq-text--white {
  color: var(--tzq-text-inverse);
}
a {
  color: var(--tzq-primary);
  text-decoration: none;
  transition: color var(--tzq-transition-base);
}
a:hover {
  color: var(--tzq-primary-dark);
}
a:focus,
a:focus-visible,
button:focus,
button:focus-visible,
input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: 2px solid var(--tzq-primary);
  outline-offset: 2px;
}
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible) {
  outline: none;
}

.tzq-container > * + * {
  margin-top: var(--tzq-spacing-md);
}
.tzq-container > .tzq-section + .tzq-section {
  margin-top: var(--tzq-spacing-lg);
}
.entry-content {
  padding-bottom: var(--tzq-spacing-lg);
}
.text-success {
  color: var(--tzq-success) !important;
}
.text-error {
  color: var(--tzq-error) !important;
}
.text-white {
  color: white !important;
}
.bg-primary {
  background-color: var(--tzq-primary) !important;
}
.bg-white {
  background-color: white !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-1 {
  margin-top: var(--tzq-spacing-sm) !important;
}
.mt-2 {
  margin-top: var(--tzq-spacing-md) !important;
}
.mt-3 {
  margin-top: var(--tzq-spacing-lg) !important;
}
.mt-4 {
  margin-top: var(--tzq-spacing-xl) !important;
}
.mb-1 {
  margin-bottom: var(--tzq-spacing-sm) !important;
}
.mb-2 {
  margin-bottom: var(--tzq-spacing-md) !important;
}
.mb-3 {
  margin-bottom: var(--tzq-spacing-lg) !important;
}
.mb-4 {
  margin-bottom: var(--tzq-spacing-xl) !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: var(--tzq-spacing-sm) !important;
}
.p-2 {
  padding: var(--tzq-spacing-md) !important;
}
.p-3 {
  padding: var(--tzq-spacing-lg) !important;
}
.p-4 {
  padding: var(--tzq-spacing-xl) !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.align-center {
  align-items: center !important;
}
.flex-column {
  flex-direction: column !important;
}
.gap-1 {
  gap: var(--tzq-gap-xs) !important;
}
.gap-2 {
  gap: var(--tzq-gap-sm) !important;
}
.gap-3 {
  gap: var(--tzq-gap-md) !important;
}
.tzq-feedback {
  padding: var(--tzq-spacing-md);
  border-radius: var(--tzq-radius-md);
  margin: var(--tzq-spacing-md) 0;
  display: flex;
  align-items: center;
  gap: var(--tzq-spacing-sm);
  animation: slideInDown 0.3s ease;
}
.tzq-feedback-success {
  background: var(--tzq-success-light);
  color: var(--tzq-success-dark);
  border-left: 4px solid var(--tzq-success);
}
.tzq-feedback-error {
  background: var(--tzq-error-light);
  color: var(--tzq-error-dark);
  border-left: 4px solid var(--tzq-error);
}
.tzq-form-error {
  animation: shake 0.5s ease;
}
.tzq-recent-tests-section {
  margin-bottom: var(--tzq-spacing-xl);
}
.tzq-list--tests {
  display: flex;
  flex-direction: column;
  gap: var(--tzq-spacing-md);
  list-style: none;
  padding: 0;
  margin: 0;
}
.tzq-recent-test-item {
  background: var(--tzq-bg-primary);
  border-radius: var(--tzq-radius-md);
  padding: var(--tzq-spacing-sm);
  border: 1px solid var(--tzq-primary-light);
  box-shadow: var(--tzq-shadow-xs);
  display: flex;
  align-items: center;
  gap: var(--tzq-spacing-md);
  text-decoration: none;
  color: inherit;
  transition: all var(--tzq-transition-base);
  position: relative;
  margin: 0;
  overflow: hidden;
}
.tzq-recent-test-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--tzq-gradient-primary);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform var(--tzq-transition-base);
}
.tzq-recent-test-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--tzq-shadow-md);
  border-color: rgba(var(--tzq-primary-rgb), 0.3);
}
.tzq-recent-test-item:hover::before {
  transform: scaleY(1);
}
.tzq-category-icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  border-radius: var(--tzq-radius-md);
  background: var(--tzq-gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--tzq-text-inverse);
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(var(--tzq-primary-rgb), 0.15);
  transition:
    transform var(--tzq-transition-fast),
    box-shadow var(--tzq-transition-fast);
}
.tzq-recent-test-item:hover .tzq-category-icon {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(var(--tzq-primary-rgb), 0.25);
}
.tzq-recent-test-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--tzq-spacing-xs);
  overflow: hidden;
}
.tzq-recent-test-category {
  display: inline-flex;
  align-items: center;
  font-size: var(--tzq-text-xs);
  font-weight: 600;
  color: var(--tzq-primary);
  padding: 2px var(--tzq-spacing-xs);
  background: rgba(var(--tzq-primary-rgb), 0.1);
  border: 1px solid var(--tzq-primary-light);
  border-radius: var(--tzq-radius-md);
  width: fit-content;
}
.tzq-recent-test-title {
  font-family: var(--tzq-font-heading);
  font-size: 1.063rem;
  font-weight: 700;
  color: var(--tzq-text-primary);
  margin: 0;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  transition: color var(--tzq-transition-fast);
}
.tzq-recent-test-item:hover .tzq-recent-test-title {
  color: var(--tzq-primary);
}
.tzq-recent-test-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--tzq-spacing-xs);
  align-items: center;
  font-size: var(--tzq-text-xs);
  margin-top: 2px;
}
.tzq-recent-test-date {
  font-size: var(--tzq-text-xs);
  color: var(--tzq-text-secondary);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: var(--tzq-spacing-1);
  padding: var(--tzq-spacing-1) var(--tzq-spacing-2);
  background: rgba(var(--tzq-primary-rgb), 0.06);
  border-radius: var(--tzq-radius-md);
  border: 1px solid var(--tzq-primary-light);
}
.tzq-recent-test-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--tzq-spacing-xs) var(--tzq-spacing-md);
  background: var(--tzq-bg-secondary);
  color: var(--tzq-text-primary);
  border-radius: var(--tzq-radius-md);
  font-weight: 700;
  font-size: var(--tzq-text-sm);
  text-decoration: none;
  border: 1px solid var(--tzq-primary-light);
  cursor: pointer;
  transition: all var(--tzq-transition-fast);
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
}
.tzq-recent-test-item:hover .tzq-recent-test-btn {
  background: var(--tzq-gradient-primary);
  color: var(--tzq-text-inverse);
  border-color: var(--tzq-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(var(--tzq-primary-rgb), 0.3);
}
.tzq-list--grid .tzq-recent-test-item {
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  padding: var(--tzq-spacing-md);
}
.tzq-list--grid .tzq-recent-test-content {
  text-align: left;
}
.tzq-list--grid .tzq-category-icon {
  margin: 0 auto;
}
.tzq-list--grid .tzq-recent-test-btn {
  margin-top: var(--tzq-spacing-xs);
  align-self: center;
}
.tzq-empty-tests {
  text-align: center;
  padding: var(--tzq-spacing-xl);
  color: var(--tzq-text-secondary);
  background: var(--tzq-bg-secondary);
  border-radius: var(--tzq-radius-md);
}
.tzq-content-surface,
.entry-content {
  backdrop-filter: blur(10px);
}
.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
}
.content-area {
  flex: 1;
  min-width: 0;
}
.tzq-error-container {
  max-width: 800px;
  margin: var(--tzq-spacing-3xl) auto;
  padding: var(--tzq-spacing-2xl);
  background: var(--tzq-bg-primary);
  border-radius: var(--tzq-radius-md);
  box-shadow: var(--tzq-shadow-lg);
  text-align: center;
  border: 1px solid var(--tzq-primary-light);
}
.tzq-page-content::before,
.tzq-editor-content::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--tzq-primary) 5%, transparent) 0%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}
.tzq-page-content > *,
.tzq-editor-content > * {
  position: relative;
  z-index: 1;
}
.tzq-page-content h1,
.tzq-editor-content h1 {
  font-size: clamp(2rem, 5vw, var(--tzq-text-4xl));
  font-weight: var(--tzq-font-black);
  color: var(--tzq-text-primary);
  margin-bottom: var(--tzq-spacing-xl);
  line-height: var(--tzq-leading-tight);
  letter-spacing: var(--tzq-tracking-tight);
}
.tzq-page-content h2,
.tzq-editor-content h2 {
  font-size: clamp(1.5rem, 4vw, var(--tzq-text-3xl));
  font-weight: var(--tzq-font-black);
  color: var(--tzq-text-primary);
  line-height: var(--tzq-leading-tight);
  position: relative;
  padding-bottom: var(--tzq-spacing-sm);
}
.tzq-page-content h2::after,
.tzq-editor-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--tzq-gradient-primary);
  border-radius: var(--tzq-radius-md);
}
.tzq-page-content h3,
.tzq-editor-content h3 {
  font-size: clamp(1.25rem, 3vw, var(--tzq-text-2xl));
  font-weight: var(--tzq-font-bold);
  color: var(--tzq-text-primary);
  line-height: var(--tzq-leading-snug);
}
.tzq-page-content p,
.tzq-editor-content p {
  color: var(--tzq-text-secondary);
  line-height: var(--tzq-leading-relaxed);
}
.tzq-page-content > p:first-of-type,
.tzq-editor-content > p:first-of-type {
  font-size: var(--tzq-text-lg);
  color: var(--tzq-text-primary);
  font-weight: var(--tzq-font-medium);
  padding: var(--tzq-spacing-md);
}
.tzq-page-content ul,
.tzq-page-content ol,
.tzq-editor-content ul,
.tzq-editor-content ol {
  margin-left: var(--tzq-spacing-xl);
  margin-bottom: var(--tzq-spacing-lg);
  color: var(--tzq-text-secondary);
  padding-left: var(--tzq-spacing-md);
}
.tzq-page-content li,
.tzq-editor-content li {
  margin-bottom: var(--tzq-spacing-sm);
  line-height: var(--tzq-leading-relaxed);
  padding-left: var(--tzq-spacing-xs);
}
.tzq-page-content a,
.tzq-editor-content a {
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: var(--tzq-font-bold);
}
.tzq-page-content a:hover,
.tzq-editor-content a:hover {
  color: var(--tzq-primary-dark);
  text-decoration: none;
}
.tzq-page-content blockquote,
.tzq-editor-content blockquote {
  border-left: 4px solid var(--tzq-primary);
  padding-left: var(--tzq-spacing-lg);
  margin: var(--tzq-spacing-xl) 0;
  font-style: italic;
  color: var(--tzq-text-secondary);
  background: var(--tzq-bg-secondary);
  padding: var(--tzq-spacing-lg);
  border-radius: var(--tzq-radius-md);
}
.tzq-page-content img,
.tzq-editor-content img {
  max-width: 100%;
  height: auto;
  box-shadow: var(--tzq-shadow-md);
}
.tzq-homepage-section,
.tzq-page-section {
  width: 100%;
  margin: 0 auto var(--tzq-spacing-xl);
  position: relative;
}
.tzq-grade-section-modern {
  margin-top: var(--tzq-spacing-md);
}
.tzq-grade-header-modern {
  display: flex;
  gap: var(--tzq-spacing-sm);
  margin-bottom: var(--tzq-spacing-md);
  align-items: center;
  background: var(--tzq-bg-primary);
  border-radius: var(--tzq-radius-md);
  padding: var(--tzq-spacing-sm);
  border: 1px solid var(--tzq-primary-light);
  box-shadow: var(--tzq-shadow-md);
  border: 1px solid var(--tzq-primary-light);
}
.tzq-grade-header-icon {
  width: 40px;
  height: 40px;
  min-width: 35px;
  background: var(--tzq-gradient-primary);
  border-radius: var(--tzq-radius-md);
  display: flex;
  color: var(--tzq-text-inverse);
  box-shadow: var(--tzq-shadow-blue);
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tzq-grade-header-icon svg {
  width: 24px;
  height: 24px;
}
.tzq-grade-header-text {
  flex: 1;
}
.tzq-grade-title-modern {
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: var(--tzq-font-black);
  color: var(--tzq-text-primary);
  margin: 0 0 var(--tzq-spacing-xs) 0;
  line-height: var(--tzq-leading-tight);
}
.tzq-grade-subtitle-modern {
  font-size: var(--tzq-text-base);
  color: var(--tzq-text-secondary);
  margin: 0;
}
.tzq-grade-grid-modern {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: var(--tzq-spacing-lg);
  background: var(--tzq-bg-primary);
  padding: var(--tzq-spacing-md);
  border-radius: var(--tzq-radius-md);
  box-shadow: var(--tzq-shadow-md);
  border: 1px solid var(--tzq-primary-light);
}
.tzq-grade-card-modern {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  padding: var(--tzq-spacing-lg) var(--tzq-spacing-md);
  border-radius: var(--tzq-radius-md);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  box-shadow: var(--tzq-shadow-blue);
  cursor: pointer;
  border: 1px solid var(--tzq-primary-light);
  background: var(--tzq-gradient-primary);
  color: var(--tzq-text-inverse);
}
.tzq-grade-card-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0.05) 100%
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.tzq-grade-card-modern:hover::before {
  opacity: 1;
}
.tzq-grade-card-modern:hover {
  transform: translateY(-6px);
  box-shadow: var(--tzq-shadow-black-2xl);
  border-color: rgba(255, 255, 255, 0.3);
}
.tzq-grade-content-modern {
  position: relative;
  z-index: 1;
  text-align: center;
}
.tzq-grade-text-modern {
  display: block;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: var(--tzq-font-black);
  color: var(--tzq-text-inverse);
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.2),
    0 1px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: var(--tzq-tracking-tight);
  line-height: var(--tzq-leading-tight);
  transition: all 0.3s ease;
}
.tzq-grade-card-modern:hover .tzq-grade-text-modern {
  transform: scale(1.05);
  text-shadow:
    0 4px 12px rgba(0, 0, 0, 0.3),
    0 2px 6px rgba(0, 0, 0, 0.4);
}
.tzq-grade-empty-modern {
  grid-column: 1 / -1;
  text-align: center;
  padding: var(--tzq-spacing-2xl);
  background: var(--tzq-bg-secondary);
  border-radius: var(--tzq-radius-md);
  color: var(--tzq-text-secondary);
}
.tzq-btn,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 1rem 2rem;
  border-radius: var(--tzq-radius-md);
  font-weight: 800;
  font-size: 1.0625rem;
  text-decoration: none;
  border: 1px solid var(--tzq-primary-light);
  cursor: pointer;
  transition: all var(--tzq-transition-base);
  box-shadow: var(--tzq-shadow-primary);
  font-family: var(--tzq-font-heading);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--tzq-text-inverse);
  background: var(--tzq-gradient-primary);
  position: relative;
  overflow: hidden;
  min-height: 44px;
  min-width: 44px;
}
.tzq-btn:hover,
.wp-block-button__link:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: var(--tzq-shadow-primary-lg);
  text-decoration: none;
  color: var(--tzq-text-inverse);
}
.tzq-btn:active,
button[type="submit"]:active {
  transform: translateY(0) scale(0.98);
  box-shadow: var(--tzq-shadow-md);
}
.wp-block-group__inner-container {
  padding: var(--tzq-spacing-lg);
}
.wp-block-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--tzq-spacing-lg);
  margin-bottom: var(--tzq-spacing-xl);
}
.wp-block-column {
  padding: var(--tzq-spacing-md);
}
.tzq-content > *:first-child,
.entry-content > *:first-child {
  margin-top: 0;
}
.tzq-content > *:last-child,
.entry-content > *:last-child {
  margin-bottom: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea,
select {
  width: 100%;
  padding: 0.875rem 1rem;
  background: var(--tzq-bg-primary);
  border: 1px solid var(--tzq-primary-light);
  border-radius: var(--tzq-radius-md);
  font-size: 1rem;
  font-family: var(--tzq-font-primary);
  color: var(--tzq-text-primary);
  transition: all var(--tzq-transition-fast);
  outline: none;
}
input:focus,
textarea:focus,
select:focus {
  border-color: var(--tzq-primary);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
  background: var(--tzq-bg-primary);
}
input::placeholder,
textarea::placeholder {
  color: var(--tzq-text-tertiary);
  opacity: 0.7;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.tzq-animate-fade-in {
  animation: fadeIn 0.5s ease;
}
.tzq-animate-fade-in-up {
  animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.tzq-animate-slide-in {
  animation: slideIn 0.5s ease;
}
.tzq-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(8px);
}
.tzq-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--tzq-spacing-1-5);
  padding: var(--tzq-spacing-1-5) var(--tzq-spacing-3);
  border-radius: var(--tzq-radius-md);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
}
.tzq-badge-primary {
  background: var(--tzq-bg-blue-light);
  color: var(--tzq-primary);
  border: 1px solid var(--tzq-primary-light);
}
.tzq-badge-secondary {
  background: rgba(78, 205, 196, 0.15);
  color: var(--tzq-secondary-dark);
  border: 1px solid var(--tzq-primary-light);
}
.tzq-badge-accent {
  background: var(--tzq-warning-light);
  color: var(--tzq-warning);
  border: 1px solid var(--tzq-primary-light);
}
.tzq-badge-success {
  background: var(--tzq-success-light);
  color: var(--tzq-success-dark);
  border: 1px solid var(--tzq-primary-light);
}
.tzq-badge-error {
  background: var(--tzq-error-light);
  color: var(--tzq-error-dark);
  border: 1px solid var(--tzq-primary-light);
}
.tzq-empty-icon {
  font-size: 4rem;
  margin-bottom: var(--tzq-spacing-5);
  opacity: 0.5;
  color: var(--tzq-text-tertiary);
  display: inline-block;
  animation: pulse 2s ease-in-out infinite;
}
.tzq-toast {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  padding: var(--tzq-spacing-4) var(--tzq-spacing-6);
  background: white;
  border-radius: var(--tzq-radius-md);
  box-shadow: var(--tzq-shadow-xl);
  color: var(--tzq-text-primary);
  font-weight: 600;
  z-index: 10000;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 400px;
  border-left: 4px solid var(--tzq-primary);
  backdrop-filter: blur(10px);
}
.tzq-toast-show {
  opacity: 1;
  transform: translateY(0) scale(1);
}
@media print {
  .no-print {
    display: none !important;
  }
}
@media (min-width: var(--tzq-breakpoint-md)) {
  .tzq-grade-grid-modern {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: var(--tzq-breakpoint-xl)) {
  .tzq-grade-grid-modern {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--tzq-spacing-xl);
  }
}
@media (max-width: var(--tzq-breakpoint-md)) {
  .tzq-grade-grid-modern {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--tzq-spacing-md);
  }
  .tzq-grade-card-modern {
    min-height: 100px;
    padding: var(--tzq-spacing-lg) var(--tzq-spacing-md);
  }
  .tzq-grade-text-modern {
    font-size: 1.125rem;
  }
}
@media (max-width: var(--tzq-breakpoint-lg)) {
  .tzq-recent-tests-title {
    font-size: var(--tzq-text-xl);
  }
  .tzq-page-content,
  .tzq-editor-content {
    padding: var(--tzq-spacing-lg);
    border-radius: var(--tzq-radius-md);
  }
  .tzq-btn {
    padding: var(--tzq-btn-padding-md);
    font-size: 1rem;
  }
  .tzq-card {
    padding: var(--tzq-spacing-lg);
  }
  .tzq-toast {
    right: 1rem;
    left: 1rem;
    max-width: none;
  }
}
@media print {
  .tzq-btn,
  .tzq-toast,
  .tzq-tooltip {
    display: none;
  }
  .tzq-card {
    box-shadow: none;
    border: 1px solid var(--tzq-primary-light);
  }
}
@media (max-width: var(--tzq-breakpoint-2xl)) {
}
.tzq-cookie-banner {
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  z-index: 99999;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid var(--tzq-border-light);
}
.tzq-cookie-banner.show {
  transform: translateY(-100px);
}
html[data-theme="dark"] .tzq-cookie-banner {
  background: rgba(15, 23, 42, 0.95);
  border-top-color: rgba(255, 255, 255, 0.1);
}
.tzq-cookie-banner__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.tzq-cookie-banner__content {
  color: var(--tzq-text-primary);
  font-size: 0.95rem;
  line-height: 1.5;
}
.tzq-cookie-banner__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.tzq-cookie-banner__btn {
  background: var(--tzq-blue-600);
  color: #fff;
  border: 1px solid var(--tzq-primary-light);
  padding: 0.75rem 1.5rem;
  border-radius: var(--tzq-radius-md);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.tzq-cookie-banner__btn:hover {
  background: var(--tzq-blue-700);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}
.tzq-cookie-banner__btn--outline {
  background: transparent;
  color: var(--tzq-blue-600);
  border: 1px solid var(--tzq-primary-light);
  text-decoration: none;
}
.tzq-cookie-banner__btn--outline:hover {
  background: rgba(37, 99, 235, 0.08);
  box-shadow: none;
}
@media (max-width: 768px) {
  .tzq-cookie-banner__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .tzq-cookie-banner__btn {
    width: 100%;
  }
}
