*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;height:100%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100%;overflow-x:hidden;overflow-y:auto}img{display:block;max-width:100%}.App{display:flex;flex-direction:column;min-height:100vh}.page-wrapper{min-height:100vh;overflow-x:hidden;overflow-y:auto;width:100%}.content-container{margin:0 auto;padding:0 1rem;width:100%}@media (min-width:768px){.content-container{max-width:700px;padding:0 2rem}}@media (min-width:1024px){.content-container{max-width:900px;padding:0 2rem}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.auth-container{align-items:center;background:#fff;display:flex;justify-content:center;min-height:100vh;padding:1rem}.auth-card{animation:fadeIn .4s ease;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;max-width:420px;padding:1.5rem;width:100%}@media (min-width:768px){.auth-card{border-radius:20px;padding:2.5rem}}.auth-title{color:#333;font-size:1.6rem;font-weight:700;margin-bottom:1.5rem;text-align:center}@media (min-width:768px){.auth-title{font-size:2rem;margin-bottom:2rem}}.auth-form{gap:1rem}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.4rem}.form-label{color:#555;font-size:.9rem;font-weight:600}.form-input{background:#fafafa;border:1.5px solid #ddd;border-radius:10px;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea26;outline:none}.form-select{background:#fafafa;border:1.5px solid #ddd;border-radius:10px;padding:.75rem 1rem;width:100%}.auth-button,.form-select{cursor:pointer;font-size:1rem}.auth-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;font-weight:700;letter-spacing:.3px;padding:.85rem;transition:opacity .2s,transform .2s}.auth-button:hover{opacity:.92;transform:translateY(-1px)}.auth-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.auth-link{color:#666;font-size:.9rem;margin-top:1rem;text-align:center}.auth-link a{color:#667eea;font-weight:600;text-decoration:none}.auth-link a:hover{text-decoration:underline}.navbar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #00000014;display:flex;justify-content:space-between;padding:.75rem 1rem;position:sticky;top:0;z-index:1000}@media (min-width:768px){.navbar{padding:1rem 2rem}}.navbar-brand{align-items:center;color:#667eea;display:flex;font-size:1.3rem;font-weight:700;gap:.6rem}@media (min-width:768px){.navbar-brand{font-size:1.6rem;gap:1rem}}.navbar-brand img{border-radius:8px;height:36px;width:36px}@media (min-width:768px){.navbar-brand img{border-radius:10px;height:45px;width:45px}}.navbar-actions{align-items:center;display:flex;gap:.4rem}@media (min-width:768px){.navbar-actions{gap:.75rem}}.nav-btn{align-items:center;border:none;border-radius:20px;cursor:pointer;display:flex;font-size:.8rem;font-weight:600;gap:.3rem;padding:.5rem .85rem;transition:all .2s}@media (min-width:768px){.nav-btn{font-size:.95rem;gap:.5rem;padding:.65rem 1.25rem}}.bottom-nav{align-items:center;background:#fff;border-top:1px solid #f0f0f0;bottom:0;box-shadow:0 -2px 20px #00000012;display:flex;justify-content:space-around;left:0;padding:6px 0 10px;position:fixed;right:0;z-index:1000}@media (min-width:1024px){.bottom-nav{padding:10px 0 14px}}.nav-item{align-items:center;background:none;border:none;border-radius:10px;color:#999;cursor:pointer;display:flex;flex-direction:column;font-size:10px;font-weight:600;gap:2px;min-width:60px;padding:4px 12px;transition:color .2s}@media (min-width:768px){.nav-item{font-size:12px;min-width:80px;padding:6px 20px}}.nav-item.active,.nav-item:hover{color:#667eea}.nav-item svg{height:22px;width:22px}@media (min-width:768px){.nav-item svg{height:26px;width:26px}}.bottom-nav-spacer{height:70px}@media (min-width:768px){.bottom-nav-spacer{height:80px}}.home-wrapper{background:#fff;min-height:100vh;padding-bottom:70px}.home-feed{margin:0 auto;padding:1rem;width:100%}@media (min-width:768px){.home-feed{max-width:680px;padding:1.5rem 1rem}}@media (min-width:1024px){.home-feed{max-width:860px;padding:2rem 1rem}}.home-hero{animation:fadeInDown .5s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 10px 30px #0000001f;margin-bottom:1.5rem;padding:1.5rem 1rem;text-align:center}@media (min-width:768px){.home-hero{border-radius:25px;margin-bottom:2rem;padding:2.5rem 2rem}}.home-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:800;margin-bottom:.5rem}@media (min-width:768px){.home-hero h1{font-size:2.8rem;margin-bottom:.75rem}}.home-hero p{color:#7f8c8d;font-size:.9rem}@media (min-width:768px){.home-hero p{font-size:1rem}}.post-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 15px #00000014;margin-bottom:1.25rem;overflow:hidden;transition:transform .2s,box-shadow .2s}@media (min-width:768px){.post-card{border-radius:20px;margin-bottom:2rem}}.post-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-2px)}.post-header{align-items:center;border-bottom:1px solid #f5f5f5;display:flex;gap:.75rem;padding:1rem}@media (min-width:768px){.post-header{gap:1rem;padding:1.25rem 1.5rem}}.post-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1rem;font-weight:700;height:42px;justify-content:center;width:42px}@media (min-width:768px){.post-avatar{font-size:1.2rem;height:50px;width:50px}}.post-content{padding:1rem}@media (min-width:768px){.post-content{padding:1.25rem 1.5rem}}.post-image{background-color:#f8f9fa;max-height:550px;object-fit:contain;width:100%}@media (min-width:768px){.post-image{max-height:500px}}.post-actions{align-items:center;border-top:1px solid #f5f5f5;display:flex;justify-content:space-between;padding:.85rem 1rem}@media (min-width:768px){.post-actions{padding:1rem 1.5rem}}.tag-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}.tag{border-radius:20px;font-size:.78rem;font-weight:700;padding:.35rem .75rem}@media (min-width:768px){.tag{font-size:.88rem;padding:.45rem 1rem}}.profile-container{margin:0 auto;max-width:600px;padding:1rem}@media (min-width:1024px){.profile-container{max-width:800px}}.profile-stats{display:flex;flex:1 1;gap:1.5rem;justify-content:space-around}.stat-value{color:#111;font-size:1.3rem;font-weight:700}@media (min-width:768px){.stat-value{font-size:1.6rem}}.stat-label{color:#888;font-size:11px;font-weight:500}@media (min-width:768px){.stat-label{font-size:13px}}.profile-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:2rem;font-weight:700;height:72px;justify-content:center;width:72px}@media (min-width:768px){.profile-avatar{font-size:2.5rem;height:96px;width:96px}}.posts-grid{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(3,1fr)}@media (min-width:768px){.posts-grid{gap:3px}}.chat-wrapper{background:#fff;display:flex;flex-direction:column;height:100vh;margin:0 auto;max-width:680px}@media (min-width:1024px){.chat-wrapper{max-width:800px}}.msg-mine{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:18px 18px 4px 18px;color:#fff}.msg-mine,.msg-theirs{font-size:.88rem;line-height:1.5;max-width:72%;padding:10px 14px}.msg-theirs{background:#fff;border-radius:18px 18px 18px 4px;box-shadow:0 1px 4px #00000014;color:#111}@media (min-width:768px){.msg-mine,.msg-theirs{font-size:.95rem;max-width:65%;padding:12px 16px}}.rankings-container{max-width:100%;padding:1rem}@media (min-width:768px){.rankings-container{margin:0 auto;max-width:760px;padding:1.5rem}}@media (min-width:1024px){.rankings-container{max-width:980px;padding:2rem}}.ranking-card{align-items:center;background:#fff;border-radius:14px;box-shadow:0 2px 10px #0000000f;display:flex;gap:.75rem;margin-bottom:.6rem;padding:.85rem 1rem;transition:transform .2s}@media (min-width:768px){.ranking-card{border-radius:16px;gap:1rem;margin-bottom:.85rem;padding:1rem 1.5rem}}.ranking-card:hover{transform:translateX(4px)}.form-page-container{align-items:flex-start;background:#fff;display:flex;justify-content:center;min-height:100vh;padding:1rem}@media (min-width:768px){.form-page-container{align-items:center;padding:2rem}}.form-page-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;max-width:480px;padding:1.5rem;width:100%}@media (min-width:768px){.form-page-card{border-radius:20px;max-width:560px;padding:2.5rem}}.camera-container{align-items:flex-start;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:1rem}@media (min-width:768px){.camera-container{align-items:center;padding:2rem}}.camera-card{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0003;max-width:500px;padding:1.5rem;width:100%}@media (min-width:768px){.camera-card{border-radius:24px;max-width:580px;padding:2rem}}.action-button{align-items:center;background:none;border:none;border-radius:8px;color:#666;cursor:pointer;display:flex;font-size:.9rem;gap:.4rem;padding:.5rem;transition:color .2s,background .2s}.action-button:hover{background:#f0f0ff;color:#667eea}.action-button.liked{color:#e74c3c}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.error-banner{background:#fff0f0;border:1px solid #f5c6cb;border-radius:10px;color:#c0392b;font-size:.9rem;margin-bottom:1rem;padding:.75rem 1rem}.loading-screen{background:#fff;gap:12px}.spinner{animation:spin .7s linear infinite;border:3px solid #eee;height:36px;width:36px}.pill{align-items:center;border-radius:20px;display:inline-flex;font-size:.8rem;font-weight:700;gap:.3rem;padding:.35rem .85rem}@media (min-width:768px){.pill{font-size:.88rem;padding:.45rem 1rem}}.pill-blue{background:#e3f2fd;color:#1976d2}.pill-gold{background:#fff3cd;color:#856404}.pill-green{background:#d4edda;color:#155724}.pill-red{background:#f8d7da;color:#721c24}.pill-purple{background:#ede7f6;color:#6a1b9a}.text-sm{font-size:.8rem}.text-base{font-size:.95rem}.text-lg{font-size:1.1rem}.text-xl{font-size:1.4rem}@media (min-width:768px){.text-sm{font-size:.9rem}.text-base{font-size:1rem}.text-lg{font-size:1.2rem}.text-xl{font-size:1.6rem}}.p-page{padding:1rem}@media (min-width:768px){.p-page{padding:1.5rem 2rem}}@media (min-width:1024px){.p-page{padding:2rem}}.card-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.card-grid{grid-template-columns:repeat(3,1fr)}}.desktop-only{display:none}@media (min-width:1024px){.desktop-only{display:block}}.mobile-only{display:block}@media (min-width:1024px){.mobile-only{display:none}}.flex-responsive{display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){.flex-responsive{align-items:center;flex-direction:row}}.premium-post-card{background:#fff;border-bottom:1px solid #efefef;margin-bottom:0;width:100%}.pc-header{cursor:pointer;height:60px;justify-content:space-between;padding:0 16px}.pc-avatar-wrapper,.pc-header{align-items:center;display:flex}.pc-avatar-wrapper{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);border-radius:50%;height:38px;justify-content:center;overflow:hidden;padding:2px;width:38px}.pc-avatar-img{border:2px solid #fff;border-radius:50%;height:100%;object-fit:cover;width:100%}.pc-avatar-initial{align-items:center;background-color:#fafafa;border-radius:50%;color:#262626;display:flex;font-size:14px;font-weight:700;height:100%;justify-content:center;width:100%}.pc-user-info{display:flex;flex:1 1;flex-direction:column;margin-left:12px}.pc-username{color:#262626;font-size:14px;font-weight:600}.pc-sport-tag{color:#8e8e8e;font-size:12px;text-transform:capitalize}.pc-more-options{color:#262626}.pc-media-container{align-items:center;background-color:#fafafa;display:flex;justify-content:center;max-height:800px;width:100%}.pc-media{height:auto;max-height:800px;object-fit:contain;width:100%}.pc-actions{gap:12px;padding:8px 16px}.pc-action-btn,.pc-actions{align-items:center;display:flex}.pc-action-btn{background:none;border:none;cursor:pointer;padding:0;transition:transform .1s ease}.pc-action-btn:active{transform:scale(1.1)}.pc-likes-count{color:#262626;font-size:14px;font-weight:700}.pc-details{padding:0 16px 16px}.pc-caption{font-size:14px;line-height:1.4;margin-bottom:12px}.pc-cap-username{color:#262626;font-weight:700;margin-right:8px}.pc-cap-text{color:#262626}.pc-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.pc-badge{border-radius:4px;font-size:11px;font-weight:700;padding:4px 10px;text-transform:uppercase}.badge-gold{background-color:#fff9c4;color:#fbc02d}.badge-blue{background-color:#e3f2fd;color:#1976d2}.badge-purple{background-color:#f3e5f5;color:#7b1fa2}.pc-timestamp{color:#8e8e8e;font-size:10px;letter-spacing:.2px;text-transform:uppercase}@media (min-width:768px){.premium-post-card{border:1px solid #dbdbdb;border-radius:8px;margin-bottom:24px}}.loading-screen{align-items:center;background:#f8f9fa;color:#667eea;display:flex;flex-direction:column;font-weight:600;height:100vh;justify-content:center}.spinner{animation:spin 1s linear infinite;border:3px solid #667eea33;border-radius:50%;border-top-color:#667eea;height:40px;margin-bottom:1rem;width:40px}.error-banner{animation:fadeIn .3s ease;background-color:#fee2e2;border:1px solid #fecaca;border-radius:12px;color:#dc2626;font-weight:500;margin-bottom:1.5rem;padding:1rem;text-align:center}.empty-state-card{background:#fff;border-radius:24px;box-shadow:0 10px 30px #0000000d;padding:3rem 2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1.5rem}.empty-state-card h3{color:#2c3e50;font-size:1.4rem;margin-bottom:.75rem}.empty-state-card p{color:#7f8c8d;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:300px}.primary-action-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-weight:700;padding:.8rem 2rem;transition:all .2s}.primary-action-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}
/*# sourceMappingURL=main.72ed7bfe.css.map*/