/* داشبورد استایل‌ها با پسوند -dash */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Vazirmatn:ital,wght@0,300..900;1,300..900&family=Vazirmatn:wght@100..900&display=swap');

:root {
  --main-color: #5865f2;
  --sec-color: #1bffff;
  --third-color: #6066d8;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body { font-family: "Vazirmatn", sans-serif; }

/* Preloader */
.preloader {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #0f0c29, #25224b, #0f0c29);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 1s ease, visibility 1s ease;
}
.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #fff;
  border-top: 6px solid #413997;
  border-radius: 50%;
  animation: spin 1s infinite linear;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* --- BOT MODAL STYLES WITH -dash SUFFIX (FULL, LOSSLESS) --- */
.modal-dash {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #0f0c298c;
    backdrop-filter: blur(6px);
    transition: background 0.3s;
    justify-content: center;
    align-items: center;
}
.modal--active-dash {
    display: flex !important;
}
.modal-content-dash {
    background: #23263a;
    color: #fff;
    border-radius: 13px;
    padding: 38px 32px 28px 32px;
    border: 1.5px solid #353a50;
    max-width: 550px;
    width: 95vw;
    box-shadow: 0 8px 32px 0 rgba(40,40,60,0.18), 0 1.5px 0 #23263a inset;
    position: relative;
    font-family: 'Vazirmatn', sans-serif;
    animation: modalPopIn-dash 0.45s cubic-bezier(.68,-0.55,.27,1.55);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    transition: box-shadow 0.2s, border 0.2s;
}
@keyframes modalPopIn-dash {
    0% { transform: scale(0.7) translateY(60px); opacity: 0; }
    80% { transform: scale(1.05) translateY(-8px); opacity: 1; }
    100% { transform: scale(1) translateY(0); opacity: 1; }
}
.bot-preview-card-dash {
    width: 100%;
    background: #242429;
    border-radius: 35px;
    box-shadow: 0 2px 8px 0 rgba(88,101,242,0.07);
    margin-bottom: 18px;
    margin-top: 18px;
    overflow: hidden;
    position: relative;
    border: 1px solid #242429;
}
.bot-preview-main-dash {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 18px;
    padding: 18px 18px 18px 18px;
    background: #242429;
    border-radius: 35px;
}
.bot-avatar-wrap-dash {
    position: relative;
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 35px;
}
.bot-preview-avatar-dash {
    width: 72px;
    height: 72px;
    border-radius: 35px;
    background: #181a29;
    object-fit: cover;
    box-shadow: 0 0 0 4px #181a29;
}
.bot-status-dash {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 16px;
    height: 16px;
    background: #43b581;
    border-radius: 50%;
}
.bot-preview-info-dash {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}
.bot-preview-name-row-dash {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.bot-preview-name-dash {
    font-weight: 700;
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0.2px;
    word-break: break-all;
}
.bot-badge-app-dash {
    background: var(--main-color);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 6px;
    padding: 2px 10px;
    margin-left: 2px;
    letter-spacing: 0.2px;
    display: inline-block;
    vertical-align: middle;
}
.bot-preview-tag-dash {
    color: #bfc6e0;
    font-size: 1.05rem;
    margin-top: 2px;
    font-family: inherit;
    font-weight: 500;
    word-break: break-all;
}
.bot-badge-code-dash {
    color: #43b581;
    font-size: 1em;
    font-family: monospace;
    margin-left: 2px;
}
.modal-btn-dash {
    width: 100%;
    padding: 12px 0;
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: var(--input-radius);
    font-size: 1.08rem;
    font-family: 'Vazirmatn';
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0 2px 8px 0 rgba(88, 101, 242, 0.10);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    letter-spacing: 0.5px;
}
.modal-btn-dash:hover {
    background: #4048a6;
    color: #fff;
    box-shadow: 0 4px 16px 0 rgba(88, 101, 242, 0.18);
}
.modern-preview-dash {
    border-radius: 35px;
    box-shadow: 0 2px 12px 0 rgba(88,101,242,0.10);
    margin-bottom: 18px;
    overflow: hidden;
    border: 1px solid #242429;
    padding: 0;
}
.modern-bot-form-dash {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.form-group-dash {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.form-group-dash label {
    color: #bfc6e0;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.form-group-dash input[type="text"] {
    background: #23263a;
    border: 1.5px solid var(--input-border);
    border-radius: 10px;
    color: #fff;
    padding: 12px 14px;
    font-size: 1rem;
    transition: border 0.2s, box-shadow 0.2s;
    outline: none;
    font-family: inherit;
    box-sizing: border-box;
}
.form-group-dash input[type="text"]:focus {
    border: 1.5px solid var(--main-color);
    box-shadow: 0 0 0 2px #5865f233;
    background: #20233a;
}
.form-group-dash input[type="file"] {
    background: transparent;
    color: #bfc6e0;
    border: none;
    font-size: 0.98rem;
    margin-top: 2px;
    padding-left: 0;
}
.form-group-dash input[type="text"]::placeholder {
    color: #bfc6e0;
    opacity: 0.8;
    font-size: 0.98rem;
}
.form-price-info-dash {
    background: #181a29;
    color: #bfc6e0;
    border-radius: 8px;
    padding: 10px 0 10px 0;
    text-align: center;
    font-size: 1.05rem;
    margin-bottom: 0;
    margin-top: -8px;
    box-shadow: 0 1px 8px 0 rgba(88,101,242,0.04);
}
.form-price-info-dash i {
    color: var(--main-color);
    margin-left: 4px;
}
.avatar-upload-group-dash {
    margin-bottom: 15px;
}
.avatar-upload-wrapper-dash {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 2px;
    flex-wrap: wrap;
}
.avatar-upload-label-dash {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    cursor: pointer;
    background: #23263a;
    border-radius: 8px;
    border: 1.5px solid #353a50;
    padding: 8px 16px 8px 12px;
    transition: border 0.2s, box-shadow 0.2s, background 0.2s;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(40,40,60,0.10);
}
.avatar-upload-label-dash:hover, .avatar-upload-label-dash:focus {
    border: 1.5px solid #5865f2;
    background: #23263a;
    box-shadow: 0 2px 8px 0 rgba(40,40,60,0.13);
}
.avatar-upload-preview-dash {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #181a29;
    border: 1.5px solid #353a50;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1.5px 8px 0 rgba(40,40,60,0.08);
}
.avatar-upload-preview-dash img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    box-shadow: none;
}
.avatar-upload-btn-dash {
    color: #bfc6e0;
    font-size: 0.98rem;
    background: #23263a;
    border-radius: 6px;
    padding: 6px 14px;
    border: 1px solid #353a50;
    transition: none;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: none;
}
.avatar-upload-label-dash:hover .avatar-upload-btn-dash {
    background: #23263a;
    color: #bfc6e0;
    border: 1px solid #5865f2;
}
.bot-close-btn-dash {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #181a29;
    color: white;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bot-close-btn-dash:hover, .bot-close-btn-dash:focus {
    color: #fff;
    box-shadow: 0 4px 16px 0 rgba(255, 255, 255, 0.18);
    transform: scale(1.08);
}
.create-bot-header-dash {
    display: flex;
    gap:10px;
    align-items: center;
    justify-content: center;
}
@media (max-width: 400px) {
    .modal-content-dash {
        padding: 10px 2vw 10px 2vw !important;
        max-width: 99vw !important;
        min-width: 0 !important;
        border-radius: 35px !important;
    }
    .bot-preview-card-dash {
        border-radius: 35px;
        margin-bottom: 10px;
        margin-top: 48px;
    }
    .bot-preview-main-dash {
        gap: 8px;
        padding: 10px 16px ;
    }
    .bot-avatar-wrap-dash {
        width: 54px;
        height: 54px;
    }
    .bot-preview-avatar-dash {
        width: 54px;
        height: 54px;
    }
    .bot-preview-name-dash {
        font-size: 1.05rem;
    }
    .bot-badge-app-dash {
        font-size: 0.68rem;
        padding: 2px 6px;
    }
    .bot-preview-tag-dash {
        font-size: 0.93rem;
    }
    .modal-btn-dash {
        font-size: 0.98rem;
        padding: 10px 0;
    }
    .form-group-dash input[type="text"] {
        font-size: 0.95rem;
        padding: 10px 10px;
    }
    .form-price-info-dash {
        font-size: 0.95rem;
        padding: 7px 0;
    }
}
@media (max-width: 370px) {
    .modal-content-dash {
        padding: 4px 0 4px 0 !important;
        max-width: 100vw !important;
        border-radius: 8px !important;
    }
    .bot-preview-card-dash {
        border-radius: 35px;
    }
    .bot-preview-main-dash {
        gap: 4px;
        padding: 6px 2px 6px 2px;
    }
    .bot-avatar-wrap-dash {
        width: 40px;
        height: 40px;
    }
    .bot-preview-avatar-dash {
        width: 40px;
        height: 40px;
    }
    .bot-preview-name-dash {
        font-size: 0.93rem;
    }
    .bot-badge-app-dash {
        font-size: 0.6rem;
        padding: 1px 4px;
    }
    .bot-preview-tag-dash {
        font-size: 0.85rem;
    }
    .modal-btn-dash {
        font-size: 0.9rem;
        padding: 8px 0;
    }
    .form-group-dash input[type="text"] {
        font-size: 0.9rem;
        padding: 7px 7px;
    }
    .form-price-info-dash {
        font-size: 0.9rem;
        padding: 5px 0;
    }
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 3px;
  background: rgb(0, 0, 0,.5);
  border-radius: 18px;
}
::-webkit-scrollbar-thumb {
  background: #23243a;
  border-radius: 8px;
  min-height: 40px;
}
::-webkit-scrollbar-corner {
  background: #23243a;
}

/* Fade Modal */
.fade-modal {
  transition: opacity 0.3s ease;
  opacity: 0;
}
.fade-modal.active {
  opacity: 1;
}

/* Modal Animations */
@keyframes fade-in {
  from { opacity: 0; transform: translateY(40px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes fade-out {
  from { opacity: 1; transform: translateY(0) scale(1); }
  to { opacity: 0; transform: translateY(40px) scale(0.98); }
}
.animate-fade-in {
  animation: fade-in 0.35s cubic-bezier(0.4,0,0.2,1);
}
.animate-fade-out {
  animation: fade-out 0.25s cubic-bezier(0.4,0,0.2,1);
}

/* Toast Notification Animations */
@keyframes fadeInToast {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeOutToast {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(-20px); }
}
.animate-fade-in {
  animation: fadeInToast 0.4s cubic-bezier(.4,0,.2,1);
}
.animate-fade-out {
  animation: fadeOutToast 0.4s cubic-bezier(.4,0,.2,1);
}

/* Toast Notification Styles */
.toast-notification {
  min-width: 220px;
  max-width: 350px;
  border: 1px solid #23243a;
}
#customToast {
  position: fixed;
  top: 2.2rem;
  right: 2.2rem;
  z-index: 9999;
  min-width: 270px;
  max-width: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: linear-gradient(90deg, #1f4fcc 0%, #3e7bfa 100%);
  color: #fff;
  border-radius: 35px;
  box-shadow: 0 8px 32px 0 rgba(31,79,204,0.18);
  padding: 0.85rem 1.5rem 0.85rem 0.85rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(-30px);
  font-family: inherit;
  font-size: 1rem;
}
#customToast.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#customToast .toast-icon {
  flex-shrink: 0;
  margin-left: 0.7rem;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#customToastMsg {
  flex: 1 1 auto;
  text-align: center;
  font-weight: 500;
  padding: 0 0.5rem;
  word-break: break-word;
}
#customToast .toast-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.2em;
  margin-right: 0.2rem;
  margin-left: 0.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
#customToast .toast-close:hover {
  color: #ff4d4f;
}
#customToast.toast-success {
  background: #1bc46f;
  color: #fff;
}
#customToast.toast-success .toast-icon {
  color: #fff;
}
#customToast.toast-error {
  background: #ef4444;
  color: #fff;
}
#customToast.toast-error .toast-icon {
  color: #fff;
}
#customToast.toast-anonymous {
  background: #ffffff21;
  color: #fff;
}
#customToast.toast-anonymous .toast-icon {
  color: #fff;
}
@media (max-width: 600px) {
  #customToast {
    right: 0.7rem;
    left: 0.7rem;
    min-width: unset;
    max-width: unset;
    padding: 0.7rem 1rem 0.7rem 0.7rem;
    font-size: 0.98rem;
  }
}

