@import url(https://fonts.googleapis.com/css2?family=Foldit:wght@300;400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Comic+Mono:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap);@import url(https://fonts.googleapis.com/css2?family=Comic+Relief&display=swap);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-color:#000;color:#fff}.App{background:linear-gradient(135deg,#000,#1a1a1a);min-height:100vh}.navbar{align-items:center;background-color:#000c;border-bottom:1px solid #333;display:flex;justify-content:space-between;padding:1rem 2rem}.app-name{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:1.2rem;text-decoration:none;text-shadow:0 0 10px #ffffff80}.nav-links{align-items:center;display:flex;gap:20px}.nav-link{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;font-weight:500;padding:8px 16px;text-decoration:none;transition:all .3s ease}.nav-link:hover{background:#fff3;transform:translateY(-2px)}.main-content{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 80px);padding:2rem;text-align:center}.main-header{animation:glow 2s ease-in-out infinite alternate;background:linear-gradient(45deg,#fff,#666);-webkit-background-clip:text;background-clip:text;color:#0000;font-family:Rubik Mono One,sans-serif;font-size:3rem;margin-bottom:1.5rem;text-shadow:0 0 20px #fff3}.sub-header{color:#888;font-family:Comic Relief,cursive;font-size:1.5rem;letter-spacing:2px;margin-top:1rem;opacity:.8}.waitlist-button{background:linear-gradient(45deg,#333,#1a1a1a);border:1px solid #444;border-radius:4px;color:#fff;cursor:pointer;font-family:Rubik Mono One,sans-serif;font-size:1rem;letter-spacing:1px;margin-top:2rem;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.waitlist-button:hover{background:linear-gradient(45deg,#444,#2a2a2a);box-shadow:0 5px 15px #0000004d;transform:translateY(-2px)}.page-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:600px;min-height:calc(100vh - 80px);padding:2rem}.page-header{background:linear-gradient(45deg,#fff,#666);-webkit-background-clip:text;background-clip:text;color:#fff;color:#0000;font-family:Foldit,cursive;font-size:3rem;font-weight:600;letter-spacing:2px;margin-bottom:2rem;text-align:center;text-shadow:0 0 20px #fff3}.waitlist-form{display:flex;flex-direction:column;gap:1rem;max-width:400px;width:100%}.waitlist-input{background:#ffffff1a;border:1px solid #444;border-radius:4px;color:#fff;font-family:Kalam,cursive;font-size:1.4rem;font-weight:400;letter-spacing:1px;padding:1rem;transition:all .3s ease}.waitlist-input::placeholder{color:#ffffff80;font-family:Kalam,cursive;font-style:italic;font-weight:300}.waitlist-input:focus{background:#ffffff26;border-color:#666;font-weight:700;outline:none}.submit-button{background:linear-gradient(45deg,#333,#1a1a1a);border:1px solid #444;border-radius:4px;color:#fff;cursor:pointer;font-family:Rubik Mono One,sans-serif;font-size:.9rem;letter-spacing:1px;padding:1rem;text-transform:uppercase;transition:all .3s ease}.submit-button:hover{background:linear-gradient(45deg,#444,#2a2a2a);box-shadow:0 5px 15px #0000004d;transform:translateY(-2px)}.status-message{animation:fadeIn .3s ease-in;border-radius:4px;font-size:1.2rem;margin-top:1.5rem;padding:1rem;width:100%}.status-message.success{background:#22c55e1a;border-color:#22c55e;color:#22c55e}.status-message.error{background:#ef44441a;border-color:#ef4444;color:#ef4444}.status-message.info{background:#3b82f61a;border-color:#3b82f6;color:#3b82f6}.submit-button.submitting{box-shadow:none;transform:none}.submit-button.submitting,.submit-button:disabled,.waitlist-input:disabled{cursor:not-allowed;opacity:.7}.admin-dashboard{margin:0 auto;max-width:1200px;min-height:calc(100vh - 80px);padding:2rem}.admin-header{align-items:flex-start;border-bottom:1px solid #333;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.admin-title h1{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:2.5rem;margin-bottom:.5rem;text-shadow:0 0 10px #ffffff4d}.current-admin{color:#888;font-family:Comic Mono,monospace;font-size:.9rem;margin:0}.admin-controls{align-items:flex-end;display:flex;flex-direction:column;gap:1rem}.admin-tab-navigation{align-items:center;background:#1a1a1a;border:2px solid #333;border-radius:12px;box-shadow:0 4px 20px #0000004d;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem}.tab-buttons{background:#2a2a2a;border:1px solid #444;border-radius:8px;gap:.5rem}.tab-button{color:#888;font-family:Rubik Mono One,sans-serif;letter-spacing:.5px;min-width:120px;padding:1rem 2rem}.tab-button:hover{background:#444;box-shadow:0 4px 12px #0000004d}.tab-button.active{background:#4285f4;box-shadow:0 4px 16px #4285f466;transform:translateY(-2px)}.tab-indicator{background:#2a2a2a;border:1px solid #444;border-radius:6px;color:#888;font-family:Comic Mono,monospace;font-size:.9rem;padding:.5rem 1rem}.current-tab{color:#4285f4;font-weight:700}.current-tab,.sign-out-button{font-family:Rubik Mono One,sans-serif}.sign-out-button{background:#dc3545;border-radius:6px;font-size:.8rem;letter-spacing:.5px}.sign-out-button:hover{background:#c82333;box-shadow:0 4px 12px #dc35454d;transform:translateY(-1px)}.admins-section h2,.reports-section h2,.users-section h2{border-bottom:2px solid #4285f4;color:#fff;font-family:Rubik Mono One,sans-serif;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem}.admin-table{background:#1a1a1a;border:1px solid #333;border-collapse:collapse;border-radius:8px;margin-bottom:2rem;overflow:hidden;width:100%}.admin-table th{background:#2a2a2a;font-family:Rubik Mono One,sans-serif;font-size:.8rem;letter-spacing:.5px;text-align:left;text-transform:uppercase}.admin-table td,.admin-table th{border-bottom:1px solid #333;color:#fff;padding:1rem}.admin-table td{font-family:Comic Mono,monospace;font-size:.9rem}.admin-table tr:hover{background:#2a2a2a}.admin-table tr:last-child td{border-bottom:none}.action-buttons{display:flex;gap:.5rem}.add-admin-button,.remove-admin-button,.view-button{border:none;border-radius:4px;cursor:pointer;font-family:Rubik Mono One,sans-serif;font-size:.7rem;letter-spacing:.5px;padding:.5rem 1rem;text-transform:uppercase;transition:all .3s ease}.view-button{background:#17a2b8;color:#fff}.view-button:hover{background:#138496;transform:translateY(-1px)}.add-admin-button{background:#28a745;color:#fff}.add-admin-button:hover{background:#218838;transform:translateY(-1px)}.remove-admin-button{background:#dc3545;color:#fff}.remove-admin-button:hover{background:#c82333;transform:translateY(-1px)}.add-admin-form{background:#1a1a1a;border:1px solid #333;border-radius:8px;display:flex;gap:1rem;margin-bottom:2rem;padding:1.5rem}.add-admin-form input{background:#2a2a2a;border:1px solid #444;border-radius:4px;color:#fff;flex:1 1;font-family:Comic Mono,monospace;font-size:.9rem;padding:.75rem 1rem}.add-admin-form input:focus{border-color:#4285f4;box-shadow:0 0 0 2px #4285f433;outline:none}.add-admin-form input::placeholder{color:#666}.reports-section{margin-bottom:2rem}.no-reports{background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:3rem;text-align:center}.no-reports p{color:#888;font-family:Comic Mono,monospace;font-size:1.1rem;margin:0}.reports-list{display:flex;flex-direction:column;gap:1.5rem}.report-card{background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:1.5rem;transition:all .3s ease}.report-card:hover{border-color:#4285f4;box-shadow:0 4px 12px #4285f41a}.report-header{align-items:flex-start;border-bottom:1px solid #333;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.report-info{display:flex;flex-direction:column;gap:.5rem}.report-reason{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:.9rem}.report-reason,.report-status{letter-spacing:.5px;text-transform:uppercase}.report-status{border-radius:12px;font-family:Comic Mono,monospace;font-size:.8rem;font-weight:700;padding:.25rem .75rem}.status-pending{background:#ffc107;color:#000}.status-dismissed{background:#6c757d;color:#fff}.status-removed{background:#dc3545;color:#fff}.report-meta{display:flex;flex-direction:column;gap:.25rem;text-align:right}.report-meta span{color:#888;font-family:Comic Mono,monospace;font-size:.8rem}.report-content{margin-bottom:1rem}.report-content h4{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:.9rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.report-content p{color:#ccc;font-family:Comic Mono,monospace;line-height:1.5;margin-bottom:1rem}.post-media{margin-top:1rem}.post-media img,.post-media video{border:1px solid #333;border-radius:4px;max-height:200px;max-width:100%}.report-description{background:#2a2a2a;border-left:3px solid #4285f4;border-radius:4px;margin-bottom:1rem;padding:1rem}.report-description h4{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:.8rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.report-description p{color:#ccc;font-family:Comic Mono,monospace;line-height:1.5;margin:0}.report-actions{border-top:1px solid #333;padding-top:1rem}.dismiss-button,.remove-button{border:none;border-radius:4px;cursor:pointer;font-family:Rubik Mono One,sans-serif;font-size:.8rem;letter-spacing:.5px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.dismiss-button{background:#6c757d;color:#fff}.dismiss-button:hover{background:#5a6268;transform:translateY(-1px)}.remove-button{background:#dc3545;color:#fff}.remove-button:hover{background:#c82333;transform:translateY(-1px)}.report-resolved{align-items:center;background:#2a2a2a;border-left:3px solid #28a745;border-radius:4px;display:flex;justify-content:space-between;margin-top:1rem;padding:1rem}.report-resolved span{color:#888;font-family:Comic Mono,monospace;font-size:.8rem}.status-message{border-left:4px solid;border-radius:6px;font-family:Comic Mono,monospace;font-size:.9rem;margin-bottom:2rem}.status-message.success{background:#28a7451a;border-color:#28a745;color:#28a745}.status-message.error{background:#dc35451a;border-color:#dc3545;color:#dc3545}.current-admin-row{background:#4285f41a!important;border-left:3px solid #4285f4}@media (max-width:768px){.admin-dashboard{padding:1rem}.admin-header{align-items:stretch;flex-direction:column;gap:1rem}.admin-title h1{font-size:2rem}.admin-controls{align-items:stretch}.tab-buttons{justify-content:center}.tab-button{flex:1 1;text-align:center}.admin-table{font-size:.8rem}.admin-table td,.admin-table th{padding:.75rem .5rem}.add-admin-form,.report-header{flex-direction:column}.report-header{gap:1rem}.report-meta{text-align:left}.report-actions,.report-resolved{flex-direction:column}.report-resolved{gap:.5rem;text-align:center}}.user-header h1{background:linear-gradient(45deg,#fff,#666);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:2rem}.current-user{font-size:1.1rem}.sign-out-button{border-radius:4px}.welcome-section{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:2rem}.welcome-section h2{color:#fff;font-size:1.5rem;margin-bottom:1rem}.welcome-section p{font-size:1.1rem;margin-bottom:.5rem}.user-info{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:2rem}.user-info h3{color:#fff;font-size:1.3rem;margin-bottom:1rem}.user-info p{color:#ccc;font-family:Kalam,cursive;font-size:1rem;line-height:1.6;margin-bottom:.5rem}.user-info strong{color:#fff;font-weight:600}@media (max-width:768px){.user-header{align-items:flex-start;flex-direction:column;gap:1rem}.user-header h1{font-size:1.5rem}.user-info,.welcome-section{padding:1.5rem}}.landing-actions{align-items:center;display:flex;flex-direction:column;gap:2rem;margin-top:3rem;max-width:500px;width:100%}.dashboard-button{background:linear-gradient(45deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 12px #667eea33;color:#fff;cursor:pointer;font-family:Rubik Mono One,sans-serif;font-size:.9rem;letter-spacing:1px;max-width:300px;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease;width:100%}.dashboard-button:hover{background:linear-gradient(45deg,#764ba2,#667eea);box-shadow:0 6px 16px #667eea4d;transform:translateY(-2px)}.action-section{align-items:center;display:flex;flex-direction:column;gap:1rem;width:100%}.action-title{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:1.2rem;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.action-divider{align-items:center;display:flex;margin:1rem 0;width:100%}.action-divider:after,.action-divider:before{background:#fff3;content:"";flex:1 1;height:1px}.action-divider span{color:#888;font-family:Kalam,cursive;font-size:1rem;letter-spacing:1px;padding:0 1rem;text-transform:uppercase}.signin-form{display:flex;flex-direction:column;gap:1rem;max-width:400px;width:100%}.signin-input{background:#ffffff1a;border:1px solid #444;border-radius:4px;color:#fff;font-family:Kalam,cursive;font-size:1.2rem;font-weight:400;letter-spacing:1px;padding:1rem;transition:all .3s ease}.signin-input::placeholder{color:#ffffff80;font-family:Kalam,cursive;font-style:italic;font-weight:300}.signin-input:focus{background:#ffffff26;border-color:#666;font-weight:700;outline:none}.signin-button{background:linear-gradient(45deg,#333,#1a1a1a);border:1px solid #444;border-radius:4px;color:#fff;cursor:pointer;font-family:Rubik Mono One,sans-serif;font-size:.9rem;letter-spacing:1px;padding:1rem;text-transform:uppercase;transition:all .3s ease}.signin-button:hover{background:linear-gradient(45deg,#444,#2a2a2a);box-shadow:0 5px 15px #0000004d;transform:translateY(-2px)}.signin-button.submitting{box-shadow:none;transform:none}.signin-button.submitting,.signin-button:disabled,.signin-input:disabled{cursor:not-allowed;opacity:.7}.landing-page{align-items:center;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem}.landing-hero{margin-bottom:3rem;text-align:center}.landing-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#888);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:.5rem}.landing-subtitle{color:#888;font-size:1.25rem;font-weight:300}.auth-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 20px 60px #00000080;max-width:420px;padding:3rem;width:100%}.auth-card-title{color:#fff;font-size:1.75rem;font-weight:600;margin-bottom:2rem;text-align:center}.google-auth-btn{align-items:center;background:#fff;border:none;border-radius:12px;color:#333;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:12px;justify-content:center;padding:1rem;transition:all .2s ease;width:100%}.google-auth-btn:hover{box-shadow:0 10px 30px #fff3;transform:translateY(-2px)}.google-auth-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.google-icon{height:20px;width:20px}.divider{align-items:center;color:#666;display:flex;font-size:.875rem;margin:1.5rem 0}.divider:after,.divider:before{background:#ffffff1a;content:"";flex:1 1;height:1px}.divider span{padding:0 1rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-input{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#fff;font-size:1rem;padding:1rem;transition:all .2s ease}.auth-input:focus{background:#ffffff14;border-color:#ffffff4d;outline:none}.auth-input::placeholder{color:#666}.auth-input:disabled{cursor:not-allowed;opacity:.5}.auth-submit-btn{background:linear-gradient(135deg,#fff,#ccc);border:none;border-radius:12px;color:#000;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .2s ease}.auth-submit-btn:hover{box-shadow:0 10px 30px #ffffff4d;transform:translateY(-2px)}.auth-submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.toggle-mode{background:#0000;border:none;color:#888;cursor:pointer;font-size:.875rem;margin-top:1rem;padding:1rem;transition:color .2s ease;width:100%}.toggle-mode:hover{color:#fff}.toggle-mode:disabled{cursor:not-allowed;opacity:.5}.auth-message{border-radius:12px;font-size:.875rem;margin-top:1rem;padding:1rem;text-align:center}.auth-message.success{background:#4caf501a;border:1px solid #4caf504d;color:#4caf50}.auth-message.error{background:#f443361a;border:1px solid #f443364d;color:#f44336}@media (max-width:768px){.landing-title{font-size:2.5rem}.auth-card{padding:2rem}}.landing-status-message{animation:fadeIn .3s ease;border-radius:8px;font-family:Kalam,cursive;font-size:1.1rem;margin-top:2rem;max-width:500px;padding:1rem 1.5rem;text-align:center;width:100%}.landing-status-message.success{background:#4caf501a;border:1px solid #4caf504d;color:#4caf50}.landing-status-message.error{background:#f443361a;border:1px solid #f443364d;color:#f44336}.landing-status-message.info{background:#2196f31a;border:1px solid #2196f34d;color:#2196f3}@media (max-width:768px){.landing-actions{gap:1.5rem;margin-top:2rem}.action-title{font-size:1rem}.signin-form{max-width:100%}.landing-status-message{font-size:1rem;margin-top:1.5rem}}.create-post-section{border-radius:8px;padding:2rem}.create-post-section h2{font-size:1.5rem}.post-input,.post-textarea{background:#ffffff1a;border:1px solid #fff3;border-radius:4px;color:#fff;font-family:Kalam,cursive;font-size:1rem;padding:1rem;transition:all .3s ease}.post-input::placeholder,.post-textarea::placeholder{color:#ffffff80;font-family:Kalam,cursive}.post-input:focus,.post-textarea:focus{background:#ffffff26;border-color:#fff6;outline:none}.post-textarea{resize:vertical}.create-post-button{background:linear-gradient(45deg,#333,#1a1a1a);border:1px solid #fff3;border-radius:4px;padding:1rem 2rem}.create-post-button:hover{background:linear-gradient(45deg,#444,#2a2a2a);box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.create-post-button.submitting{box-shadow:none;cursor:not-allowed;opacity:.7;transform:none}.posts-section{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:2rem}.posts-section h2{color:#fff;font-size:1.5rem}.post-card{background:#0000004d;border-radius:8px}.post-card:hover{background:#0006}.post-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.post-header h3{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:1.2rem;margin:0}.post-author,.post-date{color:#888;font-family:Kalam,cursive;font-size:.9rem}.post-content,.post-content p{margin-bottom:1rem}.post-content p{color:#ccc;font-family:Kalam,cursive;font-size:1rem;line-height:1.6}.post-image{border-radius:4px;margin-top:1rem}.post-actions{justify-content:flex-end}.like-button{border-radius:4px;color:#fff}.like-button:hover{background:#fff3;transform:translateY(-1px)}.no-posts{color:#888;font-family:Kalam,cursive;font-size:1.1rem;font-style:italic;padding:2rem}@media (max-width:768px){.header-actions{gap:1rem}.header-actions,.post-header{align-items:flex-start;flex-direction:column}.create-post-section,.posts-section{padding:1.5rem}}.post-input-footer{padding:.5rem 1rem}.post-input-info{display:flex;flex-direction:column;gap:.25rem}.create-post-button{border-radius:20px;padding:.5rem 1.5rem}.create-post-button:hover:not(:disabled){transform:translateY(-1px)}.post-card{border-bottom:1px solid #ffffff1a}.avatar-image{height:40px;width:40px}.post-image{margin-top:.5rem}.post-actions{gap:2rem}.like-button{background:none;border:none;padding:.5rem;transition:all .2s ease}.like-icon{font-size:1.1rem}.like-count{font-size:.8rem}.profile-section{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:2rem}.profile-section h2{color:#fff;font-size:1.5rem}.profile-avatar-section{gap:1rem}.profile-avatar{border:3px solid #fff3;height:100px;width:100px}.profile-input{border:1px solid #fff3;border-radius:4px}.profile-input:focus{background:#ffffff26;border-color:#1da1f2}.update-profile-button{background:linear-gradient(45deg,#1da1f2,#1a8cd8);border-radius:4px}.update-profile-button:hover:not(:disabled){background:linear-gradient(45deg,#1a8cd8,#1da1f2);box-shadow:0 4px 12px #1da1f24d}.update-profile-button.submitting{box-shadow:none}@media (max-width:768px){.post-card{padding:.75rem}.post-actions{gap:1rem}.profile-avatar-section{flex-direction:column;text-align:center}.profile-avatar{height:80px;width:80px}}.user-dashboard{background:linear-gradient(180deg,#000000f2,#000000d9);color:#fff;margin:0 auto;max-width:1200px;min-height:100vh;opacity:0;padding:2rem;transform:translateY(20px);transition:all .3s ease}.user-dashboard.animate-in{opacity:1;transform:translateY(0)}.user-dashboard.light{background:linear-gradient(180deg,#fffffff2,#f0f0f0d9);color:#333}.glass-effect{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 32px #0000001a}.light .glass-effect{background:#fffc;border:1px solid #0000001a;box-shadow:0 8px 32px #0000001a}.gradient-text{background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#0000;font-weight:700}.user-header{align-items:flex-start;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:3rem;opacity:0;padding-bottom:1rem;transform:translateY(-20px);transition:all .6s ease}.user-header.fade-in{opacity:1;transform:translateY(0)}.user-header h1{font-family:Rubik Mono One,sans-serif;font-size:2.5rem;margin-bottom:.5rem}.current-user{color:#888;font-family:Kalam,cursive;font-size:1.2rem;margin-top:.5rem}.header-actions{align-items:center;display:flex;gap:1rem}.header-controls{gap:.5rem}.tab-buttons{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:12px;gap:1rem;padding:.5rem}.tab-button{border-radius:8px;color:#666;font-family:Rubik Mono One,monospace;letter-spacing:1px;opacity:0;padding:.75rem 1.5rem;text-transform:uppercase;transform:translateX(-20px)}.tab-button.slide-in{opacity:1;transform:translateX(0)}.tab-button:first-child{transition-delay:.1s}.tab-button:nth-child(2){transition-delay:.2s}.tab-button:nth-child(3){transition-delay:.3s}.tab-button:hover{transform:translateY(-2px)}.tab-button.active{background:linear-gradient(45deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea66}.sidebar-toggle,.theme-toggle{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-family:Rubik Mono One,monospace;font-size:.8rem;padding:.5rem 1rem;transition:all .3s ease}.sidebar-toggle:hover,.theme-toggle:hover{background:#fff3;transform:translateY(-2px)}.sign-out-button{background:linear-gradient(45deg,#f44336,#d32f2f);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Rubik Mono One,monospace;font-size:.9rem;letter-spacing:1px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.sign-out-button:hover{background:linear-gradient(45deg,#d32f2f,#b71c1c);box-shadow:0 4px 8px #f443364d;transform:translateY(-2px)}.dashboard-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;opacity:0;transform:translateY(20px);transition:all .6s ease}.dashboard-content.fade-in{opacity:1;transform:translateY(0)}.welcome-section{padding:2.5rem;text-align:center}.welcome-section h2{font-family:Rubik Mono One,sans-serif;font-size:2rem;margin-bottom:1.5rem}.welcome-section p{color:#ccc;font-family:Kalam,cursive;font-size:1.2rem;line-height:1.6;margin-bottom:1rem}.welcome-stats{display:flex;gap:2rem;justify-content:center;margin-top:2rem}.stat-card{border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;padding:1.5rem}.stat-card:hover{box-shadow:0 10px 25px #0003;transform:translateY(-5px)}.stat-number{color:#667eea;font-size:2rem}.stat-label{color:#888;font-family:Kalam,cursive;font-size:.9rem;margin-top:.5rem}.user-info{padding:2.5rem}.user-info h3{font-family:Rubik Mono One,sans-serif;font-size:1.5rem;margin-bottom:1.5rem}.info-grid{grid-gap:1rem;display:grid;gap:1rem}.info-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.info-label{color:#888;font-family:Rubik Mono One,sans-serif;font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.info-value{color:#fff;font-family:Kalam,cursive;font-size:1rem;font-weight:600}.posts-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;opacity:0;transform:translateY(20px);transition:all .6s ease}.posts-content.fade-in{opacity:1;transform:translateY(0)}.create-post-section{padding:2.5rem}.create-post-section h2{font-size:1.8rem;margin-bottom:1.5rem}.create-post-form{display:flex;flex-direction:column;gap:1rem}.post-textarea{background:#ffffff0d;border:2px solid #ffffff1a;border-radius:12px;font-size:1.2rem;min-height:120px;padding:1.5rem;transition:all .3s ease}.post-textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.post-input-footer{padding:1rem 1.5rem}.character-count{font-size:.9rem}.create-post-button{background:linear-gradient(45deg,#667eea,#764ba2);padding:.75rem 2rem}.create-post-button:hover:not(:disabled){box-shadow:0 8px 25px #667eea66}.create-post-button.pulse{animation:pulse 2s infinite}.posts-section{padding:2.5rem}.posts-section h2{font-family:Rubik Mono One,sans-serif;font-size:1.8rem;margin-bottom:1.5rem}.posts-list{display:flex;flex-direction:column;gap:1.5rem}.post-card{animation:slideInUp .6s ease forwards;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;opacity:0;padding:1.5rem;transform:translateY(20px);transition:all .3s ease}.post-card:hover{background:#ffffff14;border-color:#fff3;box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.post-card.animate-in{opacity:1;transform:translateY(0)}.avatar-image{border:2px solid #fff3;height:50px;transition:all .3s ease;width:50px}.avatar-image:hover{border-color:#667eea;transform:scale(1.1)}.post-header{margin-bottom:.75rem}.post-name{font-size:1rem}.post-time,.post-username{font-size:.9rem}.post-text{margin-bottom:1rem}.post-text p{font-size:1.1rem;line-height:1.6}.post-actions{gap:1rem}.like-button{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:#888;cursor:pointer;display:flex;font-family:Kalam,cursive;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.like-button:hover{background:#f443361a;color:#f44336;transform:translateY(-2px)}.like-button.liked{background:#f4433633;border-color:#f4433666;color:#f44336}.like-button.pulse{animation:pulse 1s ease}.like-icon{font-size:1.2rem}.like-count{font-size:.9rem;font-weight:600}.profile-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;opacity:0;transform:translateY(20px);transition:all .6s ease}.profile-content.fade-in{opacity:1;transform:translateY(0)}.profile-section{padding:2.5rem}.profile-section h2{font-family:Rubik Mono One,sans-serif;font-size:1.8rem;margin-bottom:1.5rem}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.profile-avatar-section{align-items:center;display:flex;gap:1.5rem;margin-bottom:1rem}.avatar-container{cursor:pointer;position:relative;transition:all .3s ease}.avatar-container:hover .avatar-overlay{opacity:1}.profile-avatar{border:4px solid #fff3;border-radius:50%;height:120px;object-fit:cover;transition:all .3s ease;width:120px}.avatar-overlay{align-items:center;background:#000000b3;border-radius:50%;bottom:0;color:#fff;display:flex;font-family:Rubik Mono One,sans-serif;font-size:.8rem;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease}.upload-info{margin-top:1rem;text-align:center}.upload-info p{color:#fff;font-family:Kalam,cursive;font-size:.9rem;margin:.25rem 0}.upload-hint{color:#fff9!important;font-size:.8rem!important;font-style:italic}.profile-input-group{display:flex;flex-direction:column;gap:.5rem}.profile-input-group label{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.profile-input{background:#ffffff1a;border:2px solid #fff3;border-radius:8px;color:#fff;font-family:Kalam,cursive;font-size:1rem;padding:1rem;transition:all .3s ease}.profile-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.profile-input::placeholder{color:#ffffff80}.profile-input.disabled{background:#ffffff0d;color:#888;cursor:not-allowed}.profile-input-group small{color:#888;font-family:Kalam,cursive;font-size:.8rem;font-style:italic}.update-profile-button{background:linear-gradient(45deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Rubik Mono One,sans-serif;font-size:.9rem;letter-spacing:1px;margin-top:1rem;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.update-profile-button:hover:not(:disabled){box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.update-profile-button.submitting{cursor:not-allowed;opacity:.7;transform:none}.update-profile-button.pulse{animation:pulse 2s infinite}.status-message{animation:slideInDown .5s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;font-family:Kalam,cursive;font-size:1.1rem;margin:1rem 0;padding:1rem 1.5rem}.status-message.success{background:#4caf5033;border:1px solid #4caf504d;color:#4caf50}.status-message.error{background:#f4433633;border:1px solid #f443364d;color:#f44336}.status-message.pulse{animation:pulse 2s infinite}.notifications-container{display:flex;flex-direction:column;gap:.5rem;position:fixed;right:20px;top:20px;z-index:1000}.notification{animation:slideInRight .5s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;font-family:Kalam,cursive;font-size:.9rem;padding:1rem 1.5rem}.notification.info{background:#2196f333;border:1px solid #2196f34d;color:#2196f3}.notification.success{background:#4caf5033;border:1px solid #4caf504d;color:#4caf50}.notification.error{background:#f4433633;border:1px solid #f443364d;color:#f44336}.image-preview-modal{align-items:center;animation:fadeIn .3s ease;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.modal-content{border-radius:12px;box-shadow:0 20px 60px #00000080;max-height:90vh;max-width:90vw;position:relative}.close-button{align-items:center;background:#000000b3;border-radius:50%;color:#fff;display:flex;font-size:2rem;height:40px;justify-content:center;position:absolute;right:10px;top:10px;width:40px}.close-button:hover{background:#000000e6;transform:scale(1.1)}.preview-image{max-height:100%;object-fit:contain}.sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000f2;border-left:1px solid #ffffff1a;height:100vh;position:fixed;right:-300px;top:0;transition:all .3s ease;width:300px;z-index:1000}.sidebar.open{right:0}.sidebar-content{color:#fff;padding:2rem}.sidebar-content h3{color:#667eea;font-family:Rubik Mono One,sans-serif;font-size:1.2rem;margin-bottom:1.5rem}.sidebar-menu{list-style:none;margin:0;padding:0}.sidebar-menu li{background:#ffffff0d;border-radius:8px;cursor:pointer;font-family:Kalam,cursive;font-size:1rem;margin-bottom:.5rem;padding:1rem;transition:all .3s ease}.sidebar-menu li:hover{background:#ffffff1a;transform:translateX(5px)}.loading-overlay{align-items:center;background:#000000e6;bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:3000}.loading-spinner{border-top-color:#667eea;margin-bottom:1rem}.loading-overlay p{color:#888;font-family:Kalam,cursive;font-size:1.1rem}.no-posts{padding:3rem;text-align:center}.no-posts p{color:#888;font-family:Kalam,cursive;font-size:1.2rem;margin-bottom:1.5rem}.create-first-post-button{background:linear-gradient(45deg,#667eea,#764ba2);border:none;border-radius:25px;color:#fff;cursor:pointer;font-family:Rubik Mono One,sans-serif;font-size:.9rem;letter-spacing:1px;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.create-first-post-button:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@media (max-width:768px){.user-dashboard{padding:1rem}.user-header{align-items:flex-start;flex-direction:column;gap:1rem}.user-header h1{font-size:1.8rem}.header-actions{flex-direction:column;gap:1rem;width:100%}.tab-buttons{justify-content:space-between;width:100%}.tab-button{flex:1 1;text-align:center}.post-card,.welcome-stats{flex-direction:column;gap:1rem}.post-avatar{align-self:flex-start}.profile-avatar-section{flex-direction:column;text-align:center}.profile-avatar{height:100px;width:100px}.sidebar{right:-100%;width:100%}.notifications-container{left:20px;right:20px}}@media (max-width:480px){.user-header h1{font-size:1.5rem}.create-post-section,.posts-section,.profile-section,.user-info,.welcome-section{padding:1.5rem}.post-card{padding:1rem}.avatar-image{height:40px;width:40px}}.comments-section{border-top:1px solid #ffffff1a;margin-top:1rem;padding-top:1rem}.comment-input-container{align-items:flex-start;display:flex;gap:.5rem;margin-bottom:1rem}.comment-textarea{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;color:#fff;flex:1 1;font-family:Kalam,cursive;font-size:.9rem;max-height:120px;min-height:40px;outline:none;padding:.75rem;resize:none}.comment-textarea:focus{border-color:#1da1f2}.comment-submit-button{background:#1da1f2;border:none;border-radius:20px;color:#fff;cursor:pointer;font-family:Rubik Mono One,sans-serif;font-size:.8rem;padding:.5rem 1rem;transition:all .3s ease;white-space:nowrap}.comment-submit-button:hover:not(:disabled){background:#1a8cd8;transform:translateY(-1px)}.comment-submit-button:disabled{background:#666;cursor:not-allowed;transform:none}.comments-list{display:flex;flex-direction:column;gap:.75rem}.comment-item{background:#ffffff05;border-radius:12px;display:flex;gap:.75rem;padding:.75rem;transition:background-color .2s ease}.comment-item:hover{background:#ffffff0d}.comment-avatar{flex-shrink:0}.comment-avatar-image{border-radius:50%;height:32px;object-fit:cover;width:32px}.comment-content{flex:1 1;min-width:0}.comment-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.25rem}.comment-name{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:.8rem;font-weight:600}.comment-time{color:#888;font-family:Kalam,cursive;font-size:.7rem}.comment-text{color:#ccc;font-family:Kalam,cursive;font-size:.9rem;line-height:1.4;margin:0}.post-actions{border-top:1px solid #ffffff0d;justify-content:space-between;margin-top:1rem;padding-top:.75rem}.action-button,.post-actions{align-items:center;display:flex}.action-button{background:#0000;border:none;border-radius:20px;color:#888;cursor:pointer;font-family:Kalam,cursive;font-size:.9rem;gap:.5rem;padding:.5rem .75rem;transition:all .2s ease}.action-button:hover{background:#ffffff0d;color:#fff}.action-button.liked{color:#e0245e}.action-button.liked:hover{background:#e0245e1a}.action-icon{font-size:1.1rem}.action-count{font-size:.8rem;font-weight:500}.post-card{border-bottom:1px solid #ffffff0d;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:background-color .2s ease}.post-card:hover{background:#ffffff05}.post-avatar{flex-shrink:0}.avatar-image{border-radius:50%;height:48px;object-fit:cover;width:48px}.post-content{flex:1 1;min-width:0}.post-header{margin-bottom:.5rem}.post-user-info{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.post-name{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:.9rem;font-weight:600}.post-time,.post-username{color:#888;font-family:Kalam,cursive;font-size:.8rem}.post-text{margin-bottom:.75rem}.post-text p{word-wrap:break-word;color:#fff;font-family:Kalam,cursive;font-size:1rem;line-height:1.5;margin:0}.post-image{border-radius:12px;cursor:pointer;height:auto;margin-top:.75rem;max-width:100%;transition:opacity .2s ease}.post-image:hover{opacity:.9}.create-post-section{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:1rem;padding:1.5rem}.create-post-section h2{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:1.3rem;margin-bottom:1rem}.post-input-container{margin-bottom:1rem;position:relative}.post-textarea{background:#0000;border:none;color:#fff;font-family:Kalam,cursive;font-size:1.1rem;min-height:100px;outline:none;padding:1rem;resize:none;width:100%}.post-textarea::placeholder{color:#fff9}.post-input-footer{align-items:center;border-top:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:.75rem 0}.character-count{font-family:Kalam,cursive}.create-post-button{background:#1da1f2;border:none;border-radius:25px;color:#fff;cursor:pointer;font-family:Rubik Mono One,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:1px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.create-post-button:hover:not(:disabled){background:#1a8cd8;box-shadow:0 4px 12px #1da1f24d;transform:translateY(-2px)}.create-post-button:disabled{background:#666;box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.people-content{margin:0 auto;max-width:800px;padding:2rem}.people-content.fade-in{animation:fadeIn .6s ease-out}.people-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem}.people-section h2{margin-bottom:2rem;text-align:center}.users-list{display:flex;flex-direction:column;gap:1rem}.user-card{align-items:center;animation:fadeIn .5s ease-out;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;display:flex;padding:1rem;transition:all .3s ease}.user-card:hover{background:#ffffff14;box-shadow:0 8px 25px #0000004d;transform:translateY(-2px)}.user-avatar{margin-right:1rem}.user-info{flex:1 1}.user-details,.user-info{display:flex;flex-direction:column;gap:.25rem}.user-name{color:#fff;font-size:1rem;font-weight:600}.user-username{color:#888;font-size:.9rem}.user-stats{color:#666;display:flex;font-size:.8rem;gap:1rem}.user-stat{color:#888}.user-actions{margin-left:auto}.follow-button{background:linear-gradient(45deg,#1da1f2,#0d8bd9);border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.follow-button:hover{background:linear-gradient(45deg,#0d8bd9,#0a7bc7);box-shadow:0 4px 12px #1da1f24d;transform:translateY(-1px)}.follow-button.following{background:linear-gradient(45deg,#666,#444)}.follow-button.following:hover{background:linear-gradient(45deg,#f44,#c33)}.follow-button.pulse{animation:pulse .6s ease-in-out}.no-users{color:#888;padding:3rem;text-align:center}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141414f2;border:1px solid #ffffff1a;border-radius:16px;max-height:80vh;max-width:500px;overflow:hidden;padding:0;width:90%}.modal-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:1.5rem}.modal-header h3{color:#fff;font-size:1.2rem;font-weight:600;margin:0}.modal-body{max-height:60vh;overflow-y:auto;padding:1.5rem}.followers-list,.following-list{display:flex;flex-direction:column;gap:1rem}.follower-item,.following-item{align-items:center;background:#ffffff08;border-radius:8px;display:flex;padding:.75rem;transition:all .3s ease}.follower-item:hover,.following-item:hover{background:#ffffff14}.follower-avatar,.following-avatar{margin-right:1rem}.follower-info,.following-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.follower-name,.following-name{color:#fff;font-size:.95rem;font-weight:600}.follower-username,.following-username{color:#888;font-size:.85rem}.unfollow-button{background:linear-gradient(45deg,#f44,#c33);border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;padding:.4rem .8rem;transition:all .3s ease}.unfollow-button:hover{background:linear-gradient(45deg,#c33,#a22);transform:translateY(-1px)}.stat-card.clickable{cursor:pointer;transition:all .3s ease}.stat-card.clickable:hover{background:#ffffff1a;box-shadow:0 8px 25px #0000004d;transform:translateY(-2px)}@media (max-width:768px){.people-content{padding:1rem}.people-section{padding:1.5rem}.user-card{flex-direction:column;gap:1rem;text-align:center}.user-avatar{margin-right:0}.user-actions{margin-left:0}.modal-content{margin:1rem;width:95%}.follower-item,.following-item{flex-direction:column;gap:.5rem;text-align:center}.follower-avatar,.following-avatar{margin-right:0}}.clickable{cursor:pointer;transition:all .2s ease}.clickable:hover{opacity:.8;transform:scale(1.05)}.comment-name.clickable:hover,.follower-name.clickable:hover,.follower-username.clickable:hover,.following-name.clickable:hover,.following-username.clickable:hover,.post-name.clickable:hover,.post-username.clickable:hover{color:#1da1f2;text-decoration:underline}.avatar-image.clickable:hover,.comment-avatar-image.clickable:hover{border:2px solid #1da1f2;transform:scale(1.1)}.user-profile-modal{max-width:400px}.user-profile-content{align-items:center;display:flex;flex-direction:column;gap:1.5rem;text-align:center}.user-profile-avatar{margin-bottom:1rem}.profile-avatar-large{border:4px solid #fff3;border-radius:50%;height:120px;object-fit:cover;transition:all .3s ease;width:120px}.profile-avatar-large:hover{border-color:#1da1f2;transform:scale(1.05)}.user-profile-info{align-items:center;display:flex;flex-direction:column;gap:1rem;width:100%}.user-profile-name{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:1.3rem;margin:0}.user-profile-username{color:#888;font-family:Kalam,cursive;font-size:1rem;margin:0}.user-profile-stats{display:flex;gap:2rem;margin:1rem 0}.profile-stat{align-items:center;display:flex;flex-direction:column;gap:.25rem}.profile-stat .stat-number{color:#1da1f2;font-family:Rubik Mono One,sans-serif;font-size:1.2rem;font-weight:700}.profile-stat .stat-label{color:#888;font-family:Kalam,cursive;font-size:.8rem}.profile-follow-button{background:linear-gradient(135deg,#1da1f2,#0d8bd9);border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;margin-top:1rem;max-width:200px;padding:.75rem 2rem;transition:all .3s ease;width:100%}.profile-follow-button:hover{background:linear-gradient(135deg,#0d8bd9,#0a7bc7);box-shadow:0 4px 12px #1da1f24d;transform:translateY(-2px)}.profile-follow-button.following{background:linear-gradient(135deg,#6b7280,#4b5563)}.profile-follow-button.following:hover{background:linear-gradient(135deg,#ef4444,#dc2626)}@media (max-width:768px){.user-profile-modal{margin:1rem;max-width:90%}.user-profile-stats{gap:1rem}.profile-avatar-large{height:100px;width:100px}.user-profile-name{font-size:1.1rem}}.header-controls{align-items:center;display:flex;gap:1rem}.notification-button{background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.5rem;padding:.5rem;position:relative;transition:all .2s ease}.notification-button:hover{background:#ffffff1a;transform:scale(1.1)}.notification-badge{align-items:center;animation:pulse 2s infinite;background:#ef4444;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:700;height:20px;justify-content:center;position:absolute;right:0;top:0;width:20px}.notifications-modal{max-height:80vh;max-width:500px}.notification-actions{align-items:center;display:flex;gap:1rem}.mark-all-read-button{background:#3b82f61a;border:1px solid #3b82f6;border-radius:20px;color:#3b82f6;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .2s ease}.mark-all-read-button:hover{background:#3b82f6;color:#fff}.notifications-list{max-height:60vh;overflow-y:auto}.notification-item{align-items:flex-start;border-bottom:1px solid #ffffff1a;cursor:pointer;display:flex;padding:1rem;position:relative;transition:all .2s ease}.notification-item:hover{background:#ffffff0d}.notification-item.unread{background:#3b82f60d;border-left:3px solid #3b82f6}.notification-avatar{flex-shrink:0;margin-right:1rem;position:relative}.notification-content{flex:1 1;min-width:0}.notification-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.5rem}.notification-title{color:#fff;font-size:.9rem;font-weight:600}.notification-time{color:#9ca3af;flex-shrink:0;font-size:.75rem;margin-left:1rem}.notification-message{color:#d1d5db;font-size:.875rem;line-height:1.4;margin:0}.unread-indicator{background:#3b82f6;border-radius:50%;height:8px;position:absolute;right:1rem;top:1rem;width:8px}.no-notifications{color:#9ca3af;padding:2rem;text-align:center}.no-notifications p{font-size:1rem;margin:0}@media (max-width:768px){.header-controls{gap:.5rem}.notification-button{font-size:1.25rem;padding:.25rem}.notifications-modal{margin:1rem;max-width:95vw}.notification-item{padding:.75rem}.notification-header{align-items:flex-start;flex-direction:column}.notification-time{margin-left:0;margin-top:.25rem}}.user-profile-username{color:#9ca3af;font-size:.9rem;margin-bottom:.5rem}.user-profile-joined{color:#888;font-size:.9rem;margin-top:.5rem}.file-upload-section{background:#ffffff0d;border:1px solid #333;border-radius:8px;margin-top:1rem;padding:1rem}.upload-buttons{display:flex;gap:1rem;margin-bottom:1rem}.upload-button{align-items:center;background:linear-gradient(45deg,#333,#1a1a1a);border:1px solid #444;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.upload-button:hover{background:linear-gradient(45deg,#444,#2a2a2a);box-shadow:0 2px 8px #0000004d;transform:translateY(-1px)}.upload-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.clear-upload-button{background:linear-gradient(45deg,#dc3545,#c82333);border:1px solid #dc3545;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.clear-upload-button:hover{background:linear-gradient(45deg,#c82333,#bd2130);transform:translateY(-1px)}.clear-upload-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.file-preview{background:#0000004d;border:1px solid #444;border-radius:8px;margin-top:1rem;padding:1rem}.preview-image{object-fit:cover}.preview-image,.preview-video{border-radius:8px;max-height:300px;max-width:100%}.file-info{color:#888;display:flex;font-size:.8rem;justify-content:space-between;margin-top:.5rem}.post-video{background:#000;border-radius:12px;margin-top:1rem;max-height:400px;object-fit:cover;width:100%}.post-video:hover{transform:scale(1.02);transition:transform .3s ease}@media (max-width:768px){.upload-buttons{flex-direction:column;gap:.5rem}.clear-upload-button,.upload-button{justify-content:center;width:100%}.file-preview{padding:.5rem}.preview-image,.preview-video{max-height:200px}.post-video{max-height:250px}}.oauth-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;max-width:300px;width:100%}.oauth-button{align-items:center;background:#1a1a1a;border:1px solid #444;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-family:Rubik Mono One,sans-serif;font-size:.9rem;gap:.75rem;justify-content:center;letter-spacing:.5px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s ease;width:100%}.oauth-button:hover{background:#2a2a2a;box-shadow:0 3px 10px #0000004d;transform:translateY(-1px)}.oauth-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.oauth-button.google-button{border-color:#4285f4}.oauth-button.google-button:hover{background:#4285f4;border-color:#4285f4}.oauth-icon{flex-shrink:0;height:20px;width:20px}.oauth-divider{color:#888;font-size:.9rem;margin:1.5rem 0;position:relative;text-align:center}.oauth-divider:after,.oauth-divider:before{background:#444;content:"";height:1px;position:absolute;top:50%;width:30%}.oauth-divider:before{left:0}.oauth-divider:after{right:0}.oauth-divider span{background:#000;padding:0 1rem}.auth-callback{min-height:calc(100vh - 80px);padding:2rem}.auth-callback-content p{color:#fff;font-family:Comic Mono,monospace;font-size:1.1rem;font-weight:400;margin-top:1rem;opacity:.9}.loading-spinner{border:3px solid #333;height:40px;margin:0 auto 1rem;width:40px}@media (max-width:768px){.oauth-buttons{max-width:100%}.oauth-button{font-size:.8rem;padding:.6rem 1.2rem}.oauth-icon{height:18px;width:18px}.oauth-divider:after,.oauth-divider:before{width:25%}}.report-modal-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.report-modal-content{background:#1a1a1a;border:1px solid #333;border-radius:8px;box-shadow:0 10px 30px #00000080;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.report-modal-header{align-items:center;border-bottom:1px solid #333;display:flex;justify-content:space-between;padding:1.5rem}.report-modal-header h3{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:1.2rem;letter-spacing:.5px;margin:0;text-transform:uppercase}.close-button{background:none;border:none;border-radius:4px;color:#888;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:all .3s ease}.close-button:hover{background:#333;color:#fff}.report-modal-body{padding:1.5rem}.reported-post-preview{background:#2a2a2a;border-left:3px solid #4285f4;border-radius:6px;margin-bottom:2rem;padding:1rem}.reported-post-preview h4{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:.9rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.reported-post-preview p{color:#ccc;font-family:Comic Mono,monospace;line-height:1.5;margin-bottom:1rem}.reported-post-preview img,.reported-post-preview video{border:1px solid #333;border-radius:4px;max-height:200px;max-width:100%}.report-form{gap:1.5rem}.form-group,.report-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:.8rem;letter-spacing:.5px;text-transform:uppercase}.report-select{background:#2a2a2a;border:1px solid #444;border-radius:4px;color:#fff;cursor:pointer;font-family:Comic Mono,monospace;font-size:.9rem;padding:.75rem 1rem}.report-select:focus{border-color:#4285f4;box-shadow:0 0 0 2px #4285f433;outline:none}.report-select option,.report-textarea{background:#2a2a2a;color:#fff}.report-textarea{border:1px solid #444;border-radius:4px;font-family:Comic Mono,monospace;font-size:.9rem;min-height:100px;padding:.75rem 1rem;resize:vertical}.report-textarea:focus{border-color:#4285f4;box-shadow:0 0 0 2px #4285f433;outline:none}.report-textarea::placeholder{color:#666}.character-count{color:#888;font-family:Comic Mono,monospace;font-size:.8rem;text-align:right}.report-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.cancel-button,.submit-report-button{border:none;border-radius:4px;cursor:pointer;font-family:Rubik Mono One,sans-serif;font-size:.8rem;letter-spacing:.5px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.cancel-button{background:#6c757d;color:#fff}.cancel-button:hover:not(:disabled){background:#5a6268;transform:translateY(-1px)}.submit-report-button{background:#dc3545;color:#fff}.submit-report-button:hover:not(:disabled){background:#c82333;transform:translateY(-1px)}.cancel-button:disabled,.submit-report-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.error-message{background:#dc35451a;border:1px solid #dc3545;border-radius:4px;color:#dc3545;font-family:Comic Mono,monospace;font-size:.9rem;padding:.75rem 1rem}.report-button{align-items:center;background:none;border:none;border-radius:4px;color:#888;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem;transition:all .3s ease}.report-button:hover{background:#dc35451a;color:#dc3545}.report-button svg{height:16px;width:16px}@media (max-width:768px){.report-modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.report-modal-body,.report-modal-header{padding:1rem}.report-actions{flex-direction:column}.cancel-button,.submit-report-button{width:100%}}.notification-type-icon{align-items:center;background:#000c;border:2px solid #1a1a1a;border-radius:50%;bottom:-2px;display:flex;font-size:10px;height:20px;justify-content:center;position:absolute;right:-2px;width:20px}.notification-type-icon.like{background:#ef4444e6}.notification-type-icon.comment{background:#3b82f6e6}.notification-type-icon.comment_reply{background:#10b981e6}.notification-type-icon.follow{background:#a855f7e6}.notification-item.notification-type-like{border-left-color:#ef4444}.notification-item.notification-type-comment{border-left-color:#3b82f6}.notification-item.notification-type-comment_reply{border-left-color:#10b981}.notification-item.notification-type-follow{border-left-color:#a855f7}.notification-item.notification-type-like.unread{background:#ef44440d}.notification-item.notification-type-comment.unread{background:#3b82f60d}.notification-item.notification-type-comment_reply.unread{background:#10b9810d}.notification-item.notification-type-follow.unread{background:#a855f70d}.dashboard-error,.dashboard-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:50vh;padding:2rem;text-align:center}.dashboard-loading .loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:40px;margin-bottom:1rem;width:40px}.dashboard-error{color:#dc3545}.auth-callback{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.auth-callback-content{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;max-width:400px;padding:2rem;text-align:center;width:90%}.auth-callback-content .loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:40px;margin:0 auto 1rem;width:40px}.refreshing-indicator{animation:spin 1s linear infinite;display:inline-block;font-size:12px;margin-left:8px;opacity:.7}.loading-page{align-items:center;background:linear-gradient(135deg,#000,#1a1a1a);display:flex;justify-content:center;min-height:100vh}.loading-container{max-width:400px;padding:2rem;text-align:center}.loading-spinner{border:3px solid #ffffff1a;height:60px;margin:0 auto 2rem;width:60px}.loading-title{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:1.5rem;margin-bottom:1rem;text-shadow:0 0 10px #ffffff4d}.loading-subtitle{color:#888;font-family:Comic Relief,cursive;font-size:1rem;line-height:1.5;opacity:.8}@media (max-width:768px){.loading-container{padding:1rem}.loading-title{font-size:1.25rem}.loading-subtitle{font-size:.875rem}}.developer-portal{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:20px}.developer-portal,.developer-portal-loading{background:linear-gradient(135deg,#000,#1a1a1a);color:#fff;min-height:100vh}.developer-portal-loading{align-items:center;display:flex;flex-direction:column;justify-content:center}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;margin-bottom:20px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.portal-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000c;border:1px solid #333;border-radius:20px;box-shadow:0 8px 32px #0000004d;margin:0 auto 30px;max-width:1200px;padding:30px}.portal-title h1{-webkit-text-fill-color:#0000;animation:glow 2s ease-in-out infinite alternate;background:linear-gradient(45deg,#fff,#666);-webkit-background-clip:text;background-clip:text;font-family:Rubik Mono One,sans-serif;font-size:3rem;font-weight:800;margin-bottom:10px;text-shadow:0 0 20px #fff3}@keyframes glow{0%{text-shadow:0 0 20px #fff3}to{text-shadow:0 0 30px #fff6}}.portal-title p{color:#888;font-family:Comic Relief,cursive;font-size:1.2rem;letter-spacing:2px;margin-bottom:30px;opacity:.8}.portal-nav{display:flex;flex-wrap:wrap;gap:10px}.nav-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #444;border-radius:12px;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;padding:12px 24px;transition:all .3s ease}.nav-button:hover{background:#fff3;box-shadow:0 4px 20px #0000004d;transform:translateY(-2px)}.nav-button.active{background:#ffffff40;border-color:#666;box-shadow:0 4px 20px #0000004d}.portal-content{margin:0 auto;max-width:1200px}.glass-effect{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000c;border:1px solid #333;border-radius:20px;box-shadow:0 8px 32px #0000004d;margin-bottom:30px;padding:30px}.hero-section h2{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:20px;text-shadow:0 0 20px #fff3}.hero-section p{color:#ccc;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.feature-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:30px}.feature-card{background:#ffffff0d;border:1px solid #444;border-radius:15px;padding:25px;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#666;box-shadow:0 10px 30px #0006;transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:15px}.feature-card h3{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:1.3rem;margin-bottom:10px}.feature-card p{color:#ccc;line-height:1.5}.quick-start h3{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:2rem;margin-bottom:20px}.steps{display:flex;flex-direction:column;gap:20px}.step{background:#ffffff0d;border:1px solid #444;border-radius:15px;gap:20px;padding:20px}.step,.step-number{align-items:center;display:flex}.step-number{background:linear-gradient(45deg,#333,#1a1a1a);border:1px solid #444;border-radius:50%;flex-shrink:0;font-size:1.5rem;height:50px;justify-content:center;width:50px}.step-content h4,.step-number{color:#fff;font-family:Rubik Mono One,sans-serif}.step-content h4{font-size:1.2rem;margin-bottom:5px}.step-content p{color:#ccc}.authentication-section h2{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:2.5rem;margin-bottom:20px}.authentication-section p{color:#ccc;line-height:1.6;margin-bottom:30px}.api-key-section h3{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:1.5rem;margin-bottom:15px}.api-key-display{align-items:center;display:flex;gap:15px;margin-bottom:20px}.api-key{background:#00000080;color:#0f8;flex:1 1;font-family:Comic Mono,monospace;padding:12px 16px;word-break:break-all}.api-key,.copy-button{border:1px solid #444;border-radius:8px;font-size:.9rem}.copy-button{background:linear-gradient(45deg,#333,#1a1a1a);color:#fff;cursor:pointer;padding:8px 16px;transition:all .3s ease}.copy-button:hover{background:linear-gradient(45deg,#444,#333);transform:translateY(-2px)}.copy-button.small{font-size:.8rem;padding:6px 12px}.generate-key-section{background:#ffffff0d;border:1px solid #444;border-radius:15px;padding:30px;text-align:center}.generate-key-section p{color:#ccc;margin-bottom:20px}.generate-key-button{background:linear-gradient(45deg,#333,#1a1a1a);border:1px solid #444;border-radius:12px;color:#fff;cursor:pointer;font-family:Rubik Mono One,sans-serif;font-size:1rem;padding:15px 30px;transition:all .3s ease}.generate-key-button:hover:not(:disabled){background:linear-gradient(45deg,#444,#333);box-shadow:0 4px 20px #0000004d;transform:translateY(-2px)}.generate-key-button:disabled{cursor:not-allowed;opacity:.6}.usage-example h3{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:1.5rem;margin-bottom:15px}.code-block{background:#00000080;border:1px solid #444;border-radius:12px;overflow:hidden}.code-header{align-items:center;background:#ffffff0d;border-bottom:1px solid #444;display:flex;justify-content:space-between;padding:12px 16px}.code-header span{color:#fff;font-family:Comic Mono,monospace;font-size:.9rem;font-weight:500}.code-block pre{margin:0;overflow-x:auto;padding:20px}.code-block code{color:#0f8;font-family:Comic Mono,monospace;font-size:.9rem;line-height:1.5}.endpoints-section h2{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:2.5rem;margin-bottom:20px}.endpoints-section p{color:#ccc;margin-bottom:30px}.endpoint-group h3{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:2rem;margin-bottom:20px;margin-top:40px}.endpoint-card{background:#ffffff0d;border:1px solid #444;border-radius:15px;margin-bottom:20px;padding:25px;transition:all .3s ease}.endpoint-card:hover{border-color:#666;box-shadow:0 8px 25px #0000004d;transform:translateY(-2px)}.endpoint-header{align-items:center;display:flex;gap:15px;margin-bottom:15px}.method{border-radius:6px;font-family:Comic Mono,monospace;font-size:.8rem;font-weight:600;padding:6px 12px;text-transform:uppercase}.method.get{background:#0f8;color:#000}.method.post{background:#ff6b6b;color:#fff}.method.put{background:#4ecdc4;color:#000}.method.delete{background:#ff8a80;color:#fff}.endpoint-path{color:#0f8;font-family:Comic Mono,monospace;font-size:1rem}.endpoint-card p{color:#ccc;margin-bottom:20px}.endpoint-details{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr}.params h4,.response h4{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:1.1rem;margin-bottom:10px}.params ul{list-style:none;padding:0}.params li{background:#ffffff0d;border-radius:6px;color:#ccc;margin-bottom:8px;padding:8px 12px}.params code{background:#0000004d;border-radius:4px;color:#0f8;font-family:Comic Mono,monospace;padding:2px 6px}.response pre{background:#00000080;border:1px solid #444;border-radius:8px;overflow-x:auto;padding:15px}.response code{color:#0f8;font-family:Comic Mono,monospace;font-size:.85rem;line-height:1.4}.examples-section h2{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:2.5rem;margin-bottom:20px}.examples-section p{color:#ccc;margin-bottom:30px}.example-tabs{background:#ffffff0d;border:1px solid #444;border-radius:15px;overflow:hidden}.tab-buttons{background:#00000080;border-bottom:1px solid #444;display:flex}.tab-button{background:#0000;border:none;color:#ccc;cursor:pointer;font-family:Comic Mono,monospace;font-size:.9rem;padding:15px 25px;transition:all .3s ease}.tab-button:hover{background:#ffffff1a;color:#fff}.tab-button.active{background:#ffffff26;border-bottom:2px solid #0f8;color:#fff}.example-content{padding:30px}.example-card{margin-bottom:30px}.example-card h3{font-size:1.3rem;margin-bottom:15px}.dashboard-section h2,.example-card h3{color:#fff;font-family:Rubik Mono One,sans-serif}.dashboard-section h2{font-size:2.5rem;margin-bottom:20px}.dashboard-section p{color:#ccc;margin-bottom:30px}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.stat-card{align-items:center;background:#ffffff0d;border:1px solid #444;border-radius:15px;display:flex;gap:20px;padding:25px;transition:all .3s ease}.stat-card:hover{border-color:#666;box-shadow:0 8px 25px #0000004d;transform:translateY(-3px)}.stat-icon{flex-shrink:0;font-size:2.5rem}.stat-content h3{color:#ccc;font-family:Rubik Mono One,sans-serif;font-size:1rem;margin-bottom:5px}.stat-number{font-size:1.8rem;font-weight:700}.api-key-management h3,.stat-number{color:#fff;font-family:Rubik Mono One,sans-serif}.api-key-management h3{font-size:1.5rem;margin-bottom:20px}.key-info{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.key-details p{color:#ccc;margin-bottom:8px}.status.active{color:#0f8;font-weight:600}.key-actions{display:flex;gap:15px}.regenerate-button,.revoke-button{border-radius:8px;cursor:pointer;font-family:Comic Mono,monospace;font-size:.9rem;padding:10px 20px;transition:all .3s ease}.regenerate-button{background:linear-gradient(45deg,#333,#1a1a1a);border:1px solid #444;color:#fff}.regenerate-button:hover{background:linear-gradient(45deg,#444,#333);transform:translateY(-2px)}.revoke-button{background:linear-gradient(45deg,#ff6b6b,#ff5252);border:1px solid #ff6b6b;color:#fff}.revoke-button:hover{background:linear-gradient(45deg,#ff5252,#f44);transform:translateY(-2px)}.no-key{background:#ffffff0d;border:1px solid #444;border-radius:15px;padding:40px;text-align:center}.no-key p{color:#ccc;margin-bottom:20px}.usage-chart h3{color:#fff;font-family:Rubik Mono One,sans-serif;font-size:1.5rem;margin-bottom:20px}.chart-placeholder{background:#ffffff0d;border:1px solid #444;border-radius:15px;padding:40px;text-align:center}.chart-placeholder p{color:#ccc;margin-bottom:10px}.status-message{border-radius:10px;font-weight:500;margin:0 auto 20px;max-width:1200px;padding:15px 20px;text-align:center}.status-message.success{background:#00ff881a;border:1px solid #0f8;color:#0f8}.status-message.error{background:#ff6b6b1a;border:1px solid #ff6b6b;color:#ff6b6b}.status-message.info{background:#4ecdc41a;border:1px solid #4ecdc4;color:#4ecdc4}@media (max-width:768px){.developer-portal{padding:10px}.portal-header{padding:20px}.portal-title h1{font-size:2rem}.portal-nav{flex-direction:column}.nav-button{text-align:center}.endpoint-details,.feature-grid,.stats-grid{grid-template-columns:1fr}.key-info{align-items:flex-start;flex-direction:column}.key-actions{justify-content:center;width:100%}.step{flex-direction:column;text-align:center}.tab-buttons{flex-wrap:wrap}.tab-button{flex:1 1;min-width:120px}}
/*# sourceMappingURL=main.2b742a93.css.map*/