.btn-back {
    text-decoration: none;
    color: var(--rose-900);
    font-weight: 500;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.btn-back:hover {
    opacity: 0.8;
}

.btn-back svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}

/* Buttons */
.btn-submit,
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 24px;
    border-radius: var(--radius-btn, 50px) !important;
    border: none;
    background: var(--rose-900, #881337) !important;
    color: white !important;
    font-weight: 600;
    font-size: 1.05rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 8px 25px rgba(136, 19, 55, 0.25);
    text-decoration: none;
}

.btn-submit:hover,
.btn-primary:hover {
    background: #6b0f2a !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(136, 19, 55, 0.35);
}

.btn-save {
    width: 100%;
    padding: 16px;
    border-radius: var(--radius);
    border: none;
    background: var(--rose-900);
    color: white;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.2s;
}

.btn-save:hover {
    background: #6b0f2a;
    transform: translateY(-1px);
}

.btn-outline,
.btn-archive {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    min-height: 48px;
    border-radius: 50px !important;
    border: 1px solid var(--rose-200, #fecdd3);
    background: rgba(255, 255, 255, 0.9);
    color: var(--rose-900, #881337);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-outline:hover,
.btn-archive:hover {
    background: var(--rose-50, #fff0f5);
    border-color: var(--rose-300, #fda4af);
    color: var(--rose-900, #881337);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(136, 19, 55, 0.08);
}







.action-btn.btn-primary {
    background: var(--rose-900);
    border-color: var(--rose-900);
    color: white;
}

.action-btn.btn-outline {
    background: transparent;
    border-color: var(--accent);
    color: var(--accent);
}

.action-btn.btn-secondary {
    background: #f8fafc;
    border-color: #e2e8f0;
    color: #475569;
}

.action-btn .action-btn.btn-confirm:hover {
    background: #dbeafe;
    border-color: #0284c7;
}

.action-btn.btn-done {
    background: #f0fdf4;
    border-color: #dcfce7;
    color: #15803d;
}

.action-btn.btn-done:hover {
    background: #dcfce7;
    border-color: #15803d;
}

.action-btn.btn-edit {
    background: #f3f4f6;
    border-color: #e2e8f0;
    color: #64748b;
}

.action-btn.btn-edit:hover {
    background: #e2e8f0;
    border-color: #cbd5e1;
}

.btn-del {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: var(--radius);
    border: 1px solid #fecaca;
    background: #fee2e2;
    color: #b91c1c;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;
}

.btn-del:hover {
    background: #fca5a5;
}

.nav-links a,
.btn-back {
    text-decoration: none;
    color: var(--text-main);
    font-weight: 500;
    margin-left: 20px;
    font-size: 0.95rem;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nav-links a:hover,
.btn-back:hover {
    color: var(--accent);
}

.btn-back {
    line-height: 1;
}

.btn-back svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(1px);
}

.btn-back span {
    display: inline-block;
}

@media (max-width: 680px) {

    .btn-back span {
        display: none;
    }
}


.btn-nav {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(136, 19, 55, 0.1);
    color: var(--text-main);
    padding: 10px 16px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-nav:hover {
    background: white;
    border-color: var(--rose-300);
    color: var(--accent);
    transform: translateY(-2px);
    box-shadow: 0 0 0 4px rgba(253, 164, 175, 0.2);
}

/* Premium Gradient Submit Button */
.btn-submit {
    width: 100%;
    background: var(--rose-900, #881337) !important;
    color: white !important;
    border: none;
    padding: 16px 24px;
    min-height: 52px;
    border-radius: 50px !important;
    /* Pillenform */
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 25px rgba(136, 19, 55, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
}

.btn-submit:hover {
    background: #6b0f2a !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(136, 19, 55, 0.35);
}

/* Auth Option Buttons (Passkey & Magic Link: White background, Berry Red text & Berry Red border) */
.btn-auth-option {
    width: 100%;
    min-height: 50px;
    padding: 14px 22px;
    border-radius: 50px !important;
    background: #ffffff !important;
    color: var(--rose-900, #881337) !important;
    border: 1.5px solid var(--rose-900, #881337) !important;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: var(--font-main, 'Outfit', sans-serif);
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(136, 19, 55, 0.05);
}

.btn-auth-option:hover {
    background: var(--rose-50, #fff0f5) !important;
    color: #6b0f2a !important;
    border-color: #6b0f2a !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(136, 19, 55, 0.12);
}

@media (max-width: 680px) {


    /* Versteckt die Wörter "Früher/Später" auf kleinen Bildschirmen */
    .cal-nav .btn-nav span {
        display: none;
    }

    /* Macht die Pfeil-Buttons auf dem Handy etwas kompakter */
    .cal-nav .btn-nav {
        padding: 10px 14px;
        border-radius: 10px;
    }
}


/* Hair Length Option Button */
.btn-length-option {
    background: white;
    color: var(--text-main);
    border: 1px solid #fde8ee;
    box-shadow: none;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    font-size: 0.95rem;
    font-family: inherit;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
}

.btn-length-option:hover {
    background: #faf5f0;
    border-color: #881337;
}

.btn-length-option:active {
    transform: scale(0.98);
}

/* Length Option Label (price/duration info) */
.btn-length-label {
    color: var(--accent);
    font-size: 0.9rem;
    font-weight: 600;
}

.btn-archive {
    background: white;
    border: 1px solid var(--rose-200);
    color: var(--rose-700);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-archive:hover {
    background: var(--rose-50);
    border-color: var(--rose-300);
}

.btn-confirm {
    color: #059669;
    border-color: #d1fae5;
    background: #ecfdf5;
}

/* Simple text link button */
.btn-link {
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.85rem;
    font-family: var(--font-main, 'Outfit', sans-serif);
    padding: 10px;
    margin-top: 10px;
    transition: color 0.2s ease;
}

.btn-link:hover {
    color: var(--text-main);
}

button.input-icon-wrapper {
    pointer-events: auto;
    cursor: pointer;
    padding: 5px;
}

button.input-icon-wrapper:hover {
    color: var(--accent);
}



.btn-archive {
    background: white;
    border: 1px solid var(--rose-200);
    color: var(--rose-700);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-archive:hover {
    background: var(--rose-50);
    border-color: var(--rose-300);
}

.btn-confirm-modal {
    background: #881337;
    color: white;
}

.btn-confirm-modal:hover {
    background: #6b0f2a;
}

.btn-customer-link {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}

.btn-note {
    background: #fde8ee;
    color: #881337;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
}

.btn-delete-red {
    color: #b91c1c;
    border-color: #fecaca;
}

.btn-cancel-link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent !important;
    border: none !important;
    color: #64748b !important;
    cursor: pointer;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    font-size: 0.875rem;
    font-weight: 500;
    min-height: 44px;
    padding: 8px 16px;
    box-shadow: none !important;
    transition: color 0.2s ease;
}

.btn-cancel-link:hover {
    color: var(--rose-900, #881337) !important;
    background: transparent !important;
}


/* ========================================================================
   EXTRACTED INLINE STYLES & PREMIUM BUTTONS
   ======================================================================== */
.btn-save-premium {
    padding: 14px 28px;
    border-radius: 14px;
    background: var(--rose-900);
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(136, 19, 55, 0.25);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-main);
    width: auto;
}

.btn-save-premium:hover {
    background: #6b0f2a;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(136, 19, 55, 0.35);
}

.btn-outline-premium {
    padding: 14px 24px;
    border-radius: 14px;
    background: white;
    border: 1px solid var(--rose-200);
    color: var(--rose-900);
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-main);
    width: auto;
}

.btn-outline-premium:hover {
    background: var(--rose-50);
    border-color: var(--rose-300);
    transform: translateY(-1px);
}

/* Announcement Responsive Grid */
.announcement-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

@media (max-width: 850px) {
    .announcement-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
}