:root{color:#213547;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;line-height:1.5}body{min-width:320px;min-height:100vh;margin:0;display:flex}#root{width:100%}.app{flex-direction:column;max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem;display:flex}header{border-bottom:2px solid #e0e0e0;margin-bottom:2rem;padding-bottom:1rem}header h1{color:#0078d4;margin-bottom:.5rem;font-size:2rem}.status{color:#666;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.indicator{border-radius:50%;width:10px;height:10px;display:inline-block}.indicator.connected{background-color:#28a745;box-shadow:0 0 4px #28a745}.indicator.disconnected{background-color:#dc3545}main{flex:1}footer{text-align:center;color:#666;border-top:1px solid #e0e0e0;margin-top:2rem;padding-top:1rem;font-size:.9rem}.app.loading,.app.error{text-align:center;justify-content:center;align-items:center;display:flex}.app.error h1{color:#dc3545;margin-bottom:1rem}.app.error button{color:#fff;cursor:pointer;background-color:#0078d4;border:none;border-radius:4px;margin-top:1rem;padding:.5rem 1rem;font-size:1rem}.app.error button:hover{background-color:#005a9e}button{font-family:inherit}.outlook-container{flex-direction:column;max-width:800px;min-height:100vh;margin:0 auto;padding:2rem;display:flex}.outlook-header{border-bottom:2px solid #e0e0e0;margin-bottom:2rem;padding-bottom:1rem}.outlook-header h1{color:#0078d4;margin-bottom:.5rem;font-size:1.75rem}.outlook-header p{color:#666;font-size:.95rem}.outlook-main{flex:1}.outlook-container .loading{color:#666;justify-content:center;align-items:center;height:200px;font-size:1.1rem;display:flex}.outlook-container .error{color:#dc3545;background-color:#fff5f5;border:1px solid #dc3545;border-radius:8px;padding:1.5rem}.outlook-container .error h2{margin-bottom:.5rem}.email-form{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.form-group{margin-bottom:1.25rem}.form-group label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group textarea{border:1px solid #ccc;border-radius:4px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{border-color:#0078d4;outline:none;box-shadow:0 0 0 3px #0078d426}.form-group input:disabled,.form-group textarea:disabled{cursor:not-allowed;background-color:#f5f5f5}.form-group textarea{resize:vertical;min-height:150px}.form-actions{margin-top:1.5rem}.form-actions button{color:#fff;cursor:pointer;background-color:#0078d4;border:none;border-radius:4px;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;transition:background-color .2s}.form-actions button:hover:not(:disabled){background-color:#005a9e}.form-actions button:disabled{opacity:.7;cursor:not-allowed}.form-actions button.success{background-color:#28a745}.error-message{color:#dc3545;background-color:#fff5f5;border:1px solid #dc3545;border-radius:4px;margin-top:1rem;padding:.75rem 1rem;font-size:.9rem}.success-message{color:#28a745;background-color:#f0fff4;border:1px solid #28a745;border-radius:4px;margin-top:1rem;padding:.75rem 1rem;font-size:.9rem}*{box-sizing:border-box;margin:0;padding:0}
