[x-cloak] {
    display: none !important;
}

body {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #2c3e50;
}

.auth-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

.auth-container .card {
    max-width: 450px;
    width: 100%;
    border: none;
    border-radius: 15px;
}

.main-container {
    min-height: 100vh;
    background: #f8f9fa;
}

.prompts-list {
    max-height: calc(100vh - 250px);
    overflow-y: auto;
}

.prompt-item {
    transition: all 0.2s;
    position: relative;
}

.prompt-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


.editor-container {
    position: sticky;
    top: 20px;
}

.markdown-editor {
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    font-size: 18px;
    line-height: 1.6;
}

.markdown-preview {
    line-height: 1.8;
}

.markdown-preview h1,
.markdown-preview h2,
.markdown-preview h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.markdown-preview code {
    background: #f8f9fa;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9em;
}

.markdown-preview pre {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    overflow-x: auto;
}

.markdown-preview pre code {
    background: none;
    padding: 0;
}

/* Scrollbar Styling */
.prompts-list::-webkit-scrollbar {
    width: 8px;
}

.prompts-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.prompts-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.prompts-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Bulk Actions */
.bulk-tag-section {
    padding-top: 10px;
    border-top: 1px solid #dee2e6;
}

/* Minimal badge overrides - let FastBootstrap handle styling */
