body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f2f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container,.signup-container{align-items:start;display:flex;justify-content:center;min-height:100vh;padding:20px}.login-form,.signup-form{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:400px;padding:40px;width:100%}.form-title{color:#1a202c;font-size:24px;font-weight:700;margin-bottom:30px;text-align:center}.form-group{margin-bottom:25px}.form-group label{color:#4a5568;display:block;font-weight:600;margin-bottom:8px}.form-group input{border:1px solid #e2e8f0;border-radius:4px;font-size:16px;padding:12px;transition:border-color .3s ease;width:94%}.form-group input:focus{border-color:#3498db;outline:none}.submit-btn{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px;transition:background-color .3s ease;width:100%}.submit-btn:hover{background-color:#2980b9}.error-message{color:#e53e3e;margin-bottom:20px}.error-message,.signup-link{font-size:14px;text-align:center}.signup-link{margin-top:25px}.signup-link a{color:#3498db;font-weight:600;text-decoration:none}.signup-link a:hover{text-decoration:underline}@media (max-width:480px){.login-form,.signup-form{padding:30px}}.navbar{align-items:center;background-color:#3498db;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem}.navbar-logo a{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.navbar-links{display:flex;gap:1rem}.navbar-links a{border-radius:4px;color:#fff;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s}.navbar-links a:hover{background-color:#34495e}.logout-btn{background-color:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background-color .3s}.logout-btn:hover{background-color:#c0392b}.hamburger{cursor:pointer;display:none;flex-direction:column}.hamburger span{background-color:#fff;border-radius:2px;height:3px;margin-bottom:5px;transition:all .3s ease;width:25px}@media screen and (max-width:768px){.navbar-links{background-color:#3498db;display:none;flex-direction:column;left:0;padding:1rem;position:absolute;right:0;top:60px}.navbar-links.active{display:flex}.logout-btn,.navbar-links a{padding:.75rem 0;text-align:center;width:100%}.hamburger{display:flex}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}}.comment{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:16px;padding:12px}.comment-header{margin-bottom:8px}.comment-username{color:#007bff;font-size:14px}.comment-content{color:#343a40;font-size:16px;line-height:1.5}.post{background-color:#fff;border-radius:8px;box-shadow:0 1px 2px #0000001a;margin-bottom:20px;padding:15px;width:100%}.post-username{color:#1877f2;margin-bottom:10px}.post-content{color:#1c1e21}.comments-section,.post-content{margin-bottom:15px}.comment-form{display:flex;gap:10px}.comment-input{border:1px solid #dddfe2;border-radius:20px;flex-grow:1;padding:8px}.comment-submit{background-color:#1877f2;border:none;border-radius:20px}.comment-submit,.edit-button,.save-button{color:#fff;cursor:pointer;font-weight:700;padding:8px 12px}.edit-button,.save-button{background-color:#1cdd79;border:none;border-radius:10px;margin:0 10px}.cancel-button,.delete-button{background-color:#ec3232;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;margin:0 10px;padding:8px 12px}.comment-submit:hover{background-color:#166fe5}.feed-container{background-color:#f0f2f5;margin:0 auto;max-width:600px;padding:20px}.feed-title{color:#1877f2;text-align:center}.feed-title,.post-form{margin-bottom:20px}.post-textarea{border:1px solid #dddfe2;border-radius:8px;margin-bottom:10px;padding:10px;resize:vertical;width:97%}.submit-button{background-color:#1877f2;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;padding:10px 20px}.submit-button:hover{background-color:#166fe5}.home-container{background:linear-gradient(135deg,#6e8efb,#a777e3);color:#fff;display:flex;font-family:Arial,sans-serif;height:100vh}.home-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:0 10%}.home-title{font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px #0000001a}.home-description{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;max-width:600px}.home-buttons{display:flex;gap:1rem}.home-button{border-radius:50px;font-size:1rem;font-weight:700;padding:.8rem 2rem;text-decoration:none;transition:all .3s ease}.login-button{background-color:#fff;color:#6e8efb}.login-button:hover{background-color:#f0f0f0;box-shadow:0 4px 6px #0000001a;transform:translateY(-3px)}.signup-button{background-color:initial;border:2px solid #fff;color:#fff}.signup-button:hover{background-color:#fff;box-shadow:0 4px 6px #0000001a;color:#6e8efb;transform:translateY(-3px)}.home-image{background-image:url(/static/media/logo.6ce24c58023cc2f8fd88.svg);background-position:50%;background-size:cover;flex:1 1}@media (max-width:768px){.home-container{flex-direction:column}.home-content{align-items:center;padding:2rem;text-align:center}.home-image{display:none}}.profile-container{align-items:center;display:flex;justify-content:center;padding:20px}.profile-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:400px;padding:30px;width:100%}.profile-header{align-items:center;display:flex;flex-direction:column;margin-bottom:20px}.profile-avatar{align-items:center;background-color:#3498db;border-radius:50%;color:#fff;display:flex;font-size:36px;font-weight:700;height:80px;justify-content:center;margin-bottom:15px;width:80px}.profile-title{color:#2c3e50;font-size:24px;margin:0}.profile-info p{font-size:16px;margin:10px 0}.profile-form .form-group{margin-bottom:15px}.profile-form label{display:block;font-weight:700;margin-bottom:5px}.profile-form input{border:1px solid #ddd;border-radius:4px;font-size:16px;padding:8px;width:100%}.button-group{display:flex;justify-content:space-between;margin-top:20px}.btn{font-size:16px;padding:10px 20px}.btn-secondary{background-color:#95a5a6;color:#fff}.btn-secondary:hover{background-color:#7f8c8d}.loading{color:#7f8c8d;font-size:18px;text-align:center}.users-container{margin:0 auto;max-width:1200px;padding:20px}.users-title{color:#2c3e50;margin-bottom:30px;text-align:center}.users-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.user-card{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;padding:20px;transition:transform .3s ease}.user-card:hover{transform:translateY(-5px)}.user-avatar{align-items:center;background-color:#3498db;border-radius:50%;color:#fff;display:flex;font-size:36px;font-weight:700;height:80px;justify-content:center;margin-bottom:15px;width:80px}.user-username{color:#34495e;font-size:18px;margin-bottom:15px}.user-actions{display:flex;flex-direction:column;gap:10px;width:100%}.btn{border:none;border-radius:4px;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .3s;width:100%}.btn-primary{background-color:#3498db;color:#fff}.btn-primary:hover{background-color:#2980b9}.btn-success{background-color:#2ecc71;color:#fff}.btn-success:hover{background-color:#27ae60}.btn-danger{background-color:#e74c3c;color:#fff}.btn-danger:hover{background-color:#c0392b}.status-text{color:#7f8c8d;font-style:italic;text-align:center}.status-text.friend{color:#2ecc71;font-weight:700}
/*# sourceMappingURL=main.fa626c12.css.map*/