body { 
    font-family: 'Plus Jakarta Sans', sans-serif; 
    background: #f4f7fa; 
    color: #2d3436; 
}

.card-global { 
    border: none; 
    border-radius: 20px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); 
    background: #fff; 
}

.search-ai { 
    border-radius: 50px; 
    border: 2px solid #eef2f7; 
    padding: 12px 25px; 
    transition: 0.3s; 
}

.search-ai:focus { 
    border-color: #0984e3; 
    outline: none; 
    box-shadow: 0 0 0 4px rgba(9,132,227,0.1); 
}

.weather-panel { 
    background: linear-gradient(135deg, #0984e3, #00cec9); 
    color: #fff; 
    border-radius: 20px; 
}

.editable:focus { 
    outline: none; 
    background: #f1f2f6; 
    padding: 2px 8px; 
    border-radius: 6px; 
}

.v-row:hover {
    background-color: #fafbfc;
}