body {
    background-color: #0f1115;
    color: #d1d5db;
    font-family: 'JetBrains Mono', monospace !important;
    margin: 0;
    line-height: 1.6;
}

.summit-bg {
    background-image: linear-gradient(rgba(15, 17, 21, 0.8), rgba(15, 17, 21, 0.9)), url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&q=80&w=2000');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.cave-bg {
    background-image: linear-gradient(rgba(20, 15, 10, 0.85), rgba(15, 17, 21, 0.95)), url('https://images.unsplash.com/photo-1505330622279-bf7d7fc918f4?auto=format&fit=crop&q=80&w=2000');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.terminal-border {
    border: 1px solid #374151;
    background: rgba(17, 24, 39, 0.7);
    backdrop-filter: blur(10px);
}

.sage-card {
    border: 1px solid #4b5563;
    background: rgba(31, 41, 55, 0.5);
    transition: all 0.3s ease;
}

.sage-card:hover {
    border-color: #f59e0b;
    box-shadow: 0 0 15px rgba(245, 158, 11, 0.2);
    transform: translateY(-2px);
}

.text-gold { color: #f59e0b; }
.text-ember { color: #ef4444; }

.dialogue-scroll {
    max-height: 500px;
    overflow-y: auto;
    padding: 2rem;
    border-left: 2px solid #f59e0b;
    margin-bottom: 2rem;
    background: rgba(0,0,0,0.3);
}

button.summon-btn {
    background: #f59e0b;
    color: #000;
    font-weight: bold;
    border: none;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
}

button.summon-btn:hover {
    background: #fbbf24;
}

textarea.ritual-input {
    width: 100%;
    background: rgba(0,0,0,0.5);
    border: 1px solid #4b5563;
    color: #fff;
    padding: 1rem;
    font-family: inherit;
    outline: none;
}
