body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0;background-color:#f7fafc;color:#1a202c}#root{display:flex;flex-direction:column;align-items:center}header{width:100%;background-color:#4fd1c5;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.logo{font-size:1.5rem;font-weight:700;color:#fff;display:flex;align-items:center}.logo span{margin-left:.5rem}nav ul{list-style:none;margin:0;padding:0;display:flex}nav li{margin-left:1.5rem}nav a{color:#fff;text-decoration:none;font-weight:500}.email-display{background-color:#4fd1c5;padding:2rem;border-radius:.5rem;margin-top:2rem;width:100%;max-width:600px;box-sizing:border-box}.email-address-container{display:flex;background-color:#fff;border-radius:.375rem;padding:.5rem}.email-address-container input{border:none;outline:none;font-size:1rem;flex-grow:1;padding:.5rem}.copy-button{background-color:#f6ad55;border:none;border-radius:.375rem;width:40px;height:40px;cursor:pointer}.action-buttons{margin-top:1rem;display:flex;gap:.5rem}.action-buttons button{background-color:#fff;border:1px solid #e2e8f0;border-radius:.375rem;padding:.5rem 1rem;font-weight:500;cursor:pointer}.inbox{background-color:#fff;border-radius:.5rem;margin-top:2rem;width:100%;max-width:600px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.inbox-header{padding:1.5rem;border-bottom:1px solid #e2e8f0}.inbox-header h2{margin:0 0 1rem;font-size:1.25rem}.inbox-columns{display:flex;justify-content:space-between;background-color:#a7f3d0;padding:.75rem 1.5rem;color:#38a169;font-weight:700;font-size:.875rem}.inbox-empty{padding:4rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.empty-icon{width:80px;height:80px;background-color:#edf2f7;border-radius:50%;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#a0aec0;position:relative}.refresh-icon{position:absolute;top:5px;right:5px;font-size:1rem;color:#718096}.action-buttons button svg,.logo svg{margin-right:.5rem}.inbox-empty h3{font-size:1.25rem;margin:0 0 .5rem}.inbox-empty p{color:#718096;margin:0}footer{width:100%;background-color:#edf2f7;padding:2rem;box-sizing:border-box;text-align:center;margin-top:auto;border-top:1px solid #e2e8f0}.footer-links{margin-bottom:1rem}.footer-links a{color:#4a5568;text-decoration:none;margin:0 1rem;font-weight:500}.footer-links a:hover{text-decoration:underline}.footer-copyright p{margin:0;color:#718096;font-size:.875rem}#root{min-height:100vh;display:flex;flex-direction:column}main{flex:1;width:100%;display:flex;flex-direction:column;align-items:center}@media(max-width:768px){header{flex-direction:column;padding:1rem}nav ul{margin-top:1rem}.email-display,.inbox{margin-top:1.5rem;width:90%;padding:1.5rem}}@media(max-width:480px){body{font-size:14px}header{padding:1rem .5rem}nav li{margin-left:0;margin:0 .5rem}.email-display,.inbox{width:95%;padding:1rem}.email-address-container{flex-direction:column}.email-address-container input{text-align:center}.copy-button{margin-top:.5rem;width:100%}.action-buttons{flex-direction:column;gap:.5rem}.inbox-columns{display:none}.footer-links{flex-direction:column}.footer-links a{margin:.5rem 0}}.copy-button:focus,.action-buttons button:focus{outline:2px solid #2d5a60;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.static-page{width:100%;max-width:800px;padding:2rem;background-color:#fff;border-radius:.5rem;margin:2rem auto;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.static-page article{line-height:1.6}.static-page h1{margin-bottom:1.5rem}.static-page h2{margin-top:2rem;margin-bottom:1rem}.logo-link{display:flex;align-items:center;text-decoration:none;color:#fff}
