html,body{
    font-family: 'Vazirmatn',
    sans-serif;
    background:#fffaf5;
}

/* Smooth scrolling behavior */
html {
    scroll-behavior: smooth;
}

*::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.4);
}

*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.6);
}

*::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.5);
}

.input:focus {
    outline: none !important;
}

ul li {
    list-style: none;
}

.top-bg {
    background: url("../img/top-bg.jpeg") center no-repeat;
    background-size: cover;
    box-shadow: 0 1px 0 rgba(110, 111, 113, 0.3), 0 1px 6px rgba(63, 64, 65, 0.3)
}

.top-bg-cover {
    background: linear-gradient(0deg, rgba(52,52,52,0.6783088235294117) 0%, rgba(255,255,255,0) 32%);
}

/* Modern Header Styles - Golden Palette */
.modern-header {
    background: linear-gradient(135deg, #8B4513 0%, #DAA520 25%, #FFD700 50%, #DAA520 75%, #8B4513 100%);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 215, 0, 0.3);
    box-shadow: 0 4px 20px rgba(139, 69, 19, 0.2);
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 60px;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Logo Section */
.header-logo {
    flex-shrink: 0;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
}

.logo-link:hover {
    transform: translateY(-2px);
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}

.logo-icon {
    background: linear-gradient(45deg, #FFD700, #FFA500, #FFD700);
    border-radius: 12px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.5);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.logo-link:hover .logo-icon {
    transform: rotate(5deg) scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.7);
    border-color: rgba(255, 255, 255, 0.6);
}

.logo-icon i {
    font-size: 20px;
    color: #333;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.logo-main {
    font-size: 18px;
    font-weight: 700;
    color: black;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.3);
}

.logo-sub {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    margin-top: -2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Navigation Section */
.header-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    justify-content: center;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border-radius: 25px;
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.9) 0%, rgba(255, 193, 7, 0.8) 100%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 215, 0, 0.8);
    box-shadow:
        0 6px 20px rgba(255, 215, 0, 0.4),
        0 3px 10px rgba(255, 215, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    overflow: hidden;
}

.nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.3), transparent);
    transition: left 0.6s ease;
}

.nav-link:hover {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 50%, #FFD700 100%);
    color: #000;
    transform: translateY(-3px) scale(1.05);
    box-shadow:
        0 8px 25px rgba(255, 215, 0, 0.6),
        0 4px 15px rgba(255, 215, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.6);
}

.nav-link:hover::before {
    left: 100%;
}

.nav-link.active {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 50%, #FFD700 100%);
    color: #1a1a1a;
    font-weight: 700;
    transform: translateY(-1px);
    box-shadow:
        0 4px 15px rgba(255, 215, 0, 0.5),
        0 2px 8px rgba(255, 215, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.4);
}

.nav-link i {
    font-size: 16px;
}

.cart-badge {
    background: linear-gradient(45deg, #e74c3c, #c0392b);
    color: white;
    border-radius: 50%;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    animation: pulse 2s infinite;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.4);
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Contact Section */
.header-contact {
    flex-shrink: 0;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 25px;
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.9) 0%, rgba(255, 193, 7, 0.8) 100%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 215, 0, 0.8);
    box-shadow:
        0 6px 20px rgba(255, 215, 0, 0.4),
        0 3px 10px rgba(255, 215, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    overflow: hidden;
}

.contact-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.3), transparent);
    transition: left 0.6s ease;
}

.contact-link:hover {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 50%, #FFD700 100%);
    color: #000;
    transform: translateY(-3px) scale(1.05);
    box-shadow:
        0 8px 25px rgba(255, 215, 0, 0.6),
        0 4px 15px rgba(255, 215, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.6);
}

.contact-link:hover::before {
    left: 100%;
}

.contact-link i {
    font-size: 16px;
}

/* Page Loading Animations - Disabled for Home */
.page-loading {
    opacity: 1;
}

.page-loading.page-loaded {
    opacity: 1;
}

/* Home Page Loading Animations - Disabled */
.page-loading .top-bg,
.page-loading .grid,
.page-loading .bg-white,
.page-loading .flex {
    opacity: 1;
}

