.atoz-tool-284 {
font-family:'Poppins',sans-serif;
background:#f4f6fb;
display:flex;
justify-content:center;
align-items:center;
height:100vh;
}.atoz-tool-284 .container {
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
width:100%;
max-width:400px;
text-align:center;
}.atoz-tool-284 h1 {
color:#2b2b2b;
}.atoz-tool-284 input, .atoz-tool-284 select {
width:100%;
padding:10px;
margin:10px 0;
border-radius:8px;
border:1px solid #ddd;
}.atoz-tool-284 button {
background:#4CAF50;
color:white;
border:none;
padding:12px;
width:100%;
border-radius:8px;
font-size:16px;
cursor:pointer;
}.atoz-tool-284 .result {
margin-top:15px;
font-weight:600;
}