/**
 * Footpro OS - Dubai Elite Gold Edition
 * Versão 5.2.4 - Estética de Luxo
 */
#fpro-ios-widget {
    background: #101010;
    padding: 30px;
    border-radius: 28px;
    color: #ffffff;
    font-family: -apple-system, system-ui, sans-serif;
    max-width: 450px;
    margin: 20px auto;
    box-shadow: 0 25px 50px rgba(0,0,0,0.6);
    border: 1px solid #c1a35f;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fpro-label {
    font-size: 12px;
    color: #c1a35f;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}

/* Forçar a cor dourada no Range do browser */
.fpro-range {
    width: 100%;
    height: 4px;
    background: #2c2c2e;
    border-radius: 5px;
    outline: none;
    accent-color: #c1a35f !important;
    margin-bottom: 25px;
    cursor: pointer;
}

.fpro-range::-webkit-slider-runnable-track { background: #2c2c2e; border-radius: 5px; }
.fpro-range::-webkit-slider-thumb { background: #e5c06d; border: 1px solid #c1a35f; }

.fpro-card-container {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.fpro-card {
    background: linear-gradient(145deg, #1c1c1e, #111111);
    padding: 18px;
    border-radius: 20px;
    flex: 1;
    text-align: center;
    border: 1px solid #3a3a3c;
}

.fpro-card span {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #e5c06d !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.fpro-input {
    width: 100%;
    background: #1c1c1e;
    border: 1px solid #3a3a3c;
    padding: 16px;
    border-radius: 14px;
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
}

.fpro-input:focus {
    border-color: #e5c06d;
    outline: none;
}

.fpro-btn {
    width: 100%;
    background: linear-gradient(135deg, #c1a35f 0%, #e5c06d 50%, #b38b47 100%) !important;
    color: #000 !important;
    padding: 20px;
    border-radius: 18px;
    font-weight: 800;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(193, 163, 95, 0.3);
}

.fpro-success-icon {
    font-size: 60px;
    background: linear-gradient(to bottom, #e5c06d, #b38b47);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}