/* Modal Animations (Popup) */
@keyframes fadeInModal {
  from { opacity: 0; transform: translateY(40px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes fadeOutModal {
  from { opacity: 1; transform: translateY(0) scale(1); }
  to { opacity: 0; transform: translateY(40px) scale(0.97); }
}
.animate-fade-in {
  animation: fadeInModal 0.35s cubic-bezier(0.4,0,0.2,1);
}
.animate-fade-out {
  animation: fadeOutModal 0.35s cubic-bezier(0.4,0,0.2,1) forwards;
}

/* Sidebar underline */
.sidebar-link {
  position: relative;
  overflow: hidden;
}
.sidebar-link .sidebar-underline {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 0;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: width 0.35s cubic-bezier(0.4,0,0.2,1), left 0.35s cubic-bezier(0.4,0,0.2,1);
  z-index: 1;
  transform: translateX(-50%);
}
.sidebar-link:hover .sidebar-underline,
.sidebar-link:focus .sidebar-underline {
  width: 80%;
  left: 50%;
}
@media (max-width: 640px) {
  .sidebar-link .sidebar-underline {
    bottom: -2px;
  }
}

/* Audit Log Modal Scrollbar */
#auditLogModal pre::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#auditLogModal pre::-webkit-scrollbar-track {
  background: #1f253a;
  border-radius: 10px;
}
#auditLogModal pre::-webkit-scrollbar-thumb {
  background-color: #4c566a;
  border-radius: 10px;
  border: 2px solid #1f253a;
}
#auditLogModal pre::-webkit-scrollbar-thumb:hover {
  background-color: #6880ff;
}
#auditLogModal pre {
  scrollbar-width: thin;
  scrollbar-color: #4c566a #1f253a;
}

/* Popup Modal Animations */

