/* =============================================================== */
/* Syncronos theme stylesheet — organized by section                  */
/* - Keep rules grouped for easier maintenance                        */
/* =============================================================== */

/* -----------------------------
   Imports & Fonts
   ----------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Poppins:wght@300;400;500;600;700&display=swap');

/* -----------------------------
   Base / Normalize
   ----------------------------- */
html,
body {
    font-family: 'Poppins', sans-serif;
}

input,
button,
select,
textarea {
    font-family: inherit;
}

/* Make the Syncronos Poppins variant apply across the UI when set */
body.syncronos-poppins,
body.syncronos-poppins * {
    font-family: 'Poppins', sans-serif !important;
}

/* -----------------------------
   Sidebar / Navigation
   ----------------------------- */
body.syncronos-poppins .sidebar-nav .nav-title {
    font-size: 0.8rem;
}

body.syncronos-poppins .sidebar-nav .nav-link {
    font-size: 0.8rem;
}

body.syncronos-poppins #sidebar .sidebar-brand {
    width: 100%;
    justify-content: center;
}

body.syncronos-poppins #sidebar .sidebar-brand-full,
body.syncronos-poppins #sidebar .sidebar-brand-narrow {
    margin-inline: auto;
}

body.syncronos-poppins #sidebar .sidebar-header {
    height: 56px;
    min-height: 56px;
    display: flex;
    align-items: center;
}

body.syncronos-poppins #sidebar .sidebar-brand {
    height: 56px;
    display: flex;
    align-items: center;
}

/* -----------------------------
   Header / Topbar
   ----------------------------- */
body.syncronos-poppins .header .container-fluid.border-bottom {
    display: flex;
    align-items: center;
    min-height: 56px;
}

body.syncronos-poppins .header .header-nav {
    display: flex;
    align-items: center;
}

body.syncronos-poppins .header .header-toggler,
body.syncronos-poppins .header .header-nav .nav-link,
body.syncronos-poppins .header .header-nav .btn.nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

body.syncronos-poppins .header .header-nav .nav-item {
    display: flex;
    align-items: center;
}

/* Header dropdown styles */
body.syncronos-poppins .header .dropdown-menu .dropdown-header {
    font-size: 0.8rem;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: var(--cui-sidebar-nav-title-color);
}

body.syncronos-poppins .header .dropdown-menu .dropdown-item {
    font-size: 12px;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

body.syncronos-poppins .header .dropdown-menu .dropdown-item + .dropdown-item {
    margin-top: 0.25rem;
}

/* Match header/dropdown material icon size to sidebar nav-icon */
body.syncronos-poppins .header .material-symbols-outlined.icon,
body.syncronos-poppins .header .dropdown-menu .material-symbols-outlined.icon,
body.syncronos-poppins .header .dropdown-menu .material-symbols-outlined.nav-icon {
    font-size: 22px !important;
}

/* -----------------------------
   Icons / Material Symbols
   ----------------------------- */
body.syncronos-poppins .material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga';
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
    line-height: 1;
}

body.syncronos-poppins .material-symbols-outlined.icon {
    font-size: 19px;
}

body.syncronos-poppins .material-symbols-outlined.icon.icon-sm {
    font-size: 17px;
}

body.syncronos-poppins .material-symbols-outlined.icon.icon-lg {
    font-size: 23px;
}

body.syncronos-poppins .material-symbols-outlined.nav-icon {
    font-size: 22px;
}

/* -----------------------------
   Footer
   ----------------------------- */
/* Footer font sizing for Syncronos theme */
body.syncronos-poppins .footer,
.footer {
    font-size: 0.8rem;
}

/* -----------------------------
   Page: Login (styles previously in css/login.css)
   ----------------------------- */
/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.syncronos-poppins .login-wrapper,
.login-wrapper {
    display: flex;
    height: 100vh;
}

/* Left Side - Logo/Branding */
.login-left {
    flex: 1;
    background: rgb(16, 15, 48);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.logo-container {
    position: relative;
    z-index: 1;
    text-align: center;
}

.brand-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-decoration: none;
}

.brand-logo-image {
    width: min(520px, 85vw);
    height: auto;
    display: block;
}

.logo-icon-large {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #8B5CF6, #60C7F6);
    border-radius: 24px;
    color: white;
    font-size: 72px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    box-shadow: 0 20px 60px rgba(139, 92, 246, 0.4);
}

.brand-name {
    font-family: 'Orbitron', sans-serif;
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(135deg, #8B5CF6, #60C7F6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Right Side - Login Form */
.login-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a0a0f;
    padding: 40px;
}

.login-box {
    width: 100%;
    max-width: 440px;
}

.language-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
}

.language-option {
    font-size: 14px;
    font-weight: 600;
    color: #9CA3AF;
    text-decoration: none;
    padding: 4px 8px;
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.language-option:hover {
    color: #FFFFFF;
    border-color: #60C7F6;
}

.language-option.active {
    color: #FFFFFF;
    border-color: #60C7F6;
    background: rgba(96, 199, 246, 0.12);
}

.login-heading {
    font-family: 'Orbitron', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.login-subheading {
    font-size: 15px;
    color: #9CA3AF;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Form Styles */
.login-form-main {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.input-label {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.input-field {
    width: 100%;
    padding: 14px 16px;
    background: rgba(30, 41, 59, 0.4);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 15px;
    transition: all 0.3s ease;
}

.input-field::placeholder {
    color: #6B7280;
}

.input-field:focus {
    outline: none;
    border-color: #60C7F6;
    box-shadow: 0 0 0 3px rgba(96, 199, 246, 0.15);
    background: rgba(30, 41, 59, 0.6);
}

.forgot-password-link {
    text-align: center;
    margin-top: -12px;
}

.forgot-password-link a {
    font-size: 14px;
    color: #60C7F6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.forgot-password-link a:hover {
    color: #8B5CF6;
    text-decoration: underline;
}

/* Submit Button */
.btn-submit {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #8B5CF6, #60C7F6);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Orbitron', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 8px;
}

.btn-submit:hover {
    box-shadow: 0 0 30px rgba(139, 92, 246, 0.6);
    transform: translateY(-2px);
}

.btn-submit:active {
    transform: translateY(0);
}

/* Terms Text */
.terms-text {
    font-size: 13px;
    color: #9CA3AF;
    text-align: center;
    margin-top: -8px;
    line-height: 1.6;
}

/* Footer */
.login-footer-text {
    margin-top: 40px;
    text-align: center;
}

.login-footer-text p {
    font-size: 13px;
    color: #6B7280;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 0.5px;
}

/* Responsive adjustments copied from login.css */
@media (max-width: 1024px) {
    .login-wrapper {
        flex-direction: column;
    }

    .login-left {
        flex: 0;
        min-height: 200px;
        padding: 40px;
    }

    .logo-icon-large {
        width: 80px;
        height: 80px;
        font-size: 48px;
    }

    .brand-logo-image {
        width: min(380px, 80vw);
    }

    .brand-name {
        font-size: 32px;
    }

    .login-right {
        flex: 1;
    }
}

@media (max-width: 640px) {
    .login-right {
        padding: 24px;
    }

    .login-heading {
        font-size: 24px;
    }

    .login-subheading {
        font-size: 14px;
    }

    .input-field {
        padding: 12px 14px;
    }

    .btn-submit {
        padding: 14px;
    }
}

/* End: Login styles */


