@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #f5f5f5;
  background-color: #121212;
  background-image: url("/static/img/фон11.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex-grow: 1;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

ul {
  list-style: none;
}

button {
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  border: none;
  outline: none;
}

body.page-home {
  background-image: url("/static/img/фон2.jpg");
}

body.page-numerology {
  background-image: url("/static/img/33.png");
}
body.page-numerology .expert-name, body.page-numerology .lesson-number, body.page-numerology .current {
  color: #d31010 !important;
}
body.page-numerology .btn-theme-numerology, body.page-numerology .btn-dynamic {
  background: #d31010 !important;
  color: #fff !important;
  border: none;
  transition: 0.3s;
}
body.page-numerology .btn-theme-numerology:hover, body.page-numerology .btn-dynamic:hover {
  filter: brightness(1.1);
}
body.page-numerology .status-unlocked .icon {
  color: #d31010;
}
body.page-numerology .breadcrumbs a:hover {
  color: #d31010 !important;
}
body.page-numerology .modal-expert-name {
  color: #d31010;
}

body.page-numerology-blue {
  background-image: url("/static/img/blue.jpg");
}
body.page-numerology-blue .expert-name, body.page-numerology-blue .lesson-number, body.page-numerology-blue .current {
  color: #d31010 !important;
}
body.page-numerology-blue .btn-theme-numerology, body.page-numerology-blue .btn-dynamic {
  background: #d31010 !important;
  color: #fff !important;
  border: none;
  transition: 0.3s;
}
body.page-numerology-blue .btn-theme-numerology:hover, body.page-numerology-blue .btn-dynamic:hover {
  filter: brightness(1.1);
}
body.page-numerology-blue .status-unlocked .icon {
  color: #d31010;
}
body.page-numerology-blue .breadcrumbs a:hover {
  color: #d31010 !important;
}
body.page-numerology-blue .modal-expert-name {
  color: #d31010;
}

body.page-tarot {
  background-image: url("/static/img/1.1.PNG");
}
body.page-tarot .main-content,
body.page-tarot .main-content p,
body.page-tarot .main-content span,
body.page-tarot .main-content div,
body.page-tarot .main-content h1,
body.page-tarot .main-content h2,
body.page-tarot .main-content h3,
body.page-tarot .main-content h4,
body.page-tarot .main-content h5,
body.page-tarot .main-content h6,
body.page-tarot .main-content li,
body.page-tarot .main-content a,
body.page-tarot .main-content .text-muted,
body.page-tarot .main-content .desc {
  color: #000000 !important;
}
body.page-tarot .expert-name, body.page-tarot .lesson-number, body.page-tarot .current {
  color: #007bff !important;
}
body.page-tarot .btn-theme-tarot, body.page-tarot .btn-dynamic {
  background: #007bff !important;
  color: #fff !important;
  border: none;
  transition: 0.3s;
}
body.page-tarot .btn-theme-tarot:hover, body.page-tarot .btn-dynamic:hover {
  filter: brightness(1.1);
}
body.page-tarot .status-unlocked .icon {
  color: #007bff !important;
}
body.page-tarot .breadcrumbs a:hover {
  color: #007bff !important;
}
body.page-tarot #leadModal, body.page-tarot #leadModal div, body.page-tarot #leadModal span, body.page-tarot #leadModal h1, body.page-tarot #leadModal h2, body.page-tarot #leadModal h3, body.page-tarot #leadModal h4, body.page-tarot #leadModal h5, body.page-tarot #leadModal h6 {
  color: #ffffff !important;
}
body.page-tarot #leadModal .modal-expert-name {
  color: #007bff !important;
}
body.page-tarot #leadModal p, body.page-tarot #leadModal .text-muted, body.page-tarot #leadModal .login-link {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.page-tarot #leadModal a, body.page-tarot #leadModal .close-btn {
  color: #ffffff !important;
}

