 html {
     color-scheme: dark;
 }
 
 body {
     font-family: var(--font);
     background-color: var(--bg-primary);
     color: var(--text-primary);
     line-height: 1.6;
     overflow-x: hidden;
 }
 /* Navigation */
 
 .navbar {
     background: var(--bg-primary);
     backdrop-filter: blur(10px);
     position: fixed;
     width: 100%;
     top: 0;
     z-index: var(--z-fixed);
     border-bottom: 1px solid var(--border);
     height: 70px;
 }
 
 .nav-container {
     max-width: 1400px;
     margin: 0 auto;
     display: flex;
     justify-content: space-between;
     align-items: center;
     height: 70px;
 }
 
 .logo {
     font-size: 1.5rem;
     font-weight: var(--weight-bold);
     color: var(--primary);
     text-decoration: none;
     font-family: var(--font-alt);
 }
 
 .nav-auth {
     display: flex;
     gap: 1rem;
     align-items: center;
 }
 /* Footer */
 /* Footer */
 
 footer {
     background: var(--bg-secondary);
     border-top: 1px solid var(--border);
     margin-top: var(--space-4xl);
 }
 
 .footer-container {
     max-width: 1400px;
     margin: 0 auto;
     padding: 4rem 2rem 2rem;
 }
 
 .footer-grid {
     display: grid;
     grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
     gap: 3rem;
     margin-bottom: 3rem;
 }
 
 .footer-brand {
     display: flex;
     flex-direction: column;
     gap: 1.5rem;
 }
 
 .footer-logo {
     font-size: 1.75rem;
     font-weight: var(--weight-bold);
     color: var(--primary);
     text-decoration: none;
     font-family: var(--font-alt);
     display: flex;
     align-items: center;
     gap: 0.5rem;
 }
 
 .footer-tagline {
     font-size: 1rem;
     color: var(--text-secondary);
     line-height: 1.6;
     max-width: 300px;
 }
 
 .footer-social {
     display: flex;
     gap: 1rem;
     margin-top: 1rem;
 }
 
 .social-link {
     width: 40px;
     height: 40px;
     background: var(--bg-tertiary);
     border: 1px solid var(--border);
     border-radius: var(--ins-radius-s);
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--text-secondary);
     text-decoration: none;
     transition: all 0.3s ease;
     font-size: 1.2rem;
 }
 
 .social-link:hover {
     background: var(--primary);
     color: white;
     border-color: var(--primary);
     transform: translateY(-2px);
 }
 
 .footer-column {
     display: flex;
     flex-direction: column;
     gap: 1rem;
 }
 
 .footer-title {
     font-size: 0.95rem;
     font-weight: var(--weight-bold);
     color: var(--text-primary);
     margin-bottom: 0.5rem;
     text-transform: uppercase;
     letter-spacing: 0.5px;
 }
 
 .footer-links {
     display: flex;
     flex-direction: column;
     gap: 0.75rem;
 }
 
 .footer-link {
     color: var(--text-secondary);
     text-decoration: none;
     font-size: 0.9rem;
     transition: all 0.3s ease;
     display: flex;
     align-items: center;
     gap: 0.5rem;
 }
 
 .footer-link:hover {
     color: var(--primary);
     padding-left: 0.5rem;
 }
 
 .footer-bottom {
     padding-top: 2rem;
     border-top: 1px solid var(--border);
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
     gap: 1rem;
 }
 
 .footer-copyright {
     color: var(--text-secondary);
     font-size: 0.85rem;
 }
 
 .footer-legal {
     display: flex;
     gap: 1.5rem;
 }
 
 .footer-legal a {
     color: var(--text-secondary);
     text-decoration: none;
     font-size: 0.85rem;
     transition: color 0.3s ease;
 }
 
 .footer-legal a:hover {
     color: var(--primary);
 }
 
 .footer-badges {
     display: flex;
     gap: 1rem;
     align-items: center;
 }
 
 .footer-badge {
     width: 32px;
     height: 32px;
     background: var(--bg-tertiary);
     border: 1px solid var(--border);
     border-radius: var(--ins-radius-s);
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--text-secondary);
     font-size: 1rem;
 }
 
 .footer-version {
     color: var(--text-secondary);
     font-size: 0.85rem;
     font-weight: var(--weight-medium);
 }
 /* Footer Link Hover Effects */
 
 footer a.ins-text-secondary:hover {
     color: var(--primary) !important;
 }
 /* Responsive Footer */
 
 @media (max-width: 768px) {
     footer .ins-flex-5 {
         flex-direction: column;
     }
     footer .ins-flex-5>* {
         width: 100%;
     }
     footer .ins-justify-between {
         flex-direction: column;
         text-align: center;
     }
     footer .ins-flex-wrap {
         justify-content: center;
     }
 }
 /* Responsive Footer */
 
 @media (max-width: 1024px) {
     .footer-grid {
         grid-template-columns: 1fr 1fr 1fr;
     }
     .footer-brand {
         grid-column: 1 / -1;
     }
 }
 
 @media (max-width: 768px) {
     .footer-grid {
         grid-template-columns: 1fr;
     }
     .footer-bottom {
         flex-direction: column;
         text-align: center;
     }
     .footer-legal {
         flex-direction: column;
         gap: 0.5rem;
     }
 }
 /* insya insya insya insya insya insya insya insya insya insya insya insya insya insya insya insya insya insya insya insya  */
 
 .ins-menu-item {
     display: flex;
     gap: 2rem;
     list-style: none;
     align-items: center;
     list-style: none;
 }
 
 .ins-menu-item a {
     color: var(--text-secondary);
     text-decoration: none;
     font-weight: var(--weight-medium);
     transition: color var(--transition-base) ease;
     font-family: inherit;
 }
 
 .ins-menu-item a:hover {
     color: var(--text-primary);
 }
 
 .ins-button-upload {
     color: white;
     border-radius: var(--ins-radius-m);
     background: linear-gradient(135deg, rgb(102, 126, 234) 0%, rgb(118, 75, 162) 100%);
     border-style: none;
 }
 /* insya insya insya insya insya insya insya insya insya insya insya insya insya insya insya insya insya insya insya insya  */