/* MODERN TEMPLATE - Minimal Dark & Bold */

body {
    background: #0f0f0f;
    font-family: 'Montserrat', sans-serif;
}

.menu-header {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 0.8rem;
    box-shadow: 0 2px 10px rgba(255,107,107,0.2);
    text-align: center;
    border: 2px solid rgba(255,255,255,0.1);
}

.branch-logo {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 0.6rem;
    border: 2px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.branch-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.language-currency-selector {
    background: #1a1a1a;
    border-radius: 10px;
    padding: 0.8rem;
    margin-bottom: 0.8rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    border: 1px solid #333;
}

.language-currency-selector label {
    color: #ff6b6b;
    font-weight: 600;
    font-size: 0.85rem;
}

.language-currency-selector select {
    background: #2a2a2a;
    border: 1px solid #444;
    color: white;
}

.category-section {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 0.8rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    border: 1px solid #333;
}

.product-card {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    margin-bottom: 0.8rem;
    background: #2a2a2a;
    border-radius: 10px;
    transition: all 0.3s;
    border: 1px solid #444;
}

.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(255,107,107,0.25);
    border-color: #ff6b6b;
}

.product-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
    border: 2px solid #ff6b6b;
}

.product-image-placeholder {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

.product-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.3rem;
}

.product-description {
    font-size: 0.9rem;
    color: #aaa;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.product-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ff6b6b;
}

.allergen-badges {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.allergen-badge {
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
}

.wifi-section {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    color: white;
    border-radius: 10px;
    padding: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(255,107,107,0.2);
    font-size: 0.9rem;
}

.social-links {
    background: #1a1a1a;
    border-radius: 10px;
    padding: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
    border: 1px solid #333;
}

.social-links > div {
    color: white;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 0.3rem;
    font-size: 1.1rem;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.social-links a:hover {
    transform: translateY(-3px) scale(1.05);
    border-color: #ff6b6b;
}

.powered-by {
    text-align: center;
    color: white;
    margin-top: 1.5rem;
    font-size: 0.8rem;
}

.powered-by a {
    color: #ff6b6b;
    font-weight: 600;
    text-decoration: none;
}

/* Breadcrumb */
.breadcrumb-nav {
    background: #1a1a1a;
    border-radius: 10px;
    padding: 0.7rem 1rem;
    margin-bottom: 0.8rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    border: 1px solid #333;
    font-size: 0.85rem;
}

.breadcrumb-item {
    color: #ff6b6b;
    font-weight: 500;
}

.breadcrumb-item.active {
    color: white;
    font-weight: 600;
}

/* Category Header */
.category-header {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 0.8rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    text-align: center;
    border: 1px solid #ff6b6b;
}

.category-header h2 {
    color: white;
    font-weight: 700;
    font-size: 1.3rem;
    margin: 0;
}

/* Subcategory Section */
.subcategory-section {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 0.8rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    border: 1px solid #333;
}

.subcategory-section h5 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 0.8rem;
}

/* Products Section */
.products-section {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 0.8rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    border: 1px solid #333;
}

.products-section h5 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 0.8rem;
}

/* Categories Grid */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.8rem;
}

.category-box {
    background: #2a2a2a;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    border: 1px solid #444;
}

.category-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(255,107,107,0.25);
    border-color: #ff6b6b;
}

.category-box-title {
    padding: 0.7rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    color: white;
}

@media (max-width: 768px) {
    .menu-container {
        padding: 0.8rem;
    }
    
    .branch-name {
        font-size: 1.1rem;
    }
    
    .product-card {
        flex-direction: column;
    }
    
    .product-image,
    .product-image-placeholder {
        width: 100%;
        height: 160px;
        margin-bottom: 0.8rem;
    }
    
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}