body.page-magic {
  background-image: url("/static/img/22.PNG");
}
body.page-magic p, body.page-magic .text-muted, body.page-magic .desc {
  color: #ffffff !important;
}
body.page-magic .expert-name, body.page-magic .lesson-number, body.page-magic .current {
  color: #1A1A1A !important;
}
body.page-magic .btn-theme-magic, body.page-magic .btn-dynamic {
  background: #1A1A1A !important;
  color: #fff !important;
  border: none;
  transition: 0.3s;
}
body.page-magic .btn-theme-magic:hover, body.page-magic .btn-dynamic:hover {
  filter: brightness(1.1);
}
body.page-magic .status-unlocked .icon {
  color: #1A1A1A;
}
body.page-magic .breadcrumbs a:hover {
  color: #1A1A1A !important;
}
body.page-magic #leadModal p, body.page-magic #leadModal .text-muted, body.page-magic #leadModal .login-link {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.page-magic #leadModal .modal-expert-name {
  color: #007bff !important;
}

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

.site-header {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(18, 18, 18, 0.4);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .logo-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f5f5f5;
}
.site-header .nav-list {
  display: flex;
  gap: 30px;
}
.site-header .nav-list a {
  font-size: 15px;
  font-weight: 500;
}
.site-header .nav-list a:hover {
  color: #a0a0a0;
}
.site-header .header-auth {
  display: flex;
  gap: 15px;
  align-items: center;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.btn.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #f5f5f5;
  background: transparent;
}
.btn.btn-outline:hover {
  background: #f5f5f5;
  color: #121212;
  border-color: #f5f5f5;
}
.btn.btn-primary {
  background: #0088ff;
  color: #fff;
  border: none;
}
.btn.btn-primary:hover {
  filter: brightness(1.1);
}
.btn.full-width {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.btn.btn-large {
  padding: 15px 40px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
}

.btn-theme-main {
  background: #0088ff;
  color: #fff;
  border: none;
  transition: 0.3s;
}
.btn-theme-main:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

.hero-section {
  padding: 120px 0 80px;
  text-align: center;
}
.hero-section .hero-title {
  font-size: 52px;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.hero-section .hero-subtitle {
  font-size: 18px;
  color: #a0a0a0;
  max-width: 650px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.directions-section, .courses-list-section {
  padding-bottom: 120px;
}

.section-title {
  font-size: 36px;
  margin-bottom: 60px;
  font-weight: 600;
  text-align: center;
}

.directions-grid, .courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.direction-card, .course-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  transition: transform 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.direction-card:hover, .course-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.2);
}

.direction-card {
  padding: 40px 30px;
  text-align: center;
}
.direction-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.3;
}
.direction-card .card-desc {
  margin-bottom: 35px;
  line-height: 1.6;
  color: #aaa;
  font-size: 14px;
}
.direction-card .expert-photo-wrapper {
  width: 140px;
  height: 140px;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  background: #1a1a1a;
  transition: 0.3s;
}
.direction-card .expert-photo-wrapper.theme-border-main {
  border: 3px solid #0088ff;
  box-shadow: 0 0 15px rgba(0, 136, 255, 0.2);
}
.direction-card .expert-photo-wrapper .expert-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.course-card {
  padding: 30px;
}
.course-card.locked {
  opacity: 0.7;
  filter: grayscale(80%);
  pointer-events: none;
}
.course-card .course-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.3;
}
.course-card .course-desc {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 25px;
  line-height: 1.5;
}
.course-card .course-card-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  font-size: 14px;
}
.course-card .status-unlocked {
  color: #4caf50;
  font-size: 13px;
  margin-bottom: 15px;
  font-weight: bold;
}

.login-page {
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}

