/* Premium Styling for ML to OZ Converter */
.apple-glass {
    background: rgba(18, 18, 20, 0.65);
    backdrop-filter: saturate(180%) blur(24px);
    -webkit-backdrop-filter: saturate(180%) blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
html.dark .apple-glass {
    background: rgba(10, 10, 14, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.apple-card {
    background: rgba(29, 29, 31, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.apple-card:hover {
    border-color: rgba(34, 211, 238, 0.25);
    box-shadow: 0 10px 30px -10px rgba(34, 211, 238, 0.15);
}



.custom-dist-input {
    background: rgba(9, 9, 11, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease-in-out;
}

.custom-dist-input:focus {
    border-color: #22d3ee;
    outline: none;
    box-shadow: 0 0 15px rgba(34, 211, 238, 0.15);
}
