.page_container__aoG4z{max-width:100vw;margin:0 auto;padding:20px;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);color:#333;line-height:1.6}.page_header__kVzhN{text-align:center;margin-bottom:40px;color:white}.page_header__kVzhN h1{font-size:2.5rem;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.page_header__kVzhN p{font-size:1.1rem;opacity:.9}.page_main__GlU4n{max-width:1200px;width:100%;flex:1 1;display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px;margin-bottom:40px}@media (max-width:950px){.page_main__GlU4n{grid-template-columns:1fr;gap:20px}}.page_footer__sHKi3{text-align:center;color:white;opacity:.8;margin-top:auto}.page_message__abnJo{padding:10px 15px;border-radius:8px;margin:10px 0;font-weight:500}.page_success__Xb9nl{background:#c6f6d5;color:#22543d;border:1px solid #9ae6b4}.page_error__Jil8M{background:#fed7d7;color:#742a2a;border:1px solid #feb2b2}@media (max-width:480px){.page_container__aoG4z{padding:15px}.page_header__kVzhN h1{font-size:2rem}}.InputSection_inputSection__8ugqD{background:white;border-radius:15px;padding:25px;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.InputSection_inputSection__8ugqD:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.InputSection_inputSection__8ugqD h2{color:#4a5568;margin-bottom:20px;font-size:1.5rem;border-bottom:2px solid #e2e8f0;padding-bottom:10px}.InputSection_textarea__wPf43{width:100%;padding:15px;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .3s ease,box-shadow .3s ease;background:#f8fafc;box-sizing:border-box}.InputSection_textarea__wPf43:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1);background:white}.InputSection_textarea__wPf43::placeholder{color:#a0aec0}.InputSection_themeSelectGroup__vpgm4{display:flex;align-items:center;gap:11px;margin:16px 0;padding:13px 19px;background:#f7f8fa;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.04);width:-moz-fit-content;width:fit-content}.InputSection_themeSelectGroup__vpgm4 label{font-weight:700;color:#3a3a3a;font-size:17px;letter-spacing:.03em}.InputSection_themeSelect__gmvBz{padding:8px 19px 8px 13px;border:1.5px solid #bfc7d1;border-radius:6px;background:#fff;font-size:16px;color:#333;transition:border .2s;outline:none;box-shadow:0 1px 3px rgba(0,0,0,.03)}.InputSection_themeSelect__gmvBz:focus{border:1.5px solid #4f8cff;background:#f0f6ff}.InputSection_buttonGroup__Q6QlL{display:flex;gap:10px;flex-wrap:wrap;margin-top:19px}.InputSection_primaryBtn__LfTQ6,.InputSection_secondaryBtn__hMs_e{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1 1;min-width:120px}.InputSection_primaryBtn__LfTQ6{background:linear-gradient(135deg,#667eea,#764ba2);color:white}.InputSection_primaryBtn__LfTQ6:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.4)}.InputSection_primaryBtn__LfTQ6:active{transform:translateY(0)}.InputSection_primaryBtn__LfTQ6:disabled{opacity:.5;cursor:not-allowed;transform:none}.InputSection_secondaryBtn__hMs_e{background:#e2e8f0;color:#4a5568;border:2px solid #e2e8f0}.InputSection_secondaryBtn__hMs_e:hover:not(:disabled){background:#cbd5e0;border-color:#cbd5e0;transform:translateY(-2px)}.InputSection_secondaryBtn__hMs_e:disabled{opacity:.5;cursor:not-allowed;transform:none}.InputSection_loading__h_R_m{display:inline-block;width:20px;height:20px;border:3px solid #f3f3f3;border-top-color:#667eea;border-radius:50%;animation:InputSection_spin__0o_pg 1s linear infinite;margin-right:10px}@keyframes InputSection_spin__0o_pg{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:600px){.InputSection_themeSelectGroup__vpgm4{flex-direction:column;align-items:flex-start;gap:5px;width:100%}.InputSection_themeSelect__gmvBz{width:100%}}@media (max-width:480px){.InputSection_inputSection__8ugqD{padding:20px}.InputSection_buttonGroup__Q6QlL{flex-direction:column}.InputSection_primaryBtn__LfTQ6,.InputSection_secondaryBtn__hMs_e{width:100%}}.OutputSection_outputSection__WbqRF{background:white;border-radius:15px;padding:25px;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.OutputSection_outputSection__WbqRF:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.OutputSection_outputSection__WbqRF h2{color:#4a5568;margin-bottom:20px;font-size:1.5rem;border-bottom:2px solid #e2e8f0;padding-bottom:10px}.OutputSection_resultContainer__Wb3oH{background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;min-height:200px;padding:15px;margin-bottom:20px}.OutputSection_resultTextarea__XQApw{width:100%;min-height:120px;font-size:16px;padding:12px 14px;border:none;background:#f8fafc;color:#222;resize:vertical;box-sizing:border-box;margin:0;box-shadow:0 1px 3px rgba(0,0,0,.03);transition:border-color .2s,box-shadow .2s;font-family:inherit}.OutputSection_resultTextarea__XQApw:focus{border-color:#4f8cff;background:#f0f6ff;outline:none}.OutputSection_placeholder__aRKVs{color:#a0aec0;font-style:italic;text-align:center;margin-top:100px}.OutputSection_buttonGroup__3kh40{display:flex;gap:10px;flex-wrap:wrap;margin-top:19px}.OutputSection_secondaryBtn__CJNYB{padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1 1;min-width:120px;background:#e2e8f0;color:#4a5568;border:2px solid #e2e8f0}.OutputSection_secondaryBtn__CJNYB:hover:not(:disabled){background:#cbd5e0;border-color:#cbd5e0;transform:translateY(-2px)}.OutputSection_secondaryBtn__CJNYB:disabled{opacity:.5;cursor:not-allowed;transform:none}.OutputSection_postBtn__Aaq9W:not(:disabled){background:#000000;color:#ffffff;border-color:#000000}.OutputSection_postBtn__Aaq9W:hover:not(:disabled){background:#333333;border-color:#333333;transform:translateY(-2px)}.OutputSection_shareBtn___88OK:not(:disabled){background:#4f8cff;color:#ffffff;border-color:#4f8cff}.OutputSection_shareBtn___88OK:hover:not(:disabled){background:#3b7ce0;border-color:#3b7ce0;transform:translateY(-2px)}@media (max-width:480px){.OutputSection_outputSection__WbqRF{padding:20px}.OutputSection_buttonGroup__3kh40{flex-direction:column}.OutputSection_secondaryBtn__CJNYB{width:100%}}