.popup-modal {
  animation: fadeInPopup 0.3s cubic-bezier(0.4,0,0.2,1);
}
.popup-modal.fadeOut {
  animation: fadeOutPopup 0.3s cubic-bezier(0.4,0,0.2,1) forwards;
}
@keyframes fadeInPopup {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeOutPopup {
  from { opacity: 1; }
  to { opacity: 0; }
}
@media (max-width: 768px) {
  .popup-modal form .md\:flex-row {
    flex-direction: column !important;
    gap: 0.5rem !important;
  }
  .popup-modal form .md\:flex-row > div {
    width: 100% !important;
    margin-top: 0 !important;
  }
  .popup-modal form label {
    width: 100% !important;
    min-width: 0 !important;
  }
}

.fadeOut {
  animation: fadeOutPopup 0.3s cubic-bezier(0.4,0,0.2,1) forwards !important;
}

/* --- POPUP MODAL DASHBOARD VERSION --- */
.popup-modal-dash {
  animation: fadeInPopup-dash 0.3s cubic-bezier(0.4,0,0.2,1);
}
.popup-modal-dash.fadeOut-dash {
  animation: fadeOutPopup-dash 0.3s cubic-bezier(0.4,0,0.2,1) forwards;
}
@keyframes fadeInPopup-dash {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeOutPopup-dash {
  from { opacity: 1; }
  to { opacity: 0; }
}
@media (max-width: 768px) {
  .popup-modal-dash form .md\:flex-row-dash {
    flex-direction: column !important;
    gap: 0.5rem !important;
  }
  .popup-modal-dash form .md\:flex-row-dash > div {
    width: 100% !important;
    margin-top: 0 !important;
  }
  .popup-modal-dash form label {
    width: 100% !important;
    min-width: 0 !important;
  }
}
.fadeOut-dash {
  animation: fadeOutPopup-dash 0.3s cubic-bezier(0.4,0,0.2,1) forwards !important;
}

/* --- DASHBOARD.CSS STYLES WITH -dash SUFFIX --- */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Vazirmatn:ital,wght@0,300..900;1,300..900&family=Vazirmatn:wght@100..900&display=swap');

@keyframes fadeInUp-dash {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}
.fadeInUp-dash {
    animation: fadeInUp-dash 2s ease-out forwards;
}
@keyframes twinkle-dash {
    0%, 100% { opacity: 0.2; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.3); }
}
@keyframes floatStars-dash {
    0% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(-50px) translateX(30px); }
    100% { transform: translateY(0) translateX(0); }
}
@keyframes spin-dash {
    to { transform: rotate(360deg); }
}

.preloader-dash {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 1s ease, visibility 1s ease;
}
.spinner-dash {
    width: 60px;
    height: 60px;
    border: 6px solid #fff;
    border-top: 6px solid var(--main-color);
    border-radius: 50%;
    animation: spin-dash 1s infinite linear;
}

.body.dash {
    font-family: 'Vazirmatn', sans-serif;
    color: #fff;
    position: relative;
    height: 100vh;
    width: 100vw;
}
html.dash, body.dash {
  height: 100%;
  margin: 0;
  padding: 0;
}
.hero-dash {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
    z-index: 2;
}
/* .stars-container-dash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  filter: blur(3px);
  pointer-events: none;
}
.star-dash {
    position: absolute;
    width: 2px;
    height: 2px;
    background: linear-gradient(135deg, #8ec5fc, #e0c3fc);
    border-radius: 50%;
    opacity: 0;
    animation: twinkle-dash 3s infinite ease-in-out, floatStars-dash 10s infinite linear;
} */
.hero-header-dash {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.header-img-dash {
    width: 50px;
}
.dashboard-box-dash {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 35px;
    display: flex;
    width: 100vw;
    height: 100%;
    padding: 25px;
    box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.5);
    max-height: 600px;
    max-width: 1150px;
}
.bots-list-dash img {
    width:50px;
    border-radius: 100%;
}
.bots-list-dash {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    gap:10px;
    border-radius: 0px 0px 35px 35px;
    box-sizing: border-box;
}
.bots-list-dash::-webkit-scrollbar {
    width: 6px;
    margin-right: 10px;
}
.bots-list-dash::-webkit-scrollbar-track {
    background: #000000;
    border-radius: 5px;
    margin-top: 5px;
    margin-right: 10px;
}
.bots-list-dash::-webkit-scrollbar-thumb {
    background: #4d4d4d;
    border-radius: 5px;
    margin-right: 10px;
}
.bot-dash {
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 35px;
    font-size: 1rem;
    animation: all 0.5s ease;
}
.money-section-dash a:hover,
.other-buttons-dash a:hover,
.bot-dash:hover {
    background-color: #4d4d4dbe;
}
.details-dash {
    display: flex;
    align-items: center;
    gap:12px;
}
.details-dash h4, 
.details-icon-dash {
    padding-top: 3px;
}

.profile-preview-dash {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0%;
    padding-left: 10px;
    gap:15px;
}
.profile-card-dash {
    display: flex;
    flex-direction: column;
    width: 100%; 
    height: fit-content;
    background: rgba(0, 0, 0, 0.5);
    justify-items: center;
    align-items: center;
    align-self: center;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    padding: 0%;
    margin: 0%;
    overflow: hidden;
    text-align: center;
    font-family: 'Vazirmatn', sans-serif;
    height: 70%;
    gap: 1rem;
}
.avatar-dash {
    width: 12rem;
    height: 12rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}
.labels-dash {
    font-family: "Rubik";
    align-items: center;
    cursor: pointer;
}
.label-1-dash {
    font-weight: bold;
    color: white;
    font-size: 2rem;
}

.label-2-dash,
.label-3-dash {
  font-weight: 400;
  color: gray;
  font-size: 1rem;
}
.money-section-dash {
    display: flex;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    border-radius: 35px;
    padding: 15px 15px;
    font-size: 1.3rem;
    align-items: center;
    color:white;
}
.money-section-dash a{
    text-decoration: none;
    color: white;
    background-color: #403c478c;
    padding: 10px 15px;
    border-radius: 35px;
    display: flex;
    gap:20px;
}
.money-wallet-amount {
    font-family: "Rubik";
    padding-right: 15px;
}
.other-buttons-dash {
    display: flex;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    border-radius: 35px;
    padding: 15px 15px;
    font-size: 1.3rem;
    align-items: center;
}
.other-buttons-dash a {
    text-decoration: none;
    color: white;
    background-color: #403c478c;
    padding: 10px 15px;
    border-radius: 35px;
    display: flex;
    gap:20px;
    align-items: center;
    justify-content: center;
    width: 49%;
}
#mobile-icon-dash {
    display:none
}
.mobile-ico-dash {
    
    display: none;
}
.footer-dash {
    color:#a7a7a7;
    margin-top: 20px;
}
.footer-dash a {
    text-decoration: none;
    color:#a7a7a7;
}

#chargeAmount-dash {
    border-radius: 8px;
}