.login-box {
  background: rgba(18, 18, 18, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px 40px;
  border-radius: 20px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}
.login-box h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
}
.login-box .form-group {
  margin-bottom: 25px;
  text-align: left;
}
.login-box .form-group label {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color: #aaa;
  font-weight: 500;
}
.login-box .form-group input[type=text], .login-box .form-group input[type=password] {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}
.login-box .form-group input[type=text]:focus, .login-box .form-group input[type=password]:focus {
  border-color: #0088ff;
  outline: none;
  background: rgba(255, 255, 255, 0.08);
}
.login-box .login-hint {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.login-box .login-hint a {
  color: #fff;
  text-decoration: underline;
  margin-left: 5px;
}

.site-footer {
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px 0 20px;
  background: rgba(18, 18, 18, 0.6);
  backdrop-filter: blur(10px);
}
.site-footer .footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
.site-footer .footer-brand {
  max-width: 320px;
}
.site-footer .footer-logo {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.site-footer .footer-brand p, .site-footer .footer-desc {
  font-size: 13px;
  color: #888;
  line-height: 1.6;
  margin: 0;
}
.site-footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer .footer-links-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
  list-style: none;
}
.site-footer .footer-links a {
  color: #aaa;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}
.site-footer .footer-links a:hover {
  color: #fff;
}
.site-footer .footer-socials {
  min-width: 300px;
}
.site-footer .footer-socials .footer-links-title {
  margin-bottom: 25px;
}
.site-footer .footer-socials .social-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px;
}
.site-footer .footer-socials .social-row span {
  color: #aaa;
  font-size: 14px;
}
.site-footer .footer-socials .social-btn-group {
  display: flex;
  gap: 8px;
}
.site-footer .footer-socials .social-btn {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 6px;
  transition: 0.3s;
  display: inline-block;
  font-weight: 600;
}
.site-footer .footer-socials .social-btn[href*="t.me"], .site-footer .footer-socials .btn-tg {
  background: rgba(0, 136, 204, 0.15);
  border: 1px solid rgba(0, 136, 204, 0.4);
}
.site-footer .footer-socials .social-btn[href*="t.me"]:hover, .site-footer .footer-socials .btn-tg:hover {
  background: rgba(0, 136, 204, 0.4);
}
.site-footer .footer-socials .social-btn[href*="vk."], .site-footer .footer-socials .btn-vk {
  background: rgba(74, 118, 168, 0.2);
  border: 1px solid rgba(74, 118, 168, 0.5);
}
.site-footer .footer-socials .social-btn[href*="vk."]:hover, .site-footer .footer-socials .btn-vk:hover {
  background: rgba(74, 118, 168, 0.4);
}
.site-footer .footer-bottom {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  width: 100%;
}

.expert-hero {
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
  padding: 0 20px;
}
.expert-hero .expert-title-large {
  font-size: 42px;
  margin-bottom: 15px;
  font-weight: bold;
}
.expert-hero .expert-bio {
  color: #ccc;
  font-size: 16px;
  max-width: 800px;
  line-height: 1.6;
  margin: 0 auto;
}

.breadcrumbs {
  margin-bottom: 30px;
  font-size: 14px;
  color: #888;
}
.breadcrumbs a {
  color: #aaa;
  text-decoration: none;
  transition: 0.3s;
}
.breadcrumbs a:hover {
  color: #fff;
}
.breadcrumbs .separator {
  margin: 0 10px;
}
.breadcrumbs .current {
  color: #fff;
}

.course-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}
.course-header .hero-title {
  font-size: 38px;
  margin-bottom: 20px;
}
.course-header .hero-subtitle {
  max-width: 800px;
  margin: 0 auto 30px;
  color: #ccc;
  line-height: 1.6;
}

.lessons-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.lesson-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.lesson-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
}
.lesson-item .lesson-info {
  display: flex;
  align-items: center;
}
.lesson-item .lesson-number {
  font-weight: bold;
  margin-right: 15px;
}
.lesson-item .lesson-title {
  color: #fff;
  font-size: 16px;
}
.lesson-item .status-text {
  font-size: 13px;
}
.lesson-item .status-text.unlocked {
  color: #4caf50;
}
.lesson-item .status-text.locked {
  color: #555;
}
.lesson-item .btn-play {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
}

