body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);color:#e2e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.app,body{min-height:100vh}.app{background:#0000;display:flex;flex-direction:column}.app-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 20px #0000004d;color:#fff;display:flex;justify-content:space-between;padding:1rem 1.5rem;position:sticky;top:0;z-index:100}.app-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#f0f8ff);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700;margin:0}.app-title{align-items:flex-start;display:flex;flex-direction:column}.app-tagline{color:#e2e8f0;font-size:.75rem;font-weight:400;letter-spacing:.5px;margin-top:-.2rem;opacity:.8}.navigation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e2ef2;border-bottom:1px solid #374151;box-shadow:0 2px 10px #0003;padding:0;position:sticky;top:73px;z-index:90}.nav-items{display:flex;justify-content:space-around;margin:0 auto;max-width:1200px}.nav-item{align-items:center;background:none;border:none;border-bottom:3px solid #0000;color:#94a3b8;cursor:pointer;display:flex;flex:1 1;font-size:.95rem;font-weight:500;gap:.5rem;justify-content:center;padding:1rem 1.5rem;text-align:center;transition:all .3s ease}.nav-item:hover{background:#667eea1a;color:#e2e8f0;transform:translateY(-1px)}.nav-item.active{background:#667eea26;border-bottom-color:#667eea;color:#667eea}.nav-icon{font-size:1.2rem}.app-main{flex:1 1;margin:0 auto;max-width:1200px;padding:1.5rem;width:100%}.btn{border:none;border-radius:12px;cursor:pointer;display:inline-block;font-size:.95rem;font-weight:600;overflow:hidden;padding:.75rem 1.5rem;position:relative;text-align:center;text-decoration:none;transition:all .3s ease}.btn:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#475569cc;border:1px solid #475569;color:#e2e8f0}.btn-secondary:hover:not(:disabled){background:#475569;border-color:#64748b;transform:translateY(-1px)}.form-group{margin-bottom:1.5rem}.form-group label{color:#f1f5f9;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.input-field,.textarea-field{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e2ecc;border:2px solid #374151;border-radius:12px;color:#e2e8f0;font-size:.95rem;padding:1rem;transition:all .3s ease;width:100%}.input-field::placeholder,.textarea-field::placeholder{color:#94a3b8}.input-field:focus,.textarea-field:focus{background:#1e1e2ef2;border-color:#667eea;box-shadow:0 0 0 4px #667eea33;outline:none}.textarea-field{line-height:1.6;min-height:140px;resize:vertical}.character-count{color:#94a3b8;display:block;font-size:.8rem;margin-top:.5rem;text-align:right}.form-buttons{display:flex;flex-wrap:wrap;gap:1rem}.auth-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e1e2ee6;border:1px solid #667eea33;border-radius:20px;box-shadow:0 8px 32px #0000004d;margin:2rem auto;max-width:500px;padding:2.5rem}.auth-container h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#f1f5f9;font-size:2.2rem;font-weight:700;margin-bottom:2rem;text-align:center}.auth-options{display:flex;flex-direction:column;gap:2rem}.auth-section{background:#0f0f2380;border:1px solid #374151;border-radius:12px;padding:1.5rem;text-align:center}.auth-section h3{color:#667eea;font-weight:600;margin-bottom:.5rem}.auth-section p{color:#94a3b8;margin-bottom:1rem}.auth-divider{color:#64748b;font-weight:600;margin:1rem 0;position:relative;text-align:center}.auth-divider:after,.auth-divider:before{background:linear-gradient(90deg,#0000,#374151,#0000);content:"";height:1px;position:absolute;top:50%;width:40%}.auth-divider:before{left:0}.auth-divider:after{right:0}.user-info{padding:2rem;text-align:center}.user-info h3{color:#667eea;font-size:1.5rem;margin-bottom:1rem}.user-info p{color:#e2e8f0;margin-bottom:.8rem;word-break:break-all}.post-list{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e1e2ee6;border:1px solid #667eea1a;border-radius:20px;box-shadow:0 8px 32px #0003;padding:2rem}.post-list h3{color:#f1f5f9;font-size:1.6rem;font-weight:700;margin-bottom:1.5rem}.posts-container{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.post-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f2399;border:1px solid #374151;border-radius:16px;cursor:pointer;padding:1.5rem;transition:all .3s ease}.post-item:hover{background:#0f0f23cc;border-color:#667eea;box-shadow:0 8px 32px #667eea33;transform:translateY(-4px)}.post-title{color:#f1f5f9;font-size:1.3rem;font-weight:700;line-height:1.4;margin-bottom:.8rem}.post-content{color:#94a3b8;line-height:1.6;margin-bottom:1rem}.refresh-btn{margin-top:1rem;width:100%}.create-post{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e1e2ee6;border:1px solid #667eea1a;border-radius:20px;box-shadow:0 8px 32px #0003;margin:0 auto;max-width:800px;padding:2rem}.create-post h3{color:#f1f5f9;font-size:1.6rem;font-weight:700;margin-bottom:2rem}.post-detail{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e1e2ee6;border:1px solid #667eea1a;border-radius:20px;box-shadow:0 8px 32px #0003;margin:0 auto;max-width:900px;padding:2rem}.back-btn{margin-bottom:2rem}.post-content .post-title{color:#f1f5f9;font-size:2.2rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.post-content .post-meta{border-bottom:1px solid #374151;margin-bottom:2rem;padding-bottom:1rem}.post-body{color:#e2e8f0;font-size:1.1rem;line-height:1.8;margin-bottom:3rem}.post-body p{margin-bottom:1rem}.replies-section{border-top:2px solid #37415180;margin-top:2rem;padding-top:2rem}.replies-section h3{color:#f1f5f9;font-size:1.4rem;margin-bottom:2rem}.reply-form{background:#0f0f2399;border:1px solid #374151;border-radius:16px;margin-bottom:2rem;padding:2rem}.reply-form h4{color:#667eea;font-weight:600;margin-bottom:1rem}.replies-list{display:flex;flex-direction:column;gap:1.5rem}.reply-item{background:#0f0f2399;border:1px solid #374151;border-radius:12px;padding:1.5rem}.reply-meta{color:#64748b;font-size:.85rem;margin-bottom:.8rem}.reply-content{color:#e2e8f0;line-height:1.6}.reply-content p{margin-bottom:.5rem}.karma-display{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;display:flex;gap:.5rem;padding:.4rem .8rem}.karma-label{font-size:.8rem;opacity:.9}.karma-points{color:gold;font-weight:600}.karma-error,.karma-loading{font-size:.8rem;opacity:.7;padding:.2rem .5rem}.btn-report{background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;color:#ef4444;font-size:.8rem;padding:.3rem .6rem;transition:all .3s ease}.btn-report:hover{background:#ef444433;transform:translateY(-1px)}.btn-report-small{background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;color:#ef4444;font-size:.7rem;padding:.2rem .4rem;transition:all .3s ease}.btn-report-small:hover{background:#ef444433}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 15px #ef44444d;color:#fff}.btn-danger:hover:not(:disabled){box-shadow:0 6px 20px #ef444466;transform:translateY(-2px)}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:linear-gradient(135deg,#1e1e2e,#252542);border:1px solid #374151;border-radius:16px;box-shadow:0 20px 40px #0006;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;width:90%}.modal-header{align-items:center;border-bottom:1px solid #374151;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.modal-header h3{color:#e2e8f0;margin:0}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#94a3b8;cursor:pointer;display:flex;font-size:1.5rem;height:2rem;justify-content:center;padding:.2rem;transition:all .3s ease;width:2rem}.modal-close:hover{background:#ef44441a;color:#ef4444}.report-form{gap:1.5rem}.radio-group,.report-form{display:flex;flex-direction:column}.radio-group{gap:.8rem}.radio-option{align-items:center;border:1px solid #0000;border-radius:8px;cursor:pointer;display:flex;gap:.8rem;padding:.8rem;transition:all .3s ease}.radio-option:hover{background:#667eea1a;border-color:#667eea4d}.radio-option input[type=radio]{accent-color:#667eea;height:1.2rem;width:1.2rem}.radio-option span{color:#e2e8f0;font-size:.95rem}.modal-buttons{gap:1rem;margin-top:1rem}.modal-buttons,.reply-header{display:flex;justify-content:flex-end}.reply-header{margin-bottom:.5rem}.post-meta{justify-content:space-between;margin-bottom:1rem}.post-meta,.user-info-header{align-items:center;display:flex}.user-info-header{background:#ffffff1a;border-radius:20px;font-size:.85rem;gap:1rem;opacity:.9;padding:.4rem .8rem}.how-it-works,.user-info-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.how-it-works{background:linear-gradient(135deg,#1e1e2ecc,#252542cc);border:1px solid #667eea33;border-radius:16px;margin:2rem 0;padding:2rem}.how-it-works-header{margin-bottom:2rem;text-align:center}.how-it-works-header h3{color:#e2e8f0;font-size:1.5rem;font-weight:600;margin-bottom:.8rem}.community-description{color:#94a3b8;font-size:1.1rem;font-style:italic;line-height:1.6;margin:0}.how-it-works-content{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:1.5rem}.step-card{background:#667eea1a;border:1px solid #667eea33;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.step-card:hover{border-color:#667eea66;box-shadow:0 8px 25px #667eea33;transform:translateY(-2px)}.step-icon{display:block;font-size:2.5rem;margin-bottom:1rem}.step-card h4{color:#e2e8f0;font-size:1.2rem;font-weight:600;margin-bottom:.8rem}.step-card p{color:#94a3b8;line-height:1.6;margin:0}.how-it-works-note{background:#ffd7001a;border:1px solid #ffd7004d;border-radius:8px;padding:1rem;text-align:center}.how-it-works-note p{color:gold;font-size:.95rem;margin:0}.welcome-banner{background:linear-gradient(135deg,#667eea26,#764ba226);border:1px solid #667eea33;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;text-align:center}.welcome-banner h2{color:#e2e8f0;font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.welcome-banner p{color:#94a3b8;font-size:1.1rem;line-height:1.6;margin:0}@media (max-width:768px){body{font-size:16px}.app-header{flex-direction:column;gap:.5rem;padding:1rem;position:relative;text-align:center}.app-header h1{font-size:1.6rem}.app-tagline{font-size:.7rem}.user-info-header{font-size:.8rem;padding:.3rem .6rem}.navigation{position:relative;top:0}.nav-items{flex-wrap:wrap}.nav-item{font-size:.9rem;min-width:33.333%;padding:.8rem 1rem}.nav-icon{font-size:1.1rem}.app-main{padding:1rem}.form-buttons{flex-direction:column}.btn{padding:1rem;width:100%}.auth-container,.create-post,.post-detail{margin:1rem;padding:1.5rem}.post-content .post-title{font-size:1.8rem}.post-body{font-size:1rem}.post-item,.reply-item{padding:1.2rem}.post-meta{align-items:flex-start;flex-direction:column;gap:.5rem}.how-it-works{margin:1rem;padding:1.5rem}.how-it-works-content{gap:1rem;grid-template-columns:1fr}.step-card{padding:1.2rem}.step-icon{font-size:2rem}.welcome-banner{margin:1rem;padding:1.2rem}.welcome-banner h2{font-size:1.5rem}}@media (max-width:480px){.app-header h1{font-size:1.4rem}.nav-item .nav-label{font-size:.8rem}.nav-item{padding:.7rem .5rem}.auth-container{margin:.5rem;padding:1.2rem}.post-item,.reply-item{padding:1rem}.textarea-field{min-height:120px}.form-group{margin-bottom:1.2rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1e1e2e}::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#764ba2}.auth-note{background:#ffd7001a;border:1px solid #ffd7004d;border-radius:6px;color:gold;font-size:.85rem;margin:.8rem 0;padding:.6rem;text-align:center}.referral-container{margin:0 auto;max-width:800px;padding:2rem 1.5rem}.referral-container h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#e2e8f0;font-size:1.8rem;margin-bottom:1rem;text-align:center}.referral-description{color:#94a3b8;font-size:1rem;line-height:1.6;margin-bottom:2rem;text-align:center}.referral-tabs{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293b80;border-radius:12px;display:flex;justify-content:center;margin-bottom:2rem;padding:.5rem}.tab-button{background:#0000;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;font-size:.9rem;font-weight:500;margin:0 .25rem;padding:.75rem 1.5rem;transition:all .3s ease}.tab-button:hover{background:#667eea33;color:#e2e8f0}.tab-button.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.referral-tab-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293b4d;border:1px solid #94a3b81a;border-radius:12px;padding:2rem}.referral-tab-content h3{color:#e2e8f0;font-size:1.3rem;margin-bottom:1.5rem;text-align:center}.referral-form{margin:0 auto;max-width:400px}.referral-form .input-group{margin-bottom:1.5rem}.referral-form label{color:#cbd5e1;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.referral-form input{background:#0f172ab3;border:1px solid #94a3b84d;border-radius:8px;color:#e2e8f0;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.referral-form input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33;outline:none}.referral-form input:disabled{cursor:not-allowed;opacity:.6}.referral-form button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 1rem;transition:all .3s ease;width:100%}.referral-form button:hover:not(:disabled){box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.referral-form button:disabled{cursor:not-allowed;opacity:.6;transform:none}.referrals-list{display:flex;flex-direction:column;gap:1rem}.referral-item{background:#0f172a80;border:1px solid #94a3b833;border-radius:10px;padding:1.5rem;transition:all .3s ease}.referral-item:hover{background:#0f172ab3;border-color:#667eea4d}.referral-codeword{color:#667eea;font-family:Courier New,monospace;font-size:1.2rem;font-weight:600}.referral-codeword,.referral-status{margin-bottom:.5rem}.referral-status .used{color:#10b981;font-weight:500}.referral-status .unused{color:#f59e0b;font-weight:500}.referral-date{color:#94a3b8;font-size:.85rem}.success-message{background:#10b98133;border:1px solid #10b9814d;border-radius:8px;color:#10b981}.error-message,.success-message{font-weight:500;margin-top:1rem;padding:1rem;text-align:center}.error-message{background:#ef444433;border:1px solid #ef44444d;border-radius:8px;color:#ef4444}.session-error-banner{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 2px 10px #0000004d;color:#fff;padding:.75rem 1.5rem;position:sticky;text-align:center;top:0;z-index:101}.session-error-banner .error-message{align-items:center;background:#0000;border:none;color:#fff;display:flex;gap:1rem;justify-content:center;margin:0;padding:0}.error-actions{margin-top:.5rem;text-align:center}.btn-small{font-size:.85rem;padding:.4rem .8rem}
/*# sourceMappingURL=main.a38b2fe6.css.map*/