body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;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}.auth-container{align-items:center;background-color:#f4f4f9;display:flex;height:100vh;justify-content:center}.auth-box{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:2rem;text-align:center;width:320px}.auth-box h2{color:#5c02a1;margin-bottom:1.5rem}.auth-box input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;margin-bottom:10px;padding:12px;width:100%}.auth-box button{background-color:#5c02a1;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:10px;padding:12px;transition:background-color .3s ease;width:100%}.auth-box button:hover{background-color:#c1abd1}.auth-box a{color:#5c02a1;text-decoration:none}.auth-box a:hover{text-decoration:underline}.error-message{font-size:.9rem}@media (max-width:480px){.auth-box{width:90%}}.success-message{color:green;font-weight:500;margin-top:10px}.error-message{color:red;font-weight:500;margin-top:10px}.error-message,.success-message{transition:all .3s ease-in-out}.dashboard{background-color:#e6e6e6;box-shadow:0 0 20px #0000001a;margin:0 auto;max-width:430px;min-height:100vh;width:100%}.menu-overlay{align-items:center;background-color:#1a1a1a;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.menu-links{list-style:none;padding:0;text-align:center}.menu-links li{font-size:1.5rem;margin:1.5rem 0}.menu-links a{color:#fff;text-decoration:none;transition:color .2s ease}.menu-links a:hover{color:#00bcd4}.close-icon{cursor:pointer;font-size:2rem;position:absolute;right:2rem;top:1.5rem}.dashboard-content{height:100%;margin:auto;padding:80px 2rem 2rem}.dashboard-content h2{color:#5c02a1}.dashboard-cards{display:flex;flex-direction:column;gap:20px;height:500px;margin-top:40px}.card{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #000000b3;display:flex;flex:1 1;flex-direction:row;justify-content:space-around;min-width:150px;padding:1rem;transition:transform .2s ease}.card h3{color:#5c02a1;margin-top:0}.card:hover{transform:translateY(-5px)}@media (max-width:768px){.dashboard-cards{flex-direction:column}.dashboard-sidebar{height:auto;right:-100%;width:100%}.dashboard-sidebar.open{right:0}}.card-links{text-decoration:none}.bubble-text{box-shadow:11px 14px 8px -8px #0500ebbf;color:#5c02a1;text-align:center}.icon-message{height:75px}.icon-lfg,.icon-message{box-shadow:11px 14px 8px -8px #000000bf;width:75px}.dashboard-header{align-items:center;background-color:#160821;color:#fff;display:flex;font-size:1.5rem;justify-content:space-evenly;left:0;padding:1rem;position:fixed;text-align:center;top:0;width:100%}.logo{font-size:1.4rem;font-weight:700}.hamburger{cursor:pointer;font-size:1.8rem}.logo-img{height:40px;margin-right:10px}.logout-button{background:none;border:none;color:#fff;cursor:pointer;font-size:1.5rem;margin-top:1rem;padding:0;text-decoration:underline}.logout-button:hover{color:#ff6b6b}.menu-links a.active{color:#00bcd4;font-weight:700;text-decoration:underline}.dashboard-footer{background-color:#c4b0d1;border-top:solid #fff;bottom:0;color:#fff;justify-content:space-around;left:0;padding:.5rem 0;position:fixed;width:100%;z-index:1000}.dashboard-footer,.footer-item{align-items:center;display:flex}.footer-item{contain:content;flex-direction:column;font-size:.8rem}.footer-item span{font-size:1.4rem;margin-bottom:.2rem}.footer-item a{color:#000;text-align:center;text-decoration:none;transition:color .2s}.footer-item a:hover{color:#00bcd4}.icon-profile{width:30px}.lfg-bottom-icon{margin-bottom:1px;width:42px}.footer-item p{color:#000;font-size:14px;margin-top:-4px}.message-bottom-icon{margin-bottom:8px;width:42px}.home-icon{margin-bottom:8px;width:38px}.lfg-post-icon{width:30px}.footer-item.active p{color:#fff;font-weight:700;text-decoration:underline;text-decoration-thickness:3px}.footer-item.active img{background-color:#e8d6ff;border-radius:10px;padding:4px}.profile-page{background-color:#f9f9f9;box-shadow:0 0 20px #0000001a;margin:75px auto 100px;max-width:430px;min-height:100vh;width:100%}.profile-page h2{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;padding:16px;text-align:center}.profile-page form{display:flex;flex-direction:column;gap:1.25rem;padding:16px}.profile-page label{color:#666;display:flex;flex-direction:column;font-size:.95rem}.profile-page input,.profile-page select{background:#0000;border:none;border-bottom:1px solid #ddd;color:#333;font-size:1rem;padding:.6rem 0}.profile-page input:focus,.profile-page select:focus{border-color:#007bff;outline:none}.profile-page button{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.75rem;transition:background-color .2s ease-in-out}.profile-page button:hover{background-color:#0056b3}.profile-page p{color:green;font-size:.9rem;margin-top:1rem;text-align:center}.lfg-page{background-color:#f9f9f9;box-shadow:0 0 20px #0000001a;margin:0 auto 100px;max-width:430px;min-height:100vh;width:100%}.lfg-content{height:100%;margin-left:0;padding:80px 2rem 2rem}.lfg-content h2{color:#5c02a1;margin-bottom:.5rem}.lfg-content p{color:#555;margin-bottom:1.5rem;max-width:500px;text-align:center;text-align:left}.lfg-form{background-color:#dfd9e0;height:100%;margin-left:0;padding:80px 16px 16px}.lfg-form input,.lfg-form textarea{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1rem;margin-bottom:12px;padding:12px;width:100%}.lfg-form textarea{min-height:80px;resize:vertical}.lfg-form button{background-color:#5c02a1;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:12px;transition:background-color .3s ease}.lfg-form button:hover{background-color:#c1abd1}.lfg-listings{margin-top:3rem;max-width:500px;width:100%}.lfg-listings h3{color:#242424;margin-bottom:1rem}.lfg-listings p{background-color:#fff;border-radius:8px;box-shadow:0 2px 6px #0000000d;padding:1rem}.lfg-card{box-shadow:0 2px 6px #0000001a;margin-bottom:1rem;padding:5rem;width:250px!important}.lfg-card h4{color:#5c02a1;margin-bottom:.5rem}.lfg-card p{margin:.3rem 0}.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:1rem}.filter-bar input{border:1px solid #ccc;border-radius:4px;flex:1 1;min-width:150px;padding:8px}.lfg-card button{background-color:#5c02a1;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:12px;transition:background-color .3s ease}.lfg-card button:hover{background-color:#c1abd1}@media (max-width:600px){.lfg-form,.lfg-listings{width:90%}.lfg-content p{max-width:100%}}.divider{border-radius:5px;border-top:8px solid #40017421;margin:10px auto}h3{color:#242424}.my-posts-page{background-color:#f9f9f9;box-shadow:0 0 20px #0000001a;margin:0 auto 100px;max-width:430px;min-height:100vh;width:100%}.content{align-items:center;flex:1 1;padding:2rem 1rem}.content,.lfg-card{flex-direction:column}.lfg-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;display:flex;max-width:500px;padding:2rem;width:100%}.accepted-users{background-color:#f0fff0;border-radius:6px;margin:.5rem 0;padding:.5rem}.accepted-users ul{list-style:none;margin:0;padding-left:1rem}.requests-section{background:#fdf6e3;border-radius:6px;margin-top:1rem;padding:.75rem}.requests-section button{margin-right:.5rem}.chat-page{background-color:#e6e6e6;box-shadow:0 0 20px #0000001a;margin:0 auto;max-width:430px;min-height:100vh;width:100%}.chat-content{padding:1rem}.message-thread{background:#f9f9f9;border:1px solid #ccc;height:300px;margin-bottom:1rem;overflow-y:auto;padding:1rem}.message{border-radius:8px;margin:.5rem 0;max-width:70%;padding:.5rem}.sent{align-self:flex-end;background-color:#d1ffe7;text-align:right}.received{align-self:flex-start;background-color:#eee}.message-form{display:flex;gap:.5rem}.message-form input{flex:1 1;padding:.5rem}.message-form button{padding:.5rem 1rem}.chat-content{margin:auto;max-width:600px;padding:20px}.chat-box{background:#f9f9f9;border-radius:10px;height:400px;margin-bottom:15px;overflow-y:auto;padding:10px}.chat-bubble{border-radius:15px;font-size:14px;margin:8px 0;max-width:70%;padding:10px 15px;position:relative}.chat-bubble.sent{align-self:flex-end;background-color:#cce4ff;color:#036}.chat-bubble.received{align-self:flex-start;background-color:#eaeaea;color:#333}.message-text{margin-bottom:4px}.timestamp{color:#666;font-size:11px;text-align:right}.chat-input{display:flex;gap:10px}.chat-input input[type=text]{border:1px solid #ccc;border-radius:8px;flex:1 1;padding:10px}.chat-input button{background-color:#5f27cd;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:10px 15px;transition:background .3s ease}.chat-input button:hover{background-color:#341f97}.back-icon-container{display:flex;flex-direction:row;justify-content:start;text-align:center;vertical-align:center}.back-icon{height:30px;width:20px}.back-icon-text{margin:2px auto auto 5px}ul{list-style:none}.messages-page{background-color:#f9f9f9;box-shadow:0 0 20px #0000001a;margin:0 auto;max-width:430px;min-height:100vh;width:100%}.content{display:flex;margin-top:50px}
/*# sourceMappingURL=main.8e282090.css.map*/