*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{padding:20px}.App,.app-loading{align-items:center;display:flex;justify-content:center;min-height:100vh}.spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-container{max-width:400px;width:100%}.login-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;padding:40px}.login-card h1{color:#667eea;font-size:2rem;margin-bottom:10px;text-align:center}.login-card h2{color:#333;font-size:1.5rem;font-weight:500;margin-bottom:30px;text-align:center}.form-group{margin-bottom:20px}.form-group label{color:#555;display:block;font-weight:500;margin-bottom:8px}.form-group input{border:2px solid #e0e0e0;border-radius:6px;font-size:16px;padding:12px;transition:border-color .3s;width:100%}.form-group input:focus{border-color:#667eea;outline:none}.error-message{background-color:#fee;border-radius:6px;color:#c33;font-size:14px;margin-bottom:20px;padding:12px}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px;transition:transform .2s,box-shadow .2s;width:100%}.submit-button:hover:not(:disabled){box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.6}.toggle-form{color:#666;margin-top:20px;text-align:center}.link-button{background:none;border:none;color:#667eea;cursor:pointer;font-size:inherit;margin-left:5px;padding:0;text-decoration:underline}.link-button:hover{color:#764ba2}.back-button{background:#f5f5f5;border:2px solid #e0e0e0;border-radius:6px;color:#666;cursor:pointer;font-size:14px;font-weight:500;margin-top:15px;padding:10px;transition:background .3s,border-color .3s;width:100%}.back-button:hover{background:#e8e8e8;border-color:#ccc}.dashboard-container{max-width:800px;width:100%}.dashboard-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;padding:40px}.dashboard-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:20px}.dashboard-header h1{color:#667eea;font-size:2rem;margin:0}.logout-button{background:#f44336;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:background .3s}.logout-button:hover{background:#d32f2f}.content-section{margin-bottom:40px}.content-section h2{color:#333;font-size:1.3rem;font-weight:500;margin-bottom:15px}.display-text{word-wrap:break-word;align-items:center;background:#f5f5f5;border:2px solid #e0e0e0;border-radius:8px;color:#333;display:flex;font-size:1.5rem;justify-content:center;min-height:80px;padding:30px;text-align:center}.loading-text{padding:30px}.update-section h2{color:#333;font-size:1.3rem;font-weight:500;margin-bottom:15px}.text-input{border:2px solid #e0e0e0;border-radius:6px;font-family:inherit;font-size:16px;margin-bottom:15px;padding:12px;resize:vertical;transition:border-color .3s;width:100%}.text-input:focus{border-color:#667eea;outline:none}.message{border-radius:6px;font-size:14px;margin-bottom:15px;padding:12px}.message.success{background-color:#e8f5e9;color:#2e7d32}.message.error{background-color:#fee;color:#c33}.update-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px;transition:transform .2s,box-shadow .2s;width:100%}.update-button:hover:not(:disabled){box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.update-button:disabled{cursor:not-allowed;opacity:.6}.landing-page{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:20px}.landing-container{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:900px;padding:40px;width:100%}.landing-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:20px}.landing-header h1{color:#667eea;font-size:2.5rem;margin:0}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 30px;transition:transform .2s,box-shadow .2s}.login-button:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.landing-content{text-align:center}.landing-content h2{color:#333;font-size:2rem;font-weight:500;margin-bottom:30px}.text-display-section{margin-bottom:30px}.text-display-section h3{color:#666;font-size:1.2rem;font-weight:500;margin-bottom:20px}.displayed-text{word-wrap:break-word;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 5px 20px #667eea4d;color:#fff;display:flex;font-size:1.8rem;font-weight:500;justify-content:center;min-height:120px;padding:40px;transition:all .3s ease}.displayed-text:hover{box-shadow:0 8px 30px #667eea66;transform:translateY(-5px)}.loading-text{color:#999}.error-text,.loading-text{font-size:1.2rem;padding:40px;text-align:center}.error-text{background:#fee;border-radius:12px;color:#c33}.info-text{color:#666;font-size:1rem;line-height:1.6;margin-top:20px}@media (max-width:768px){.landing-header{flex-direction:column;gap:20px}.landing-header h1{font-size:2rem}.displayed-text{font-size:1.4rem;padding:30px 20px}}
/*# sourceMappingURL=main.e35eb730.css.map*/