html, body {
    font-family: 'Inter', system-ui, sans-serif;
    background: radial-gradient(1200px 600px at 80% -10%, rgba(139, 195, 74, 0.16), transparent 60%),
                radial-gradient(900px 500px at -10% 10%, rgba(251, 192, 45, 0.10), transparent 55%),
                #0c120b;
    color: #e8f0e4;
}

.fieldpilot-splash {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    background: linear-gradient(90deg, #8bc34a, #fbc02d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.fieldpilot-splash__glow {
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139, 195, 74, 0.35), transparent 70%);
    filter: blur(40px);
}

.fieldpilot-brand {
    font-weight: 800;
    letter-spacing: 0.04em;
    background: linear-gradient(90deg, #aed581, #fbc02d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.fieldpilot-hero {
    background: linear-gradient(135deg, rgba(139, 195, 74, 0.12), rgba(251, 192, 45, 0.06));
    border: 1px solid rgba(139, 195, 74, 0.25);
    border-radius: 18px;
}

.fieldpilot-tile {
    background: rgba(21, 29, 19, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
}

.fieldpilot-field {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid rgba(139, 195, 74, 0.25);
    background: #10190e;
    display: block;
}

.fieldpilot-field .worked {
    fill: rgba(139, 195, 74, 0.55);
    transition: fill 0.4s ease;
}

.fieldpilot-field .worked-queued {
    fill: rgba(251, 192, 45, 0.45);
    transition: fill 0.4s ease;
}

.fieldpilot-field .unworked {
    fill: rgba(139, 195, 74, 0.07);
}

.fieldpilot-field .tractor {
    filter: drop-shadow(0 0 6px rgba(251, 192, 45, 0.6));
}

#blazor-error-ui {
    background: #26301f;
    color: #fff;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
