/* ===== Custom Styles Meine Welt Kafe ===== */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero {
    background: linear-gradient(135deg, #4a2c2a 0%, #8b5a3c 100%);
    color: white;
    border-radius: 12px;
    padding: 3rem 2rem;
    margin-bottom: 2rem;
}

.card-form {
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    border-radius: 12px;
}

.btn-primary-brand {
    background-color: #4a2c2a;
    border-color: #4a2c2a;
    color: white;
}

.btn-primary-brand:hover {
    background-color: #3a1f1e;
    border-color: #3a1f1e;
    color: white;
}

.badge-category {
    font-weight: 500;
    padding: 0.4em 0.7em;
}

.timeline {
    position: relative;
    padding-left: 2rem;
    border-left: 2px solid #dee2e6;
}

.timeline-item {
    position: relative;
    padding-bottom: 1.5rem;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -2.4rem;
    top: 0.3rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #4a2c2a;
    border: 3px solid white;
    box-shadow: 0 0 0 2px #4a2c2a;
}

.ticket-code {
    font-family: 'Courier New', monospace;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #4a2c2a;
    padding: 1rem;
    background: #fff3cd;
    border: 2px dashed #ffc107;
    border-radius: 8px;
    text-align: center;
}

.sidebar-link {
    color: rgba(255,255,255,.85);
    padding: 0.6rem 1rem;
    border-radius: 6px;
    margin-bottom: 0.2rem;
    text-decoration: none;
    display: block;
}

.sidebar-link:hover, .sidebar-link.active {
    background-color: rgba(255,255,255,.15);
    color: white;
}

.sidebar {
    background-color: #4a2c2a;
    min-height: 100vh;
    color: white;
    padding: 1.5rem 1rem;
}

.kategori-preview {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    border-left: 4px solid #4a2c2a;
}
