.glass-panel {
    background: rgba(255, 255, 255, 0.45);
    border-radius: 1.5rem;
    box-shadow: 0 10px 35px rgba(247, 138, 194, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.glass-input {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 9999px;
    box-shadow: inset 0 2px 6px rgba(255, 58, 158, 0.1);
}

.pill-button {
    border-radius: 9999px;
    box-shadow: 0 15px 25px rgba(255, 58, 158, 0.35);
}

.icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
}

body {
    transition: transform 0.3s ease;
}

body.keyboard-open main {
    padding-bottom: 35vh;
}

body.keyboard-open {
    transform: translateY(-6vh);
}
