.home-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(135deg,#000,#1a1a2e,#16213e);color:#fff;min-height:100vh;position:relative;overflow-x:hidden}.background-elements{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.floating-orb{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(0,122,255,.15) 0%,rgba(0,122,255,.05) 50%,transparent 100%);animation:float 6s ease-in-out infinite}.orb-1{width:300px;height:300px;top:10%;right:-10%;animation-delay:0s}.orb-2{width:200px;height:200px;bottom:20%;left:-5%;animation-delay:-2s}.orb-3{width:150px;height:150px;top:60%;right:20%;animation-delay:-4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.home-header{padding:1.5rem 2rem;background:#0000004d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);text-align:center;position:relative;z-index:100}.home-logo{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#007aff,#00d4ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-1px;margin:0}.home-main{position:relative;z-index:10}.hero-section{min-height:90vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.hero-content{max-width:800px;text-align:center;z-index:10}.home-heading{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#fff}.gradient-text{background:linear-gradient(135deg,#007aff,#09f,#00d4ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home-subheading{font-size:clamp(1.1rem,2vw,1.25rem);color:#fffc;line-height:1.6;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.glassmorphism{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:25px;box-shadow:0 8px 32px #0000004d}.home-input-container{display:flex;align-items:center;width:100%;max-width:500px;margin:0 auto 2rem;padding:1.25rem 1.5rem;transition:all .3s ease}.home-input-container:hover{transform:translateY(-2px);box-shadow:0 12px 40px #007aff33}.home-input-container:focus-within{border-color:#007aff80;box-shadow:0 12px 40px #007aff4d}.home-input{flex:1;padding:0;font-size:1rem;border:none;outline:none;background:transparent;color:#fff;font-weight:500}.home-input::-moz-placeholder{color:#fff9}.home-input::placeholder{color:#fff9}.home-suggestions-list{list-style:none;padding:1rem 0;margin:1rem auto 0;width:100%;max-width:500px;max-height:280px;overflow-y:auto}.home-suggestion-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;cursor:pointer;transition:all .2s ease;border-radius:12px;margin:.25rem .5rem}.home-suggestion-item:hover{background:#ffffff1a;transform:translate(5px)}.home-suggestion-item svg{color:#007aff;flex-shrink:0}.scroll-indicator{margin-top:4rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.7}.scroll-indicator span{font-size:.9rem;color:#fffc}.bounce{animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.features-section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;color:#fff}.section-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#ffffffb3;max-width:600px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2.5rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,122,255,.5),transparent);transform:translate(-100%);transition:transform .6s ease}.feature-card:hover:before{transform:translate(100%)}.feature-card:hover{transform:translateY(-8px);background:#ffffff1a;box-shadow:0 25px 50px #007aff26}.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#007aff1a;border:1px solid rgba(0,122,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#007aff;transition:all .3s ease}.feature-card:hover .feature-icon{background:#007aff33;transform:rotate(5deg) scale(1.1)}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.feature-description{font-size:1rem;color:#fffc;line-height:1.6}.cta-section{padding:6rem 2rem;background:linear-gradient(135deg,#007aff1a,#7b68ee1a);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:32px;margin:2rem;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,122,255,.05) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-content{position:relative;z-index:2;max-width:600px;margin:0 auto}.cta-content h2{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem;color:#fff}.cta-content p{font-size:1.1rem;color:#fffc;margin-bottom:2rem;line-height:1.6}.cta-button{background:linear-gradient(135deg,#007aff,#7b68ee);color:#fff;padding:1.5rem 3rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #007aff4d}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #007aff66}.home-footer{background:#000c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);padding:3rem 2rem 1rem;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-brand h3{font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#007aff,#00d4ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.footer-brand p{color:#ffffffb3;font-size:1rem}.footer-social h4{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.home-socials{display:flex;gap:1rem}.home-social-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50%;transition:all .3s ease}.home-social-link:hover{background:#007aff1a;border-color:#007aff4d}.home-icon{font-size:1.5rem;color:#007aff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:#fff9;font-size:.9rem}@media (max-width: 768px){.home-header{padding:1rem}.home-logo{font-size:2rem}.hero-section{padding:1rem;min-height:80vh}.home-input-container{padding:1rem}.features-grid{grid-template-columns:1fr}.feature-card{padding:2rem 1.5rem}.cta-section{margin:1rem;padding:3rem 1.5rem}.footer-content{grid-template-columns:1fr;text-align:center}.home-socials{justify-content:center}}@media (max-width: 480px){.orb-1,.orb-2,.orb-3{display:none}.home-input-container{max-width:100%}.features-section{padding:3rem 1rem}.section-header{margin-bottom:2rem}}@media (prefers-reduced-motion: reduce){.floating-orb,.gradient-text,.bounce,.cta-section:before{animation:none}.feature-card:hover{transform:none}}.home-input:focus{box-shadow:none;outline:none}.cta-button:focus{outline:2px solid #007aff;outline-offset:2px}.home-social-link:focus{outline:2px solid #007aff;outline-offset:2px}.home-suggestions-list::-webkit-scrollbar{width:6px}.home-suggestions-list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.home-suggestions-list::-webkit-scrollbar-thumb{background:#007aff80;border-radius:3px}.home-suggestions-list::-webkit-scrollbar-thumb:hover{background:#007affb3}.footer{position:fixed;bottom:0;left:0;width:100%;height:68px;display:flex;justify-content:space-around;align-items:center;background:linear-gradient(180deg,#1a1a2e,#16213e);border-top:1px solid rgba(255,255,255,.15);padding:.5rem 1rem;z-index:1000;box-shadow:0 -4px 20px #00000080}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,122,255,.3),transparent)}.glassmorphism{background:#ffffff0d;-webkit-backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow-medium, 0 6px 20px rgba(0, 0, 0, .2))}.footer-link{color:inherit;text-decoration:none;display:flex;flex-direction:column;align-items:center;width:100%;max-width:70px;position:relative;transition:all var(--animation-duration-normal, .3s) ease}.footer-link-content{display:flex;flex-direction:column;align-items:center;width:100%;position:relative}.footer-icon-container{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff9;transition:all .4s ease;position:relative;overflow:hidden;margin-bottom:.25rem}.footer-icon-container:before{content:"";position:absolute;inset:0;border-radius:12px;background:linear-gradient(135deg,#007aff1a,#7b68ee1a);opacity:0;transition:opacity .3s ease}.footer-link:hover .footer-icon-container{background:#ffffff1a;border-color:#007aff4d;color:#ffffffe6;box-shadow:0 4px 15px #007aff33;transform:translateY(-2px)}.footer-link:hover .footer-icon-container:before{opacity:1}.footer-icon-container.active{background:#007aff26;border-color:#007aff66;color:#007aff;box-shadow:0 4px 20px #007aff4d}.footer-icon-container.active:before{opacity:1;background:linear-gradient(135deg,#007aff33,#7b68ee33)}.footer-icon-container.active:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:20px;height:2px;background:linear-gradient(90deg,#007aff,#7b68ee);border-radius:2px;box-shadow:0 2px 8px #007aff80}.footer-link-label{font-size:.7rem;font-weight:500;color:#fff9;transition:all var(--animation-duration-normal, .3s) ease;margin-top:.15rem;text-align:center;line-height:1.2}.footer-link:hover .footer-link-label{color:#ffffffe6;transform:translateY(-1px)}.footer-link.active .footer-link-label{color:#007aff;font-weight:600}.add-post-button{width:48px;height:48px;border-radius:50%;border:none;font-size:1px;background:linear-gradient(135deg,#f44336,#d32f2f);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px #f443364d;transition:all var(--animation-duration-normal, .3s) ease;position:relative;overflow:hidden;margin-bottom:9px}.add-post-button:before{content:"";position:absolute;inset:-2px;border-radius:50%;background:linear-gradient(135deg,#f44336,#ff6b6b,#d32f2f);opacity:0;transition:opacity .3s ease;z-index:-1}.add-post-button:hover:before{opacity:.7}.add-post-button:active{transform:scale(.95)}.gradient-button{background:linear-gradient(135deg,#f44336,#d32f2f);border:1px solid rgba(255,255,255,.1)}.add-post-button.gradient-button{border-radius:50%}.gradient-button:hover{background:linear-gradient(135deg,#ff5722,#f44336);box-shadow:0 8px 25px #f4433666}@media (max-width: 768px){.footer{height:64px;padding:.4rem .75rem}.footer-icon-container{width:34px;height:34px;border-radius:10px}.add-post-button{width:44px;height:44px;margin-bottom:7px}.footer-link-label{font-size:.7rem}}@media (max-width: 480px){.footer{height:60px;padding:.4rem}.footer-icon-container{width:32px;height:32px;border-radius:8px}.add-post-button{width:42px;height:42px;margin-bottom:6px}.footer-link-label{font-size:.65rem}.footer-link{max-width:60px}}@media (prefers-reduced-motion: reduce){.footer-icon-container,.footer-link-label,.add-post-button{transition:none}.footer-link:hover .footer-icon-container,.footer-link:hover .footer-link-label{transform:none}}.footer-link:focus{outline:2px solid #007aff;outline-offset:2px;border-radius:8px}.add-post-button:focus{outline:2px solid #f44336;outline-offset:2px}@media (prefers-contrast: high){.footer{background:linear-gradient(180deg,#0d0d1a,#0a0f1b);border-top-color:#ffffff80}.footer-icon-container{border-color:#ffffff4d}.footer-icon-container.active{background:#007aff4d;border-color:#007aff}}@media (prefers-color-scheme: dark){.footer{background:linear-gradient(180deg,#1a1a2e,#16213e)}.footer-icon-container{background:#ffffff08;border-color:#ffffff14}}@keyframes pulse{0%,to{box-shadow:var(--shadow-light, 0 4px 12px rgba(0, 0, 0, .15))}50%{box-shadow:var(--shadow-medium, 0 6px 20px rgba(0, 0, 0, .2))}}@keyframes glow{0%,to{box-shadow:var(--shadow-light, 0 4px 12px rgba(0, 0, 0, .15))}50%{box-shadow:var(--shadow-medium, 0 6px 20px rgba(0, 0, 0, .2))}}.footer::-webkit-scrollbar{display:none}@supports (padding-bottom: env(safe-area-inset-bottom)){.footer{padding-bottom:calc(.75rem + env(safe-area-inset-bottom))}}.city-page-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(135deg,#000,#1a1a2e,#16213e);color:#fff;display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative}.city-page-container:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;background:radial-gradient(circle at 80% 20%,rgba(0,122,255,.1) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(0,122,255,.08) 0%,transparent 50%),radial-gradient(circle at 60% 60%,rgba(123,104,238,.06) 0%,transparent 50%);animation:subtle-float 12s ease-in-out infinite}@keyframes subtle-float{0%,to{transform:translateY(0) rotate(0);opacity:1}50%{transform:translateY(-10px) rotate(2deg);opacity:.8}}.city-page-header{position:absolute;top:20px;left:20px;z-index:1000}.city-page-back-button{background:#000c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);padding:12px 18px;border-radius:25px;cursor:pointer;box-shadow:0 8px 32px #00000080;display:flex;align-items:center;gap:8px;color:#fff;font-size:14px;font-weight:600;transition:all .3s ease;min-width:140px;justify-content:center}.city-page-back-button:hover{background:#000000e6;transform:translateY(-2px);box-shadow:0 12px 40px #007aff4d;border-color:#007aff80;color:#00d4ff}.city-page-main{flex:1;position:relative}.city-page-map-container{position:absolute;inset:0;width:100%;height:100%;z-index:1}.city-page-error-container{position:absolute;top:30px;left:50%;transform:translate(-50%);background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);padding:20px;border-radius:20px;z-index:1000;min-width:350px;box-shadow:0 8px 32px #0000004d;color:#fff}.city-page-error-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.city-page-error-message{font-size:14px;color:#ffffffe6;font-weight:500}.city-page-close-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);font-size:16px;cursor:pointer;font-weight:700;color:#fff;padding:2px 6px;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.city-page-close-button:hover{background:#fff3;transform:scale(1.1)}.city-page-retry-button{background:linear-gradient(135deg,#f44336,#d32f2f);color:#fff;border:none;padding:10px 20px;border-radius:25px;cursor:pointer;font-weight:600;width:40%;display:block;margin:10px auto 0;transition:all .3s ease;box-shadow:0 4px 15px #f443364d}.city-page-retry-button:hover{background:linear-gradient(135deg,#d32f2f,#b71c1c);transform:translateY(-2px);box-shadow:0 6px 20px #f4433666}.city-page-map-controls{position:absolute;bottom:120px;right:20px;display:flex;flex-direction:column;gap:15px;z-index:1000}.city-page-map-button{background:#000c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);padding:12px 18px;border-radius:25px;cursor:pointer;box-shadow:0 8px 32px #00000080;display:flex;align-items:center;gap:8px;color:#fff;font-size:14px;font-weight:600;transition:all .3s ease;min-width:140px;justify-content:center}.city-page-map-button:hover{background:#000000e6;transform:translateY(-2px);box-shadow:0 12px 40px #007aff4d;border-color:#007aff80;color:#00d4ff}.city-page-map-button.clusters-enabled{background:linear-gradient(135deg,#f44336,#d32f2f);color:#fff;border-color:#f4433680}.city-page-map-button.clusters-enabled:hover{background:linear-gradient(135deg,#d32f2f,#b71c1c);border-color:#f44336b3}.city-page-threshold-container{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:15px;box-shadow:0 8px 32px #0000004d}.city-page-threshold-label{display:block;font-size:12px;margin-bottom:8px;color:#ffffffe6;font-weight:500}.city-page-threshold-slider{width:100%;height:6px;border-radius:3px;background:#fff3;outline:none;-webkit-appearance:none}.city-page-threshold-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#007aff,#09f);cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;box-shadow:0 4px 15px #007aff4d}.city-page-threshold-slider::-webkit-slider-thumb:hover{background:linear-gradient(135deg,#09f,#00d4ff);transform:scale(1.1);box-shadow:0 6px 20px #007aff66}.city-page-threshold-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#007aff,#09f);cursor:pointer;border:none;box-shadow:0 4px 15px #007aff4d}.scam-cluster-tooltip{background-color:#000c!important;border:none!important;border-radius:4px!important;padding:4px 8px!important;color:#fff!important;font-weight:700!important;box-shadow:0 1px 3px #0006!important}.scam-cluster-tooltip:before{border-top-color:#000c!important}.emoji-icon{background:none!important;border:none!important;text-align:center!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}@media (max-width: 768px){.city-page-header{top:15px;left:15px}.city-page-back-button{font-size:.9rem;padding:10px 16px}.city-page-map-controls{bottom:90px;right:15px}.city-page-map-button{padding:10px 15px;font-size:13px;min-width:120px}.city-page-threshold-container{padding:12px}.city-page-error-container{min-width:320px;left:15px;right:15px;transform:none;padding:15px}}@media (max-width: 480px){.city-page-container:before{background:radial-gradient(circle at 80% 20%,rgba(0,122,255,.05) 0%,transparent 40%),radial-gradient(circle at 20% 80%,rgba(0,122,255,.04) 0%,transparent 40%);animation-duration:8s}.city-page-header{top:10px;left:10px}.city-page-back-button{font-size:.85rem;padding:8px 12px}.city-page-map-controls{bottom:80px;right:10px}.city-page-map-button{padding:8px 12px;font-size:12px;min-width:100px}.city-page-error-container{min-width:280px;left:10px;right:10px;padding:12px}}@media (prefers-reduced-motion: reduce){.city-page-container:before{animation:none!important}.city-page-back-button,.city-page-map-button,.city-page-retry-button,.city-page-close-button{transition:none!important}.city-page-back-button:hover,.city-page-map-button:hover,.city-page-retry-button:hover,.city-page-close-button:hover{transform:none!important}}.city-page-map-button:focus{outline:2px solid #007aff;outline-offset:2px}.city-page-retry-button:focus{outline:2px solid #007aff;outline-offset:2px}.city-page-close-button:focus{outline:2px solid #007aff;outline-offset:2px}.maplibregl-popup{max-width:none!important}.maplibregl-popup-content{padding:0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;border:none!important;pointer-events:auto!important}.maplibregl-popup-tip,.maplibregl-popup-close-button{display:none!important}.city-page-back-button:focus{outline:2px solid #007aff;outline-offset:2px}.avatar-component{flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.avatar-picker-overlay{position:fixed;inset:0;background-color:#000000df;display:flex;justify-content:center;align-items:center;z-index:1000}.avatar-picker-modal{background:#fff;border-radius:15px;width:90%;max-width:400px;max-height:80vh;box-shadow:0 4px 20px #0000004d;overflow:hidden;display:flex;flex-direction:column}.avatar-picker-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(0,0,0,.1)}.avatar-picker-title{font-size:18px;font-weight:700;color:#1f2937;margin:0}.avatar-picker-close{background:none;border:none;font-size:18px;color:#6b7280;cursor:pointer;padding:5px;border-radius:4px;transition:background-color .2s}.avatar-picker-close:hover{background-color:#0000001a}.avatar-picker-grid-container{padding:20px;max-height:400px;overflow-y:auto}.avatar-picker-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.avatar-picker-option{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px 10px;border-radius:10px;border:2px solid transparent;cursor:pointer;transition:all .2s ease;position:relative;min-height:90px}.avatar-picker-option:hover{background-color:#3b82f61a;border-color:#3b82f64d}.avatar-picker-option.selected{border-color:#3b82f6;background-color:#3b82f61a}.avatar-picker-label{font-size:12px;color:#4b5563;text-align:center;font-weight:500;margin-top:8px;line-height:1.2}.avatar-picker-option.selected .avatar-picker-label{color:#3b82f6;font-weight:600}.avatar-picker-selected-indicator{position:absolute;top:5px;right:5px;background-color:#3b82f6;border-radius:50%;width:20px;height:20px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:12px;font-weight:700}.avatar-picker-footer{display:flex;justify-content:space-between;padding:20px;border-top:1px solid rgba(0,0,0,.1);gap:10px}.avatar-picker-cancel-btn{flex:1;background:transparent;border:1px solid #d1d5db;color:#4b5563;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:16px;transition:all .2s}.avatar-picker-cancel-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.avatar-picker-save-btn{flex:1;background:#3b82f6;border:1px solid #3b82f6;color:#fff;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:16px;font-weight:700;transition:all .2s}.avatar-picker-save-btn:hover{background:#2563eb;border-color:#2563eb}.profile-avatar-section{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.profile-avatar-edit-button{position:absolute;bottom:-2px;right:-2px;width:28px;height:28px;padding:0;line-height:0;border:none;border-radius:50%;background-color:#3b82f6;background-image:url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'>      <path d='M9.4 5l1.2-2h2.8l1.2 2H19a2 2 0 012 2v10a2 2 0 01-2 2H5a2 2 0 01-2-2V7a2 2 0 012-2h4.4zM12 17a4 4 0 100-8 4 4 0 000 8z'/>    </svg>");background-repeat:no-repeat;background-position:center;background-size:60%;display:inline-flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:background-color .2s}.profile-avatar-edit-button:hover{background-color:#2563eb}.post-list-post-author{display:flex;align-items:center;gap:8px;font-size:14px}.post-list-author-avatar{margin-right:5px}.post-list-author-name{color:#6b7280}.comment-author-info{display:flex;align-items:center;gap:8px}.comment-author-avatar{margin-right:5px}.comment-author{font-weight:700;color:#1f2937}.post-page-post-author{display:flex;align-items:center;gap:8px}.post-page-author-avatar{margin-right:5px}.post-page-comment-author-info{display:flex;align-items:center;gap:8px}.post-page-comment-author-avatar{margin-right:5px}@media (max-width: 768px){.avatar-picker-modal{width:95%;max-height:90vh}.avatar-picker-grid{grid-template-columns:repeat(2,1fr)}.avatar-picker-option{min-height:80px;padding:10px 8px}}.edit-pending-badge{background-color:#2196f326;border:1px solid rgba(33,150,243,.3);border-radius:12px;padding:.25rem .75rem;display:inline-flex;align-items:center;margin-left:.5rem;margin-bottom:.25rem}.edit-pending-text{color:#2196f3;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.edit-pending-badge{animation:pulse 3s infinite;will-change:opacity}@keyframes pulse{0%{opacity:1}50%{opacity:.85}to{opacity:1}}@media (prefers-reduced-motion: reduce){.edit-pending-badge{animation:none}}.profile-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(135deg,#000,#1a1a2e,#16213e);color:#fff;min-height:100vh;position:relative;width:100%}.profile-background-elements{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.profile-floating-orb{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(0,122,255,.08) 0%,rgba(0,122,255,.03) 50%,transparent 100%);will-change:transform;transform:translateZ(0);contain:layout style paint}.profile-orb-1{width:300px;height:300px;top:10%;right:-10%}.profile-orb-2{width:200px;height:200px;bottom:20%;left:-5%}.profile-orb-3{width:150px;height:150px;top:60%;right:20%}@keyframes profileFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.profile-main{position:relative;z-index:10;padding:3rem 2rem 2rem;max-width:1200px;margin:0 auto}.profile-hero-section{text-align:center;margin-bottom:3rem}.profile-heading{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#fff}.profile-error-banner,.profile-success-banner{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;margin:1rem auto;max-width:600px;border-radius:12px;font-weight:500}.profile-error-banner{background:#f4433626;border:1px solid rgba(244,67,54,.3);color:#ff6b6b}.profile-success-banner{background:#4caf5026;border:1px solid rgba(76,175,80,.3);color:#4caf50}.profile-card{max-width:800px;margin:0 auto 3rem;padding:2.5rem;position:relative;overflow:hidden}.profile-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,122,255,.5),transparent);transform:translate(-100%);transition:transform .6s ease}.profile-card:hover:before{transform:translate(100%)}.profile-avatar-section{display:flex;justify-content:center;margin-bottom:2rem}.profile-avatar-display{position:relative;display:flex;align-items:center;justify-content:center}.profile-avatar-container{position:relative}.profile-avatar-glow{display:none}@keyframes pulse{0%{transform:scale(.95);opacity:.3}to{transform:scale(1.05);opacity:.6}}.profile-avatar-edit-button{position:absolute;bottom:-5px;right:-5px;width:40px;height:40px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#007aff;transition:all var(--animation-duration-normal, .3s) ease}.profile-avatar-edit-button:hover{background:#007aff33;box-shadow:0 8px 25px #007aff4d}.profile-info-section{display:flex;flex-direction:column;gap:1.5rem}.profile-info-row{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#ffffff08;border-radius:12px;transition:all var(--animation-duration-normal, .3s) ease}.profile-info-row:hover{background:#ffffff0f;transform:translate(5px)}.profile-info-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#007aff1a;border:1px solid rgba(0,122,255,.2);color:#007aff;flex-shrink:0}.profile-info-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.profile-info-label,.profile-username-label{font-size:.875rem;color:#fff9;font-weight:500}.profile-info-value{font-size:1rem;color:#fff;font-weight:600}.profile-username-display{display:flex;flex-direction:column;gap:.5rem}.profile-username-value{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;color:#fff;font-weight:600}.profile-edit-inline-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem .75rem;height:32px;border:none;border-radius:8px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff!important;cursor:pointer;transition:all var(--animation-duration-normal, .3s) ease;font-size:.75rem;font-weight:500}.profile-edit-inline-button svg{color:#fff!important;fill:none!important;stroke:#fff!important;stroke-width:2px!important;stroke-linecap:round!important;stroke-linejoin:round!important}.profile-edit-inline-button:hover{background:#007aff26;transform:scale(1.05)}.profile-edit-inline-button:hover svg{color:#007aff!important;stroke:#007aff}.profile-username-edit-form{margin-top:1rem}.profile-edit-header{margin-bottom:1rem}.profile-input-container{display:flex;align-items:center;padding:1rem 1.5rem;margin-bottom:1rem;transition:all var(--animation-duration-normal, .3s) ease}.profile-input-container:focus-within{border-color:#007aff80;box-shadow:0 0 0 3px #007aff1a}.profile-modern-input{flex:1;border:none;outline:none;background:transparent;color:#fff;font-size:1rem;font-weight:500}.profile-modern-input::-moz-placeholder{color:#ffffff80}.profile-modern-input::placeholder{color:#ffffff80}.profile-status-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;white-space:nowrap}.profile-status-badge.available{background:#4caf5026;color:#4caf50}.profile-status-badge.taken{background:#f4433626;color:#f44336}.profile-edit-buttons{display:flex;gap:1rem;justify-content:flex-end}.profile-save-btn,.profile-cancel-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all var(--animation-duration-normal, .3s) ease}.profile-save-btn:disabled{opacity:.5;cursor:not-allowed}.profile-cancel-btn{background:#ffffff1a;color:#fff}.profile-cancel-btn:hover{background:#ffffff26}.gradient-button{background:linear-gradient(135deg,#007aff,#7b68ee);color:#fff;border:none;box-shadow:0 4px 15px #007aff4d}.gradient-button:hover{box-shadow:0 8px 25px #007aff66;transform:translateY(-2px)}.profile-actions-section{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.profile-action-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.profile-action-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all var(--animation-duration-normal, .3s) ease;min-width:150px;justify-content:center}.profile-action-btn.admin-btn{background:#7b68ee26;border:1px solid rgba(123,104,238,.3);color:#7b68ee}.profile-action-btn.logout-btn{background:#ffc10726;border:1px solid rgba(255,193,7,.3);color:#ffc107}.profile-action-btn.danger-btn{background:#f4433626;border:1px solid rgba(244,67,54,.3);color:#f44336}.profile-action-btn:hover{box-shadow:0 8px 25px #0003}.profile-reports-section{max-width:1000px;margin:0 auto 4rem;padding:2.5rem;min-height:300px}.profile-section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.profile-section-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:15px;background:#f443361a;border:1px solid rgba(244,67,54,.2);color:#f44336}.profile-section-title-content{flex:1}.profile-section-title{font-size:2rem;font-weight:700;margin:0 0 .5rem;color:#fff}.profile-section-subtitle{color:#fff9;font-size:1rem;margin:0}.profile-loading-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:#fff9;min-height:200px}.profile-reports-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.profile-report-card{padding:1.5rem;cursor:pointer;transition:all var(--animation-duration-normal, .3s) ease;position:relative;overflow:hidden}.profile-report-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(244,67,54,.5),transparent);transform:translate(-100%);transition:transform .6s ease}.profile-report-card:hover:before{transform:translate(100%)}.profile-report-card:hover{box-shadow:0 15px 35px #007aff26}.profile-report-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.profile-report-title-section{flex:1}.profile-report-title{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.4}.profile-report-city-badge{display:inline-block;padding:.25rem .75rem;background:#f4433626;color:#f44336;border-radius:12px;font-size:.75rem;font-weight:600}.profile-report-actions{display:flex;gap:.5rem}.profile-report-edit-btn{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem .75rem;border:none;border-radius:20px;background:#2196f326;color:#2196f3;cursor:pointer;transition:all var(--animation-duration-normal, .3s) ease;font-size:.75rem;font-weight:600}.profile-report-edit-btn span{display:inline-block}.profile-report-edit-btn:hover{background:#2196f340;box-shadow:0 4px 15px #2196f34d}.profile-report-title-container{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.profile-status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s ease}.profile-status-badge.pending{background:#ffc10726;border:1px solid rgba(255,193,7,.3);color:#ffc107}.profile-status-badge.pending:hover{background:#ffc10740;box-shadow:0 2px 8px #ffc10733}.profile-status-badge.approved{background:#4caf5026;border:1px solid rgba(76,175,80,.3);color:#4caf50}.profile-status-badge.approved:hover{background:#4caf5040;box-shadow:0 2px 8px #4caf5033}.profile-report-delete-btn{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem .75rem;border:none;border-radius:20px;background:#f4433626;color:#f44336;cursor:pointer;transition:all var(--animation-duration-normal, .3s) ease;font-size:.75rem;font-weight:600}.profile-report-delete-btn span{display:inline-block}.profile-report-delete-btn:hover{background:#f4433640;box-shadow:0 4px 15px #f443364d}.profile-report-description{color:#fffc;line-height:1.6;margin-bottom:1rem}.profile-report-footer{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem}.profile-report-meta{display:flex;justify-content:space-between;align-items:center}.profile-report-date{color:#fff9;font-size:.875rem}.profile-report-stats{display:flex;gap:1rem;align-items:center}.profile-stat{display:flex;align-items:center;gap:.25rem;color:#fff9;font-size:.875rem}.profile-stat.attestation-stat{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;border:1px solid rgba(0,122,255,.3);border-radius:12px;color:#007aff;background:#007aff1a;white-space:nowrap;transition:all .3s ease}.profile-stat.attestation-stat:hover{background:#007aff33;border-color:#007aff80;box-shadow:0 4px 15px #007aff33}.profile-stat-icon{font-size:1rem}.profile-stat.attestation-stat .profile-stat-icon{color:#007aff;display:flex;align-items:center}.profile-empty-state{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 2rem;text-align:center}.profile-empty-icon{display:flex;align-items:center;justify-content:center;width:100px;height:100px;border-radius:50%;background:#f443361a;color:#f4433680;margin-bottom:1rem}.profile-empty-state h3{font-size:1.5rem;font-weight:600;margin:0;color:#fff}.profile-empty-state p{color:#fff9;font-size:1rem;margin:0;max-width:400px;line-height:1.6}.profile-cta-button{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all var(--animation-duration-normal, .3s) ease;margin-top:1rem}.profile-modal-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(var(--backdrop-blur-light, 8px));backdrop-filter:blur(var(--backdrop-blur-light, 8px));display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.profile-modal{width:100%;max-width:500px;max-height:90vh;padding:2.5rem;overflow-x:hidden}.profile-modal-header{text-align:center;margin-bottom:2rem}.profile-modal-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;margin:0 auto 1.5rem}.profile-modal-icon.danger{background:#f4433626;color:#f44336}.profile-modal-title{font-size:1.75rem;font-weight:700;margin:0 0 1rem;color:#fff}.profile-modal-subtitle{color:#ffffffb3;line-height:1.6;margin:0}.profile-delete-form{display:flex;flex-direction:column;gap:1.5rem}.profile-form-group{display:flex;flex-direction:column;gap:.75rem}.profile-form-label{color:#fff;font-weight:500}.profile-modal-actions{display:flex;gap:1rem;margin-top:1rem}.profile-modal-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all var(--animation-duration-normal, .3s) ease}.profile-modal-btn.cancel-btn{color:#fff}.profile-modal-btn.danger-btn{background:linear-gradient(135deg,#f44336,#d32f2f);color:#fff;box-shadow:0 4px 15px #f443364d}.profile-modal-btn.danger-btn:hover{box-shadow:0 8px 25px #f4433666}.profile-modal-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.profile-main{padding:2rem 1rem 1rem}.profile-card,.profile-reports-section{padding:1.5rem}.profile-reports-grid{grid-template-columns:1fr}.profile-action-buttons{flex-direction:column;align-items:stretch}.profile-action-btn{min-width:auto}.profile-modal-actions{flex-direction:column}}@media (max-width: 480px){.profile-orb-1,.profile-orb-2,.profile-orb-3{display:none}.profile-heading{font-size:2rem}.profile-modal{padding:1.5rem}.profile-info-row{flex-direction:column;text-align:center}.profile-edit-buttons{flex-direction:column}}@media (prefers-reduced-motion: reduce){.profile-floating-orb,.gradient-text,.profile-spinner,.profile-avatar-glow{animation:none}.profile-report-card:hover,.profile-action-btn:hover{transform:none}}.profile-modern-input:focus{box-shadow:0 0 0 3px #007aff4d}.profile-action-btn:focus,.profile-modal-btn:focus{outline:2px solid #007aff;outline-offset:2px}.profile-modal::-webkit-scrollbar{width:6px}.profile-modal::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.profile-modal::-webkit-scrollbar-thumb{background:#007aff80;border-radius:3px}.profile-modal::-webkit-scrollbar-thumb:hover{background:#007affb3}body.post-form-open footer,body.post-form-open .footer{display:none!important}.post-form-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(var(--backdrop-blur-light, 8px));backdrop-filter:blur(var(--backdrop-blur-light, 8px));z-index:1000;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;animation:fadeIn .2s ease-out}.post-form-floating-orb{position:fixed;border-radius:50%;background:radial-gradient(circle,rgba(0,122,255,.08) 0%,rgba(0,122,255,.03) 50%,transparent 100%);animation:postFormFloat 10s ease-in-out infinite;pointer-events:none;z-index:999;will-change:transform;transform:translateZ(0);contain:layout style paint}.post-form-orb-1{width:200px;height:200px;top:10%;right:10%;animation-delay:0s}.post-form-orb-2{width:150px;height:150px;bottom:20%;left:10%;animation-delay:-2s}.post-form-orb-3{width:100px;height:100px;top:60%;right:30%;animation-delay:-4s}@keyframes postFormFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.post-form-modal{background:#ffffff1a;-webkit-backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));border:1px solid rgba(255,255,255,.2);border-radius:20px;box-shadow:var(--shadow-heavy, 0 8px 28px rgba(0, 0, 0, .25));width:95%;max-width:600px;height:calc(100vh - 2rem);max-height:calc(100vh - 2rem);color:#fff;position:relative;transform:scale(1);transition:all var(--animation-duration-normal, .3s) ease;display:flex;flex-direction:column;overflow:hidden}.post-form-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(0,122,255,.6),transparent);border-radius:20px 20px 0 0}.post-form-header{padding:2rem 2rem 0;flex-shrink:0;position:relative}.post-form-cancel-button-top{position:absolute;top:1.5rem;left:1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(var(--backdrop-blur-light, 8px));backdrop-filter:blur(var(--backdrop-blur-light, 8px));border:1px solid rgba(255,255,255,.3);border-radius:20px;padding:.5rem .75rem;color:#ffffffe6;cursor:pointer;transition:all var(--animation-duration-normal, .3s) ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:600;z-index:10;white-space:nowrap}.post-form-cancel-button-top:hover:not(:disabled){background:#fff3;color:#ff6b6b;box-shadow:var(--shadow-light, 0 4px 12px rgba(0, 0, 0, .15))}.post-form-cancel-button-top:disabled{opacity:.5;cursor:not-allowed}.post-form-heading{font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;text-align:center;background:linear-gradient(135deg,#007aff,#00d4ff,#7b68ee);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 3s ease-in-out infinite}.post-form-content{flex:1;overflow-y:auto;padding:0 2rem}.post-form-content::-webkit-scrollbar{width:8px}.post-form-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px;margin:.5rem 0}.post-form-content::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px;-webkit-transition:background .3s ease;transition:background .3s ease}.post-form-content::-webkit-scrollbar-thumb:hover{background:#ffffff80}.post-form-submit-container{display:flex;justify-content:center;margin:2.5rem 0 2rem;padding:0 2rem}.post-form-submit-button-center{padding:1rem 2rem;background:linear-gradient(135deg,#007aff,#7b68ee);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;transition:all var(--animation-duration-normal, .3s) ease;box-shadow:0 4px 15px #007aff4d;display:flex;align-items:center;gap:.75rem;min-width:200px;justify-content:center}.post-form-submit-button-center:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 25px #007aff66}.post-form-submit-button-center:disabled{opacity:.6;cursor:not-allowed;transform:none;background:#fff3;box-shadow:none}.gradient-text{background:linear-gradient(135deg,#007aff,#00d4ff,#7b68ee);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 3s ease-in-out infinite}.city-selection-section{margin-bottom:1.5rem;padding:1.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(var(--backdrop-blur-light, 8px));backdrop-filter:blur(var(--backdrop-blur-light, 8px));border:1px solid rgba(255,255,255,.1);border-radius:12px;position:relative}.city-selection-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,122,255,.3),transparent)}.current-city-info{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.current-city-text{font-size:.95rem;color:#ffffffe6;flex:1;min-width:200px;font-weight:500}.change-city-button{padding:.5rem 1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(var(--backdrop-blur-light, 8px));backdrop-filter:blur(var(--backdrop-blur-light, 8px));border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#007aff;cursor:pointer;font-size:.875rem;font-weight:600;transition:all var(--animation-duration-normal, .3s) ease;white-space:nowrap}.change-city-button:hover:not(:disabled){background:#007aff33;transform:translateY(-2px);box-shadow:0 4px 12px #007aff4d}.change-city-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.city-change-container{background:#ffffff0d;-webkit-backdrop-filter:blur(var(--backdrop-blur-light, 8px));backdrop-filter:blur(var(--backdrop-blur-light, 8px));border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1rem;margin-top:1rem}.post-form-group{margin-bottom:1.5rem}.post-form-group:last-child{margin-bottom:2rem}.post-form-label{display:block;margin-bottom:.5rem;font-size:.95rem;font-weight:600;color:#ffffffe6;letter-spacing:.25px}.post-form-input,.post-form-select,.post-form-textarea{width:100%;padding:.875rem 1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(var(--backdrop-blur-light, 8px));backdrop-filter:blur(var(--backdrop-blur-light, 8px));border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#fff;font-size:.95rem;font-family:inherit;transition:all var(--animation-duration-normal, .3s) ease;box-shadow:0 2px 8px #0000001a;box-sizing:border-box}.post-form-input:hover:not(:disabled):not(:focus){border-color:#fff6;background:#ffffff1f}.post-form-select:hover:not(:disabled):not(:focus){border-color:#fff6;background:#ffffff1f}.post-form-textarea:hover:not(:disabled):not(:focus){border-color:#fff6;background:#ffffff1f}.post-form-input:focus,.post-form-select:focus,.post-form-textarea:focus{outline:none;border-color:#007aff;background:#ffffff26;box-shadow:0 0 0 3px #007aff33,0 4px 12px #007aff1a;transform:translateY(-1px)}.post-form-input::-moz-placeholder,.post-form-select::-moz-placeholder,.post-form-textarea::-moz-placeholder{color:#fff9;font-weight:400}.post-form-input::placeholder,.post-form-select::placeholder,.post-form-textarea::placeholder{color:#fff9;font-weight:400}.post-form-input:disabled,.post-form-select:disabled,.post-form-textarea:disabled{opacity:.6;cursor:not-allowed;transform:none}.post-form-textarea{resize:vertical;min-height:120px;font-family:inherit;line-height:1.6}.post-form-select option{background:#000000e6;color:#fff;padding:.5rem;border:none}.post-form-select option:hover,.post-form-select option:focus,.post-form-select option:checked{background:#007affcc;color:#fff}.location-search-container{position:relative}.suggestions-container{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#ffffff26;-webkit-backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));border:1px solid rgba(255,255,255,.3);border-radius:12px;z-index:2000;max-height:250px;overflow-y:auto;box-shadow:0 8px 24px #0000004d}.suggestion-item{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer;font-size:.9rem;transition:all .2s ease;color:#ffffffe6}.suggestion-item:hover{background:#007aff33;transform:translate(4px)}.suggestion-item:last-child{border-bottom:none}.suggestion-item small{color:#ffffffb3;font-size:.8rem;display:block;margin-top:.25rem}.suggestion-item strong{color:#fff;font-weight:600}.search-button-container{margin-top:.75rem}.location-search-button{padding:.75rem 1.25rem;background:linear-gradient(135deg,#007aff,#7b68ee);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;transition:all var(--animation-duration-normal, .3s) ease;box-shadow:0 4px 15px #007aff4d;display:flex;align-items:center;gap:.5rem}.location-search-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #007aff66}.location-search-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.location-picker-map{height:200px;margin:.75rem 0;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #0003;position:relative}.location-picker-map:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(0,122,255,.4),transparent);z-index:1000}.post-form-error{background:#f4433626;-webkit-backdrop-filter:blur(var(--backdrop-blur-light, 8px));backdrop-filter:blur(var(--backdrop-blur-light, 8px));border:1px solid rgba(244,67,54,.3);border-radius:10px;padding:1rem 1.25rem;margin-bottom:1.25rem;color:#ff6b6b;font-size:.95rem;font-weight:500;text-align:center;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 4px 12px #f443361a}.post-form-success{background:#4caf5026;-webkit-backdrop-filter:blur(var(--backdrop-blur-light, 8px));backdrop-filter:blur(var(--backdrop-blur-light, 8px));border:1px solid rgba(76,175,80,.3);border-radius:10px;padding:1rem 1.25rem;margin-bottom:1.25rem;color:#4caf50;font-size:.95rem;font-weight:500;text-align:center;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 4px 12px #4caf501a}.post-form-spinner{animation:spin 1s linear infinite}@media (max-width: 768px){.post-form-overlay{padding:.5rem}.post-form-modal{width:calc(100vw - 1rem);max-width:none;height:calc(100vh - 1rem);max-height:calc(100vh - 1rem)}.post-form-header{padding:1.5rem 1.5rem 0}.post-form-cancel-button-top{top:1rem;left:1rem;padding:.4rem .6rem;font-size:.8rem}.post-form-submit-container{margin:1.5rem 0 1rem;padding:0 1.5rem}.post-form-submit-button-center{padding:.875rem 1.5rem;font-size:.95rem;min-width:180px}.post-form-content{padding:0 1.5rem}.post-form-content::-webkit-scrollbar{width:6px}.post-form-footer{padding:1.5rem}.post-form-heading{font-size:1.5rem}.current-city-info{flex-direction:column;align-items:stretch;gap:.75rem}.current-city-text{text-align:center;min-width:auto}.change-city-button{align-self:center;width:-moz-fit-content;width:fit-content}}@media (max-width: 480px){.post-form-overlay{padding:.25rem}.post-form-modal{width:calc(100vw - .5rem);height:calc(100vh - .5rem);max-height:calc(100vh - .5rem)}.post-form-header{padding:1.25rem 1.25rem 0}.post-form-cancel-button-top{top:.75rem;left:.75rem;padding:.35rem .5rem;font-size:.75rem;gap:.4rem}.post-form-submit-container{margin:1.25rem 0 1rem;padding:0 1.25rem}.post-form-submit-button-center{padding:.75rem 1.25rem;font-size:.9rem;min-width:160px}.post-form-content{padding:0 1.25rem}.post-form-content::-webkit-scrollbar{width:4px}.post-form-footer{padding:1.25rem}.city-selection-section{padding:1rem}.location-picker-map{height:180px}.suggestions-container{max-height:200px}}@media (prefers-reduced-motion: reduce){.post-form-modal,.post-form-input,.post-form-select,.post-form-textarea,.post-form-cancel-button,.post-form-submit-button,.location-search-button,.change-city-button,.suggestion-item{transition:none;animation:none}.post-form-floating-orb,.post-form-heading{animation:none}}@media (prefers-contrast: high){.post-form-modal{background:#000000f2;border:2px solid #fff}.post-form-input,.post-form-select,.post-form-textarea{background:#fff3;border:2px solid rgba(255,255,255,.5)}.post-form-input:focus,.post-form-select:focus,.post-form-textarea:focus{border-color:#fff;box-shadow:0 0 0 3px #ffffff4d}}.report-modal-overlay{position:fixed;inset:0;background-color:#000000b3;z-index:1000;display:flex;align-items:center;justify-content:center;overflow-y:auto;padding:1rem}.report-modal{background-color:#222;border-radius:10px;padding:15px;width:90%;max-width:400px;color:#fff;box-shadow:0 4px 10px #0000004d;max-height:85vh;overflow-y:auto}.report-modal-heading{font-size:1.2rem;margin:0 0 5px;text-align:center}.report-modal-post-title{font-size:.9rem;margin:0 0 15px;text-align:center;color:#aaa;font-style:italic}.report-modal-label{display:block;margin-bottom:4px;font-size:.9rem}.report-modal-form-group{margin-bottom:12px}.report-modal-input{width:100%;padding:8px;background-color:#333;border:1px solid #444;border-radius:4px;color:#fff;font-size:.9rem}.report-modal-input:focus{outline:none;border-color:#ff9800}.report-modal-input::-moz-placeholder{color:#888}.report-modal-input::placeholder{color:#888}.report-modal-input:disabled{opacity:.6;cursor:not-allowed}.report-modal-select{width:100%;padding:8px;background-color:#333;border:1px solid #444;border-radius:4px;color:#fff;font-size:.9rem}.report-modal-select:focus{outline:none;border-color:#ff9800}.report-modal-select:disabled{opacity:.6;cursor:not-allowed}.report-modal-textarea{font-family:Arial,sans-serif;width:100%;padding:8px;background-color:#333;border:1px solid #444;border-radius:4px;color:#fff;resize:vertical;font-size:.9rem}.report-modal-textarea:focus{outline:none;border-color:#ff9800}.report-modal-textarea::-moz-placeholder{color:#888}.report-modal-textarea::placeholder{color:#888}.report-modal-textarea:disabled{opacity:.6;cursor:not-allowed}.report-modal-button-container{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.report-modal-cancel-button{padding:8px 12px;background-color:transparent;border:1px solid #666;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem}.report-modal-cancel-button:hover:not(:disabled){background-color:#ffffff0d}.report-modal-cancel-button:disabled{opacity:.6;cursor:not-allowed}.report-modal-submit-button{padding:8px 12px;background-color:#ff9800;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem}.report-modal-submit-button:hover:not(:disabled){background-color:#f57c00}.report-modal-submit-button:disabled{opacity:.6;cursor:not-allowed}.report-modal-error{color:#f44336;margin-bottom:10px;font-size:.9rem;text-align:center}.report-modal-success{color:#4caf50;background-color:#4caf501a;padding:15px;border-radius:4px;text-align:center;margin-top:10px;border:1px solid rgba(76,175,80,.2)}.attest-modal-overlay{position:fixed;inset:0;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:10000;padding:20px}.attest-modal-container{background-color:var(--card-bg-color, #2a2a2a);border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0006;border:1px solid var(--border-color, rgba(255, 255, 255, .1));animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.attest-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 20px;border-bottom:1px solid var(--border-color, rgba(255, 255, 255, .1))}.attest-modal-title-section{display:flex;align-items:center;gap:12px}.attest-modal-icon{color:var(--primary-color, #ff6b35);font-size:20px}.attest-modal-title{margin:0;font-size:18px;font-weight:600;color:var(--text-color, #ffffff);line-height:1.3}.attest-modal-close-button{background:none;border:none;color:var(--text-color-muted, rgba(255, 255, 255, .6));font-size:18px;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.attest-modal-close-button:hover{background-color:#ffffff1a;color:var(--text-color, #ffffff)}.attest-modal-content{padding:24px}.attest-modal-subtitle{font-size:16px;font-weight:500;color:var(--text-color, #ffffff);margin-bottom:16px;line-height:1.4;font-style:italic}.attest-modal-description{font-size:14px;color:var(--text-color-muted, rgba(255, 255, 255, .8));line-height:1.5;margin-bottom:20px;margin-top:0}.attest-modal-form{display:flex;flex-direction:column}.attest-modal-comment-label{font-size:14px;font-weight:500;color:var(--text-color, #ffffff);margin-bottom:8px;display:block}.attest-modal-comment-input{background-color:var(--input-bg, rgba(255, 255, 255, .05));border:1px solid var(--input-border, rgba(255, 255, 255, .15));border-radius:8px;padding:12px;color:var(--text-color, #ffffff);font-size:14px;font-family:inherit;resize:vertical;min-height:100px;max-height:150px;margin-bottom:24px;transition:all .2s ease}.attest-modal-comment-input::-moz-placeholder{color:var(--placeholder-color, rgba(255, 255, 255, .4))}.attest-modal-comment-input::placeholder{color:var(--placeholder-color, rgba(255, 255, 255, .4))}.attest-modal-comment-input:focus{outline:none;border-color:var(--primary-color, #ff6b35);background-color:var(--input-bg-focus, rgba(255, 255, 255, .08));box-shadow:0 0 0 3px var(--primary-color-alpha, rgba(255, 107, 53, .1))}.attest-modal-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.attest-modal-cancel-button,.attest-modal-attest-button{padding:10px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-family:inherit;display:flex;align-items:center;gap:6px;min-width:80px;justify-content:center}.attest-modal-cancel-button{background-color:transparent;color:var(--text-color-muted, rgba(255, 255, 255, .8));border:1px solid var(--border-color, rgba(255, 255, 255, .3))}.attest-modal-cancel-button:hover:not(:disabled){background-color:#ffffff0d;color:var(--text-color, #ffffff);border-color:var(--border-color-hover, rgba(255, 255, 255, .5))}.attest-modal-attest-button{background-color:var(--primary-color, #ff6b35);color:var(--primary-text, #ffffff)}.attest-modal-attest-button:hover:not(:disabled){background-color:var(--primary-color-hover, #e55a2b);transform:translateY(-1px);box-shadow:0 4px 12px var(--primary-color-alpha, rgba(255, 107, 53, .3))}.attest-modal-attest-button:disabled,.attest-modal-cancel-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.attest-modal-button-icon{font-size:12px}@media (max-width: 768px){.attest-modal-overlay{padding:16px}.attest-modal-container{max-height:95vh}.attest-modal-header{padding:20px 20px 16px}.attest-modal-content{padding:20px}.attest-modal-title{font-size:16px}.attest-modal-footer{flex-direction:column;gap:8px}.attest-modal-cancel-button,.attest-modal-attest-button{width:100%}}@media (prefers-color-scheme: dark){.attest-modal-container{--card-bg-color: #1a1a1a;--text-color: #ffffff;--text-color-muted: rgba(255, 255, 255, .7);--border-color: rgba(255, 255, 255, .1);--input-bg: rgba(255, 255, 255, .05);--input-border: rgba(255, 255, 255, .15);--placeholder-color: rgba(255, 255, 255, .4)}}@media (prefers-color-scheme: light){.attest-modal-container{--card-bg-color: #ffffff;--text-color: #333333;--text-color-muted: rgba(51, 51, 51, .7);--border-color: rgba(0, 0, 0, .1);--input-bg: rgba(0, 0, 0, .02);--input-border: rgba(0, 0, 0, .15);--placeholder-color: rgba(51, 51, 51, .5)}.attest-modal-close-button:hover{background-color:#0000000d}.attest-modal-cancel-button:hover:not(:disabled){background-color:#00000005}}.post-list-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;flex-direction:column;gap:20px;width:100%;margin-top:20px;padding-bottom:100px;position:relative;z-index:10}.gradient-button{background:linear-gradient(135deg,#007aff,#7b68ee);border:none;border-radius:12px;color:#fff;font-weight:600;transition:all var(--animation-duration-normal, .3s) ease;box-shadow:var(--shadow-light, 0 4px 12px rgba(0, 0, 0, .15));display:flex;align-items:center;gap:.5rem}.post-list-controls{display:flex;flex-direction:column;gap:15px;padding:1.5rem;border-radius:16px}.post-list-filter-container{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap}.post-list-filter-button{display:flex;align-items:center;background:#ffffff0d;-webkit-backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:.75rem 1.25rem;cursor:pointer;font-size:.95rem;font-weight:500;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;transition:all var(--animation-duration-normal, .3s) ease;gap:.5rem}.post-list-filter-button:hover{background:#ffffff1a;transform:translateY(-1px);box-shadow:0 4px 15px #007aff33}.post-list-filter-badge{background:linear-gradient(135deg,#ff6b35,#ff4757);color:#fff;border-radius:20px;padding:4px 8px;font-size:.75rem;font-weight:600;margin-left:.5rem;box-shadow:0 2px 8px #ff6b354d}.post-list-sort-dropdown{display:flex;align-items:center;font-size:.95rem;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;gap:.75rem}.post-list-sort-select{background:#ffffff0d;-webkit-backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;padding:.75rem 1rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all var(--animation-duration-normal, .3s) ease;font-family:inherit}.post-list-sort-select:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.post-list-sort-select:hover{background:#ffffff1a}.post-list-sort-select option{background:#2a2a2a;color:#fff;padding:.5rem}.post-list-sort-select option:hover,.post-list-sort-select option:checked{background:#007aff;color:#fff}.post-list-active-filters{background:#ffffff0d;-webkit-backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));border:1px solid rgba(255,255,255,.1);padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px #0000001a}.post-list-active-filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;color:#fff}.post-list-active-filters-header h3{font-size:1.1rem;font-weight:600;margin:0;color:#fff}.post-list-clear-filters-button{background:linear-gradient(135deg,#ff6b35,#ff4757);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:12px;cursor:pointer;font-size:.85rem;font-weight:600;transition:all var(--animation-duration-normal, .3s) ease;box-shadow:var(--shadow-light, 0 4px 12px rgba(0, 0, 0, .15))}.post-list-clear-filters-button:hover{transform:translateY(-1px);box-shadow:0 6px 20px #ff6b3566}.post-list-tag-container{display:flex;flex-wrap:wrap;gap:12px}.post-list-active-tag{display:inline-flex;align-items:center;background:#007aff33;-webkit-backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));border:1px solid rgba(0,122,255,.3);padding:8px 16px;border-radius:20px;color:#fff;cursor:pointer;transition:all var(--animation-duration-normal, .3s) ease;font-size:.85rem;font-weight:500;gap:.5rem}.post-list-active-tag:hover{background:#007aff4d;transform:translateY(-1px);box-shadow:0 4px 15px #007aff33}.post-list-modal-overlay{position:fixed;inset:0;background-color:#000000b3;z-index:9998;display:flex;align-items:center;justify-content:center;padding:1rem}.post-list-filter-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#1e1e1ef2;-webkit-backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));width:90%;max-width:400px;border-radius:16px;z-index:9999;padding:20px;box-shadow:0 20px 60px #00000080;border:1px solid rgba(255,255,255,.2)}.post-list-filter-modal-header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:10px;color:#fff}.post-list-filter-modal-title{margin:0;font-size:1.2rem;font-weight:700;color:#fff}.post-list-close-button{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;transition:color .2s;width:30px;height:30px;border-radius:50%}.post-list-close-button:hover{background-color:#ffffff1a}.post-list-filter-tags{width:100%;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;color:#fff}.post-list-filter-tag{display:flex;align-items:center;padding:8px 12px;border-radius:20px;font-size:.9rem;cursor:pointer;transition:all .2s ease;border:1px solid rgba(255,255,255,.2);background-color:#ffffff0d;color:#ddd}.post-list-filter-tag:hover{background-color:#ffffff1a}.post-list-filter-tag.selected{background-color:#f44336;border-color:#f44336;color:#fff;box-shadow:0 2px 6px #f4433666}.post-list-filter-modal-footer{width:100%;display:flex;justify-content:space-between;margin-top:20px;padding-top:15px;border-top:1px solid rgba(255,255,255,.1)}.post-list-clear-button{background-color:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:10px 16px;border-radius:5px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.post-list-clear-button:hover{background-color:#ffffff0d}.post-list-apply-button{background-color:#f44336;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:.9rem;font-weight:700;transition:all .2s ease}.post-list-apply-button:hover{background-color:#d32f2f}.post-list-post{background-color:#0009;border-radius:8px;padding:15px;border:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer;transition:background-color .2s;margin-bottom:1.5rem}.post-list-post:last-child{margin-bottom:0}.post-list-post:hover{background-color:#000000b3}.post-list-post-title{font-size:1.2rem;margin-top:0;margin-bottom:10px;color:#fff}.post-list-post-description{margin-bottom:15px;line-height:1.5;color:#ddd}.post-list-post-tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px}.post-list-post-tag{font-size:.8rem;background-color:#333;color:#fff;padding:4px 8px;border-radius:4px}.post-list-post-meta{display:flex;justify-content:space-between;font-size:.8rem;color:#aaa;border-top:1px solid rgba(255,255,255,.1);padding-top:10px}.post-list-post-author{font-style:italic}.post-list-post-date{text-align:right}.post-list-button-container{margin-top:10px;display:flex;gap:10px}.post-list-attest-button{background-color:transparent;border:2px solid #007aff;border-radius:8px;padding:.6rem 1.2rem;cursor:pointer;font-size:.95rem;display:flex;align-items:center;justify-content:center;color:#007aff;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);gap:6px;position:relative;overflow:hidden}.post-list-attest-button:hover:not(:disabled){background-color:#007aff1a;border-color:#007aff;transform:translateY(-1px);box-shadow:0 4px 12px #007aff33}.post-list-attest-button.needs-verification{border:2px solid #ff6b35;color:#ff6b35;background:linear-gradient(135deg,#ff6b3508,#ff6b3514);font-weight:500}.post-list-attest-button.needs-verification:hover:not(:disabled){background:linear-gradient(135deg,#ff6b351a,#ff6b3526);border-color:#ff6b35;color:#ff6b35;transform:translateY(-2px);box-shadow:0 6px 16px #ff6b3540}.post-list-attest-button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.post-list-attest-button:disabled:hover{background-color:transparent}.post-list-attest-button.attested{background:linear-gradient(135deg,#007aff14,#007aff1f);border-color:#007aff;color:#007aff;position:relative;font-weight:500}.post-list-attest-button.attested:hover:not(:disabled){background:linear-gradient(135deg,#007aff1f,#007aff2e);border-color:#007aff;color:#007aff;box-shadow:0 4px 12px #007aff33}.post-list-attest-button.attested .icon-highlighted{color:#007aff}.post-list-attest-button.own-post{opacity:.5;cursor:not-allowed;border-color:#ffffff4d;color:#ffffff80}.post-list-attest-button.own-post:hover{background-color:transparent;transform:none;box-shadow:none}@keyframes pulse-glow{0%,to{box-shadow:0 0 #ff6b3566;border-color:#ff6b35}50%{box-shadow:0 0 20px 5px #ff6b3533;border-color:#f85}}.post-list-attest-button.pulse-attention{background:linear-gradient(135deg,#ff6b3514,#ff6b3526);border-color:#ff6b35;color:#ff6b35;font-weight:600}.post-list-attest-button.pulse-attention:hover{background:linear-gradient(135deg,#ff6b3526,#ff6b3540);box-shadow:0 8px 24px #ff6b3559;transform:translateY(-3px) scale(1.03)}.post-list-attest-button .attest-button-text{display:flex;align-items:center;gap:4px}.post-list-attest-button.login-required{border-style:dashed;opacity:.7}.post-list-attest-button.login-required:hover{border-style:solid;opacity:1}.attest-help-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:#fff3;color:currentColor;font-size:10px;margin-left:4px;cursor:help;position:relative}.attest-help-icon:hover:after{content:"Verify you've witnessed this scam to help others";position:absolute;bottom:100%;left:50%;transform:translate(-50%);white-space:nowrap;background:#000000e6;color:#fff;padding:6px 10px;border-radius:6px;font-size:12px;font-weight:400;margin-bottom:4px;pointer-events:none;z-index:1000}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}.post-list-attest-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ff6b3580;transform:translate(-50%,-50%);transition:width .6s,height .6s}.post-list-attest-button:active:before{width:300px;height:300px}.attest-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:linear-gradient(135deg,#ff6b35,#f85);color:#fff;border-radius:10px;font-size:11px;font-weight:700;margin-left:4px}.post-list-report-button{background-color:transparent;color:#ff9800;border:1px solid #ff9800;padding:.4rem .8rem;border-radius:4px;cursor:pointer;font-size:.9rem;margin-left:auto}.post-list-report-button:hover{background-color:#ff98001a}.post-list-edit-button{background-color:transparent;color:#2196f3;border:1px solid #2196f3;padding:.4rem .8rem;border-radius:4px;cursor:pointer;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.post-list-edit-button:hover{background-color:#2196f31a}.post-list-title-container{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.post-list-delete-button{background-color:red;color:#fff;border:none;padding:.5rem 1rem;border-radius:3px;cursor:pointer;position:absolute;top:15px;right:15px}.post-list-delete-button:hover{background-color:#d32f2f}.post-list-message{text-align:center;padding:20px;color:#aaa;background-color:#0006;border-radius:8px;margin-top:20px}.post-list-error{text-align:center;padding:20px;color:#ff6b6b;background-color:#0006;border-radius:8px;margin-top:20px}.post-list-confirm-modal{background:#1e1e1ef2;-webkit-backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;width:90%;max-width:400px;color:#fff;box-shadow:0 20px 60px #00000080;text-align:center;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.post-list-confirm-modal h3{font-size:1.3rem;font-weight:700;margin:0 0 1rem;color:#fff}.post-list-confirm-modal p{font-size:1rem;color:#fffc;margin:0 0 2rem;line-height:1.5}.post-list-confirm-buttons{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.post-list-cancel-button{padding:12px 24px;background:#ffffff0d;-webkit-backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;transition:all var(--animation-duration-normal, .3s) ease;font-family:inherit}.post-list-cancel-button:hover{background:#ffffff1a;transform:translateY(-1px)}.post-list-delete-confirm-button{padding:12px 24px;background:linear-gradient(135deg,#ff6b35,#ff4757);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;transition:all var(--animation-duration-normal, .3s) ease;box-shadow:var(--shadow-light, 0 4px 12px rgba(0, 0, 0, .15));font-family:inherit}.post-list-delete-confirm-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b3566}@media (max-width: 768px){.post-list-controls{padding:1rem}.post-list-filter-container{flex-direction:column;align-items:stretch;gap:1rem}.post-list-sort-dropdown{justify-content:space-between}.post-list-post{padding:1.25rem}.post-list-post-title{font-size:1.2rem}.post-list-filter-modal,.post-list-confirm-modal{width:95%;padding:1.5rem}}@media (max-width: 768px){.post-list-container{padding-bottom:90px}}@media (max-width: 480px){.post-list-container{padding-bottom:85px}.post-list-controls{padding:.75rem}.post-list-post{padding:1rem}.post-list-delete-button{top:.75rem;right:.75rem;padding:.5rem .75rem;font-size:.8rem}.post-list-post-meta{flex-direction:column;gap:.5rem;text-align:left}.post-list-button-container{flex-direction:column;align-items:stretch}.post-list-report-button{margin-left:0}}@media (prefers-reduced-motion: reduce){.post-list-post:hover{transform:none}.post-list-attest-button:hover:not(:disabled),.post-list-report-button:hover,.post-list-delete-button:hover{transform:none}}.post-list-filter-button:focus,.post-list-sort-select:focus,.post-list-attest-button:focus,.post-list-report-button:focus,.post-list-delete-button:focus,.post-list-cancel-button:focus,.post-list-delete-confirm-button:focus{outline:2px solid #007aff;outline-offset:2px}.post-list-city-request-section{margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;gap:16px}.post-list-request-button{padding:12px 24px;font-size:14px;font-weight:600;gap:8px;min-width:280px;justify-content:center;position:relative;overflow:hidden;transition:all .3s ease}.post-list-request-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #007aff4d}.post-list-request-button:disabled{opacity:.7;cursor:not-allowed}.post-list-request-button:disabled:hover{transform:none;box-shadow:var(--shadow-light, 0 4px 12px rgba(0, 0, 0, .15))}.post-list-request-status{padding:16px 24px;border-radius:12px;text-align:center;min-width:280px;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.request-status-content{display:flex;align-items:center;justify-content:center;gap:8px;color:#22c55e;font-weight:600;margin-bottom:8px}.request-count{font-size:13px;color:#ffffffb3;font-weight:500}.post-list-login-prompt{padding:16px 24px;border-radius:12px;text-align:center;min-width:280px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.post-list-login-prompt p{margin:0;color:#fffc;font-size:14px;font-weight:500}@media (max-width: 768px){.post-list-city-request-section{margin-top:20px;padding-top:20px;gap:12px}.post-list-request-button,.post-list-request-status,.post-list-login-prompt{min-width:100%;max-width:100%}.post-list-request-button{padding:14px 20px;font-size:16px}}.community-page-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(135deg,#000,#1a1a2e,#16213e);color:#fff;min-height:100vh;width:100%;display:flex;flex-direction:column;position:relative}.community-background-elements{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.community-floating-orb{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(0,122,255,.08) 0%,rgba(0,122,255,.03) 50%,transparent 100%);will-change:transform;transform:translateZ(0);contain:layout style paint}.community-orb-1{width:300px;height:300px;top:10%;right:-10%}.community-orb-2{width:200px;height:200px;bottom:20%;left:-5%}.community-orb-3{width:150px;height:150px;top:60%;right:20%}@keyframes communityFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.glassmorphism{background:#ffffff1a;-webkit-backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));border:1px solid rgba(255,255,255,.2);border-radius:16px;box-shadow:var(--shadow-medium, 0 6px 20px rgba(0, 0, 0, .2))}.gradient-button{background:linear-gradient(135deg,#007aff,#7b68ee);border:none;border-radius:12px;color:#fff;font-weight:600;transition:all var(--animation-duration-normal, .3s) ease;box-shadow:0 4px 15px #007aff4d;display:flex;align-items:center;gap:.5rem}.community-page-header{width:100%;padding:1.2rem 1.6rem;display:flex;justify-content:flex-start;background:#0000004d;-webkit-backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));border-bottom:1px solid rgba(255,255,255,.1);position:fixed;z-index:1000;box-sizing:border-box}.community-page-change-city-button{display:flex;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.85rem;font-weight:500;border:none;cursor:pointer;transition:all var(--animation-duration-normal, .3s) ease;color:#fff}.community-page-change-city-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #007aff33}.community-page-main{flex:1;display:flex;flex-direction:column;padding:100px 2rem 120px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box;position:relative;z-index:10}.community-hero-section{text-align:center;margin-bottom:3rem}.community-hero-content{max-width:800px;margin:0 auto}.community-hero-icon{width:80px;height:80px;margin:0 auto 2rem;background:#007aff1a;border:1px solid rgba(0,122,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#007aff;transition:all var(--animation-duration-normal, .3s) ease}.community-hero-icon:hover{background:#007aff33;transform:rotate(5deg) scale(1.1)}.community-page-heading{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#fff}.community-hero-subtitle{font-size:clamp(1.1rem,2vw,1.25rem);color:#fffc;line-height:1.6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.community-stats-section{margin-bottom:3rem;padding:3rem;position:relative;overflow:hidden}.community-stats-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,122,255,.5),transparent);transform:translate(-100%);transition:transform .6s ease}.community-stats-section:hover:before{transform:translate(100%)}.community-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.community-stat-card{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));backdrop-filter:blur(var(--backdrop-blur-heavy, 12px));border:1px solid rgba(255,255,255,.1);border-radius:16px;transition:all var(--animation-duration-normal, .3s) ease;box-shadow:0 4px 20px #0000001a}.community-stat-card:hover{background:#ffffff1a;box-shadow:0 8px 40px #007aff1a}.community-stat-icon{width:60px;height:60px;background:#007aff1a;border:1px solid rgba(0,122,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#007aff;flex-shrink:0;transition:all var(--animation-duration-normal, .3s) ease}.community-stat-card:hover .community-stat-icon{background:#007aff33;transform:rotate(5deg) scale(1.1)}.community-stat-content{flex:1}.community-stat-content h3{font-size:1.3rem;font-weight:600;margin:0 0 .5rem;color:#fff}.community-stat-content p{font-size:1rem;color:#fffc;margin:0;line-height:1.5}.community-action-section{display:flex;justify-content:center}.community-add-post-button{padding:1rem 2rem;font-size:1.1rem}.community-login-prompt{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem;max-width:600px;width:100%}.community-login-content{display:flex;align-items:center;gap:1rem;flex:1}.community-login-content svg{color:#007aff;flex-shrink:0}.community-login-text h3{margin:0 0 .25rem;font-size:1.2rem;font-weight:600;color:#fff}.community-login-text p{margin:0;color:#fffc;font-size:.95rem}.community-login-button{padding:.75rem 1.5rem;font-size:.95rem;white-space:nowrap;flex-shrink:0}.community-posts-section{width:100%}@media (max-width: 768px){.community-page-header{padding:.8rem}.community-page-main{padding:80px 1rem 120px}.community-stats-section{padding:2rem 1.5rem}.community-stats-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.community-stat-card{padding:1.5rem}.community-login-prompt{flex-direction:column;text-align:center;gap:1.5rem}.community-login-content{flex-direction:column;text-align:center}.community-login-button{width:100%;justify-content:center}}@media (max-width: 480px){.community-orb-1,.community-orb-2,.community-orb-3{display:none}.community-page-header{padding:.6rem}.community-page-main{padding:70px .75rem 120px}.community-stats-section{padding:1.5rem 1rem}.community-stat-card{flex-direction:column;text-align:center;padding:1.25rem}.community-stat-icon{width:50px;height:50px}.community-hero-icon{width:60px;height:60px}}@media (prefers-reduced-motion: reduce){.community-floating-orb,.gradient-text{animation:none}.community-stat-card:hover,.community-stat-card:hover .community-stat-icon{transform:none}}.community-page-change-city-button:focus,.community-add-post-button:focus,.community-login-button:focus{outline:2px solid #007aff;outline-offset:2px}.container{display:flex;min-height:100vh;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a202c,#2b6cb0,#1a202c)}.card{width:100%;max-width:28rem;border-radius:1rem;background-color:#ffffff1a;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 25px #00000080;border:1px solid rgba(255,255,255,.2)}.forgot-password{text-align:right;margin-top:5px}.forgot-button{background:none;border:none;color:#000;text-decoration:underline;cursor:pointer;font-size:.85rem;padding:0}.forgot-button:hover{color:#073def}.button.secondary{background-color:#f5f5f5;color:#333;border:1px solid #ddd;margin-top:10px}.button.secondary:hover{background-color:#e5e5e5}.title{text-align:center;color:#fff;font-size:2rem;font-weight:700;margin-bottom:.5rem}.subtitle{text-align:center;color:#d1d5db;font-size:.875rem;margin-bottom:1.5rem}.inputField{width:100%;padding:.5rem;margin-top:.25rem;margin-bottom:1rem;border:none;border-radius:.375rem;background-color:#fff3;color:#fff;outline:none}.inputField::-moz-placeholder{color:#dad7d7}.inputField::placeholder{color:#dad7d7}.button{width:100%;padding:.75rem;border:none;border-radius:.375rem;background-color:#3b82f6;color:#fff;font-weight:600;cursor:pointer;transition:background .2s ease;margin-bottom:1rem}.button:hover{background-color:#2563eb}.agree-container{margin:1rem 0}.privacy-link a{color:#fff;text-decoration:underline;margin-left:.25rem}.username-creation-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.username-creation-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 20px 60px #0000001a;width:100%;max-width:400px;text-align:center}.title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:10px}.subtitle{font-size:1.1rem;color:#666;margin-bottom:30px}.profile-photo{margin:20px 0}.profile-photo img{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid #667eea}.user-info{font-size:.9rem;color:#666;margin-bottom:30px;padding:10px;background:#f8f9fa;border-radius:6px}.username-input-container{margin-bottom:20px;text-align:left}.username-input-container label{display:block;margin-bottom:5px;font-weight:600;color:#333}.input-with-indicator{position:relative}.inputField{width:100%;padding:12px 16px;border:2px solid #ddd;border-radius:8px;font-size:16px;transition:all .3s ease;box-sizing:border-box}.inputField:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.inputField.available{border-color:#28a745;background-color:#f8fff9}.inputField.unavailable{border-color:#dc3545;background-color:#fff8f8}.availability-indicator{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:.8rem;font-weight:600}.availability-indicator .checking{color:#6c757d}.availability-indicator .available{color:#28a745}.availability-indicator .unavailable{color:#dc3545}.username-help{display:block;margin-top:5px;font-size:.8rem;color:#666;line-height:1.4}.button{width:100%;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.button:disabled{opacity:.6;cursor:not-allowed;transform:none}.skip-option{margin-top:30px;padding-top:20px;border-top:1px solid #eee}.link-button{background:none;border:none;color:#667eea;cursor:pointer;text-decoration:underline;font-size:.9rem;transition:color .2s ease}.link-button:hover:not(:disabled){color:#764ba2}.link-button:disabled{opacity:.6;cursor:not-allowed}.error{background:#f8d7da;color:#721c24;padding:12px;border-radius:6px;margin-bottom:20px;border:1px solid #f5c6cb}.info{background:#d4edda;color:#155724;padding:12px;border-radius:6px;margin-bottom:20px;border:1px solid #c3e6cb}@media (max-width: 480px){.username-creation-container{padding:10px}.username-creation-card{padding:30px 20px}.title{font-size:2rem}}.comment-report-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.comment-report-modal{background-color:#1a1a1a;border-radius:10px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 6px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.comment-report-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,.1)}.comment-report-modal-heading{color:#fff;font-size:20px;font-weight:700;margin:0}.comment-report-modal-close{background:none;border:none;color:#fff9;font-size:28px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:color .2s}.comment-report-modal-close:hover{color:#ffffffe6}.comment-report-item-info{padding:0 20px;margin:10px 0;color:#fff9;font-size:14px;font-style:italic;text-align:center}.comment-report-modal-error{color:#f44336;padding:10px 20px;margin:10px 0;text-align:center;background-color:#f443361a;border-radius:4px}.comment-report-modal-success{padding:20px;margin:20px;background-color:#4caf501a;border:1px solid rgba(76,175,80,.3);border-radius:4px}.comment-report-modal-success p{color:#4caf50;text-align:center;margin:0}.comment-report-form-group{margin:0 20px 15px}.comment-report-modal-label{display:block;color:#ffffffe6;font-size:14px;font-weight:600;margin-bottom:5px}.comment-report-preview{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:10px;max-height:100px;overflow-y:auto}.comment-report-text{color:#ffffffb3;font-size:13px;font-style:italic;margin:0;white-space:pre-wrap;word-break:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.comment-report-modal-select{width:100%;padding:10px;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;font-size:14px;cursor:pointer}.comment-report-modal-select:focus{outline:none;border-color:#42a5f5;box-shadow:0 0 0 2px #42a5f533}.comment-report-modal-select:disabled{opacity:.6;cursor:not-allowed}.comment-report-modal-select option{background-color:#1a1a1a;color:#fff}.comment-report-modal-input{width:100%;padding:10px;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;font-size:14px}.comment-report-modal-input::-moz-placeholder{color:#fff6}.comment-report-modal-input::placeholder{color:#fff6}.comment-report-modal-input:focus{outline:none;border-color:#42a5f5;box-shadow:0 0 0 2px #42a5f533}.comment-report-modal-input:disabled{opacity:.6;cursor:not-allowed}.comment-report-modal-textarea{width:100%;padding:10px;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;font-size:14px;resize:vertical;min-height:60px}.comment-report-modal-textarea::-moz-placeholder{color:#fff6}.comment-report-modal-textarea::placeholder{color:#fff6}.comment-report-modal-textarea:focus{outline:none;border-color:#42a5f5;box-shadow:0 0 0 2px #42a5f533}.comment-report-modal-textarea:disabled{opacity:.6;cursor:not-allowed}.comment-report-modal-actions{display:flex;justify-content:space-between;gap:10px;padding:20px;border-top:1px solid rgba(255,255,255,.1)}.comment-report-modal-cancel,.comment-report-modal-submit{flex:1;padding:12px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.comment-report-modal-cancel{background-color:transparent;border:1px solid rgba(255,255,255,.3);color:#ffffffe6}.comment-report-modal-cancel:hover:not(:disabled){background-color:#ffffff1a;border-color:#ffffff80}.comment-report-modal-submit{background-color:#42a5f5;border:none;color:#fff}.comment-report-modal-submit:hover:not(:disabled){background-color:#1e88e5}.comment-report-modal-cancel:disabled,.comment-report-modal-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.comment-report-modal{width:95%;max-height:90vh}.comment-report-modal-heading{font-size:18px}.comment-report-modal-actions{flex-direction:column}.comment-report-modal-cancel,.comment-report-modal-submit{width:100%}}.post-page-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(135deg,#000,#1a1a2e,#16213e);color:#fff;min-height:100vh;width:100%;max-width:100vw;display:flex;flex-direction:column;position:relative;overflow-x:hidden}.post-page-background-elements{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.post-page-floating-orb{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(0,122,255,.15) 0%,rgba(0,122,255,.05) 50%,transparent 100%)}.post-page-orb-1{width:300px;height:300px;top:10%;right:-10%}.post-page-orb-2{width:200px;height:200px;bottom:20%;left:-5%}.post-page-orb-3{width:150px;height:150px;top:60%;right:20%}@keyframes postPageFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.gradient-text{background:linear-gradient(135deg,#007aff,#00d4ff,#7b68ee);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.gradient-button{background:linear-gradient(135deg,#007aff,#7b68ee);border:none;border-radius:12px;color:#fff;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #007aff4d}.gradient-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #007aff66}.gradient-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.danger-btn{background:#f443361a;border:1px solid rgba(244,67,54,.3);color:#ff6b6b;border-radius:8px;transition:all .3s ease}.danger-btn:hover:not(:disabled){background:#f4433633;border-color:#f4433680;color:#ff8a80}.post-page-header{width:100%;max-width:100%;padding:1.5rem 2rem;display:flex;justify-content:flex-start;background:#0000004d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);position:fixed;z-index:1000;box-sizing:border-box}.post-page-back-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;border:none;cursor:pointer;transition:all .3s ease;color:#fff}.post-page-back-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #007aff33}.post-page-main{flex:1;display:flex;flex-direction:column;align-items:center;padding:0 2rem 3rem;padding-top:100px;width:100%;max-width:100vw;box-sizing:border-box;position:relative;z-index:10}.post-page-post{width:100%;max-width:900px;padding:3rem;box-sizing:border-box;overflow:hidden;position:relative}.post-page-title-container{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1.5rem;min-width:0}.post-page-post-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1;margin:0;color:#fff;word-wrap:break-word;overflow-wrap:break-word;flex:1;min-width:0}.post-page-map-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:12px;text-decoration:none;font-size:.95rem;font-weight:500;border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0;color:#fff;background:#f443361a;border:1px solid rgba(244,67,54,.3)}.post-page-map-button:hover:not(:disabled){background:#f4433633;border-color:#f4433680;transform:translateY(-2px);box-shadow:0 8px 25px #f4433633}.post-page-tag-container{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;width:100%;box-sizing:border-box}.post-page-tag{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;white-space:nowrap;word-wrap:break-word;color:#007aff;transition:all .3s ease}.post-page-post-meta{display:flex;justify-content:space-between;align-items:center;color:#fffc;font-size:.95rem;margin-bottom:2rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);gap:1.5rem;flex-wrap:wrap;min-width:0}.post-page-post-author{display:flex;align-items:center;gap:.75rem;color:#fff;font-weight:500}.post-page-date{color:#fff9;font-size:.9rem;white-space:nowrap}.post-page-post-content{font-size:1.2rem;line-height:1.7;white-space:pre-wrap;margin-bottom:2.5rem;color:#ffffffe6;word-wrap:break-word;overflow-wrap:break-word}.post-page-post-actions{display:flex;gap:1.5rem;margin-bottom:2rem;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;flex-wrap:wrap}.post-page-attest-button{display:flex;align-items:center;gap:.75rem;padding:1rem 1.75rem;font-size:1rem;font-weight:600;border:1px solid rgba(0,122,255,.3);border-radius:12px;cursor:pointer;transition:all .3s ease;color:#007aff;background:#007aff1a;white-space:nowrap}.post-page-attest-button:hover:not(:disabled){background:#007aff33;border-color:#007aff80;transform:translateY(-2px);box-shadow:0 8px 25px #007aff4d}.post-page-attest-button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.post-page-attest-button.attested{background:#007aff33;border-color:#007aff66;color:#00d4ff}.post-page-edit-button{display:flex;align-items:center;gap:.75rem;padding:1rem 1.75rem;font-size:1rem;font-weight:600;border:1px solid rgba(33,150,243,.3);border-radius:12px;cursor:pointer;transition:all .3s ease;color:#2196f3;background:#2196f31a;white-space:nowrap}.post-page-edit-button:hover{background:#2196f333;border-color:#2196f380;transform:translateY(-2px);box-shadow:0 8px 25px #2196f34d}.post-page-delete-button{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.9rem;font-weight:600;background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:10px;color:#ef4444;cursor:pointer;transition:all .3s ease}.post-page-delete-button:hover{background:#ef444440;border-color:#ef444480;transform:scale(1.05) rotate(5deg);box-shadow:0 4px 15px #ef44444d}.post-page-attestation-status{margin:1.5rem 0;padding:1rem 1.5rem;border-radius:16px;position:relative;overflow:hidden}.attestation-status-content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.attestation-status-info{display:flex;align-items:center;gap:.75rem}.attestation-status-icon{color:#4a9eff;flex-shrink:0}.attestation-status-text{color:#fff;font-size:1rem;font-weight:500}.attestation-status-delete-button{padding:.5rem;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.attestation-status-delete-button:hover{transform:scale(1.1)}.post-page-comments-section{margin-top:2.5rem;width:100%;box-sizing:border-box;padding:0 1rem}.post-page-section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.post-page-section-icon{width:60px;height:60px;background:#007aff1a;border:1px solid rgba(0,122,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#007aff;flex-shrink:0}.post-page-section-title-content{flex:1}.post-page-comments-title{font-size:1.8rem;font-weight:700;margin:0 0 .5rem;color:#fff}.post-page-section-subtitle{font-size:1rem;color:#ffffffb3;margin:0}.post-page-comment-form{margin-bottom:2.5rem;padding:2rem;border-radius:16px;width:100%;box-sizing:border-box;position:relative;overflow:hidden;margin-left:0;margin-right:0}.post-page-comment-input{width:100%;padding:1rem 1.25rem;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:1rem;font-family:inherit;resize:vertical;margin-bottom:1rem;box-sizing:border-box;transition:all .3s ease;min-height:120px;line-height:1.6}.post-page-comment-input:hover:not(:disabled):not(:focus){border-color:#fff6;background:#ffffff0d}.post-page-comment-input:focus{outline:none;border-color:#007aff80;background:#ffffff14;box-shadow:0 0 0 3px #007aff33;transform:translateY(-1px)}.post-page-comment-input::-moz-placeholder{color:#ffffff80}.post-page-comment-input::placeholder{color:#ffffff80}.post-page-comment-input:disabled{opacity:.6;cursor:not-allowed}.post-page-comment-button{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;color:#fff}.post-page-comment-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.post-page-login-prompt{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2rem;border-radius:16px;text-align:center;margin-bottom:2rem;box-sizing:border-box;color:#fffc}.post-page-login-prompt p{margin:0;font-size:1rem;font-weight:500}.post-page-comments-list{display:flex;flex-direction:column;gap:1.5rem;width:100%;box-sizing:border-box;padding:0;margin:0}.post-page-comment{padding:2rem;border-radius:16px;position:relative;margin-bottom:1rem;width:100%;box-sizing:border-box;overflow:visible;transition:all .3s ease;background:#ffffff05}.post-page-comment:hover{transform:translateY(-2px);background:#ffffff0a}.post-page-comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap;min-width:0;padding:0}.post-page-comment-author-info{display:flex;align-items:center;gap:.75rem;margin-left:.5rem}.post-page-comment-author{font-weight:600;color:#fff;word-wrap:break-word;overflow-wrap:break-word;font-size:1rem}.post-page-comment-date{font-size:.85rem;color:#fff9;white-space:nowrap;flex-shrink:0}.post-page-comment-text{margin:0 0 2rem .5rem;padding:0;color:#ffffffe6;line-height:1.6;font-size:1rem;word-wrap:break-word;overflow-wrap:break-word}.post-page-vote-container{display:flex;gap:1rem;margin-bottom:2rem;margin-left:.5rem;flex-wrap:wrap;align-items:center;padding-left:0}.post-page-vote-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;color:#ffffffb3;white-space:nowrap}.post-page-vote-button:hover:not(:disabled){color:#fff;transform:translateY(-1px)}.post-page-vote-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.post-page-vote-button.liked{color:#ff6b6b;background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3)}.post-page-vote-button.disliked{color:#5e82f7;background:#5e82f71a;border:1px solid rgba(94,130,247,.3)}.post-page-comment-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;margin-left:.5rem;margin-right:.5rem;gap:1rem;flex-wrap:wrap;min-width:0;padding-left:0}.post-page-reply-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;color:#ffffffb3;white-space:nowrap}.post-page-reply-button:hover:not(:disabled){color:#007aff;background:#007aff1a;transform:translate(3px)}.post-page-toggle-replies-button{padding:.5rem 1rem;font-size:.85rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;color:#ffffffb3;white-space:nowrap}.post-page-toggle-replies-button:hover:not(:disabled){color:#fff;background:#ffffff1a}.post-page-delete-comment-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.post-page-reply-form{margin-top:1.25rem;margin-bottom:1.25rem;padding:1.5rem;border-radius:12px;width:100%;box-sizing:border-box;position:relative;overflow:hidden}.post-page-reply-input{width:100%;padding:.875rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#fff;font-size:.95rem;font-family:inherit;resize:vertical;margin-bottom:1rem;box-sizing:border-box;transition:all .3s ease;min-height:100px;line-height:1.6}.post-page-reply-input:hover:not(:disabled):not(:focus){border-color:#fff6;background:#ffffff0d}.post-page-reply-input:focus{outline:none;border-color:#007aff80;background:#ffffff14;box-shadow:0 0 0 3px #007aff33;transform:translateY(-1px)}.post-page-reply-input::-moz-placeholder{color:#ffffff80}.post-page-reply-input::placeholder{color:#ffffff80}.post-page-reply-input:disabled{opacity:.6;cursor:not-allowed}.post-page-reply-form-actions{display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.post-page-cancel-button{padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .3s ease;white-space:nowrap;color:#fffc}.post-page-cancel-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.post-page-reply-submit-button{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;white-space:nowrap;color:#fff}.post-page-reply-submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.post-page-replies-container{margin-top:1.5rem;margin-left:2rem;margin-right:0;width:calc(100% - 2rem);box-sizing:border-box;border-left:2px solid rgba(0,122,255,.3);padding-left:1.5rem;padding-right:0;position:relative}.post-page-no-comments{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 2rem;border-radius:16px;text-align:center;color:#fff9}.post-page-no-comments h3{margin:0;font-size:1.5rem;font-weight:600;color:#fff}.post-page-no-comments p{margin:0;font-size:1rem;line-height:1.6}.post-page-loading-container{display:flex;justify-content:center;align-items:center;min-height:100vh;color:#fff;background:linear-gradient(135deg,#000,#1a1a2e,#16213e);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.post-page-error-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;color:#fff;background:linear-gradient(135deg,#000,#1a1a2e,#16213e);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;padding:2rem;box-sizing:border-box}.post-page-error-text{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;color:#ff6b6b;text-align:center;word-wrap:break-word}@media (max-width: 768px){.post-page-header{padding:1rem}.post-page-main{padding:0 1rem 2rem;padding-top:80px}.post-page-post{padding:2rem 1.5rem}.post-page-title-container{flex-direction:column;align-items:flex-start;gap:1rem}.post-page-post-meta{flex-direction:column;align-items:flex-start;gap:.75rem}.post-page-comment-form{padding:1.5rem}.post-page-section-header{flex-direction:column;text-align:center;gap:1rem}.post-page-section-icon{align-self:center}}@media (max-width: 480px){.post-page-orb-1,.post-page-orb-2,.post-page-orb-3{display:none}.post-page-header{padding:.75rem}.post-page-main{padding:0 .75rem 1.5rem;padding-top:70px}.post-page-post{padding:1.5rem 1rem}.post-page-comment-form{padding:1rem}.post-page-comment-header{flex-direction:column;align-items:flex-start;gap:.5rem}.post-page-comment-date{white-space:normal}.post-page-reply-form-actions{flex-direction:column;gap:.5rem}.post-page-cancel-button,.post-page-reply-submit-button{width:100%;justify-content:center}.post-page-vote-container{flex-direction:column;gap:.5rem;align-items:flex-start}.post-page-tag-container{gap:.5rem}.post-page-replies-container{margin-left:1.5rem;margin-right:0;width:calc(100% - 1.5rem);padding-left:1rem;padding-right:0}}@media (prefers-reduced-motion: reduce){.post-page-floating-orb,.gradient-text,.post-page-spinner{animation:none}.post-page-comment:hover{transform:none}.post-page-vote-button:hover:not(:disabled),.post-page-reply-button:hover:not(:disabled),.post-page-attest-button:hover:not(:disabled){transform:none}}.post-page-comment-input:focus,.post-page-reply-input:focus{box-shadow:0 0 0 3px #007aff4d}.post-page-back-button:focus,.post-page-attest-button:focus,.post-page-comment-button:focus,.post-page-reply-submit-button:focus{outline:2px solid #007aff;outline-offset:2px}.post-page-comments-list::-webkit-scrollbar{width:6px}.post-page-comments-list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.post-page-comments-list::-webkit-scrollbar-thumb{background:#007aff80;border-radius:3px}.post-page-comments-list::-webkit-scrollbar-thumb:hover{background:#007affb3}.post-page-post:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,122,255,.5),transparent);transform:translate(-100%);transition:transform .6s ease}.post-page-post:hover:before{transform:translate(100%)}.post-page-attestation-status{margin:1rem 0;padding:.75rem 1rem;background-color:#4a9eff1a;border:1px solid rgba(74,158,255,.3);border-radius:8px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.attestation-status-content{display:flex;justify-content:space-between;align-items:center}.attestation-status-info{display:flex;align-items:center;gap:8px}.attestation-status-icon{color:#4a9eff;font-size:14px;flex-shrink:0}.attestation-status-text{color:#fff;font-size:.9rem;font-weight:500}.attestation-status-delete-button{background:transparent;border:none;color:#fff9;cursor:pointer;padding:6px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.attestation-status-delete-button:hover{color:#ff6b6b;background-color:#ff6b6b1a}.attestation-status-delete-button:active{transform:scale(.95)}.post-page-report-comment-button{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);color:#ff6b6bcc;padding:.4rem .8rem;border-radius:8px;cursor:pointer;font-size:.75rem;display:flex;align-items:center;gap:.3rem;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.post-page-report-comment-button:hover{background:#ff6b6b33;border-color:#ff6b6b80;color:#ff6b6b;transform:translateY(-1px)}.post-page-comment-attestation{position:relative}.post-page-attestation-content{background-color:#4a9eff14;border-radius:8px;padding:8px 12px;margin-top:8px;position:relative}.post-page-attestation-content:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#4a9eff,transparent);border-radius:2px 2px 0 0}.post-page-attestation-content .post-page-comment-text{font-weight:500;color:#fffffff2;line-height:1.6}.post-page-comment-text.comment-deleted{font-style:italic;color:#fff6;opacity:.8}.post-edit-form-container{min-height:100vh;background-color:#f5f5f5}.post-edit-form-header{position:sticky;top:0;background-color:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 2rem;z-index:100}.cancel-button{background-color:#0000001a;color:#333;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s}.cancel-button:hover{background-color:#00000026}.post-edit-form-main{max-width:600px;margin:0 auto;padding:2rem}.form-heading{font-size:2rem;font-weight:700;color:#333;margin-bottom:.5rem;text-align:center}.form-subheading{font-size:1rem;color:#666;margin-bottom:1.5rem;text-align:center}.admin-badge{background-color:#2196f31a;border:1px solid #2196f3;border-radius:16px;padding:.5rem 1rem;margin-bottom:1rem;text-align:center;color:#2196f3;font-size:12px;font-weight:600}.edit-form{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 4px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#333;font-size:14px;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:16px;color:#333;background-color:#f9f9f9;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2196f3;background-color:#fff}.form-group textarea{resize:vertical;font-family:inherit}.category-buttons{display:flex;flex-direction:column;gap:.5rem}.category-button{background-color:#f9f9f9;border:1px solid #ddd;border-radius:5px;padding:.75rem;text-align:center;cursor:pointer;font-size:14px;font-weight:500;color:#333;transition:all .2s}.category-button:hover{background-color:#f0f0f0}.category-button.selected{background-color:#2196f31a;border-color:#2196f3;color:#2196f3}.scam-type-grid{display:flex;flex-wrap:wrap;gap:.5rem}.scam-type-button{background-color:#f9f9f9;border:1px solid #ddd;border-radius:5px;padding:.5rem 1rem;min-width:100px;text-align:center;cursor:pointer;font-size:12px;color:#333;transition:all .2s}.scam-type-button:hover{background-color:#f0f0f0}.scam-type-button.selected{background-color:#2196f31a;border-color:#2196f3;color:#2196f3}.tag-display{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tag{background-color:#2196f31a;border:1px solid #2196f3;border-radius:15px;padding:.25rem .75rem;font-size:12px;color:#2196f3;font-weight:500}.map-container{height:200px;border-radius:8px;overflow:hidden;background-color:#f9f9f9;border:1px solid #ddd}.map-placeholder{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#666;padding:1rem;text-align:center}.map-placeholder p{margin:.25rem 0}.map-note{font-size:12px;color:#999;margin-top:.5rem}.map-controls{margin-top:10px;display:flex;justify-content:space-between;align-items:center}.coordinates-display{font-size:12px;color:#666;font-family:monospace}.reset-location-button{display:flex;align-items:center;gap:5px;padding:6px 12px;background-color:#6366f1;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .2s}.reset-location-button:hover{background-color:#4f46e5}.reset-location-button:active{transform:scale(.98)}.error-message{background-color:#ffebee;color:#c62828;padding:.75rem;border-radius:5px;margin-bottom:1rem;font-size:14px}.success-message{background-color:#e8f5e9;color:#2e7d32;padding:.75rem;border-radius:5px;margin-bottom:1rem;font-size:14px}.submit-button{width:100%;background-color:#ff6b35;color:#fff;border:none;padding:1rem;border-radius:5px;font-size:18px;font-weight:700;cursor:pointer;transition:background-color .2s}.submit-button:hover:not(:disabled){background-color:#ff5722}.submit-button:disabled{opacity:.6;cursor:not-allowed}.loading-container,.error-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #ff6b35;border-radius:50%;animation:spin 1s linear infinite}.error-text{color:#c62828;font-size:18px;text-align:center;margin-bottom:1rem}.back-button{background-color:#ff6b35;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;cursor:pointer;font-size:16px;transition:background-color .2s}.back-button:hover{background-color:#ff5722}@media (max-width: 768px){.post-edit-form-main{padding:1rem}.edit-form{padding:1.5rem}.form-heading{font-size:1.5rem}.scam-type-button{min-width:80px;font-size:11px;padding:.4rem .8rem}}.emergency-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(135deg,#000,#1a1a2e,#16213e);color:#fff;min-height:100vh;position:relative;overflow-x:hidden;padding-bottom:80px}.emergency-background-elements{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.emergency-floating-orb{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(220,38,127,.15) 0%,rgba(220,38,127,.05) 50%,transparent 100%)}.emergency-orb-1{width:300px;height:300px;top:10%;right:-10%}.emergency-orb-2{width:200px;height:200px;bottom:20%;left:-5%}.emergency-orb-3{width:150px;height:150px;top:60%;right:20%}@keyframes emergencyFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.glassmorphism{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;box-shadow:0 8px 32px #0000004d}.gradient-text{background:linear-gradient(135deg,#dc267f,#fe6b8b,#ff8e53);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@keyframes gradientShift{0%,to{filter:hue-rotate(0deg)}50%{filter:hue-rotate(10deg)}}.emergency-promo-section{margin:3rem auto 2rem;padding:1.5rem;max-width:600px;text-align:center;position:relative;z-index:10}.emergency-promo-text{font-size:.95rem;line-height:1.6;margin:0;color:#ffffffe6}.emergency-promo-link{color:#dc267f;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem;transition:all .3s ease}.emergency-promo-link:hover{color:#fe6b8b;text-shadow:0 0 10px rgba(220,38,127,.5)}.emergency-external-icon{opacity:.7}.emergency-main{position:relative;z-index:10;padding:2rem;max-width:1200px;margin:0 auto}.emergency-hero-section{text-align:center;margin-bottom:3rem}.emergency-heading{font-size:2.5rem;font-weight:800;margin:0;letter-spacing:-1px;line-height:1.2}.emergency-contacts-section{padding:2.5rem;margin-bottom:2rem}.emergency-contacts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.emergency-contact-card{padding:2.5rem 2rem;text-align:center;transition:all .4s ease;cursor:pointer;position:relative;overflow:hidden}.emergency-contact-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#dc267f1a,#fe6b8b0d);opacity:0;transition:opacity .3s ease}.emergency-contact-card:hover:before{opacity:1}.emergency-contact-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #0006}.emergency-card-icon-container{position:relative;display:inline-block;margin-bottom:1.5rem}.emergency-contact-icon{color:#dc267f;filter:drop-shadow(0 0 20px rgba(220,38,127,.4));position:relative;z-index:2}.emergency-icon-glow{position:absolute;top:50%;left:50%;width:80px;height:80px;background:radial-gradient(circle,rgba(220,38,127,.3) 0%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%);z-index:1}@keyframes iconPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.8}}.emergency-card-title{font-size:1.4rem;font-weight:700;margin:0 0 1rem;color:#fff;letter-spacing:.5px}.emergency-phone-number{font-size:1.6rem;font-weight:800;color:#dc267f;margin:0;text-shadow:0 0 15px rgba(220,38,127,.3);letter-spacing:1px}.emergency-no-data{text-align:center;padding:4rem 2rem}.emergency-no-data-icon{margin-bottom:2rem}.emergency-spinner{color:#dc267f}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.emergency-no-data h3{font-size:1.8rem;font-weight:700;margin:0 0 1rem;color:#ffffffe6}.emergency-no-data p{font-size:1rem;color:#ffffffb3;line-height:1.6;max-width:500px;margin:0 auto}.emergency-disclaimer{padding:2rem;display:flex;align-items:flex-start;gap:1rem;background:#ffc1071a;border:1px solid rgba(255,193,7,.3)}.emergency-disclaimer-icon{font-size:1.5rem;flex-shrink:0;margin-top:.25rem}.emergency-disclaimer-content{flex:1}.emergency-disclaimer-text{font-size:.9rem;line-height:1.6;margin:0;color:#fffc}.emergency-email-link{color:#dc267f;font-weight:600;text-decoration:none;transition:all .3s ease}.emergency-email-link:hover{color:#fe6b8b;text-shadow:0 0 10px rgba(220,38,127,.5)}@media (max-width: 768px){.emergency-main{padding:2rem 1rem 1rem}.emergency-heading{font-size:2rem}.emergency-contacts-section{padding:1.5rem}.emergency-contacts-grid{grid-template-columns:1fr;gap:1.5rem}.emergency-contact-card{padding:2rem 1.5rem}.emergency-phone-number{font-size:1.4rem}.emergency-promo-section{margin:1rem;padding:1rem}.emergency-disclaimer{flex-direction:column;align-items:center;text-align:center;padding:1.5rem}}@media (max-width: 480px){.emergency-heading{font-size:1.6rem}.emergency-contact-card{padding:1.5rem 1rem}.emergency-card-title,.emergency-phone-number{font-size:1.2rem}.emergency-promo-section{margin:2rem auto 1rem}.emergency-promo-text{font-size:.85rem}}.superadmin-panel{max-width:1000px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.superadmin-header{margin-bottom:30px;text-align:center}.superadmin-header h2{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:10px}.superadmin-header p{color:#6b7280;font-size:1rem;max-width:600px;margin:0 auto}.loading-message{text-align:center;padding:40px;font-size:1.1rem;color:#6b7280}.error-message{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:.9rem}.add-admin-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;margin-bottom:30px;box-shadow:0 1px 3px #0000001a}.add-admin-section h3{color:#1f2937;font-size:1.3rem;font-weight:600;margin-bottom:16px}.add-admin-form{display:flex;gap:16px;align-items:end}.form-group{flex:1}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#374151}.form-group input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.add-admin-button{background-color:#3b82f6;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s;white-space:nowrap}.add-admin-button:hover:not(:disabled){background-color:#2563eb}.add-admin-button:disabled{background-color:#9ca3af;cursor:not-allowed}.admin-list-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;margin-bottom:30px;box-shadow:0 1px 3px #0000001a}.admin-list-section h3{color:#1f2937;font-size:1.3rem;font-weight:600;margin-bottom:20px}.no-admins-message{text-align:center;color:#6b7280;font-style:italic;padding:40px}.admin-cards{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.admin-card{border:1px solid #e5e7eb;border-radius:8px;padding:20px;background:#fff;transition:box-shadow .2s}.admin-card:hover{box-shadow:0 2px 8px #0000001a}.admin-card.superadmin{border-left:4px solid #dc2626}.admin-card.admin{border-left:4px solid #059669}.admin-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.admin-email{font-weight:600;color:#1f2937;font-size:1rem}.admin-role-badge{padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.admin-role-badge.superadmin{background-color:#fef2f2;color:#dc2626}.admin-role-badge.admin{background-color:#f0fdf4;color:#059669}.admin-card-details{margin-bottom:16px}.admin-detail{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.9rem}.admin-detail strong{color:#374151;min-width:120px}.status-badge{padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase}.status-badge.active{background-color:#f0fdf4;color:#059669}.status-badge.suspended{background-color:#fef2f2;color:#dc2626}.admin-card-actions{display:flex;gap:8px;margin-top:16px}.admin-card-actions button{flex:1;padding:8px 12px;border:none;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.suspend-button{background-color:#fbbf24;color:#92400e}.suspend-button:hover:not(:disabled){background-color:#f59e0b;color:#fff}.activate-button{background-color:#34d399;color:#065f46}.activate-button:hover:not(:disabled){background-color:#10b981;color:#fff}.remove-button{background-color:#fca5a5;color:#991b1b}.remove-button:hover:not(:disabled){background-color:#ef4444;color:#fff}.admin-card-actions button:disabled{opacity:.6;cursor:not-allowed}.superadmin-info{margin-top:12px;padding:8px 12px;background-color:#f9fafb;border-radius:6px;color:#6b7280;font-size:.8rem;font-style:italic}.panel-actions{text-align:center;margin-top:20px}.refresh-button{background-color:#6b7280;color:#fff;border:none;padding:10px 24px;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s}.refresh-button:hover:not(:disabled){background-color:#4b5563}.refresh-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.superadmin-panel{padding:16px}.add-admin-form{flex-direction:column;align-items:stretch}.admin-cards{grid-template-columns:1fr}.admin-card-actions{flex-direction:column}}.admin-reports-container{max-width:1000px;margin:0 auto;padding:20px}.admin-reports-header{width:100%;display:flex;justify-content:flex-start;margin-bottom:20px}.admin-reports-back-button{background-color:#fff3;color:#fff;padding:10px 16px;font-size:.9rem;border:none;border-radius:5px;cursor:pointer;transition:background .3s;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.admin-reports-back-button:hover{background-color:#ffffff4d}.admin-reports-heading{font-size:1.8rem;color:#fff;margin-bottom:20px;text-align:center}.admin-reports-tab-container{display:flex;gap:10px;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.admin-reports-tab-button{padding:10px 20px;background-color:transparent;color:#aaa;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:1rem;transition:all .3s}.admin-reports-tab-button:hover{color:#fff}.admin-reports-tab-button.active{color:#fff;border-bottom:3px solid #f44336}.admin-reports-filter-container{display:flex;align-items:center;margin-bottom:20px;background-color:#0006;padding:10px 15px;border-radius:5px}.admin-reports-filter-label{margin-right:10px;color:#ddd}.admin-reports-filter-select{padding:8px 10px;background-color:#333;color:#fff;border:1px solid #555;border-radius:4px}.admin-reports-filter-select:focus{outline:none;border-color:#f44336}.admin-reports-posts-container{display:flex;flex-direction:column;gap:15px}.admin-reports-card{background-color:#0009;border-radius:8px;padding:15px;border:1px solid rgba(255,255,255,.1)}.admin-reports-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.admin-reports-card-title{font-size:1.1rem;font-weight:700;color:#fff}.admin-reports-status{padding:3px 8px;border-radius:4px;font-size:.8rem;font-weight:700;text-transform:uppercase}.admin-reports-status.pending{background-color:#ff9800;color:#fff}.admin-reports-status.reviewed{background-color:#2196f3;color:#fff}.admin-reports-status.resolved{background-color:#4caf50;color:#fff}.admin-reports-card-content{margin-bottom:15px}.admin-reports-reason{color:#ff9800;margin-bottom:5px}.admin-reports-info{color:#ddd;margin-bottom:5px}.admin-reports-date,.admin-reports-author{color:#aaa;font-size:.8rem}.admin-reports-actions{display:flex;gap:10px;flex-wrap:wrap}.admin-reports-view-button{background-color:#333;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:.9rem}.admin-reports-view-button:hover{background-color:#444}.admin-reports-review-button{background-color:#2196f3;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:.9rem}.admin-reports-review-button:hover{background-color:#1976d2}.admin-reports-resolve-button{background-color:#4caf50;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:.9rem}.admin-reports-resolve-button:hover{background-color:#388e3c}.admin-reports-approve-button{background-color:#4caf50;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:.9rem}.admin-reports-approve-button:hover{background-color:#388e3c}.admin-reports-reopen-button{background-color:#ff9800;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:.9rem}.admin-reports-reopen-button:hover{background-color:#f57c00}.admin-reports-delete-button{background-color:#f44336;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:.9rem}.admin-reports-delete-button:hover{background-color:#d32f2f}.admin-reports-modal-overlay{position:fixed;inset:0;background-color:#000000b3;z-index:1000;display:flex;align-items:center;justify-content:center}.admin-reports-modal{background-color:#222;border-radius:10px;padding:20px;width:90%;max-width:700px;max-height:85vh;overflow-y:auto}.admin-reports-modal-heading{font-size:1.4rem;color:#fff;margin-top:0;margin-bottom:20px;border-bottom:1px solid #444;padding-bottom:10px;position:relative}.admin-reports-close-button{position:absolute;right:0;top:0;background-color:transparent;color:#fff;border:none;font-size:1.5rem;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%}.admin-reports-close-button:hover{background-color:#ffffff1a}.admin-reports-modal-body{color:#ddd}.admin-reports-detail-section{margin-bottom:20px}.admin-reports-section-heading{font-size:1.1rem;color:#fff;border-bottom:1px solid #444;padding-bottom:5px;margin-bottom:10px}.admin-reports-modal-actions{display:flex;gap:10px;margin-top:20px;justify-content:flex-end;flex-wrap:wrap}.admin-reports-content-box{background-color:#0000004d;padding:15px;border-radius:5px;white-space:pre-wrap;line-height:1.5}.admin-reports-view-post-button{background-color:#333;color:#fff;text-decoration:none;padding:8px 12px;border-radius:4px;display:inline-block;font-size:.9rem}.admin-reports-view-post-button:hover{background-color:#444}.admin-reports-map-link{color:#2196f3;text-decoration:underline}.admin-reports-map-link:hover{color:#1976d2}.admin-reports-message{text-align:center;padding:20px;color:#aaa;background-color:#0006;border-radius:8px}.admin-reports-error{text-align:center;padding:20px;color:#ff6b6b;background-color:#0006;border-radius:8px}.admin-reports-delete-modal{background-color:#222;border-radius:10px;padding:20px;width:90%;max-width:500px}.admin-reports-delete-modal-heading{font-size:1.4rem;color:#fff;margin-top:0;margin-bottom:20px;border-bottom:1px solid #444;padding-bottom:10px;position:relative}.admin-reports-delete-modal-body{color:#ddd;margin-bottom:20px}.admin-reports-delete-warning{font-size:1.1rem;color:#ff6b6b;margin-bottom:15px}.admin-reports-delete-info{margin-bottom:8px}.admin-reports-delete-notice{color:#ff9800;margin-top:15px;font-size:.9rem}.admin-reports-delete-modal-actions{display:flex;justify-content:flex-end;gap:10px}.admin-reports-cancel-button{background-color:#555;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:.9rem}.admin-reports-cancel-button:hover{background-color:#666}.admin-reports-confirm-delete-button{background-color:#f44336;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:.9rem}.admin-reports-confirm-delete-button:hover{background-color:#d32f2f}.admin-reports-edit-details{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.admin-reports-edit-comparison{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.admin-reports-original-content h4,.admin-reports-edited-content h4{color:#fff;margin-bottom:.5rem;font-size:1rem}.admin-reports-original-content h4{color:#ff9800}.admin-reports-edited-content h4{color:#4caf50}.admin-reports-content-box{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem}.admin-reports-content-box p{margin-bottom:.5rem;color:#ddd;font-size:.9rem}.admin-reports-content-box strong{color:#fff}.admin-reports-content-filtered-notice{background:#ff98001a;border:1px solid rgba(255,152,0,.3);border-radius:8px;padding:.75rem;color:#ff9800;font-size:.9rem}.admin-reports-approve-button{background-color:#4caf50;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.admin-reports-approve-button:hover:not(:disabled){background-color:#45a049}.admin-reports-reject-button{background-color:#f44336;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.admin-reports-reject-button:hover:not(:disabled){background-color:#da190b}.admin-reports-expand-button{background-color:#2196f3;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.admin-reports-expand-button:hover{background-color:#1976d2}.admin-reports-type-badge{display:inline-block;background-color:#42a5f533;color:#42a5f5;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;margin-bottom:8px}.admin-reports-content-preview{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:10px;margin:10px 0}.admin-reports-content-text{color:#fffc;font-size:.9rem;font-style:italic;margin:5px 0 0;white-space:pre-wrap;word-break:break-word;max-height:100px;overflow-y:auto}.admin-reports-content-box{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:15px;margin:10px 0;max-height:200px;overflow-y:auto}.admin-reports-content-box p{color:#ffffffe6;white-space:pre-wrap;word-break:break-word;margin:0}.admin-reports-view-post-button{background-color:#9c27b0;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s;margin-right:10px}.admin-reports-view-post-button:hover{background-color:#7b1fa2}@media (max-width: 768px){.admin-reports-edit-comparison{grid-template-columns:1fr}}.admin-reports-city-name{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.admin-reports-city-name h3{margin:0;font-size:1.2rem;color:#fff;font-weight:600}.admin-reports-request-count{background:#007aff33;color:#007aff;padding:4px 8px;border-radius:6px;font-size:.85rem;font-weight:500}.admin-reports-city-details{margin:16px 0}.admin-reports-city-details .admin-reports-info{margin:6px 0;font-size:.9rem}.status-fulfilled{background-color:#22c55e33;color:#22c55e}.status-dismissed{background-color:#ef444433;color:#ef4444}.admin-reports-fulfill-button{background-color:#22c55e;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s;margin-right:10px}.admin-reports-fulfill-button:hover:not(:disabled){background-color:#16a34a}.admin-reports-fulfill-button:disabled{opacity:.6;cursor:not-allowed}.admin-reports-dismiss-button{background-color:#ef4444;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s;margin-right:10px}.admin-reports-dismiss-button:hover:not(:disabled){background-color:#dc2626}.admin-reports-dismiss-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.admin-reports-city-name{flex-direction:column;align-items:flex-start;gap:8px}.admin-reports-actions{flex-direction:column;gap:8px}.admin-reports-fulfill-button,.admin-reports-dismiss-button,.admin-reports-reopen-button{margin-right:0;width:100%}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html{margin:0;padding:0;height:100%}@tailwind base;@tailwind components;@tailwind utilities;*,*:before,*:after{scrollbar-width:thin;scrollbar-color:rgba(0,122,255,.5) rgba(255,255,255,.1)}*::-webkit-scrollbar{width:8px}*::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}*::-webkit-scrollbar-thumb{background:#007aff80;border-radius:4px}*::-webkit-scrollbar-thumb:hover{background:#007affb3}html{height:100%;overflow-x:hidden}body{margin:0;min-width:320px;height:100%;overflow-x:hidden;overflow-y:auto}#root{min-height:100vh;overflow-x:hidden;max-width:100vw}
