/* Alpine.js cloak utility */
[x-cloak] {
    display: none !important;
}

/* Summernote Dark Mode Styles */
.dark .note-editor.note-frame {
    border-color: #374151;
}

.dark .note-editor .note-toolbar {
    background-color: #1f2937;
    border-bottom-color: #374151;
}

.dark .note-editor .note-editable {
    background-color: #1f2937;
    color: #e5e7eb;
}

.dark .note-editor .note-editable a {
    color: #93c5fd;
}

.dark .note-editor .note-placeholder {
    color: #9ca3af;
}

.dark .note-editor .note-statusbar {
    background-color: #1f2937;
    border-top-color: #374151;
}

.dark .note-editor .note-btn {
    background-color: #374151;
    border-color: #4b5563;
    color: #e5e7eb;
}

.dark .note-editor .note-btn:hover,
.dark .note-editor .note-btn:focus {
    background-color: #4b5563;
    border-color: #6b7280;
}

/* Login Page Gradient Background */
.login-gradient {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
