@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Raleway:wght@600;800&display=swap";html,body,#root{margin:0;padding:0;height:100vh;width:100vw;font-family:DM Sans,Raleway,sans-serif;background:transparent;overflow:hidden;color:#1c1c1c}*{box-sizing:border-box}h1,h2,h3,h4{font-family:Raleway,sans-serif;font-weight:600;color:#1a1a1a;letter-spacing:.5px;margin:0}input,button{font-family:DM Sans,sans-serif;font-size:1rem;padding:10px;border:1px solid #ccc;border-radius:8px;outline:none}button{background-color:#007bff;color:#fff;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:#0056b3}body{display:flex;justify-content:center;align-items:center}.AppContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px}.SearchBox{text-align:center;padding:8px 16px}.SearchBox form{display:flex;flex-direction:column;align-items:center;gap:12px}.CustomInput{width:100%;max-width:280px}.CustomInput input,.CustomInput label{color:#fff}.CustomInput fieldset{border-color:#fff}.CustomInput:hover fieldset{border-color:#ccc}.CustomInput.Mui-focused fieldset{border-color:#fff}.SearchBtn{width:100%;max-width:280px}.SearchBox p{margin-top:10px;color:red;font-size:14px}.InfoBox{width:100%;display:flex;justify-content:center;padding:20px;box-sizing:border-box}.cardContainer{display:flex;justify-content:center;width:100%;max-width:420px;margin:0 auto;box-sizing:border-box}.MuiCard-root{border-radius:16px!important;box-shadow:0 8px 24px #00000014!important;background-color:#fff;transition:transform .2s ease-in-out}.MuiCard-root:hover{transform:scale(1.01)}.MuiCardContent-root{padding:24px!important}.MuiTypography-h5{font-weight:600!important;color:#333;margin-bottom:8px}.MuiTypography-body2 p{margin:4px 0;color:#555}
