@import url('./shared_styles.css');

.roast-btn {
    width: 100%;
    padding: 14px 0;
    border-radius: 12px;
    background: linear-gradient(90deg, #ffe271 0%, #ffae66 100%);
    color: #ae7210;
    font-size: 1.15rem;
    font-weight: 900;
    font-family: 'Luckiest Guy', cursive;
    border: none;
    margin-top: 12px;
    cursor: pointer;
    box-shadow: 0 1px 8px #ffc08522;
    transition: background 0.2s, color 0.2s;
}

.roast-btn:hover {
    background: #ffe9b8;
    color: #b94c12;
}

.warning-note {
    color: #ffd6a0;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 12px;
}
