:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#2386ff;padding:2rem 0}#root{width:100%}.main-container{margin:0 auto;max-width:600px;background:#fff;border-radius:8px;box-shadow:0 4px 16px #0000001f;border:1px solid #e2e8f0}.container{padding:2rem}h1{text-align:center;color:#333;margin-bottom:1rem;font-size:2rem}.app-description{text-align:center;margin-bottom:2rem;padding:1rem;background-color:#f8fafc;border-radius:8px;border-left:4px solid #4f46e5}.app-description p{margin:0;color:#64748b;font-size:1rem;line-height:1.6;max-width:none}.email-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}label{font-weight:600;color:#555;font-size:.95rem}input,textarea{padding:.75rem;border:2px solid #e1e1e1;border-radius:6px;font-size:1rem;transition:border-color .3s ease;font-family:inherit;background-color:#fff;color:#000}input[type=file]{color:transparent}input[type=file]::-webkit-file-upload-button{color:initial}input[type=file]::-moz-file-upload-button{color:initial}.selected-files{margin-top:12px;padding:12px;background-color:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.selected-files h4{margin:0 0 10px;font-size:14px;color:#495057;font-weight:600}.selected-files ul{list-style:none;padding:0;margin:0}.file-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #dee2e6}.file-item:last-child{border-bottom:none}.file-item span{font-size:14px;color:#495057;flex:1}.remove-file-btn{background:#dc3545;color:#fff;border:none;border-radius:50%;width:22px;height:22px;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin-left:8px}.remove-file-btn:hover{background:#c82333;transform:scale(1.1)}input:focus,textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}textarea{resize:vertical;min-height:100px}.submit-btn{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;padding:.875rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;margin-bottom:1rem}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#4338ca,#6d28d9);transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.submit-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.submit-btn:active:not(:disabled){transform:translateY(0)}@media (max-width: 768px){.container{margin:1rem;padding:1.5rem}h1{font-size:1.75rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.email-response{margin:0;background:#fff;border:2px solid #e1e1e1;border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #00000026,0 4px 8px #0000001a;max-width:800px;width:100%;max-height:90vh;overflow-y:auto}.response-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;position:sticky;top:0}.response-header h2{margin:0;font-size:1.25rem;font-weight:600}.close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:background-color .2s ease}.close-btn:hover{background:#fff3}.email-preview{padding:1.5rem}.email-meta{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e1e1e1}.email-meta p{margin:.5rem 0;color:#555}.email-meta strong{color:#333}.email-content h3{margin:0 0 1rem;color:#333;font-size:1.1rem}.content-body{background:#f8fafc;border:1px solid #e1e1e1;border-radius:6px;padding:1rem;max-height:400px;overflow-y:auto}.content-body textarea{width:100%;min-height:150px;border:none;outline:none;resize:none;padding:0;margin:0;font-family:inherit;font-size:inherit;background-color:transparent;line-height:1.6;color:#333}.content-body pre{margin:0;white-space:pre-wrap;word-wrap:break-word;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:.95rem;line-height:1.6;color:#333}.content-body p{margin:0;color:#666;font-style:italic}.followup-section{border-top:1px solid #e1e1e1;padding:1.5rem;background:#f9fafb}.followup-section h3{margin:0 0 1rem;color:#333;font-size:1.1rem;font-weight:600}.followup-form{display:flex;flex-direction:column;gap:1rem}.followup-form .form-group{display:flex;flex-direction:column;gap:.5rem}.followup-form label{font-weight:600;color:#555;font-size:.95rem}.followup-form input{padding:.75rem;border:2px solid #e1e1e1;border-radius:6px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.followup-form input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.followup-btn{background:linear-gradient(135deg,#059669,#10b981);margin-top:0}.followup-btn:hover:not(:disabled){background:linear-gradient(135deg,#047857,#059669)}@media (max-width: 768px){.response-header{padding:1rem}.response-header h2{font-size:1.1rem}.email-preview{padding:1rem}.content-body{max-height:300px}}.toggle-wrapper{display:flex;justify-content:center;flex:1}.custom-toggle-button{width:50%!important;flex:1!important}.custom-toggle-group{width:100%!important;display:flex!important}.attachments{padding-top:16px}._gsi-material-button_apsha_1{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-appearance:none;background-color:#fff;background-image:none;border:1px solid #747775;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#1f1f1f;cursor:pointer;font-family:Roboto,arial,sans-serif;font-size:14px;height:40px;letter-spacing:.25px;outline:none;overflow:hidden;padding:0 12px;position:relative;text-align:center;-webkit-transition:background-color .218s,border-color .218s,box-shadow .218s;transition:background-color .218s,border-color .218s,box-shadow .218s;vertical-align:middle;white-space:nowrap;width:auto;max-width:400px;min-width:min-content}._gsi-material-button_apsha_1 ._gsi-material-button-icon_apsha_33{height:20px;margin-right:12px;min-width:20px;width:20px}._gsi-material-button_apsha_1 ._gsi-material-button-content-wrapper_apsha_40{-webkit-align-items:center;align-items:center;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;justify-content:space-between;position:relative;width:100%}._gsi-material-button_apsha_1 ._gsi-material-button-contents_apsha_54{-webkit-flex-grow:1;flex-grow:1;font-family:Roboto,arial,sans-serif;font-weight:500;overflow:hidden;text-overflow:ellipsis;vertical-align:top}._gsi-material-button_apsha_1 ._gsi-material-button-state_apsha_64{-webkit-transition:opacity .218s;transition:opacity .218s;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}._gsi-material-button_apsha_1:disabled{cursor:default;background-color:#ffffff61;border-color:#1f1f1f1f}._gsi-material-button_apsha_1:disabled ._gsi-material-button-contents_apsha_54{opacity:38%}._gsi-material-button_apsha_1:disabled ._gsi-material-button-icon_apsha_33{opacity:38%}._gsi-material-button_apsha_1:not(:disabled):active ._gsi-material-button-state_apsha_64,._gsi-material-button_apsha_1:not(:disabled):focus ._gsi-material-button-state_apsha_64{background-color:#303030;opacity:12%}._gsi-material-button_apsha_1:not(:disabled):hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}._gsi-material-button_apsha_1:not(:disabled):hover ._gsi-material-button-state_apsha_64{background-color:#303030;opacity:8%}._warning_apsha_105{color:red;margin-top:12px}._githubButton_1r512_1{position:fixed;top:20px;right:20px;z-index:9999;display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:#24292e;color:#fff;text-decoration:none;border-radius:6px;font-size:14px;font-weight:500;transition:all .2s ease;box-shadow:0 2px 8px #00000026;border:1px solid #444}._githubButton_1r512_1:hover{background-color:#2f363d;transform:translateY(-1px);box-shadow:0 4px 12px #0003;color:#fff;text-decoration:none}._githubButton_1r512_1:focus{outline:2px solid #0366d6;outline-offset:2px}._githubIcon_1r512_34{width:20px;height:20px;flex-shrink:0}._githubText_1r512_40{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;white-space:nowrap}@media (max-width: 480px){._githubText_1r512_40{display:none}._githubButton_1r512_1{padding:8px;gap:0}}