.lesson-container {
  padding-top: 60px;
  padding-bottom: 120px;
}

.back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #aaa;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}
.back-link:hover {
  color: #fff;
}

.lesson-content-wrapper {
  max-width: 800px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.02);
  padding: 50px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.lesson-main-title {
  margin-top: 0;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 32px;
  line-height: 1.3;
}

.video-wrapper {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.audio-block {
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.audio-block .audio-icon {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  flex-shrink: 0;
}
.audio-block .audio-player-wrapper {
  flex: 1;
  width: 100%;
}
.audio-block .audio-title {
  margin: 0 0 12px 0;
  font-size: 15px;
  color: #ddd;
  font-weight: 500;
}
.audio-block audio {
  width: 100%;
  height: 40px;
  outline: none;
}

.text-block {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 4px solid #0088ff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.text-block .text-content {
  line-height: 1.8;
  color: #ddd;
}

.lesson-empty-state {
  text-align: center;
  padding: 50px 20px;
  background: rgba(255, 255, 255, 0.01);
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  margin-bottom: 40px;
}
.lesson-empty-state .empty-icon {
  display: block;
  font-size: 40px;
  margin-bottom: 15px;
  opacity: 0.7;
}
.lesson-empty-state p {
  color: #888;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.materials-block {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.materials-grid {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.material-card {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
.material-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.material-card .material-icon {
  font-size: 30px;
  margin-right: 15px;
}
.material-card .material-info {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.material-card .material-name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.material-card .material-action {
  font-size: 13px;
  color: #0088ff;
  font-weight: 500;
}

.profile-page {
  padding: 60px 0 100px;
}

.profile-layout {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.profile-sidebar {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  width: 300px;
  flex-shrink: 0;
}
.profile-sidebar .user-avatar {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
.profile-sidebar .profile-username {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
.profile-sidebar .profile-nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.profile-sidebar .tab-btn {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
.profile-sidebar .logout-link {
  display: inline-block;
  margin-top: 40px;
  color: #ff4d4d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.profile-sidebar .logout-link:hover {
  border-color: #ff4d4d;
}

.profile-content {
  flex-grow: 1;
  width: 100%;
}
.profile-content .profile-section-title {
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 28px;
}
.profile-content .empty-state {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
}
.profile-content .empty-state p {
  color: #aaa;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.calculator-wrapper {
  background: rgba(18, 18, 18, 0.7);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  margin: 40px auto;
  width: 100%;
  max-width: 1300px;
}
.calculator-wrapper .calc-controls {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.calculator-wrapper .calc-controls .input-date {
  padding: 12px 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: inherit;
  outline: none;
  color-scheme: dark;
}

.matrix-layout-pro {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .matrix-layout-pro {
    flex-direction: column;
  }
}

.matrix-left-col {
  flex: 1.2;
  width: 100%;
}
.matrix-left-col svg {
  display: block;
  width: 100%;
  max-width: 650px;
  height: auto;
  margin: 0 auto;
  overflow: visible;
}

.matrix-right-col {
  flex: 1;
  width: 100%;
}

.destiny-pro-block {
  margin-top: 30px;
  color: #fff;
}

.destiny-header-row {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
  flex-wrap: wrap;
}
.destiny-header-row .destiny-line {
  display: inline-block;
  width: 60px;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.destiny-cols-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.d-col {
  flex: 1;
}

.d-title {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
}
.d-title span {
  color: #aaa;
  font-weight: normal;
  font-size: 12px;
}

.d-brace-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.d-left {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 2.2;
}

.d-brace {
  font-size: 45px;
  font-weight: 300;
  color: #fff;
  font-family: "Times New Roman", serif;
  line-height: 1;
  margin-top: -5px;
}

.d-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.d-main {
  width: 45px;
  height: 45px;
  font-size: 18px;
  border-width: 2px;
}

.health-title {
  color: #8A2BE2;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.health-table-pro {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
  text-align: center;
}
.health-table-pro th {
  color: #fff;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border-radius: 4px;
}
.health-table-pro .name-col {
  text-align: left;
}
.health-table-pro .h-box {
  width: 100%;
  min-width: 40px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  background: transparent;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px;
}
.health-table-pro .h-desc {
  text-align: left;
  padding: 8px 12px;
  border-radius: 4px;
  color: #fff;
  line-height: 1.3;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.health-table-pro .h-desc strong {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
}

.admin-dashboard {
  display: flex;
  min-height: 100vh;
  background-color: #121212;
}

.admin-sidebar {
  width: 280px;
  background-color: #1a1a1a;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: fixed;
  height: 100vh;
  box-sizing: border-box;
}

.admin-logo {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
}
.admin-logo span {
  color: #888;
  font-size: 11px;
  font-weight: 600;
  display: block;
  margin-top: 5px;
  letter-spacing: 1px;
}

.admin-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}

.admin-nav .tab-btn {
  background: transparent;
  border: none;
  color: #888;
  text-align: left;
  padding: 14px 18px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.admin-nav .tab-btn:hover {
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}

.admin-nav .tab-btn.active {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.back-to-site {
  margin-top: auto;
  color: #ff4d4d;
  text-decoration: none;
  font-size: 13px;
  padding: 15px;
  border-radius: 10px;
  transition: 0.3s;
  font-weight: 600;
  text-align: center;
  border: 1px solid rgba(255, 77, 77, 0.2);
}

.admin-main {
  flex-grow: 1;
  margin-left: 280px;
  padding: 60px;
  background: #121212;
  text-align: left;
}

.tab-content {
  display: none;
  animation: fadeIn 0.4s ease forwards;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.admin-header {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 25px;
}
.admin-header h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  background: #1a1a1a;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 40px;
}

.admin-table th {
  text-align: left;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  color: #555;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.admin-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  vertical-align: middle;
}

.admin-table tr:hover td {
  background: rgba(255, 255, 255, 0.01);
}

.admin-actions-group {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.m-0 {
  margin: 0 !important;
}

.badge-magic {
  background: rgba(165, 105, 189, 0.15);
  color: #A569BD;
  border: 1px solid rgba(165, 105, 189, 0.2);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 4px;
}

.badge-none {
  background: rgba(255, 255, 255, 0.05);
  color: #888;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  display: inline-block;
}

.content-status {
  display: flex;
  gap: 15px;
}

.status-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #444;
}

.status-item.active {
  color: #2ECC71;
}

.status-item i {
  font-style: normal;
  font-size: 14px;
}

.btn-small {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}

.btn-small:hover {
  background: #fff;
  color: #000;
}

.btn-add-lesson {
  background: rgba(46, 204, 113, 0.1);
  color: #2ECC71;
  border: 1px solid rgba(46, 204, 113, 0.3);
}

.btn-add-lesson:hover {
  background: #2ECC71;
  color: #000;
  border-color: #2ECC71;
}

.btn-delete {
  background: rgba(231, 76, 60, 0.1);
  color: #E74C3C;
  border-color: rgba(231, 76, 60, 0.3);
  padding: 8px 12px;
}

.btn-delete:hover {
  background: #E74C3C;
  color: #fff;
  border-color: #E74C3C;
}

.modal-overlay, .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
}

.modal-overlay.active, .modal.show {
  display: flex;
}

.modal-content {
  background: #1a1a1a;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 500px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
  text-align: center;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  color: #888;
  font-size: 28px;
  transition: 0.3s;
  cursor: pointer;
}
.modal-close:hover {
  color: #fff;
}

.form-group {
  margin-bottom: 25px;
  text-align: left;
}
.form-group label {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color: #aaa;
  font-weight: 500;
}
.form-group input[type=text], .form-group textarea, .form-group select {
  width: 100%;
  padding: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  outline: none;
  transition: 0.3s;
  box-sizing: border-box;
}
.form-group input[type=text]:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: #0088ff;
  background: rgba(255, 255, 255, 0.05);
}

.file-input-wrapper {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}
.file-input-wrapper:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.file-input-wrapper input[type=file] {
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
  width: 100%;
}
.file-input-wrapper .file-icon {
  font-size: 20px;
}

.modal-actions {
  display: flex;
  gap: 15px;
  margin-top: 35px;
}

.btn-modal {
  flex: 1;
  padding: 14px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  border: none;
  transition: 0.3s;
  font-size: 15px;
}

.btn-save {
  background: #0088ff;
  color: #fff;
}
.btn-save:hover {
  background: #fff;
  color: #000;
}

.btn-cancel {
  background: transparent;
  color: #888;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn-cancel:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.modal-header h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}

.modal-checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 25px 0;
  text-align: left;
}

.course-checkbox-label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.course-checkbox-label:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.course-checkbox-label input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #0088ff;
}

.modal-expert-name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  color: #0088ff !important;
  text-align: center;
}

.modal-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}

.modal-desc {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 30px;
  line-height: 1.5;
}

.modal-social-links {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.modal-footer-text {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: #888;
}
.modal-footer-text .modal-login-link {
  color: #fff;
  text-decoration: underline;
  margin-left: 5px;
}

.theme-numerology .expert-name, .theme-numerology .lesson-number, .theme-numerology .current {
  color: #900C3F !important;
}
.theme-numerology .btn-dynamic {
  background: #900C3F !important;
  color: #fff !important;
}
.theme-numerology .open-modal-btn {
  background: transparent !important;
  border: 1px solid rgba(144, 12, 63, 0.5) !important;
  color: #fff !important;
}
.theme-numerology .open-modal-btn:hover {
  background: #fff !important;
  color: #000 !important;
}
.theme-numerology .btn-play {
  color: #900C3F;
  border-color: rgba(144, 12, 63, 0.5);
}
.theme-numerology .btn-play:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.theme-numerology .text-block {
  border-left-color: #900C3F !important;
}
.theme-numerology .material-card .material-action {
  color: #900C3F !important;
}

.theme-tarot .expert-name, .theme-tarot .lesson-number, .theme-tarot .current {
  color: #8A2BE2 !important;
}
.theme-tarot .btn-dynamic {
  background: #8A2BE2 !important;
  color: #fff !important;
}
.theme-tarot .open-modal-btn {
  background: transparent !important;
  border: 1px solid rgba(138, 43, 226, 0.5) !important;
  color: #fff !important;
}
.theme-tarot .open-modal-btn:hover {
  background: #fff !important;
  color: #000 !important;
}
.theme-tarot .btn-play {
  color: #8A2BE2;
  border-color: rgba(138, 43, 226, 0.5);
}
.theme-tarot .btn-play:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.theme-tarot .text-block {
  border-left-color: #8A2BE2 !important;
}
.theme-tarot .material-card .material-action {
  color: #8A2BE2 !important;
}

.theme-magic .expert-name, .theme-magic .lesson-number, .theme-magic .current {
  color: #008B8B !important;
}
.theme-magic .btn-dynamic {
  background: #008B8B !important;
  color: #fff !important;
}
.theme-magic .open-modal-btn {
  background: transparent !important;
  border: 1px solid rgba(0, 139, 139, 0.5) !important;
  color: #fff !important;
}
.theme-magic .open-modal-btn:hover {
  background: #fff !important;
  color: #000 !important;
}
.theme-magic .btn-play {
  color: #008B8B;
  border-color: rgba(0, 139, 139, 0.5);
}
.theme-magic .btn-play:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.theme-magic .text-block {
  border-left-color: #008B8B !important;
}
.theme-magic .material-card .material-action {
  color: #008B8B !important;
}

@media (max-width: 992px) {
  .profile-layout {
    flex-direction: column;
    align-items: center;
  }
  .profile-sidebar {
    width: 100%;
    max-width: 400px;
  }
  .admin-dashboard {
    flex-direction: column;
  }
  .admin-sidebar {
    width: 100%;
    height: auto;
    position: static;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .admin-main {
    margin-left: 0;
    padding: 30px 20px;
  }
  .matrix-layout-pro {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .site-header .container {
    flex-direction: column;
    padding: 15px;
    gap: 15px;
  }
  .header-auth {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
  }
  .admin-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .destiny-cols-row {
    flex-direction: column;
    gap: 30px;
  }
  .health-table-pro {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .health-table-pro .h-desc {
    min-width: 250px;
  }
  .health-table-pro .h-box {
    min-width: 50px;
  }
  .health-table-pro th {
    white-space: nowrap;
  }
}
body:not(.theme-tarot) .hero-subtitle,
body:not(.theme-tarot) .hero-subtitle-pro,
body:not(.theme-tarot) .card-desc,
body:not(.theme-tarot) .card-desc-text,
body:not(.theme-tarot) .course-desc,
body:not(.theme-tarot) .login-box .form-group label,
body:not(.theme-tarot) .login-hint,
body:not(.theme-tarot) .footer-brand p,
body:not(.theme-tarot) .footer-desc,
body:not(.theme-tarot) .footer-links a,
body:not(.theme-tarot) .social-row span,
body:not(.theme-tarot) .footer-bottom,
body:not(.theme-tarot) .expert-bio,
body:not(.theme-tarot) .breadcrumbs,
body:not(.theme-tarot) .breadcrumbs a,
body:not(.theme-tarot) .course-header .hero-subtitle,
body:not(.theme-tarot) .status-text.locked,
body:not(.theme-tarot) .back-link,
body:not(.theme-tarot) .audio-title,
body:not(.theme-tarot) .text-block .text-content,
body:not(.theme-tarot) .lesson-empty-state p,
body:not(.theme-tarot) .profile-content .empty-state p,
body:not(.theme-tarot) .d-title span,
body:not(.theme-tarot) .admin-logo span,
body:not(.theme-tarot) .admin-nav .tab-btn,
body:not(.theme-tarot) .admin-table th,
body:not(.theme-tarot) .badge-none,
body:not(.theme-tarot) .modal-close,
body:not(.theme-tarot) .form-group label,
body:not(.theme-tarot) .file-input-wrapper input[type=file],
body:not(.theme-tarot) .btn-cancel,
body:not(.theme-tarot) .modal-desc,
body:not(.theme-tarot) .modal-footer-text {
  color: #ffffff !important;
}
body:not(.theme-tarot) .login-hint a,
body:not(.theme-tarot) .modal-footer-text .modal-login-link {
  color: #0088ff !important;
  font-weight: 600;
}
body:not(.theme-tarot) .site-header .nav-list a:hover {
  color: #ffffff !important;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

.page-numerology p.expert-bio,
.theme-numerology p.expert-bio,
.page-numerology .course-header .hero-subtitle,
.theme-numerology .course-header .hero-subtitle,
.page-magic p.expert-bio,
.theme-magic p.expert-bio {
  color: #ffffff !important;
}

.page-tarot p.expert-bio,
.theme-tarot p.expert-bio,
.page-tarot .course-header .hero-subtitle,
.theme-tarot .course-header .hero-subtitle,
.page-tarot .course-header p.hero-subtitle {
  color: #000000 !important;
}

.expert-name {
  color: #0088ff;
}

.btn-dynamic {
  background: #0088ff;
  color: #fff;
  border: none;
  transition: 0.3s;
}
.btn-dynamic:hover {
  filter: brightness(1.1);
}

.modal-expert-name {
  color: #0088ff;
}

.theme-numerology p, .theme-numerology .text-muted, .theme-numerology .desc {
  color: #ffffff !important;
}
.theme-numerology .expert-name, .theme-numerology .lesson-number, .theme-numerology .current {
  color: #d31010 !important;
}
.theme-numerology .btn-theme-numerology, .theme-numerology .btn-dynamic {
  background: #d31010 !important;
  color: #fff !important;
  border: none;
  transition: 0.3s;
}
.theme-numerology .btn-theme-numerology:hover, .theme-numerology .btn-dynamic:hover {
  filter: brightness(1.1);
}
.theme-numerology .status-unlocked .icon {
  color: #d31010;
}
.theme-numerology .breadcrumbs a:hover {
  color: #d31010 !important;
}
.theme-numerology #leadModal p, .theme-numerology #leadModal .text-muted, .theme-numerology #leadModal .login-link {
  color: rgba(255, 255, 255, 0.6) !important;
}
.theme-numerology #leadModal .modal-expert-name {
  color: #d31010 !important;
}

.theme-tarot .main-content, .theme-tarot .main-content p, .theme-tarot .main-content span, .theme-tarot .main-content div,
.theme-tarot .main-content h1, .theme-tarot .main-content h2, .theme-tarot .main-content h3, .theme-tarot .main-content h4,
.theme-tarot .main-content h5, .theme-tarot .main-content h6, .theme-tarot .main-content li, .theme-tarot .main-content a,
.theme-tarot .main-content .text-muted, .theme-tarot .main-content .desc {
  color: #000000 !important;
}
.theme-tarot .expert-name, .theme-tarot .lesson-number, .theme-tarot .current {
  color: #007bff !important;
}
.theme-tarot .btn-theme-tarot, .theme-tarot .btn-dynamic {
  background: #007bff !important;
  color: #fff !important;
  border: none;
  transition: 0.3s;
}
.theme-tarot .btn-theme-tarot:hover, .theme-tarot .btn-dynamic:hover {
  filter: brightness(1.1);
}
.theme-tarot .status-unlocked .icon {
  color: #007bff !important;
}
.theme-tarot .breadcrumbs a:hover {
  color: #007bff !important;
}
.theme-tarot #leadModal, .theme-tarot #leadModal div, .theme-tarot #leadModal span, .theme-tarot #leadModal h1, .theme-tarot #leadModal h2, .theme-tarot #leadModal h3, .theme-tarot #leadModal h4, .theme-tarot #leadModal h5, .theme-tarot #leadModal h6 {
  color: #ffffff !important;
}
.theme-tarot #leadModal .modal-expert-name {
  color: #007bff !important;
}
.theme-tarot #leadModal p, .theme-tarot #leadModal .text-muted, .theme-tarot #leadModal .login-link {
  color: rgba(255, 255, 255, 0.6) !important;
}
.theme-tarot #leadModal a, .theme-tarot #leadModal .close-btn {
  color: #ffffff !important;
}

.theme-magic p, .theme-magic .text-muted, .theme-magic .desc {
  color: #ffffff !important;
}
.theme-magic .expert-name, .theme-magic .lesson-number, .theme-magic .current {
  color: #1A1A1A !important;
}
.theme-magic .btn-theme-magic, .theme-magic .btn-dynamic {
  background: #1A1A1A !important;
  color: #fff !important;
  border: none;
  transition: 0.3s;
}
.theme-magic .btn-theme-magic:hover, .theme-magic .btn-dynamic:hover {
  filter: brightness(1.1);
}
.theme-magic .status-unlocked .icon {
  color: #1A1A1A;
}
.theme-magic .breadcrumbs a:hover {
  color: #1A1A1A !important;
}
.theme-magic #leadModal p, .theme-magic #leadModal .text-muted, .theme-magic #leadModal .login-link {
  color: rgba(255, 255, 255, 0.6) !important;
}
.theme-magic #leadModal .modal-expert-name {
  color: #007bff !important;
}

.theme-admin .admin-logo-sub {
  color: #0088ff;
}
.theme-admin .tab-btn.active {
  background: #0088ff;
  color: #fff;
}
.theme-admin .btn-save {
  background: #0088ff;
  color: #fff;
  border: none;
  transition: 0.3s;
}
.theme-admin .btn-save:hover {
  filter: brightness(1.1);
}/*# sourceMappingURL=main.css.map */