/* Media queries and all other rules from dashboard.css, with -dash suffix */
@media (max-width:1470px) {
    .dashboard-box-dash {
        width: 80%;
    }
}
@media (max-width:1036px) {
    html.dash, body.dash {
        height: auto;
        min-height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        padding: 0;
    }
    .dashboard-box-dash {
        flex-direction: column-reverse;
        width: 100%;
        height: auto;
        padding: 0%;
        max-height: fit-content;
        margin: 0%;
        overflow-y: visible;
    }
    .hero-dash {
        position: relative; 
        min-height: 100vh; 
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
        z-index: 1;
    }
    .label-1-dash {
        font-weight: bold;
        color: white;
        font-size: 1.2rem;
    }
    .label-2-dash {
        margin-top: 8px;
    }
    .label-2-dash,
    .label-3-dash {
        font-weight: 400;
        color: gray;
        font-size: 0.8rem;
    }
    .bots-list-dash {
        top: 0px;
        overflow-y: auto;
        padding-left: 10px;
        display: flex;
        flex-direction: column;
        gap:10px;
        border-radius: 0px 0px 35px 35px;
        margin-bottom: 10px;
    }
    .bots-list-dash::-webkit-scrollbar {
        width: 6px;
    }
    .bots-list-dash::-webkit-scrollbar-track {
        background: #000000;
        border-radius: 5px;
    }
    .bots-list-dash::-webkit-scrollbar-thumb {
        background: #4d4d4d;
        border-radius: 5px;
    }
    .bots-list-dash::-webkit-scrollbar-thumb:hover {
        background-color: #3d0a84;
    }
    .bot-dash {
        display: flex;
        justify-content: space-between;
        justify-items: center;
        justify-self: center;
        align-self: center;
        align-items: center;
        width: 100%;
        padding: 10px 20px;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 35px;
        animation: all 0.5s ease;
        overflow-y: visible;
    }
    .profile-preview-dash {
        top: 0px;
        overflow-y: auto;
        padding: 10px;
    }
    .profile-card-dash {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 10%;
        width: 100%; 
        height: fit-content;
        background: rgba(0, 0, 0, 0.5);
        justify-items: center;
        align-items: center;
        align-self: center;
        align-items: center;
        border-radius: 35px;
        margin: 0%;
        overflow: hidden;
        overflow-y: auto;
        text-align: center;
        font-family: 'Vazirmatn', sans-serif;
        height: 70%;
        gap: 3rem;
    }
    .avatar-dash {
        width: 100px;
        height: 100px;
        margin: 10px;
    }
    .hero-header-dash {
        width: 350px;
        margin: 50px;
    }
    .footer-dash {
        font-size: 0.8rem;
    }
    .money-section-dash{
        display: flex;
        flex-direction: row;
    }
    .labels-dash {
        padding: 10px;
    }
    .other-buttons-dash {
        display: none;
    }
    #mobile-icon-dash {
        display: flex;
        text-decoration: none;
        color: white;
        border-radius: 35px;
        align-items: center;
        justify-content: center;
    }
    #charge-text-dash {
        display: none;
    }
    .money-section-dash {
        padding: 20px;
    }
    #mobile-icon-exchange-dash {
        display: none;
    }
    .mobile-ico-dash {
        display: flex;
        gap:10px;
    }
    .hero-header-dash {
        margin-bottom: 20px;
    }
}
@media (max-width: 450px) {
    .hero-header-dash {
        width: 220px;
    }
    .footer-dash {
        font-size: 0.6rem;
    }
    .profile-card-dash {
        padding: 0;
    }
}
@media (max-width:400px) {
    .avatar-dash {
        width: 6rem;
        height: 6rem;
    }
}
/* --- END DASHBOARD.CSS STYLES --- */

/* --- MODAL & POPUP STYLES WITH -dash SUFFIX FROM DASHBOARD.CSS --- */
/* --- CHARGE & WALLET & BOT MODAL STYLES WITH -dash SUFFIX --- */