/* Hero Text Slide Down Animations - Fast */
.hero-text-container {
    opacity: 0;
    animation: heroTextSlideDown 0.4s ease-out 0.1s forwards;
}

.hero-title {
    opacity: 0;
    animation: heroTitleSlideDown 0.3s ease-out 0.2s forwards;
}

.hero-subtitle {
    opacity: 0;
    animation: heroSubtitleSlideDown 0.3s ease-out 0.3s forwards;
}

.hero-buttons {
    opacity: 0;
    animation: heroButtonsSlideDown 0.3s ease-out 0.4s forwards;
}

/* Cart Page Loading Animations - Simplified */
.page-loading .flex.alignitems-center {
    opacity: 0;
    animation: cartHeaderFade 0.3s ease-out 0.1s forwards;
}

.page-loading .bg-white.radius-15 {
    opacity: 0;
    animation: cartItemFade 0.2s ease-out forwards;
}

.page-loading .bg-white.radius-15:nth-child(1) { animation-delay: 0.1s; }
.page-loading .bg-white.radius-15:nth-child(2) { animation-delay: 0.15s; }
.page-loading .bg-white.radius-15:nth-child(3) { animation-delay: 0.2s; }
.page-loading .bg-white.radius-15:nth-child(4) { animation-delay: 0.25s; }
.page-loading .bg-white.radius-15:nth-child(5) { animation-delay: 0.3s; }

/* Lightweight Keyframe Animations */
@keyframes pageFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes heroFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes contentFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes cardFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes flexFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes cartHeaderFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes cartItemFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Hero Text Slide Down Keyframes */
@keyframes heroTextSlideDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroTitleSlideDown {
    from {
        opacity: 0;
        transform: translateY(-25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroSubtitleSlideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroButtonsSlideDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Special Loading Animations - Simplified */
.page-loading .colline-1 {
    opacity: 0;
    animation: fadeIn 0.3s ease-out 0.1s forwards;
}

/* Loading skeleton for empty states */
.loading-skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeletonLoading 1.5s infinite;
}

@keyframes skeletonLoading {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* Pulse effect for loading buttons */
.loading-pulse {
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-container {
        padding: 0 15px;
        gap: 10px;
    }

    .logo-text {
        display: flex;
        flex-direction: column;
    }

    .logo-main {
        font-size: 20px;
    }

    .logo-sub {
        font-size: 13px;
    }

    .logo-icon {
        width: 40px;
        height: 40px;
    }

    .nav-link span,
    .contact-link span {
        display: none;
    }

    /* Keep cart badge visible on mobile - inline position */
    .nav-link .cart-badge {
        display: flex !important;
        min-height: 18px;
        min-width: 18px;
    }

    .nav-link,
    .contact-link {
        padding: 10px 12px;
        position: relative;
    }

    .header-nav {
        gap: 5px;
    }
}

@media (max-width: 480px) {
    .modern-header {
        height: 60px;
    }

    .header-container {
        padding: 0 10px;
    }

    .logo-icon {
        width: 35px;
        height: 35px;
    }

    .logo-icon i {
        font-size: 16px;
    }

    .logo-main {
        font-size: 18px;
    }

    .logo-sub {
        font-size: 11px;
    }
}


.whitespace-nowrap {
    white-space: nowrap !important;
}

/* Admin Panel Login Styles */
.login-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, 0.2);
    width: 100%;
}

.login-header {
    text-align: center;
    margin-bottom: 30px;
}

.logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.logo-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
}

.logo-svg {
    width: 30px;
    height: 30px;
    color: #1a1a1a;
}

