html,body{background-color:#fff8e6;height:100%;margin:0;padding:0}*{box-sizing:border-box}.popup-overlay{z-index:10;background-color:rgba(0,0,0,.5);justify-content:center;align-items:center;width:100%;height:100%;padding:5%;display:flex;position:fixed;top:0;left:0}.popup-content{cursor:pointer;width:100%;max-width:80vw;height:100%;position:relative}.menu-container{padding-bottom:60px}.menu-container img{width:100%;height:auto;display:block}.feedback-button-container{z-index:5;justify-content:flex-end;width:100%;padding:20px 40px 20px 20px;display:flex;position:fixed;bottom:0;left:0}.feedback-button{color:#faae00;background-color:#fbe196;border-radius:50px;padding:15px 30px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.2rem;font-weight:700;text-decoration:none;transition:background-color .2s,transform .2s;box-shadow:0 4px 14px rgba(251,225,150,.6)}.feedback-button:hover{background-color:#fad872;transform:translateY(-2px)}.feedback-form button{color:#faae00;cursor:pointer;background-color:#fbe196;border:none;border-radius:8px;width:100%;padding:12px 25px;font-size:1.1rem;font-weight:700;transition:background-color .2s;box-shadow:0 2px 8px rgba(251,225,150,.5)}.feedback-form button:hover{background-color:#fad872}.back-link,.thank-you-message h2{color:#faae00}.back-link:hover{text-decoration:underline}.feedback-container{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;display:flex}.feedback-card{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:500px;padding:2rem 3rem;box-shadow:0 8px 30px rgba(0,0,0,.12)}.feedback-card h2{color:#333;margin-bottom:1rem;font-size:2rem}.feedback-form textarea{resize:vertical;border:1px solid #ccc;border-radius:8px;width:100%;margin-bottom:1.5rem;padding:1rem;font-family:inherit;font-size:1rem}.feedback-form button:disabled{cursor:not-allowed;background-color:#a0a0a0}.back-link{margin-top:2rem;font-weight:700;text-decoration:none;display:inline-block}.back-link.outside-form{margin-top:1rem}