/* --- CHARGE MODAL & BOT MODAL STYLES WITH -dash SUFFIX (FULL) --- */
#chargeModal-dash .modal-content-dash {
    max-width: 350px;
    padding: 38px 32px 28px 32px;
    min-width: 0;
    margin-bottom: 18px;
}
#chargeModal-dash .modal-content-dash h3 {
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
}
#chargeModal-dash .form-group-dash label {
    color: #bfc6e0;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 6px;
}
#chargeModal-dash .form-group-dash input[type="number"],
#chargeModal-dash .form-group-dash select {
    background: #23263a;
    border: 1.5px solid var(--input-border);
    border-radius: 10px;
    color: #fff;
    padding: 12px 14px;
    font-size: 1rem;
    transition: border 0.2s, box-shadow 0.2s;
    outline: none;
    font-family: inherit;
    box-sizing: border-box;
}
#chargeModal-dash .form-group-dash input[type="number"]:focus,
#chargeModal-dash .form-group-dash select:focus {
    border: 1.5px solid var(--main-color);
    box-shadow: 0 0 0 2px #5865f233;
    background: #20233a;
}
#chargeModal-dash .form-group-dash select {
    color: #bfc6e0;
}
#chargeModal-dash .form-group-dash input[type="number"]::placeholder {
    color: #bfc6e0;
    opacity: 0.8;
    font-size: 0.98rem;
}
#chargeModal-dash .modal-content-dash.charge-modal-dash {
    background: #23263a;
    box-shadow: 0 8px 32px 0 rgba(40,40,60,0.18), 0 1.5px 0 #23263a inset;
    border: 1.5px solid #353a50;
    font-family: 'Vazirmatn', sans-serif;
    padding: 38px 28px 28px 28px;
    color: #fff;
    max-width: 550px;
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}
.charge-modal-header-dash {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    justify-content: center;
}
.charge-wallet-icon-dash {
    font-size: 2.1rem;
    color: #43b581;
    background: #181a29;
    border-radius: 50%;
    box-shadow: 0 2px 8px 0 rgba(67,233,123,0.10);
    padding: 8px;
}
.charge-modal-title-dash {
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 8px #43e97b22;
}
.charge-balance-row-dash {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 1.05rem;
    color: #fff;
    font-family: 'Vazirmatn', sans-serif;
    box-shadow: 0 1px 8px 0 rgba(67,233,123,0.08);
    font-weight: 500;
    border: 1.5px solid #353a50;
}
.charge-balance-dash {
    color: #43b581;
    font-weight: bold;
    font-size: 1.08rem;
    letter-spacing: 0.5px;
}
.charge-form-dash {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.charge-label-dash {
    color: #bfc6e0;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Vazirmatn', sans-serif;
}
.charge-amount-btns-dash {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    justify-content: center;
    width: 100%;
}
.sample-amount-btn-dash {
    background: #23263a;
    color: #43b581;
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    border: 1.5px solid #43b581;
    border-radius: 10px;
    padding: 10px 18px;
    box-shadow: 0 2px 8px 0 rgba(67,233,123,0.13);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
    outline: none;
    margin-bottom: 4px;
}
.sample-amount-btn-dash:hover, .sample-amount-btn-dash:focus {
    background: #43b581;
    color: #fff;
    box-shadow: 0 4px 16px 0 rgba(67,233,123,0.18);
    transform: translateY(-2px) scale(1.04);
}
.charge-input-dash {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1.5px solid #43b581;
    background: #181a29;
    color: #fff;
    font-size: 1.08rem;
    font-family: 'Vazirmatn', sans-serif;
    margin-bottom: 14px;
    outline: none;
    box-shadow: 0 1.5px 8px 0 rgba(67,233,123,0.08);
    transition: border 0.2s, box-shadow 0.2s;
    font-weight: 500;
    text-align: center;
}
.charge-input-dash:focus {
    border: 1.5px solid #43b581;
    box-shadow: 0 0 0 2px #43b58133;
    background: #23263a;
}
.charge-input-dash::placeholder {
    color: #bfc6e0;
    opacity: 0.8;
    font-size: 0.98rem;
    font-family: 'Vazirmatn', sans-serif;
}
.charge-submit-btn-dash {
    width: 100%;
    padding: 13px 0;
    background: #43b581;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 1.13rem;
    font-family: 'Vazirmatn', sans-serif;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0 2px 8px 0 rgba(67,233,123,0.13);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.charge-submit-btn-dash:hover, .charge-submit-btn-dash:focus {
    background: #2fa76a;
    color: #fff;
    box-shadow: 0 4px 16px 0 rgba(67,233,123,0.18);
    transform: translateY(-2px) scale(1.03);
}
.charge-close-btn-dash {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #181a29;
    color: white;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.charge-close-btn-dash:hover, .charge-close-btn-dash:focus {
    box-shadow: 0 4px 16px 0 rgba(255, 255, 255, 0.18);
    transform: scale(1.08);
}
.bot-close-btn-dash {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #181a29;
    color: white;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bot-close-btn-dash:hover, .bot-close-btn-dash:focus {
    color: #fff;
    box-shadow: 0 4px 16px 0 rgba(255, 255, 255, 0.18);
    transform: scale(1.08);
}
.charge-amount-text-row-dash {
    width: 100%;
    min-height: 22px;
    margin-bottom: 16px;
    text-align: right;
    direction: rtl;
}
.charge-amount-text-dash {
    font-family: 'Vazirmatn', sans-serif;
    font-size: 1.01rem;
    font-weight: 500;
    letter-spacing: 0.1px;
    display: inline-block;
    margin-top: 2px;
    transition: color 0.2s, font-size 0.2s;
    word-break: break-word;
    line-height: 1.7;
    max-width: 100%;
}
.charge-amount-text-words-dash {
    color: #6c757d;
    font-size: 0.98rem;
    margin-top: 2px;
    display: block;
}
#avatarFileName-dash {
    color: #bfc6e0;
    font-size: 0.98rem;
    margin-right: 8px;
    word-break: break-all;
    max-width: 100%;
    display: inline-block;
}
.avatar-upload-wrapper-dash {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 2px;
    flex-wrap: wrap;
}
@media (max-width: 480px) {
    .charge-amount-text-dash {
        font-size: 0.93rem;
        line-height: 1.5;
    }
    #chargeModal-dash .modal-content-dash.charge-modal-dash {
        padding: 18px 4vw 18px 4vw;
        max-width: 98vw;
    }
    .charge-amount-btns-dash {
        flex-wrap: wrap;
    }
    .charge-modal-title-dash {
        font-size: 1.08rem;
    }
    .charge-balance-row-dash {
        font-size: 0.98rem;
    }
    .charge-submit-btn-dash {
        font-size: 1rem;
    }
    .avatar-upload-wrapper-dash {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    #avatarFileName-dash {
        font-size: 0.93rem;
        margin-right: 0;
        margin-top: 2px;
        max-width: 90vw;
    }
}
@media (max-width: 400px) {
    .modal-content-dash,
    #chargeModal-dash .modal-content-dash.charge-modal-dash {
        max-width: 99vw !important;
        min-width: 0 !important;
        border-radius: 8px !important;
        padding:12px 8px 8px 8px !important;
    }

    .bot-preview-card-dash {
        border-radius: 35px;
        margin-bottom: 10px;
        margin-top: 48px;
    }
    .bot-preview-main-dash {
        gap: 8px;
        padding: 10px 16px ;
    }
    .bot-avatar-wrap-dash {
        width: 54px;
        height: 54px;
    }
    .bot-preview-avatar-dash {
        width: 54px;
        height: 54px;
    }
    .bot-preview-name-dash {
        font-size: 1.05rem;
    }
    .bot-badge-app-dash {
        font-size: 0.68rem;
        padding: 2px 6px;
    }
    .bot-preview-tag-dash {
        font-size: 0.93rem;
    }
    .modal-btn-dash, .charge-submit-btn-dash {
        font-size: 0.98rem;
        padding: 10px 0;
    }
    .form-group-dash input[type="text"],
    .charge-input-dash {
        font-size: 0.95rem;
        padding: 10px 10px;
    }
    .form-price-info-dash {
        font-size: 0.95rem;
        padding: 7px 0;
    }
    .charge-balance-row-dash {
        font-size: 0.93rem;
        padding: 8px 10px;
    }
    .charge-modal-title-dash {
        font-size: 1rem;
    }
    .charge-label-dash {
        font-size: 0.95rem;
        margin-bottom: 10px;
    }
    .charge-amount-btns-dash {
        gap: 6px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .sample-amount-btn-dash {
        font-size: 0.93rem;
        padding: 7px 10px;
    }
}
@media (max-width: 370px) {
    .modal-content-dash,
    #chargeModal-dash .modal-content-dash.charge-modal-dash {
        max-width: 100vw !important;
        border-radius: 8px !important;
    }
    .bot-preview-card-dash {
        border-radius: 35px;
    }
    .bot-preview-main-dash {
        gap: 4px;
        padding: 6px 2px 6px 2px;
    }
    .bot-avatar-wrap-dash {
        width: 40px;
        height: 40px;
    }
    .bot-preview-avatar-dash {
        width: 40px;
        height: 40px;
    }
    .bot-preview-name-dash {
        font-size: 0.93rem;
    }
    .bot-badge-app-dash {
        font-size: 0.6rem;
        padding: 1px 4px;
    }
    .bot-preview-tag-dash {
        font-size: 0.85rem;
    }
    .modal-btn-dash, .charge-submit-btn-dash {
        font-size: 0.9rem;
        padding: 8px 0;
    }
    .form-group-dash input[type="text"],
    .charge-input-dash {
        font-size: 0.9rem;
        padding: 7px 7px;
    }
    .form-price-info-dash {
        font-size: 0.9rem;
        padding: 5px 0;
    }
    .charge-balance-row-dash {
        font-size: 0.85rem;
        padding: 5px 5px;
    }
    .charge-modal-title-dash {
        font-size: 0.9rem;
    }
    .charge-label-dash {
        font-size: 0.9rem;
        margin-bottom: 7px;
    }
    .charge-amount-btns-dash {
        gap: 4px;
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .sample-amount-btn-dash {
        font-size: 0.85rem;
        padding: 5px 7px;
    }
}
#walletBalanceModal-dash {
    color: #43b581;
    font-weight: bold;
    font-size: 1.08rem;
    letter-spacing: 0.5px;
}
.charge-form-dash {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.charge-label-dash {
    color: #bfc6e0;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Vazirmatn', sans-serif;
}
.charge-amount-btns-dash {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    justify-content: center;
    width: 100%;
}
.sample-amount-btn-dash {
    background: #23263a;
    color: #43b581;
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    border: 1.5px solid #43b581;
    border-radius: 10px;
    padding: 10px 18px;
    box-shadow: 0 2px 8px 0 rgba(67,233,123,0.13);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
    outline: none;
    margin-bottom: 4px;
}
.sample-amount-btn-dash:hover, .sample-amount-btn-dash:focus {
    background: #43b581;
    color: #fff;
    box-shadow: 0 4px 16px 0 rgba(67,233,123,0.18);
    transform: translateY(-2px) scale(1.04);
}
.charge-input-dash {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1.5px solid #43b581;
    background: #181a29;
    color: #fff;
    font-size: 1.08rem;
    font-family: 'Vazirmatn', sans-serif;
    margin-bottom: 14px;
    outline: none;
    box-shadow: 0 1.5px 8px 0 rgba(67,233,123,0.08);
    transition: border 0.2s, box-shadow 0.2s;
    font-weight: 500;
}
.charge-input-dash:focus {
    border: 1.5px solid #43b581;
    box-shadow: 0 0 0 2px #43b58133;
    background: #23263a;
}
.charge-input-dash::placeholder {
    color: #bfc6e0;
    opacity: 0.8;
    font-size: 0.98rem;
    font-family: 'Vazirmatn', sans-serif;
}
.charge-submit-btn-dash {
    width: 100%;
    padding: 13px 0;
    background: #43b581;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 1.13rem;
    font-family: 'Vazirmatn', sans-serif;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0 2px 8px 0 rgba(67,233,123,0.13);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.charge-submit-btn-dash:hover, .charge-submit-btn-dash:focus {
    background: #2fa76a;
    color: #fff;
    box-shadow: 0 4px 16px 0 rgba(67,233,123,0.18);
    transform: translateY(-2px) scale(1.03);
}
.charge-close-btn-dash {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #181a29;
    color: white;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.charge-close-btn-dash:hover, .charge-close-btn-dash:focus {
    box-shadow: 0 4px 16px 0 rgba(255, 255, 255, 0.18);
    transform: scale(1.08);
}
.charge-modal-dash {
    background: #23263a;
    box-shadow: 0 8px 32px 0 rgba(40,40,60,0.18), 0 1.5px 0 #23263a inset;
    border: 1.5px solid #353a50;
    font-family: 'Vazirmatn', sans-serif;
    padding: 38px 28px 28px 28px;
    color: #fff;
    max-width: 550px;
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}
.charge-modal-header-dash {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    justify-content: center;
}
.charge-modal-title-dash {
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 8px #43e97b22;
}
.charge-balance-row-dash {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 1.05rem;
    color: #fff;
    font-family: 'Vazirmatn', sans-serif;
    box-shadow: 0 1px 8px 0 rgba(67,233,123,0.08);
    font-weight: 500;
    border: 1.5px solid #353a50;
}
.charge-balance-dash {
    color: #43b581;
    font-weight: bold;
    font-size: 1.08rem;
    letter-spacing: 0.5px;
}
.charge-amount-text-row-dash {
    width: 100%;
    min-height: 22px;
    margin-bottom: 16px;
    text-align: right;
    direction: rtl;
}
.charge-amount-text-dash {
    font-family: 'Vazirmatn', sans-serif;
    font-size: 1.01rem;
    font-weight: 500;
    letter-spacing: 0.1px;
    display: inline-block;
    margin-top: 2px;
    transition: color 0.2s, font-size 0.2s;
    word-break: break-word;
    line-height: 1.7;
    max-width: 100%;
}
.charge-amount-text-words-dash {
    color: #6c757d;
    font-size: 0.98rem;
    margin-top: 2px;
    display: block;
}
.form-group-dash input[type="number"],
.form-group-dash select {
    background: #23263a;
    border: 1.5px solid var(--input-border);
    border-radius: 10px;
    color: #fff;
    padding: 12px 14px;
    font-size: 1rem;
    transition: border 0.2s, box-shadow 0.2s;
    outline: none;
    font-family: inherit;
    box-sizing: border-box;
}
.form-group-dash input[type="number"]:focus,
.form-group-dash select:focus {
    border: 1.5px solid var(--main-color);
    box-shadow: 0 0 0 2px #5865f233;
    background: #20233a;
}
.form-group-dash select {
    color: #bfc6e0;
}
.form-group-dash input[type="number"]::placeholder {
    color: #bfc6e0;
    opacity: 0.8;
    font-size: 0.98rem;
}
.avatar-upload-wrapper-dash {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 2px;
    flex-wrap: wrap;
}
#avatarFileName-dash {
    color: #bfc6e0;
    font-size: 0.98rem;
    margin-right: 8px;
    word-break: break-all;
    max-width: 100%;
    display: inline-block;
}
.avatar-upload-label-dash {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    cursor: pointer;
    background: #23263a;
    border-radius: 8px;
    border: 1.5px solid #353a50;
    padding: 8px 16px 8px 12px;
    transition: border 0.2s, box-shadow 0.2s, background 0.2s;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(40,40,60,0.10);
}
.avatar-upload-label-dash:hover, .avatar-upload-label-dash:focus {
    border: 1.5px solid #5865f2;
    background: #23263a;
    box-shadow: 0 2px 8px 0 rgba(40,40,60,0.13);
}
.avatar-upload-preview-dash {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #181a29;
    border: 1.5px solid #353a50;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1.5px 8px 0 rgba(40,40,60,0.08);
}
.avatar-upload-preview-dash img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    box-shadow: none;
}
.avatar-upload-btn-dash {
    color: #bfc6e0;
    font-size: 0.98rem;
    background: #23263a;
    border-radius: 6px;
    padding: 6px 14px;
    border: 1px solid #353a50;
    transition: none;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: none;
}
.avatar-upload-label-dash:hover .avatar-upload-btn-dash {
    background: #23263a;
    color: #bfc6e0;
    border: 1px solid #5865f2;
}
.modal-dash {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #0f0c298c;
    backdrop-filter: blur(6px);
    transition: background 0.3s;
    justify-content: center;
    align-items: center;
}
.modal-dash.modal--active-dash {
    display: flex;
}
@keyframes modalPopIn-dash {
    0% { transform: scale(0.7) translateY(60px); opacity: 0; }
    80% { transform: scale(1.05) translateY(-8px); opacity: 1; }
    100% { transform: scale(1) translateY(0); opacity: 1; }
}
.bot-preview-card-dash {
    width: 100%;
    background: #242429;
    border-radius: 35px;
    box-shadow: 0 2px 8px 0 rgba(88,101,242,0.07);
    margin-bottom: 18px;
    margin-top: 18px;
    overflow: hidden;
    position: relative;
    border: 1px solid #242429;
}
.bot-preview-main-dash {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 18px;
    padding: 18px 18px 18px 18px;
    background: #242429;
    border-radius: 35px;
}
.bot-avatar-wrap-dash {
    position: relative;
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 35px;
}
.bot-preview-avatar-dash {
    width: 72px;
    height: 72px;
    border-radius: 35px;
    background: #181a29;
    object-fit: cover;
    box-shadow: 0 0 0 4px #181a29;
}
.bot-status-dash {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 16px;
    height: 16px;
    background: #43b581;
    border-radius: 50%;
}
.bot-preview-info-dash {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}
.bot-preview-name-row-dash {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.bot-preview-name-dash {
    font-weight: 700;
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0.2px;
    word-break: break-all;
}
.bot-badge-app-dash {
    background: var(--main-color);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 6px;
    padding: 2px 10px;
    margin-left: 2px;
    letter-spacing: 0.2px;
    display: inline-block;
    vertical-align: middle;
}
.bot-preview-tag-dash {
    color: #bfc6e0;
    font-size: 1.05rem;
    margin-top: 2px;
    font-family: inherit;
    font-weight: 500;
    word-break: break-all;
}
.bot-badge-code-dash {
    color: #43b581;
    font-size: 1em;
    font-family: monospace;
    margin-left: 2px;
}
.modal-content-dash label {
    display: block;
    margin: 13px 0 5px 0;
    font-size: 1rem;
    color: #e0e6ff;
    font-weight: 500;
}
.modal-content-dash input[type="text"],
.modal-content-dash input[type="file"] {
    width: 100%;
    padding: 10px 12px;
    border-radius: var(--input-radius);
    border: 1.5px solid var(--input-border);
    background: var(--input-bg);
    color: #fff;
    margin-bottom: 14px;
    font-size: 1rem;
    outline: none;
    transition: border 0.2s, box-shadow 0.2s;
    font-family: inherit;
    box-sizing: border-box;
}
.modal-content-dash input[type="text"]:focus {
    border: 1.5px solid var(--input-focus);
    box-shadow: 0 0 0 2px #5865f233;
    background: #20233a;
}
.modal-content-dash input[type="file"] {
    background: transparent;
    color: #bfc6e0;
    border: none;
    margin-bottom: 18px;
    padding-left: 0;
}
.modal-content-dash input[type="text"]::placeholder {
    color: #bfc6e0;
    opacity: 0.8;
    font-size: 0.98rem;
}
.modal-btn-dash {
    width: 100%;
    padding: 12px 0;
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: var(--input-radius);
    font-size: 1.08rem;
    font-family: 'Vazirmatn';
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0 2px 8px 0 rgba(88, 101, 242, 0.10);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    letter-spacing: 0.5px;
}
.modal-btn-dash:hover {
    background: #4048a6;
    color: #fff;
    box-shadow: 0 4px 16px 0 rgba(88, 101, 242, 0.18);
}
.modern-bot-form-dash {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.form-group-dash {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.form-group-dash label {
    color: #bfc6e0;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.form-group-dash input[type="text"] {
    background: #23263a;
    border: 1.5px solid var(--input-border);
    border-radius: 10px;
    color: #fff;
    padding: 12px 14px;
    font-size: 1rem;
    transition: border 0.2s, box-shadow 0.2s;
    outline: none;
    font-family: inherit;
    box-sizing: border-box;
}
.form-group-dash input[type="text"]:focus {
    border: 1.5px solid var(--main-color);
    box-shadow: 0 0 0 2px #5865f233;
    background: #20233a;
}
.form-group-dash input[type="file"] {
    background: transparent;
    color: #bfc6e0;
    border: none;
    font-size: 0.98rem;
    margin-top: 2px;
    padding-left: 0;
}
.form-group-dash input[type="text"]::placeholder {
    color: #bfc6e0;
    opacity: 0.8;
    font-size: 0.98rem;
}
.form-price-info-dash {
    background: #181a29;
    color: #bfc6e0;
    border-radius: 8px;
    padding: 10px 0 10px 0;
    text-align: center;
    font-size: 1.05rem;
    margin-bottom: 0;
    margin-top: -8px;
    box-shadow: 0 1px 8px 0 rgba(88,101,242,0.04);
}
.form-price-info-dash i {
    color: var(--main-color);
    margin-left: 4px;
}
.avatar-upload-group-dash {
    margin-bottom: 15px;
}
.avatar-upload-wrapper-dash {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 2px;
}
.avatar-upload-label-dash {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    cursor: pointer;
    background: #23263a;
    border-radius: 8px;
    border: 1.5px solid #353a50;
    padding: 8px 16px 8px 12px;
    transition: border 0.2s, box-shadow 0.2s, background 0.2s;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(40,40,60,0.10);
}
.avatar-upload-label-dash:hover, .avatar-upload-label-dash:focus {
    border: 1.5px solid #5865f2;
    background: #23263a;
    box-shadow: 0 2px 8px 0 rgba(40,40,60,0.13);
}
.avatar-upload-preview-dash {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #181a29;
    border: 1.5px solid #353a50;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1.5px 8px 0 rgba(40,40,60,0.08);
}
.avatar-upload-preview-dash img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    box-shadow: none;
}
.avatar-upload-btn-dash {
    color: #bfc6e0;
    font-size: 0.98rem;
    background: #23263a;
    border-radius: 6px;
    padding: 6px 14px;
    border: 1px solid #353a50;
    transition: none;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: none;
}
.avatar-upload-label-dash:hover .avatar-upload-btn-dash {
    background: #23263a;
    color: #bfc6e0;
    border: 1px solid #5865f2;
}
.bot-close-btn-dash {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #181a29;
    color: white;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bot-close-btn-dash:hover, .bot-close-btn-dash:focus {
    color: #fff;
    box-shadow: 0 4px 16px 0 rgba(255, 255, 255, 0.18);
    transform: scale(1.08);
}
/* --- BOTFORM & NESTED ELEMENTS FROM index.html (with -dash suffix) --- */
.custom-select-wrapper-dash {
    position: relative;
    width: 100%;
    margin-top: 6px;
}
.custom-discord-select-dash {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 38px 10px 12px;
    font-size: 1.05rem;
    border: 1.5px solid #5865f2;
    border-radius: 8px;
    background: #23272a;
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border 0.2s;
    outline: none;
    box-sizing: border-box;
}
.custom-discord-select-dash:focus {
    border-color: #7289da;
    background: #2c2f33;
}
.select-arrow-dash {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #7289da;
    font-size: 1.1rem;
}
.custom-discord-select-dash option {
    background: #23272a;
    color: #fff;
}
.bot-price-row-dash {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 0;
    gap: 8px;
    background: #23272a;
    border-radius: 7px;
    padding: 8px 14px 8px 8px;
    box-shadow: 0 1px 6px 0 #0002;
    border: 1px solid #444857;
}
.bot-price-label-dash {
    color: #ffd700;
    font-size: 1.08rem;
    font-weight: 500;
    margin-left: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.bot-price-value-dash {
    color: #fff;
    font-size: 1.13rem;
    font-weight: bold;
    background: #5865f2;
    border-radius: 5px;
    padding: 2px 10px;
    margin-right: 2px;
    letter-spacing: 1px;
    box-shadow: 0 1px 4px 0 #5865f244;
}
/* --- END BOTFORM & NESTED ELEMENTS --- */
/* --- BOTFORM INPUT & BUTTON BORDERS (with -dash suffix) --- */
.modern-bot-form-dash input[type="text"],
.modern-bot-form-dash input[type="file"] {
    border: 1.5px solid var(--input-border);
    border-radius: 10px;
    background: #23263a;
    color: #fff;
    padding: 12px 14px;
    font-size: 1rem;
    transition: border 0.2s, box-shadow 0.2s;
    outline: none;
    font-family: inherit;
    box-sizing: border-box;
}
.modern-bot-form-dash input[type="text"]:focus {
    border: 1.5px solid var(--main-color);
    box-shadow: 0 0 0 2px #5865f233;
    background: #20233a;
}
.modern-bot-form-dash input[type="text"]::placeholder {
    color: #bfc6e0;
    opacity: 0.8;
    font-size: 0.98rem;
}
.modal-btn-dash.modern-btn-dash {
    border-radius: 10px;
}
/* --- END BOTFORM INPUT & BUTTON BORDERS --- */
.modern-bot-form-dash input-dash[type="text"],
.modern-bot-form-dash input-dash[type="password"],
.modern-bot-form-dash input-dash[type="email"],
.modern-bot-form-dash input-dash[type="number"],
.modern-bot-form-dash input-dash[type="search"],
.modern-bot-form-dash input-dash[type="url"],
.modern-bot-form-dash input-dash[type="tel"],
.modern-bot-form-dash textarea-dash,
#botToken-dash, #botPrefix-dash,
#discordServer-dash {
    border: 1.5px solid #9699bd;
    border-radius: 8px;
    color: #fff;
    padding: 10px 12px;
    font-size: 1.05rem;
    outline: none;
    box-sizing: border-box;
    transition: border 0.2s;
}
.modern-bot-form-dash input-dash[type="text"]:focus,
.modern-bot-form-dash input-dash[type="password"]:focus,
.modern-bot-form-dash input-dash[type="email"]:focus,
.modern-bot-form-dash input-dash[type="number"]:focus,
.modern-bot-form-dash input-dash[type="search"]:focus,
.modern-bot-form-dash input-dash[type="url"]:focus,
.modern-bot-form-dash input-dash[type="tel"]:focus,
.modern-bot-form-dash textarea-dash:focus,
#botToken-dash:focus, #botPrefix-dash:focus,
#discordServer-dash:focus {
    border:1px solid #7289da;
}

.preloader-land {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 1s ease, visibility 1s ease;
}

.spinner-land {
    width: 60px;
    height: 60px;
    border: 6px solid #fff;
    border-top: 6px solid var(--main-color);
    border-radius: 50%;
    animation: spin 1s infinite linear;
}

.body-land {
    font-family: 'Rubik', sans-serif;
    background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
    color: #fff;
    overflow-x: hidden;
    position: relative;
}

.header-land {
    position: fixed;
    top: 2%;
    left: 20%;
    right: 20%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.4);
    padding: 35px 30px; 
    border-radius: 1rem;
    direction: ltr;
}

.hamburger-land {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 21px;
    cursor: pointer;
    z-index: 4;
}

.bar-land {
    width: 100%;
    height: 3px;
    background-color: white;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.hamburger-land.active .bar-land:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: left;
    background-color: #e0c3fc;
}


.hamburger-land.active .bar-land:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: left;
    background-color: #e0c3fc;
}


.hamburger-land.active .bar-land:nth-child(2) {
    opacity: 0;
}

.mobile-nav-land {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #1a1a1acb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 998;
    transition: left 0.4s ease-in-out;
}

.mobile-nav-land.active {
  left: 0;
  transition: left 0.4s ease;
}

.typewriter-center-land {
    /* flex: 1; */
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    color: #fff;
}

.typewriter-text-land::after {
    content: '|';
    display: inline-block;
    width: auto;
    height: 1em;
    color: #e0c3fc;
    animation: blink 1s steps(1) infinite;
    vertical-align: text-top;
    margin-left: 2px; 
    margin-right: 0;
}

.typewriter-text-land.no-cursor::after {
    display: none;
}

.desktop-nav-land {
    display: flex;
    gap: 15px;
    align-items: center;
}

.nav-login-icon-land a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 1rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #e0c3fc;
}

.nav-login-icon-land a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #6066d8, #4b55c4); 
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    pointer-events: none;
}