.brand-name {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(45deg, #2c3e50, #34495e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.brand-subtitle {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-weight: 500;
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.form-label i {
    color: #ffd700;
    width: 16px;
}

.form-input {
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
    font-family: 'Vazirmatn', sans-serif;
}

.form-input:focus {
    outline: none;
    border-color: #ffd700;
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
}

.form-input.error {
    border-color: #e74c3c;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.password-input-container {
    position: relative;
}

.password-toggle {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 4px;
    transition: color 0.3s ease;
}

.password-toggle:hover {
    color: #ffd700;
}

.password-input-container .form-input {
    padding-left: 45px;
}

.login-button {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    border: none;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Vazirmatn', sans-serif;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.login-button:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.login-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.error-message {
    color: #e74c3c;
    font-size: 12px;
    font-weight: 500;
}

.error-alert {
    background: #fdf2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.logout-button {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.logout-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.logout-button:hover {
    background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

.logout-button:hover::before {
    left: 100%;
}

.logout-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(231, 76, 60, 0.3);
}

.logout-button i {
    font-size: 16px;
    position: relative;
    z-index: 1;
}

/* Original Admin Panel Styles */
.admin-panel {
    min-height: 100vh;
    background: #f5f5f5;
}

/* Simple Header */
.admin-header {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 25%, #8b4513 50%, #daa520 75%, #ffd700 100%);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
    box-shadow: 0 2px 8px rgba(139, 69, 19, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 12px 30px;
    transition: all 0.3s ease;
}

.admin-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    gap: 10px;
}

.admin-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    color: #000000;
    letter-spacing: 0.5px;
    position: relative;
    padding-right: 15px;
}

.admin-title::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 30px;
    background: linear-gradient(180deg, transparent, #ffd700, transparent);
    border-radius: 2px;
}

/* Simple Tab Navigation */
.admin-tabs {
    background: white;
    border-bottom: 2px solid #e5e7eb;
    display: flex;
    overflow-x: auto;
    padding: 15px 20px 0 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.admin-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    text-decoration: none;
    color: #6b7280;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    background: transparent;
    border-radius: 10px 10px 0 0;
    margin: 0 4px;
}

.admin-tab::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #8B4513 0%, #DAA520 50%, #FFD700 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    border-radius: 2px 2px 0 0;
}

.admin-tab:hover {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    color: #374151;
    transform: translateY(-2px);
}

.admin-tab.active {
    color: #1f2937;
    background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.admin-tab.active::before {
    transform: scaleX(1);
}

.admin-tab.active i {
    color: #8B4513;
    filter: drop-shadow(0 2px 4px rgba(139, 69, 19, 0.3));
}

.admin-tab i {
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.admin-tab:hover i {
    transform: scale(1.1);
    color: #8B4513;
}

/* Tab Loading Shimmer Effect */
.admin-tab.loading {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    color: #6b7280;
    border-bottom-color: transparent;
}

.admin-tab.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(139, 69, 19, 0.1), transparent);
    animation: tabShimmerOverlay 1.5s infinite;
}

.admin-tab.loading i {
    color: #8B4513;
    animation: tabIconPulse 1.5s infinite;
    position: relative;
    z-index: 1;
}

.admin-tab.loading::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #8B4513 0%, #DAA520 50%, #FFD700 100%);
    animation: tabShimmer 1.5s infinite;
    border-radius: 2px 2px 0 0;
}

@keyframes tabShimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes tabShimmerOverlay {
    0% { left: -100%; }
    100% { left: 100%; }
}

@keyframes tabIconPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

/* Simple Content Area */
.admin-content {
    position: relative;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    min-height: calc(100vh - 140px);
    transition: all 0.3s ease;
}

/* Modern Global Loading Overlay */
.global-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    border-radius: 10px;
    animation: fadeIn 0.3s ease-out;
}

.global-loading-content {
    text-align: center;
    padding: 40px 50px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 215, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 215, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.global-loading-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    animation: shimmer 2s infinite;
}

.global-loading-spinner {
    margin-bottom: 25px;
    position: relative;
}

.global-loading-spinner i {
    font-size: 36px;
    color: #ffd700;
    animation: modernSpin 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
    filter: drop-shadow(0 4px 8px rgba(255, 215, 0, 0.3));
}

