/* Builds Page Premium Styles - Dark & Gold */
.builds-hero {
    padding: 180px 0 80px;
    background: linear-gradient(180deg, #000000 0%, #0a0e1a 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.builds-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(201, 169, 97, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.builds-hero h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 3.5rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 0 30px rgba(201, 169, 97, 0.5);
    position: relative;
    z-index: 1;
}

.builds-hero .highlight {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.builds-hero p {
    font-size: 1.3rem;
    color: rgba(226, 232, 240, 0.9);
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Calculator Section */
.calculator-section {
    padding: 60px 0 120px;
    background: linear-gradient(180deg, #0a0e1a 0%, #000000 100%);
    min-height: 100vh;
}

/* Override calculator styles for dark & gold theme */
#calculator {
    display: block !important;
    max-width: 1200px;
    padding: 20px;
}

.titlebar {
    background: linear-gradient(135deg, rgba(10, 14, 26, 0.95) 0%, rgba(0, 0, 0, 0.9) 100%) !important;
    border: 1px solid rgba(201, 169, 97, 0.3) !important;
}

.search-class-row a {
    color: rgba(226, 232, 240, 0.9) !important;
    transition: color 0.3s ease;
}

.search-class-row a:hover {
    color: var(--primary-color) !important;
}

.skill-calc-intro h3 {
    color: var(--primary-color);
    font-family: 'Orbitron', sans-serif;
}

.sp-remaining {
    color: var(--primary-color);
    font-weight: 600;
}

.class-sp a {
    color: var(--primary-color) !important;
}

@media (max-width: 768px) {
    .builds-hero h1 {
        font-size: 2.5rem;
    }
    
    #calculator {
        padding: 10px;
    }
}
