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}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#fd5068,#ff8a9b 50%,#ffeaa7);color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.App,body{min-height:100vh}.App{display:flex;flex-direction:column}.loading-container{height:100vh}.loading-spinner{border:3px solid #ffffff4d;border-top-color:#fff;height:40px;width:40px}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #fd50681a;box-shadow:0 4px 20px #fd50681a;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar,.navbar-brand{align-items:center;display:flex}.navbar-brand{color:#fd5068;font-size:1.8rem;font-weight:800;gap:.5rem;text-decoration:none}.brand-icon{font-size:1.5rem}.navbar-links{gap:2rem}.navbar-link,.navbar-links{align-items:center;display:flex}.navbar-link{border:2px solid #0000;border-radius:25px;color:#333;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.navbar-link:hover{background:#fd50681a;border-color:#fd506833;color:#fd5068}.navbar-link.active{background:linear-gradient(45deg,#fd5068,#ff8a9b);box-shadow:0 4px 15px #fd50684d;color:#fff}.nav-icon{font-size:1rem}.logout-btn{align-items:center;background:#0000;border:2px solid #fd5068;border-radius:25px;color:#fd5068;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.logout-btn:hover{background:#fd5068;box-shadow:0 4px 15px #fd50684d;color:#fff}.mobile-menu-toggle{background:none;border:none;border-radius:8px;color:#fd5068;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem;transition:all .3s ease}.mobile-menu-toggle:hover{background:#fd50681a}.mobile-sidebar{height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.mobile-sidebar-open{opacity:1;pointer-events:all}.mobile-sidebar-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;height:100%;left:0;position:absolute;top:0;width:100%}.mobile-sidebar-content{background:#fff;box-shadow:-10px 0 30px #0003;display:flex;flex-direction:column;height:100%;position:absolute;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:300px}.mobile-sidebar-open .mobile-sidebar-content{transform:translateX(0)}.mobile-sidebar-header{align-items:center;background:linear-gradient(135deg,#fd50680d,#ff8a9b0d);border-bottom:1px solid #fd50681a;display:flex;justify-content:space-between;padding:2rem}.mobile-brand{align-items:center;color:#fd5068;display:flex;font-size:1.5rem;font-weight:800;gap:.5rem;text-decoration:none}.mobile-close-btn{background:none;border:none;border-radius:8px;color:#fd5068;cursor:pointer;font-size:1.2rem;padding:.5rem;transition:all .3s ease}.mobile-close-btn:hover{background:#fd50681a}.mobile-nav-links{display:flex;flex:1 1;flex-direction:column;padding:2rem 0}.mobile-nav-link{align-items:center;border-left:4px solid #0000;color:#333;display:flex;font-weight:600;gap:1rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.mobile-nav-link.active,.mobile-nav-link:hover{background:#fd50681a;border-left-color:#fd5068;color:#fd5068}.mobile-nav-link.active{font-weight:700}.mobile-logout-btn{align-items:center;background:#0000;border:none;border-top:1px solid #fd50681a;color:#fd5068;cursor:pointer;display:flex;font-weight:600;gap:1rem;margin-top:auto;padding:1rem 2rem;text-align:left;transition:all .3s ease}.mobile-logout-btn:hover{background:#fd50681a}.auth-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.auth-form{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border:1px solid #fd50681a;border-radius:25px;box-shadow:0 20px 60px #fd506826;max-width:420px;padding:3rem;width:100%}.auth-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fd5068,#ff8a9b);-webkit-background-clip:text;background-clip:text;color:#333;font-size:2.2rem;font-weight:700;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{color:#555;display:block;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.form-input{background:#fafafa;border:2px solid #f0f0f0;border-radius:15px;font-size:1rem;padding:1rem 1.25rem;transition:all .3s ease;width:100%}.form-input:focus{background:#fff;border-color:#fd5068;box-shadow:0 0 0 4px #fd50681a;outline:none;transform:translateY(-1px)}.form-select{background:#fafafa;border:2px solid #f0f0f0;border-radius:15px;cursor:pointer;font-size:1rem;padding:1rem 1.25rem;transition:all .3s ease;width:100%}.form-select:focus{background:#fff;border-color:#fd5068;box-shadow:0 0 0 4px #fd50681a;outline:none}.file-input-container{display:inline-block;overflow:hidden;position:relative;width:100%}.file-input{left:-9999px;position:absolute}.file-input-label{background:#fd50680d;border:2px dashed #fd5068;border-radius:15px;color:#fd5068;cursor:pointer;display:block;font-weight:500;padding:1rem 1.25rem;text-align:center;transition:all .3s ease}.file-input-label:hover{background:#fd50681a;transform:translateY(-1px)}.likes-input{margin-bottom:.75rem}.likes-display{background:#fafafa;border:2px solid #f0f0f0;border-radius:15px;display:flex;flex-wrap:wrap;gap:.5rem;min-height:50px;padding:.75rem}.like-tag{background:linear-gradient(45deg,#fd5068,#ff8a9b);border-radius:20px;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.like-tag,.remove-like{align-items:center;color:#fff;display:flex}.remove-like{background:none;border:none;border-radius:50%;cursor:pointer;font-size:1.1rem;height:18px;justify-content:center;padding:0;width:18px}.remove-like:hover{background:#fff3}.submit-btn{background:linear-gradient(45deg,#fd5068,#ff8a9b);border:none;border-radius:15px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;padding:1.25rem;text-transform:uppercase;transition:all .3s ease;width:100%}.submit-btn:hover{background:linear-gradient(45deg,#e8455d,#ff7a8c);box-shadow:0 8px 25px #fd506866;transform:translateY(-2px)}.submit-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.auth-switch{color:#666;font-size:.95rem;text-align:center}.auth-switch a{color:#fd5068;font-weight:600;text-decoration:none}.auth-switch a:hover{text-decoration:underline}.error-message{background:#ffebee;border-left:4px solid #c62828;border-radius:12px;color:#c62828;font-size:.9rem;margin-bottom:1rem;padding:1rem}.swipe-container{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:2rem;justify-content:space-evenly;min-height:calc(100vh - 80px);overflow-y:auto;padding:2rem}.swipe-stack{flex-shrink:0;height:560px;position:relative;width:360px}.swipe-card{background:#fff;border:1px solid #fd50681a;border-radius:25px;box-shadow:0 15px 50px #fd506826;cursor:grab;height:100%;overflow:hidden;position:absolute;width:100%}.swipe-card:active{cursor:grabbing}.card-image{height:75%;object-fit:cover;width:100%}.card-content{flex-direction:column;height:25%;padding:1.5rem}.card-content,.card-header{display:flex;justify-content:space-between}.card-header{align-items:center;margin-bottom:.75rem}.card-name{color:#333;font-size:1.5rem;font-weight:700}.card-age{color:#fd5068;font-size:1.2rem;font-weight:600}.card-bio{color:#666;flex-grow:1;font-size:.9rem;line-height:1.4;margin-bottom:.75rem}.card-likes{display:flex;flex-wrap:wrap;gap:.5rem}.card-like-tag{background:#fd50681a;border:1px solid #fd506833;border-radius:15px;color:#fd5068;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.swipe-actions{flex-shrink:0;gap:3rem;padding:1rem 0}.action-btn,.swipe-actions{align-items:center;display:flex;justify-content:center}.action-btn{border:none;border-radius:50%;box-shadow:0 8px 30px #00000026;cursor:pointer;font-size:1.8rem;font-weight:700;height:70px;transition:all .3s ease;width:70px}.pass-btn{background:#fff;border:3px solid #fd5068;color:#fd5068}.pass-btn:hover{background:#fd5068;box-shadow:0 12px 40px #fd50684d;color:#fff;transform:scale(1.1)}.like-btn{background:linear-gradient(45deg,#fd5068,#ff8a9b);color:#fff}.like-btn:hover{background:linear-gradient(45deg,#e8455d,#ff7a8c);box-shadow:0 12px 40px #fd506866;transform:scale(1.1)}.no-more-cards{align-items:center;color:#fff;display:flex;flex-direction:column;height:400px;justify-content:center;text-align:center}.no-more-cards h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.no-more-cards p{font-size:1.1rem;opacity:.8}.match-modal{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fd5068f2,#ff8a9bf2 50%,#ffeaa7f2);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.match-content{color:#fff;max-width:500px;padding:3rem 2rem;text-align:center}.match-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#fff5f5);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:800;margin-bottom:1rem;text-shadow:0 4px 15px #0000004d}.match-users{display:flex;gap:3rem;justify-content:center;margin:2rem 0}.match-user{text-align:center}.match-user img{border:4px solid #fff;border-radius:50%;box-shadow:0 8px 30px #0000004d;height:120px;margin-bottom:1rem;object-fit:cover;width:120px}.match-user h3{font-size:1.4rem;font-weight:700;margin:0;text-shadow:0 2px 8px #0000004d}.match-modal button{background:#fff;border:none;border-radius:30px;box-shadow:0 8px 25px #0003;color:#fd5068;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:2rem;padding:1rem 2.5rem;transition:all .3s ease}.match-modal button:hover{background:#fff5f5;box-shadow:0 12px 35px #0000004d;transform:translateY(-2px)}.matches-container{flex:1 1;margin:0 auto;max-width:1200px;min-height:calc(100vh - 80px);overflow-y:auto;padding:2rem 2rem 6rem;width:100%}.matches-title{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:3rem;text-align:center;text-shadow:0 2px 10px #0000004d}.matches-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.match-card{background:#fff;border:1px solid #fd50681a;border-radius:20px;box-shadow:0 8px 30px #fd506826;cursor:pointer;overflow:hidden;transition:all .3s ease}.match-card:hover{box-shadow:0 15px 50px #fd506840;transform:translateY(-8px)}.match-image{height:250px;object-fit:cover;width:100%}.match-info{padding:1.5rem;text-align:center}.match-name{color:#333;font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.match-age{color:#fd5068;font-size:1.1rem;font-weight:600}.no-matches{color:#fff;padding:4rem 2rem;text-align:center}.no-matches h2{font-size:2rem;font-weight:700;margin-bottom:1rem;opacity:.9}.no-matches p{font-size:1.1rem;margin-bottom:2rem;opacity:.7}.profile-container{flex:1 1;margin:0 auto;max-width:600px;min-height:calc(100vh - 80px);overflow-y:auto;padding:2rem 2rem 6rem;width:100%}.profile-header{background:#fff;border:1px solid #fd50681a;border-radius:25px;box-shadow:0 15px 50px #fd506826;margin-bottom:2rem;padding:3rem 2rem;text-align:center}.profile-image{border:4px solid #fd5068;border-radius:50%;box-shadow:0 8px 30px #fd506833;height:180px;margin:0 auto 1.5rem;object-fit:cover;width:180px}.profile-name{color:#333;font-size:2.2rem;font-weight:800;margin-bottom:.5rem}.profile-age{color:#fd5068;font-size:1.4rem;font-weight:600;margin-bottom:1.5rem}.profile-bio{color:#555;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.profile-likes{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.profile-like-tag{background:linear-gradient(45deg,#fd5068,#ff8a9b);border-radius:25px;box-shadow:0 4px 15px #fd50684d;color:#fff;font-size:.95rem;font-weight:600;padding:.6rem 1.2rem}.loading-container{align-items:center;color:#fff;display:flex;flex-direction:column;height:400px;justify-content:center;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #fd506833;border-left-color:#fd5068;border-radius:50%;height:50px;margin-bottom:1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.navbar{padding:1rem}.desktop-nav{display:none}.mobile-menu-toggle{display:block}.swipe-container{gap:1.5rem;padding:1rem}.swipe-stack{height:480px;width:320px}.swipe-actions{gap:2rem}.auth-form{margin:1rem;padding:2rem}.matches-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.matches-container{padding:1rem 1rem 2rem}.matches-title{font-size:2rem;margin-bottom:2rem}.profile-image{height:150px;width:150px}.profile-name{font-size:2rem}.match-content h1{font-size:3rem}.action-btn{font-size:1.5rem;height:60px;width:60px}.mobile-sidebar-content{width:280px}}@media (max-width:480px){.mobile-sidebar-content{width:100%}.swipe-stack{height:420px;width:280px}.swipe-actions{gap:1.5rem}.action-btn{font-size:1.2rem;height:50px;width:50px}.matches-grid{grid-template-columns:1fr}.navbar-brand{font-size:1.5rem}}
/*# sourceMappingURL=main.b6ce8c3a.css.map*/