.global-loading-message {
    font-size: 16px;
    color: #2c3e50;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.content-loading {
    opacity: 0.4;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

@keyframes modernSpin {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
    50% {
        transform: rotate(180deg) scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 1;
    }
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


/* Responsive Design for Original Admin Panel */
/* Utility classes for responsive visibility */
.visible-md {
    display: inline;
}

.hidden-md {
    display: none;
}

@media (max-width: 768px) {
    .visible-md {
        display: none;
    }

    .hidden-md {
        display: inline;
    }

    .admin-header {
        padding: 10px 20px;
    }

    .admin-header-content {
        gap: 8px;
    }

    .admin-title {
        font-size: 20px;
        padding-right: 12px;
    }

    .admin-title::before {
        height: 24px;
    }

    .logout-button {
        padding: 8px 16px;
        font-size: 14px;
        gap: 6px;
    }

    .logout-button i {
        font-size: 14px;
    }

    .admin-tabs {
        flex-wrap: wrap;
    }

    .admin-tab {
        padding: 12px 15px;
        font-size: 12px;
    }

    .admin-content {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .admin-header {
        padding: 8px 15px;
    }

    .admin-header-content {
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    .admin-title {
        font-size: 18px;
        padding-right: 10px;
        width: 100%;
    }

    .admin-title::before {
        height: 20px;
    }

    .logout-button {
        padding: 8px 14px;
        font-size: 13px;
        align-self: flex-end;
    }

    .admin-tab {
        padding: 10px 12px;
        font-size: 13px;
    }

    .admin-tab i {
        font-size: 14px;
    }

    .admin-content {
        padding: 10px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .login-card {
        padding: 30px 20px;
    }

    .brand-name {
        font-size: 20px;
    }

    .logo-icon {
        width: 50px;
        height: 50px;
    }

    .logo-svg {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 480px) {
    .login-card {
        padding: 25px 15px;
    }

    .brand-name {
        font-size: 18px;
    }

    .logo-icon {
        width: 45px;
        height: 45px;
    }

    .logo-svg {
        width: 22px;
        height: 22px;
    }
}

/* Golden colors*/
.text-gold {color: #FFD700;}
.border-gold{border-color:#FFD700}
.bg-gold {background-color: #FFD700;}
.bg-golden {background: linear-gradient(45deg, #FFD700, #FFA500);}
.text-shadow {text-shadow: -1px 2px 1px #302f2f;}

/* Message box styles */
.message-box {
    position: fixed;
    top: 130px;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: slideDown 0.3s ease-out forwards;
    max-width: 400px;
    width: auto;
    min-width: 300px;
}

@keyframes slideDown {
    from {
        transform: translateX(-50%) translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

/* Auto-hide animation */
.message-box.auto-hide {
    animation: slideDown 0.3s ease-out forwards, slideUp 0.3s ease-in 6.7s forwards;
}

@keyframes slideUp {
    from {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
    to {
        transform: translateX(-50%) translateY(-100%);
        opacity: 0;
    }
}

/* Responsive design for mobile */
@media (max-width: 480px) {
    .message-box {
        max-width: calc(100% - 40px);
        min-width: 280px;
        left: 50%;
    }
}

/* Lightweight Hover Effects */
.hover-shadow {
    transition: box-shadow 0.2s ease;
}

.hover-shadow:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.transition-all {
    transition: all 0.2s ease;
}

/* Simplified button hover effects */
.btn-hover-effect {
    transition: all 0.2s ease;
}

.object-cover {
    object-fit: cover;
}

.min-width-40 {
    min-width: 40px;
}

/* Customer Info Form Styles */
.form-field {
    margin-bottom: 15px;
}

.form-input, .form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

.form-input:focus, .form-textarea:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.form-textarea {
    resize: vertical;
    min-height: 80px;
}

.phone-input-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-input {
    flex: 1;
    /* Space for inside buttons */
    padding: 12px 16px 12px 90px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

.phone-input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.disabled-input {
    background: #f8f9fa !important;
    color: #6c757d;
    cursor: not-allowed;
}

.phone-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.phone-actions-inside {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 10;
}

.action-btn {
    padding: 10px 16px;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.action-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.action-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.action-btn-inside {
    padding: 6px 10px;
    border: none;
    border-radius: 6px;
    color: white;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 4px;
}

.action-btn-inside:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.action-btn-inside:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.verified-state {
    display: flex;
    align-items: center;
    gap: 8px;
}

.verified-icon {
    background: #28a745;
    color: white;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit-btn {
    background: #ffc107;
    color: #000;
    border: none;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit-btn:hover {
    background: #e0a800;
    transform: translateY(-1px);
}

.verified-state-inside {
    display: flex;
    align-items: center;
    gap: 4px;
}

.verified-icon-inside {
    background: #28a745;
    color: white;
    padding: 6px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.edit-btn-inside {
    background: #ffc107;
    color: #000;
    border: none;
    padding: 6px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.edit-btn-inside:hover {
    background: #e0a800;
    transform: translateY(-1px);
}

.delivery-info {
    margin-top: 8px;
    padding: 8px 12px;
    background: #e3f2fd;
    border-radius: 6px;
    font-size: 12px;
    color: #1976d2;
    display: flex;
    align-items: center;
}

/* Order Summary Styles */
.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.summary-row:last-child {
    border-bottom: none;
}

.summary-label {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.summary-value {
    font-weight: 700;
    color: #333;
    font-size: 16px;
}

.summary-divider {
    height: 2px;
    background: linear-gradient(90deg, #e0e0e0, #f0f0f0, #e0e0e0);
    margin: 15px 0;
    border-radius: 1px;
}

.total-row {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
    border: 2px solid #e9ecef;
}

.total-row .summary-label {
    font-size: 18px;
    color: #495057;
}

.total-amount {
    font-size: 20px;
    color: #28a745;
    font-weight: 800;
}

/* Payment Button Styles */
.payment-btn {
    width: 100%;
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    border: none;
    border-radius: 15px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.payment-btn:hover:not(.disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

.payment-btn:active:not(.disabled) {
    transform: translateY(0);
}

.payment-btn.disabled {
    background: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.payment-btn-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.payment-btn-icon {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #333;
}

.payment-btn-text {
    flex: 1;
    text-align: right;
}

.payment-btn-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.payment-btn-amount {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.payment-btn-arrow {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
}

.payment-btn:hover:not(.disabled) .payment-btn-arrow {
    transform: translateX(-3px);
}

.payment-btn.disabled .payment-btn-icon,
.payment-btn.disabled .payment-btn-arrow {
    background: rgba(108, 117, 125, 0.2);
    color: #6c757d;
}

/* Modern Price Styling */
.price-total-modern {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 8px 16px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.quantity-badge {
    background: linear-gradient(135deg, #f9d923 0%, #f9b923 100%);
    color: #333;
    padding: 6px 18px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 15px;
    min-width: 42px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(249,217,35,0.12);
    letter-spacing: 0.5px;
    border: 1px solid #ffecb3;
    transition: background 0.2s, box-shadow 0.3s;
    display: inline-block;
}

.price-total-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.price-total-modern:hover::before {
    left: 100%;
}

.price-total-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* Buy Button for Suggestion Box */
.buy-button-suggestion {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.buy-button-suggestion:hover:not(:disabled) {
    background: linear-gradient(135deg, #218838 0%, #1ea085 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

.buy-button-suggestion:active:not(:disabled) {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(40, 167, 69, 0.3);
}

.buy-button-suggestion:disabled {
    background: #6c757d;
    cursor: not-allowed;
    opacity: 0.6;
    box-shadow: none;
}

.buy-button-suggestion.added-to-cart {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    cursor: default;
    opacity: 1;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
    animation: addedToCartPulse 0.6s ease-in-out;
}

.buy-button-suggestion.added-to-cart:hover {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    transform: none;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

@keyframes addedToCartPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 4px 16px rgba(40, 167, 69, 0.5);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
    }
}

/* Remove from Cart Button */
.remove-from-cart-btn {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    border: none;
    border-radius: 8px;
    width: 35px;
    height: 35px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.remove-from-cart-btn:hover {
    background: linear-gradient(135deg, #c82333 0%, #a71e2a 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
}

.remove-from-cart-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(220, 53, 69, 0.3);
}

/* Cart Feedback Message */
.cart-feedback-message {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    animation: slideInRight 0.3s ease-out;
}

.feedback-content {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 300px;
    max-width: 400px;
}

.feedback-icon {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.feedback-text {
    flex: 1;
}

.feedback-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2px;
}

.feedback-item {
    font-size: 12px;
    opacity: 0.9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feedback-remove-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.feedback-remove-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.cart-checkout-btn {
    box-shadow: 0 4px 15px rgba(50, 205, 50, 0.3);
    position: relative;
    overflow: hidden;
}
.cart-checkout-btn::after {
    content: "";
    position: absolute;
    left: -70%;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.4) 60%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-20deg);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
}

.cart-checkout-btn:hover {
    background: linear-gradient(45deg, #228B22, #32CD32);
    box-shadow: 0 6px 20px rgba(50, 205, 50, 0.45);
    transform: scale(1.03);
}

.cart-checkout-btn:hover::after {
    animation: shineEffect 0.8s ease;
    opacity: 1;
}

@keyframes shineEffect {
    0% {
        left: -70%;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        left: 130%;
        opacity: 0;
    }
}

.cart-total-gradient-shine {
    background: linear-gradient(45deg, #FFD700, #FFA500, #FFEA70);
    position: relative;
    display: inline-block;
    transition: box-shadow 0.3s, transform 0.2s;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(255, 215, 0, 0.14);
}
.cart-total-gradient-shine::after {
    content: "";
    position: absolute;
    left: -70%;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.50) 60%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
}
.cart-total-gradient-shine:hover {
    box-shadow: 0 4px 25px rgba(255, 215, 0, 0.35), 0 0px 0px #FFD700;
    transform: scale(1.04);
    background: linear-gradient(60deg, #FFA500, #FFD700, #FFF8DC);
}
.cart-total-gradient-shine:hover::after {
    animation: shineEffectGold 0.7s;
    opacity: 1;
}
@keyframes shineEffectGold {
    0% {
        left: -70%;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        left: 130%;
        opacity: 0;
    }
}

.add-to-cart-btn:hover {
    background: linear-gradient(45deg, #FFE55C, #FFB347) !important;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3) !important;
}

/* Category horizontal scrolling - standard behavior */
.category-scroll-container {
    scroll-behavior: smooth;
    overflow-x: auto;
}

.category-scroll-item {
    flex-shrink: 0;
}

/* Prominent Orders Toggle Button */
.prominent-orders-toggle {
    margin: 20px 0;
}

.prominent-toggle-button {
    width: 100%;
    padding: 20px;
    border-radius: 12px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    text-transform: none;
}

.prominent-toggle-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.prominent-toggle-button:hover::before {
    left: 100%;
}

.prominent-toggle-button.orders-enabled {
    background: linear-gradient(135deg, #10b981 0%, #059669 50%, #047857 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.prominent-toggle-button.orders-enabled:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 50%, #065f46 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(16, 185, 129, 0.5), inset 0 2px 0 rgba(255, 255, 255, 0.3);
}

.prominent-toggle-button.orders-disabled {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 50%, #b91c1c 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    animation: pulse-red 2s infinite;
}

.prominent-toggle-button.orders-disabled:hover {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 50%, #991b1b 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(239, 68, 68, 0.5), inset 0 2px 0 rgba(255, 255, 255, 0.3);
}

@keyframes pulse-red {
    0%, 100% {
        box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0 8px 30px rgba(239, 68, 68, 0.6), inset 0 2px 0 rgba(255, 255, 255, 0.2);
    }
}

.prominent-toggle-button i {
    font-size: 24px;
    position: relative;
    z-index: 1;
}

.prominent-toggle-button span {
    position: relative;
    z-index: 1;
}

/* Lock Button */
.lock-button {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.lock-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.lock-button:hover {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

.lock-button:hover::before {
    left: 100%;
}

.lock-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(245, 158, 11, 0.3);
}

.lock-button i {
    font-size: 16px;
    position: relative;
    z-index: 1;
}

/* Lock Screen Overlay */
.lock-screen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.lock-screen-content {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    max-width: 400px;
    width: 90%;
    animation: slideUp 0.4s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.lock-screen-icon {
    font-size: 64px;
    color: #f59e0b;
    margin-bottom: 20px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.lock-screen-title {
    color: #ffd700;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.lock-screen-subtitle {
    color: #ccc;
    font-size: 14px;
    margin: 0 0 30px 0;
}

.lock-screen-input-container {
    margin-bottom: 20px;
}

.lock-screen-input {
    width: 100%;
    padding: 15px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 10px;
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffd700;
    font-weight: 700;
    direction: ltr;
}

.lock-screen-input:focus {
    outline: none;
    border-color: #ffd700;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.lock-screen-button {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.lock-screen-button:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

.lock-screen-button:active {
    transform: translateY(0);
}

/* Content Blurred */
.content-blurred {
    filter: blur(5px);
    pointer-events: none;
    user-select: none;
}

