body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navigation{background-color:#282c34;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.nav-logo{color:#61dafb;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-logo:hover{color:#21b7e8}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-item{margin:0}.nav-link{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s}.nav-link:hover{background-color:#ffffff1a;color:#61dafb}.nav-link.active{background-color:#61dafb33;color:#61dafb;font-weight:500}@media (max-width: 768px){.nav-container{flex-direction:column;gap:1rem;padding:0 1rem}.nav-logo{font-size:1.25rem}.nav-menu{flex-wrap:wrap;justify-content:center;gap:.75rem;width:100%}.nav-link{padding:.5rem .75rem;font-size:.9rem;white-space:nowrap}}@media (max-width: 480px){.nav-container{padding:0 .5rem}.nav-logo{font-size:1.1rem}.nav-menu{gap:.5rem}.nav-link{padding:.4rem .6rem;font-size:.85rem}}.home{text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem;color:#fff}.home-header{max-width:1200px;margin:0 auto;padding:2rem 0}.home-header h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.home-subtitle{font-size:1.2rem;margin-bottom:3rem;opacity:.9}.api-status{background:#ffffff1a;padding:1.5rem;border-radius:10px;margin:2rem auto;max-width:500px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.api-status h3{margin-bottom:.5rem;color:#61dafb}.api-message{font-size:1rem;font-weight:500}.home-actions{margin:3rem 0;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1rem 2rem;font-size:1.1rem;border:none;border-radius:50px;cursor:pointer;font-weight:600;transition:all .3s ease;text-decoration:none;display:inline-block}.cta-button.primary{background:#61dafb;color:#282c34}.cta-button.primary:hover{background:#21b7e8;transform:translateY(-2px)}.cta-button.secondary{background:transparent;color:#fff;border:2px solid white}.cta-button.secondary:hover{background:#fff;color:#282c34;transform:translateY(-2px)}.features{margin-top:4rem}.features h2{font-size:2rem;margin-bottom:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#ffffff1a;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-card h3{font-size:1.3rem;margin-bottom:1rem;color:#61dafb}.feature-card p{line-height:1.6;opacity:.9}@media (max-width: 768px){.home-header h1{font-size:2rem}.home-actions{flex-direction:column;align-items:center}.cta-button{width:200px}.features-grid{grid-template-columns:1fr}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.auth-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 20px 40px #0000001a;width:100%;max-width:450px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-card h2{text-align:center;color:#333;margin-bottom:.5rem;font-size:2rem;font-weight:700}.auth-subtitle{text-align:center;color:#666;margin-bottom:2rem;font-size:1rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#333;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.form-group input{padding:.75rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input::placeholder{color:#aaa}.auth-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s ease;margin-top:1rem}.auth-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.auth-links{text-align:center;margin-top:2rem}.auth-links p{color:#666;margin-bottom:1rem}.auth-link{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.auth-link:hover{color:#764ba2;text-decoration:underline}.forgot-link{font-size:.9rem}@media (max-width: 768px){.auth-container{padding:1rem}.auth-card{padding:2rem}.form-row{grid-template-columns:1fr}.auth-card h2{font-size:1.5rem}}.profile-container{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem}.profile-card{max-width:1000px;margin:0 auto;background:#fff;border-radius:15px;box-shadow:0 20px 40px #0000001a;overflow:hidden}.profile-header{display:flex;align-items:flex-start;padding:2.5rem;gap:2rem;border-bottom:1px solid #e1e5e9;background:linear-gradient(135deg,#667eea10,#764ba210);position:relative}.avatar-section{display:flex;flex-direction:column;align-items:center;gap:1rem;flex-shrink:0}.avatar{width:140px;height:140px;border-radius:50%;overflow:hidden;border:5px solid #667eea;box-shadow:0 8px 16px #667eea4d}.avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff}.change-photo-btn{background:#fff;color:#667eea;border:2px solid #667eea;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.change-photo-btn:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.profile-header-info{flex:1}.profile-header-info h1{color:#333;margin-bottom:.5rem;font-size:2.2rem;font-weight:700}.profile-header-info .location{color:#666;font-size:1.1rem;margin-bottom:.3rem}.profile-header-info .age{color:#764ba2;font-size:1rem;margin-bottom:.3rem;font-weight:600}.profile-header-info .join-date{color:#999;font-size:.9rem;margin-bottom:0}.edit-btn{position:absolute;top:2rem;right:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 8px #667eea4d}.edit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #667eea66}.profile-stats{display:flex;padding:2rem;justify-content:space-around;background:#f8f9fa;border-bottom:1px solid #e1e5e9}.stat-item{text-align:center}.stat-item h3{font-size:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;font-weight:800}.stat-item p{color:#666;font-weight:600;font-size:.95rem}.profile-content{padding:2.5rem}.profile-display{display:flex;flex-direction:column;gap:2rem}.profile-section{background:#f8f9fa;padding:1.5rem;border-radius:12px;border:1px solid #e1e5e9}.profile-section h3{color:#333;margin-bottom:1rem;font-size:1.3rem;font-weight:700;border-bottom:2px solid #667eea;padding-bottom:.5rem}.bio{color:#666;line-height:1.8;font-size:1.05rem}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.info-item{display:flex;flex-direction:column;gap:.3rem}.info-label{color:#999;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.info-value{color:#333;font-size:1.05rem;font-weight:500}.interests-list{display:flex;flex-wrap:wrap;gap:.75rem}.interest-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:transform .2s ease}.interest-tag:hover{transform:translateY(-2px)}.remove-interest{background:#ffffff4d;border:none;color:#fff;width:20px;height:20px;border-radius:50%;cursor:pointer;font-size:1.2rem;line-height:1;padding:0;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.remove-interest:hover{background:#ffffff80}.media-collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.collection-card{background:#fff;padding:1.5rem;border-radius:8px;border:2px solid #e1e5e9;transition:all .3s ease}.collection-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 16px #667eea33}.collection-card h4{color:#333;margin-bottom:.5rem;font-size:1.1rem}.collection-card p{color:#666;font-size:.9rem;margin-bottom:1rem;line-height:1.5}.collection-type,.collection-count{display:inline-block;padding:.25rem .75rem;background:#667eea;color:#fff;border-radius:12px;font-size:.75rem;font-weight:600;margin-right:.5rem}.collection-count{background:#764ba2}.no-items{color:#999;font-style:italic;text-align:center;padding:2rem}.edit-form{display:flex;flex-direction:column;gap:2rem}.form-section{background:#f8f9fa;padding:1.5rem;border-radius:12px;border:1px solid #e1e5e9}.form-section h3{color:#333;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700;border-bottom:2px solid #667eea;padding-bottom:.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#333;font-weight:600;font-size:.95rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.edit-form input,.edit-form textarea,.edit-form select{padding:.875rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s ease;background:#fff}.edit-form input:focus,.edit-form textarea:focus,.edit-form select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.interests-input{display:flex;gap:.75rem;margin-bottom:1rem}.interests-input input{flex:1}.add-interest-btn{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;white-space:nowrap;transition:all .2s ease}.add-interest-btn:hover{background:#5568d3;transform:translateY(-2px)}.form-actions{display:flex;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:2px solid #e1e5e9}.save-btn{background:#28a745;color:#fff;border:none;padding:.875rem 2rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .2s ease}.save-btn:hover{background:#218838;transform:translateY(-2px);box-shadow:0 4px 8px #28a7454d}.cancel-btn{background:#6c757d;color:#fff;border:none;padding:.875rem 2rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .2s ease}.cancel-btn:hover{background:#5a6268;transform:translateY(-2px);box-shadow:0 4px 8px #6c757d4d}.loading{text-align:center;padding:4rem;font-size:1.2rem;color:#666}@media (max-width: 768px){.profile-container{padding:1rem}.profile-header{flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem}.profile-header-info h1{font-size:1.8rem}.edit-btn{position:static;margin-top:1rem;width:100%}.profile-stats{flex-wrap:wrap;gap:1.5rem}.stat-item{flex:1 1 45%;min-width:120px}.profile-content{padding:1.5rem}.form-row,.info-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.media-collections{grid-template-columns:1fr}.interests-input{flex-direction:column}.add-interest-btn{width:100%}}@media (max-width: 480px){.profile-header-info h1{font-size:1.5rem}.avatar{width:100px;height:100px}.stat-item h3{font-size:2rem}.profile-stats{padding:1.5rem 1rem}}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
