body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f4f7f9;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}.App{display:flex;flex-direction:column;margin:0 auto;max-width:1200px;min-height:100vh;padding:0 20px}.app-header{background-color:#2c3e50;border-bottom:4px solid #3498db;color:#ecf0f1;margin-bottom:30px;padding:20px 0;text-align:center}.app-header h1{font-size:2.5em;font-weight:300;margin:0}.app-nav ul{display:flex;gap:15px;justify-content:center;list-style:none;margin:20px 0 0;padding:0}.app-nav ul li{display:inline-block}.app-nav ul li a{border-radius:5px;color:#bdc3c7;font-size:1.1em;font-weight:500;padding:10px 20px;text-decoration:none;transition:background-color .3s ease,color .3s ease}.app-nav ul li a:hover{background-color:#34495e;color:#fff}.app-nav ul li a.active-link{background-color:#3498db;box-shadow:0 2px 5px #0003;color:#fff}.app-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;flex-grow:1;padding:25px}.home-page{text-align:center}.home-page h2{color:#2c3e50;margin-bottom:15px}.app-footer{border-top:1px solid #e0e0e0;color:#7f8c8d;font-size:.9em;margin-top:30px;padding:20px 0;text-align:center}.component-container{border:1px solid #eee;border-radius:5px;margin-bottom:20px;padding:15px}.code-review-container{background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 10px #0000001a;font-family:Arial,sans-serif;margin:40px auto;max-width:900px;padding:30px}.code-review-container h1{color:#333;margin-bottom:30px;text-align:center}.input-section{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.input-section textarea{border:1px solid #ccc;border-radius:4px;font-size:1rem;min-height:200px;padding:15px;resize:vertical}.input-section button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.1rem;padding:12px 20px;transition:background-color .3s ease}.input-section button:hover:not(:disabled){background-color:#0056b3}.input-section button:disabled{background-color:#ccc;cursor:not-allowed}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;margin-bottom:20px;padding:15px}.review-results{background-color:#e9ecef;border-radius:4px;padding:20px}.review-results h2{border-bottom:1px solid #ccc;color:#333;margin-bottom:20px;padding-bottom:10px}.review-suggestions,.review-summary{margin-bottom:20px}.review-suggestions h3,.review-summary h3{color:#555;margin-bottom:10px}.review-suggestions ul{list-style:disc;padding-left:20px}.review-suggestions li{line-height:1.5;margin-bottom:8px}
/*# sourceMappingURL=main.f7293fe8.css.map*/