.Home_container__9OuOz{padding:50px;background:var(--background-color);color:var(--text-color);min-height:100vh;font-family:Arial,sans-serif}.Home_title__YEn0u{font-size:2em;margin-bottom:20px;text-align:center;color:var(--title-color)}.Home_form__P1Xey{margin-bottom:30px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.Home_input__gFHfg{width:300px;margin-right:10px;padding:10px;border:1px solid #ccc;background:var(--input-background);color:var(--text-color);border-radius:4px;font-size:16px}.Home_button__Mzpzz{padding:10px 20px;background:var(--button-color);border:none;color:#fff;cursor:pointer;border-radius:4px;font-size:16px;transition:background .3s,transform .2s}.Home_button__Mzpzz:hover{background:var(--button-hover-color);transform:translateY(-2px)}.Home_message__g_VSM{margin-bottom:20px;text-align:center;font-size:16px}.Home_error__w_26N{color:red}.Home_responseContainer__BcOhY{width:80%;max-width:600px;background:#fff;border:1px solid #ddd;padding:20px;border-radius:8px;margin:0 auto;box-shadow:0 2px 8px rgba(0,0,0,.1);animation:Home_fadeIn__LfyOC .5s ease-in-out}.Home_responseContainer__BcOhY h2{margin-bottom:20px;color:var(--button-color);text-align:center}.Home_section__8mMQM{margin-bottom:20px;padding:15px;border-bottom:1px solid var(--section-border-color)}.Home_section__8mMQM:last-child{border-bottom:none}.Home_section__8mMQM h3{margin-bottom:10px;color:#555}.Home_section__8mMQM p{margin:0;color:#666;word-break:break-word;overflow-wrap:break-word}.Home_preformatted__gGW2J{background:var(--preformatted-background);padding:10px;border-radius:4px;overflow-x:auto;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;color:#333;word-wrap:break-word}.Home_platformContent___UnWu{color:#666;font-size:16px}.Home_platformContent___UnWu br{margin-bottom:5px}.Home_content__Qnbja{word-break:break-word;overflow-wrap:break-word}.Home_sr-only__Hoj_i{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.Home_container__9OuOz{padding:20px}.Home_form__P1Xey{flex-direction:column;align-items:stretch}.Home_input__gFHfg{width:100%;margin-right:0;margin-bottom:10px}.Home_button__Mzpzz{width:100%}.Home_responseContainer__BcOhY{width:100%;padding:15px}}@keyframes Home_fadeIn__LfyOC{0%{opacity:0}to{opacity:1}}