.nav-login-icon-land a:hover::before {
    opacity: 1;
}

.desktop-nav a {
    text-decoration: none;
    color: white;
    font-size: 1rem;
    transition: color 0.3s;
}

.desktop-nav-land a:hover {
    color: #ccc;
}

.social-icons-land {
    align-items: center;
    display: flex;
    gap: 12px;
}

.social-icons-land i {
    font-size: 1.55rem;
    transition: color 0.3s;
}

.social-icons-land i:hover {
    color: #8ec5fc;
}

.hero-land {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
    overflow: hidden;
}

.stars-container-land {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.star-land {
    position: absolute;
    width: 2px;
    height: 2px;
    background: linear-gradient(135deg, #8ec5fc, #e0c3fc);
    border-radius: 50%;
    opacity: 0;
    animation: twinkle 3s infinite ease-in-out, floatStars 10s infinite linear;
    z-index: 1;
}

.hero-land header {
    z-index: 2;
}

.hero-land h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #e0c3fc;
    text-shadow: 0 0 10px rgba(224, 195, 252, 0.3);
}

.hero-land p {
    font-size: 1.2rem;
    opacity: 0.8;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

.scroll-down-btn-land {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    border: none;
    color: #e0c3fc;
    font-size: 2rem;
    cursor: pointer;
    animation: bounce 2s infinite;
    z-index: 3;
}

.scroll-down-btn-land:hover {
    border-radius: 50%;
}

.features-section-land {
    background-color: #4e54cc49;
    padding: 80px 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-items: center;
    text-align: center;
    align-content: start;
}

.features-section-land h2 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
    grid-column: 1 / -1;
}

.discord-link-h3-land {
    font-size: 1.5rem;
    color: white;
    text-align: center;
    width: 100%;
    grid-column: 1 / -1;
    margin-top: 20px;
}

.feature-box-land {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 400px;
    height: 100%;
}

.feature-box-land:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.feature-box-land h3 {
    font-size: 1.4rem;
    color: white;
    margin-bottom: 15px;
}

.feature-box-land p {
    font-size: 1rem;
    opacity: 0.9;
    font-family: 'Rubik', sans-serif;
}

.fadeInUp-land {
    animation: fadeInUp 2s ease-out forwards;
}

.pricing-section-land {
    padding: 80px 20px;
    background-color: #111;
    text-align: center;
}

.pricing-container-land {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.price-box-land {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 30px 20px;
    width: 300px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-box-land img {
    width: 150px;
    margin-bottom: 15px;
}

.price-box-land:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.price-box-land h3 {
    font-size: 1.5rem;
    color: #e0c3fc;
    margin-bottom: 15px;
}

.price-land {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin: 15px 0;
    font-family: 'Rubik', sans-serif;
}

.price-box-land p {
    opacity: 0.8;
    font-size: 1rem;
    font-family: 'Rubik', sans-serif;
}

.view-features-btn-land {
    display: inline-block;
    padding: 12px 24px;
    font-size: 1.1rem;
    color: white;
    background: linear-gradient(135deg, #1bffff81, var(--third-color));
    border: none;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.view-features-btn-land span {
    position: relative;
    z-index: 2;
    transition: opacity 0.5s ease;
}

.view-features-btn-land::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #7ebffb62, #d9bdfc7a);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.view-features-btn-land:hover::before {
    opacity: 1;
}

.footer-land {
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    color: #fff;
    padding: 80px 20px 40px;
}

.footer-content-land {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand-land h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: var(--main-color);
}

.footer-brand-land p {
    font-size: 0.95rem;
    opacity: 0.7;
}

.footer-links-land ul {
    list-style: none;
    padding: 0;
}

.footer-links-land ul li {
    margin: 10px 0;
}

.footer-links-land ul li a {
    text-decoration: none;
    color: #ccc;
    transition: color 0.3s ease;
}

.footer-links-land ul li a:hover {
    color: var(--main-color);
}

.footer-social-land h3 {
    margin-bottom: 15px;
}

.social-icons-land {
    display: flex;
    gap: 15px;
    font-size: 1.3rem;
}

.social-icons-land a {
    color: #ccc;
    transition: color 0.3s ease;
}

.social-icons-land a:hover {
    color: var(--main-color);
}

.footer-bottom-land {
    text-align: center;
    margin-top: 30px;
    font-size: 0.9rem;
    opacity: 0.6;
}

@media (max-width: 992px) {
    .features-section-land {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .features-section-land {
        grid-template-columns: 1fr;
        padding: 60px 20px;
    }

    .feature-box-land {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .header-div-land {
        direction: ltr;
    }

    .desktop-nav-land {
        display: none;
    }

    .hamburger-land {
        display: flex;
    }

    .social-icons-land a {
        text-decoration: none;
        margin-top: 50px;
    }
}

@media (max-width: 550px) {
    .hero-land h1 {
        font-size: 2rem;
    }
    .hero-land p {
        font-size: 1rem;
    }
    .typewriter-center-land {
        font-size: 1em;
    }
}
@keyframes floatStars {
    0% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(-50px) translateX(30px); }
    100% { transform: translateY(0) translateX(0); }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes twinkle {
    0%, 100% { opacity: 0.2; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.3); }
}

@keyframes floatStars {
    0% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(-50px) translateX(30px); }
    100% { transform: translateY(0) translateX(0); }
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(10px); }
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
