@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Rajdhani:wght@300;400;500;600;700&display=swap";.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.auth-card{background:#fff;border-radius:16px;padding:2.5rem;width:100%;max-width:400px;box-shadow:0 10px 40px #0003}.auth-card h1{text-align:center;color:#667eea;margin-bottom:.5rem;font-size:2rem}.auth-card h2{text-align:center;color:#333;margin-bottom:2rem;font-size:1.5rem}.auth-card form{display:flex;flex-direction:column;gap:1rem}.auth-card input{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s}.auth-card input:focus{border-color:#667eea}.auth-card button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem;border-radius:8px;font-size:1rem;font-weight:600;margin-top:.5rem;transition:transform .2s,box-shadow .2s}.auth-card button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.error{background-color:#fee;color:#c33;padding:.75rem;border-radius:8px;text-align:center}.auth-card p{text-align:center;margin-top:1.5rem;color:#666}@media (max-width: 480px){.auth-container{padding:2rem 1rem 1rem;align-items:flex-start}.auth-card{padding:1.5rem;border-radius:12px}.auth-card h1{font-size:1.6rem}.auth-card h2{font-size:1.2rem}}.auth-card p a{color:#667eea;font-weight:600}@media (max-width: 480px){.auth-card{padding:2rem 1.5rem}}.audio-player{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f5f5f5;border-radius:8px;min-width:200px}.play-pause-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s;flex-shrink:0}.play-pause-btn:hover{transform:scale(1.1)}.audio-controls{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.audio-progress{width:100%}.audio-slider{width:100%;height:4px;border-radius:2px;background:#ddd;outline:none;-webkit-appearance:none}.audio-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#667eea;cursor:pointer}.audio-slider::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#667eea;cursor:pointer;border:none}.audio-time{display:flex;gap:.25rem;font-size:.85rem;color:#666}.audio-filename{font-size:.85rem;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}@media (max-width: 768px){.audio-player{flex-direction:column;align-items:stretch}.play-pause-btn{align-self:center}}.post-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:box-shadow .2s}.post-card:hover{box-shadow:0 4px 12px #00000026}.post-author{display:flex;gap:1rem;align-items:flex-start}.avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.avatar-placeholder{display:flex;align-items:center;justify-content:center;font-size:1.4rem;background:#e9ecef;flex-shrink:0}.author-name-link{cursor:pointer;transition:color .15s}.author-name-link:hover{color:#667eea;text-decoration:underline}.author-username{font-size:.9rem;color:#666;margin-bottom:.25rem}.delete-btn{background:none;color:#999;font-size:1.5rem;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s,color .2s}.delete-btn:hover{background-color:#fee;color:#c33}.post-content p{line-height:1.6;margin-bottom:1rem;white-space:pre-wrap;word-wrap:break-word}.post-image{width:100%;border-radius:8px;margin-top:1rem;max-height:500px;object-fit:cover}.post-files{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.post-file{margin-top:0}.post-video{margin-top:1rem;width:100%;border-radius:8px;overflow:hidden}.post-video video{width:100%;max-height:500px;border-radius:8px}.post-file-link{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#f5f5f5;border-radius:8px;text-decoration:none;color:#333;transition:background-color .2s}.post-file-link:hover{background:#e0e0e0}.post-file-link .file-icon{font-size:1.5rem}.post-file-link .file-name{flex:1;font-weight:500}.post-actions{display:flex;gap:1.5rem;padding-top:1rem;border-top:1px solid #eee}.repost-btn{background:none;border:none;font-size:1rem;color:#666;cursor:pointer;padding:.5rem;border-radius:8px;transition:background-color .2s}.repost-btn:hover{background-color:#f5f5f5}.reposted-post{background:#f9f9f9;border-left:3px solid #667eea;padding:1rem;margin-top:1rem;border-radius:8px}.repost-header{font-size:.9rem;color:#667eea;font-weight:600;margin-bottom:.5rem}.reposted-content{color:#666}.image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:pointer}.image-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.image-modal-close{position:absolute;top:-40px;right:0;background:#fff3;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.image-modal-close:hover{background:#ffffff4d}.image-modal-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px}.like-btn,.comment-btn{background:none;border:none;font-size:1rem;color:#666;cursor:pointer;padding:.5rem;border-radius:8px;transition:background-color .2s}.like-btn:hover,.comment-btn:hover{background-color:#f5f5f5}.like-btn.liked{color:#e74c3c}.comments-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.comments-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem;max-height:300px;overflow-y:auto}.comment{display:flex;gap:.75rem}.comment-avatar{width:35px;height:35px;border-radius:50%;object-fit:cover;flex-shrink:0}.comment-content{flex:1}.comment-author{font-weight:600;font-size:.9rem;color:#333;margin-bottom:.25rem}.comment-text{color:#666;font-size:.9rem;line-height:1.5}.comment-input{display:flex;gap:.5rem;margin-top:1rem}.comment-input input{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:.9rem}.comment-input button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;transition:transform .2s}.comment-input button:hover{transform:translateY(-2px)}@media (max-width: 600px){.post-card{padding:1rem}.avatar{width:38px;height:38px}.comment-input{flex-direction:column}.comment-input button{align-self:flex-end;padding:.6rem 1.2rem}}@media (max-width: 768px){.post-card{padding:1rem}.post-image{max-height:300px}}.main-page{display:flex;flex-direction:column;gap:2rem}.loading,.empty-state{text-align:center;padding:3rem;color:#666;font-size:1.1rem}.posts-container{display:flex;flex-direction:column;gap:1.5rem}.voice-recorder{padding:1rem;background:#f9f9f9;border-radius:8px;margin-bottom:.5rem}.start-recording-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:transform .2s;width:100%}.start-recording-btn:hover{transform:translateY(-2px)}.recording-controls{display:flex;flex-direction:column;gap:1rem}.recording-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;background:#fee;border-radius:8px}.recording-dot{width:12px;height:12px;background:#c33;border-radius:50%;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.recording-time{font-weight:600;color:#c33;font-size:1.1rem}.recording-actions{display:flex;gap:.5rem}.stop-recording-btn,.cancel-recording-btn{flex:1;padding:.75rem;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:transform .2s}.stop-recording-btn{background:#2e7d32;color:#fff}.stop-recording-btn:hover{background:#1b5e20;transform:translateY(-2px)}.cancel-recording-btn{background:#c33;color:#fff}.cancel-recording-btn:hover{background:#a22;transform:translateY(-2px)}.create-post{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.create-post textarea{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;resize:vertical;min-height:100px;font-family:inherit;transition:border-color .2s}.create-post textarea:focus{border-color:#667eea;outline:none}.create-post-actions{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;gap:1rem;flex-wrap:wrap}.create-post .voice-record-btn{padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.create-post .voice-record-btn:hover{background:#5568d3}.file-input-label{cursor:pointer;color:#667eea;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:background-color .2s}.file-input-label:hover{background-color:#f5f5f5}.file-name{color:#666;font-size:.9rem;flex:1}.create-post button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:transform .2s,opacity .2s}.create-post button:hover:not(:disabled){transform:translateY(-2px)}.create-post button:disabled{opacity:.5;cursor:not-allowed}.files-preview-container{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.file-preview-item{position:relative;display:inline-block}.image-preview-container{position:relative;margin-top:1rem;display:inline-block}.image-preview,.file-preview-image{max-width:300px;max-height:300px;border-radius:8px;object-fit:cover}.file-preview-name{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#f5f5f5;border-radius:8px;min-width:200px}.file-preview-name .file-icon{font-size:1.5rem}.file-preview-name .file-name{flex:1;font-weight:500;color:#333}.remove-image-btn,.remove-file-btn{position:absolute;top:-10px;right:-10px;background:#c33;color:#fff;border:none;width:30px;height:30px;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.remove-image-btn:hover,.remove-file-btn:hover{background:#a22}.organizations-page{display:flex;flex-direction:column;gap:2rem}.organizations-header{display:flex;justify-content:space-between;align-items:center}.organizations-header h2{font-size:2rem;color:#333}.member-hero-section{margin:1rem 0;padding:.75rem;background:#f8f9fa;border-radius:12px;text-align:center}.member-hero-label{font-size:.7rem;color:#888;margin-bottom:.5rem;letter-spacing:1px}.member-hero-content{display:flex;align-items:center;justify-content:center;gap:.75rem}.member-hero-image{width:64px;height:64px;border-radius:50%;object-fit:contain;border:2px solid #667eea}.member-hero-image.default-hero{border-color:#ccc;opacity:.8}.member-hero-name{font-size:.9rem;font-weight:500;color:#333}.create-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:transform .2s}.create-btn:hover{transform:translateY(-2px)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:12px;padding:2rem;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal h3{margin-bottom:1.5rem;color:#333}.modal form{display:flex;flex-direction:column;gap:1rem}.modal input,.modal textarea{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit}.modal input:focus,.modal textarea:focus{border-color:#667eea;outline:none}.modal label{display:flex;flex-direction:column;gap:.5rem;color:#666}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.modal-actions button{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;transition:transform .2s}.modal-actions button[type=button]{background:#e0e0e0;color:#333}.modal-actions button[type=submit]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.modal-actions button:hover{transform:translateY(-2px)}.org-settings{margin-top:1.5rem;padding:1rem;background:#f5f5f5;border-radius:8px}.org-settings h4{margin-bottom:1rem;color:#333;font-size:1rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;cursor:pointer;color:#666}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-label span{flex:1}.organizations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.organizations-list{display:flex;flex-direction:column;gap:1.5rem}.org-group{display:flex;flex-direction:column;gap:.75rem}.org-group>.organization-card{margin-bottom:0}.org-sublist{display:flex;flex-wrap:wrap;gap:.75rem;padding-left:1.5rem;border-left:3px solid #e2e8f0}.org-sub-card{display:flex;align-items:center;gap:.75rem;background:#fff;border-radius:10px;padding:.75rem 1rem;box-shadow:0 1px 4px #00000014;cursor:pointer;transition:transform .15s,box-shadow .15s;min-width:200px;flex:1;max-width:280px}.org-sub-card:hover{transform:translateY(-2px);box-shadow:0 3px 8px #00000021}.org-sub-card-icon{font-size:1.8rem;flex-shrink:0}.org-sub-card-info{display:flex;flex-direction:column;gap:.15rem;overflow:hidden}.org-sub-card-type{font-size:.75rem;color:#667eea;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.org-sub-card-name{font-size:.95rem;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.org-sub-card-members{font-size:.8rem;color:#999}.org-suborgs-inline{background:#f8faff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.5rem}.org-suborgs-inline-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.org-suborgs-inline-header h3{margin:0;font-size:1rem;color:#444}.create-btn-sm{font-size:.85rem;padding:.4rem .85rem}.suborg-create-form-inline{margin-bottom:1rem}.organization-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:transform .2s,box-shadow .2s}.organization-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.org-card-cover{width:100%;height:120px;border-radius:10px;margin-bottom:1rem;background:linear-gradient(135deg,#dbe7ff,#eef2ff);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:.85rem;font-weight:600}@media (min-width: 769px){.org-card-cover{height:240px}}.org-card-cover.has-cover{color:transparent}.org-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.organization-card h3{margin-bottom:.5rem;color:#333}.organization-card p{color:#666;margin-bottom:1rem;line-height:1.5}.org-info{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;color:#999}.organization-detail{display:flex;flex-direction:column;gap:2rem}.org-content-with-sidebar{display:flex;gap:1.5rem;align-items:flex-start}.org-main-content{flex:1;min-width:0}.org-members-sidebar{width:220px;flex-shrink:0;background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #00000014}.org-members-sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.org-members-sidebar-title{font-weight:700;color:#333;font-size:.95rem}.org-members-sidebar-count{background:#f0f0f0;color:#666;border-radius:20px;padding:.1rem .5rem;font-size:.8rem;font-weight:600}.org-members-sidebar-avatars{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:.75rem}.sidebar-member{display:flex;flex-direction:column;align-items:center;gap:.2rem;cursor:pointer}.sidebar-member-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;transition:opacity .15s}.sidebar-member:hover .sidebar-member-avatar,.sidebar-member:hover .sidebar-member-avatar-placeholder{opacity:.8}.sidebar-member-avatar-placeholder{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:opacity .15s}.sidebar-member-name{font-size:.7rem;color:#555;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.org-members-show-all-btn{width:100%;background:#f5f5f5;border:none;border-radius:8px;padding:.5rem;cursor:pointer;font-size:.85rem;color:#667eea;font-weight:600;transition:background .15s}.org-members-show-all-btn:hover{background:#e8eaff}.members-modal{background:#fff;border-radius:16px;width:760px;max-width:95vw;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000002e;overflow:hidden}.members-modal-header{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid #f0f0f0;flex-wrap:wrap;position:relative}.members-modal-header h3{margin:0;font-size:1.1rem;flex:1}.modal-close-btn{position:absolute;top:1rem;right:1rem;background:#f0f0f0;border:none;border-radius:50%;width:32px;height:32px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background .15s}.modal-close-btn:hover{background:#ddd}.members-modal-body{display:flex;flex:1;overflow:hidden}.members-modal-list{width:260px;flex-shrink:0;overflow-y:auto;border-right:1px solid #f0f0f0;padding:.5rem}.members-modal-list-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:10px;cursor:pointer;transition:background .15s}.members-modal-list-item:hover{background:#f5f5f5}.members-modal-list-item.active{background:#eef0ff}.members-modal-list-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.members-modal-list-avatar-ph{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.members-modal-list-name{font-size:.9rem;font-weight:600;color:#333}.members-modal-list-role{font-size:.78rem;color:#999}.members-modal-detail{flex:1;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;overflow-y:auto}.members-modal-detail-avatar{width:90px;height:90px;border-radius:50%;object-fit:cover}.members-modal-detail-avatar-ph{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:2.2rem;font-weight:700;display:flex;align-items:center;justify-content:center}.members-modal-detail-name{font-size:1.15rem;font-weight:700;color:#333;text-align:center}.members-modal-detail-role{font-size:.9rem;color:#667eea;font-weight:500}.members-modal-profile-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;padding:.6rem 1.4rem;cursor:pointer;font-weight:600;font-size:.95rem;margin-top:.5rem;transition:opacity .2s}.members-modal-profile-btn:hover{opacity:.88}.members-modal-actions{display:flex;flex-direction:column;gap:.5rem;width:100%;margin-top:.5rem}@media (max-width: 700px){.org-content-with-sidebar{flex-direction:column}.org-members-sidebar{width:100%;position:static}.org-members-sidebar-avatars{grid-template-columns:repeat(6,1fr)}.members-modal{width:100%;max-width:100%;max-height:100dvh;border-radius:0;height:100dvh}.members-modal-body{flex-direction:column}.members-modal-list{width:100%;border-right:none;border-bottom:1px solid #f0f0f0;max-height:200px}.organizations-header{flex-wrap:wrap;gap:.75rem}.organizations-header h2{font-size:1.4rem}.org-header{flex-direction:column;padding:1.25rem;gap:1rem}.organizations-grid{grid-template-columns:1fr}}.back-btn{background:#e0e0e0;color:#333;padding:.5rem 1rem;border-radius:8px;font-weight:500;align-self:flex-start;transition:background-color .2s}.back-btn:hover{background:#d0d0d0}.org-header{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;display:flex;gap:2rem;align-items:flex-start}.org-cover-hero{width:100%;min-height:200px;border-radius:14px;background:linear-gradient(135deg,#dbe7ff,#eef2ff);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:#64748b;font-weight:600;border:1px solid #e2e8f0}.org-member-rang-wrapper{margin-top:10px}@media (min-width: 769px){.org-cover-hero{min-height:280px}}.org-cover-hero.has-cover{color:transparent;border:none}.org-edit-avatar{display:flex;flex-direction:column;align-items:center;gap:.5rem}.avatar-upload-label{padding:.5rem 1rem;background:#667eea;color:#fff;border-radius:4px;cursor:pointer;font-size:.9rem;text-align:center}.avatar-upload-label:hover{background:#5568d3}.org-edit-form{flex:1;display:flex;flex-direction:column;gap:1rem}.org-cover-editor{display:flex;flex-direction:column;gap:.5rem}.org-edit-input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.org-edit-textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;resize:vertical;font-family:inherit}.org-edit-actions{display:flex;gap:.5rem}.save-org-btn{padding:.75rem 1.5rem;background:#2e7d32;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600}.save-org-btn:hover{background:#1b5e20}.cancel-org-btn{padding:.75rem 1.5rem;background:#666;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600}.cancel-org-btn:hover{background:#555}.edit-org-btn{padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600;white-space:nowrap}.edit-org-btn:hover{background:#5568d3}.create-group-chat-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#11998e,#38ef7d);color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600;white-space:nowrap;transition:opacity .2s}.create-group-chat-btn:disabled{opacity:.6;cursor:not-allowed}.create-group-chat-btn:hover:not(:disabled){opacity:.9}.org-header-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover}.org-header h2{margin-bottom:.5rem;color:#333}.org-header p{color:#666;margin-bottom:1rem}.org-stats{display:flex;gap:1.5rem;color:#999;font-size:.9rem}.join-btn,.leave-btn{margin-left:auto;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:transform .2s}.join-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.leave-btn{background:#fee;color:#c33}.join-btn:hover,.leave-btn:hover{transform:translateY(-2px)}.org-actions{display:flex;gap:1rem}.create-post-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:transform .2s}.create-post-btn:hover{transform:translateY(-2px)}.org-create-post{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.org-posts,.org-members{display:flex;flex-direction:column;gap:1.5rem}.org-posts h3,.org-members h3{color:#333;font-size:1.5rem}.member-item{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000001a;display:flex;gap:1rem;align-items:flex-start}.member-info{flex:1}.member-actions{display:flex;gap:.5rem;flex-wrap:wrap}.member-permissions-edit{margin-top:.5rem;padding:.75rem;background:#f5f5f5;border-radius:8px;display:flex;flex-direction:column;gap:.5rem}.member-permissions-edit label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.member-permissions-edit input[type=checkbox]{cursor:pointer}.close-permissions-btn{padding:.5rem 1rem;background:#666;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.close-permissions-btn:hover{background:#555}.permissions-btn{padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.permissions-btn:hover{background:#5568d3}.member-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.member-name{font-weight:600;color:#333;margin-bottom:.25rem}.member-name-link{cursor:pointer}.member-name-link:hover{color:#667eea;text-decoration:underline}.settings-card-danger{border-left:4px solid #e53e3e}.danger-note{color:#718096;font-size:.9rem;margin-bottom:1rem}.delete-org-btn{background:linear-gradient(135deg,#e53e3e,#c53030);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;font-weight:600;transition:opacity .2s}.delete-org-btn:hover{opacity:.85}.delete-suborgs-warning{background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;padding:.75rem 1rem;margin:.75rem 0}.delete-suborgs-warning p{margin:0 0 .5rem;color:#c53030;font-weight:500;font-size:.9rem}.delete-suborgs-list{margin:0;padding-left:1.25rem;color:#555;font-size:.9rem}.delete-suborgs-list li{margin-bottom:.2rem}.suborg-type-hint{color:#999;font-size:.8rem}.member-role{font-size:.9rem;color:#999;text-transform:capitalize}.moderator-btn,.remove-moderator-btn{margin-left:auto;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;transition:transform .2s}.moderator-btn{background:#e8f5e9;color:#2e7d32}.remove-moderator-btn{background:#fff3e0;color:#e65100}.moderator-btn:hover,.remove-moderator-btn:hover{transform:translateY(-2px)}@media (max-width: 768px){.organizations-grid{grid-template-columns:1fr}.org-header{flex-direction:column;text-align:center}.join-btn,.leave-btn{margin-left:0;width:100%}}.org-card-type-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.75rem;font-weight:600;padding:.2rem .6rem;border-radius:99px;margin-bottom:.5rem}.org-avatar-placeholder{width:80px;height:80px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin-bottom:1rem}.org-header-avatar-placeholder{width:120px;height:120px;min-width:120px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:3.5rem}.org-private-badge{background:#ffeaea;color:#c33;font-size:.8rem;padding:.15rem .5rem;border-radius:99px}.org-public-badge{background:#e8f5e9;color:#2e7d32;font-size:.8rem;padding:.15rem .5rem;border-radius:99px}.org-type-select{padding:.6rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;margin-top:.25rem}.org-type-select:focus{border-color:#667eea;outline:none}.org-header-info{flex:1}.org-type-label{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.8rem;font-weight:600;padding:.25rem .75rem;border-radius:99px;margin-bottom:.5rem}.org-header-actions{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.org-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#666;background:#fff;padding:.75rem 1.25rem;border-radius:8px;box-shadow:0 1px 4px #00000014}.org-breadcrumb-link{cursor:pointer;color:#667eea;font-weight:500;transition:color .2s}.org-breadcrumb-link:hover{color:#764ba2;text-decoration:underline}.org-breadcrumb-sep{color:#bbb;font-weight:700}.org-tabs{display:flex;gap:.5rem;flex-wrap:wrap;background:#fff;padding:.75rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.org-tab{padding:.6rem 1.25rem;border-radius:8px;font-weight:500;font-size:.95rem;background:#f5f5f5;color:#555;transition:all .2s;border:2px solid transparent}.org-tab:hover{background:#ede9ff;color:#667eea}.org-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.org-posts-section{display:flex;flex-direction:column;gap:1.5rem}.org-permission-note{background:#fff8e1;color:#7b5800;padding:1rem 1.25rem;border-radius:10px;font-size:.95rem;border-left:4px solid #ffc107}.org-members-section{display:flex;flex-direction:column;gap:1.5rem}.org-members-list{display:flex;flex-direction:column;gap:.75rem}.invite-section{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #00000014}.invite-section h4{margin-bottom:.75rem;color:#333}.invite-row{display:flex;gap:.5rem}.invite-input{flex:1;padding:.6rem .75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;font-family:inherit}.invite-input:focus{border-color:#667eea;outline:none}.invite-btn{padding:.6rem 1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;font-weight:600;white-space:nowrap;transition:opacity .2s}.invite-btn:hover{opacity:.9}.invite-error{margin-top:.5rem;color:#c33;font-size:.9rem}.member-blocked{opacity:.6}.member-blocked-label{font-size:.8rem;color:#c33;font-weight:500}.member-noperm-label{font-size:.8rem;color:#e65100}.kick-btn{padding:.5rem 1rem;background:#ffeaea;color:#c33;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background .2s}.kick-btn:hover{background:#ffd0d0}.org-suborgs-section{display:flex;flex-direction:column;gap:1.5rem}.suborg-create-area{padding:1.25rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.suborg-create-form{display:flex;flex-direction:column;gap:.75rem}.suborg-create-form h4{color:#333;margin-bottom:.25rem}.suborgs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.suborg-card{border-left:4px solid #667eea}.org-settings-section{display:flex;flex-direction:column;gap:1.25rem}.org-settings-section h3{color:#333;font-size:1.4rem}.settings-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:1rem}.settings-card h4{color:#333;font-size:1rem;margin-bottom:.25rem}#button-delete-marker{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;transition:transform .2s;background:#e0e0e0;color:#333}#button-delete-marker.active{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;transition:transform .2s;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.input-mode-toggle{display:flex;gap:12px;margin-bottom:20px;background:#f3f4f6;padding:4px;border-radius:12px}.mode-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:transparent;border:none;border-radius:8px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.mode-btn .mode-icon{font-size:16px}.mode-btn.active{background:#fff;color:#667eea;box-shadow:0 1px 3px #0000001a}.mode-btn:hover:not(.active){background:#ffffff80;color:#374151}.address-mode,.manual-mode{animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.coordinate-group{display:flex;flex-direction:column;gap:16px;margin-bottom:12px}.coordinate-label{flex:1;display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:500;color:#374151}.coordinate-label input{padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .2s}.coordinate-label input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.coordinate-hint{padding:8px 12px;background:#f9fafb;border-radius:8px;font-size:12px;color:#6b7280}.coordinate-hint a{color:#667eea;text-decoration:none}.coordinate-hint a:hover{text-decoration:underline}.org-icon-section{margin:20px 0;padding:16px;background:#f8f9fa;border-radius:12px}.org-icon-section h4{margin:0 0 16px;font-size:14px;font-weight:600;color:#374151}.org-icon-selector{display:flex;flex-direction:column;gap:16px}.icon-category{background:#fff;border-radius:12px;padding:12px;box-shadow:0 1px 2px #0000000d}.icon-category-title{font-size:13px;font-weight:500;color:#6b7280;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.icon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,180px));gap:12px;justify-items:center;align-items:center}.icon-option{position:relative;cursor:pointer;border-radius:12px;padding:10px;transition:all .2s ease;background:#f9fafb;border:2px solid transparent;width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.icon-option:hover{background:#f3f4f6;transform:scale(1.05);box-shadow:0 4px 8px #0000001a}.icon-option.selected{border-color:#667eea;background:linear-gradient(135deg,#eef2ff,#e0e7ff);box-shadow:0 2px 8px #667eea40}.icon-preview{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:10px;overflow:hidden}.icon-preview img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .2s ease}.icon-option:hover .icon-preview img{transform:scale(1.05)}.icon-check{position:absolute;top:4px;right:4px;width:20px;height:20px;background:#667eea;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;box-shadow:0 1px 2px #0000001a;animation:fadeInScale .2s ease}@keyframes fadeInScale{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.icon-reset{margin-top:8px;padding-top:12px;border-top:1px solid #e5e7eb}.icon-reset-btn{width:100%;padding:10px 16px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.icon-reset-btn:hover{background:#e5e7eb;color:#374151;border-color:#d1d5db}.icon-reset-btn.active{background:#eef2ff;border-color:#667eea;color:#667eea}.icon-reset-btn.active:hover{background:#e0e7ff}.no-icons-warning{padding:24px 20px;text-align:center;background:#fffbeb;border-radius:12px;color:#d97706;font-size:13px;border:1px solid #fed7aa}.no-icons-warning p{margin:0;display:flex;align-items:center;justify-content:center;gap:8px}.create-org-modal{max-width:600px;max-height:90vh;overflow-y:auto}@media (max-width: 640px){.icon-grid{grid-template-columns:1fr 1fr;gap:10px}.icon-option{padding:8px}.icon-preview img{width:100%;height:100%;object-fit:cover}.org-icon-section{padding:12px}.icon-category{padding:10px}.input-mode-toggle{flex-direction:column}}@media (max-width: 480px){.icon-grid{grid-template-columns:1fr;gap:8px}.icon-preview img{width:100%;height:100%;object-fit:cover}.icon-option{max-height:140px}}.address-input-container{position:relative;width:100%}.address-input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:border-color .2s}.address-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.address-loading{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:12px;color:#999;display:flex;align-items:center;gap:6px}.loading-spinner{width:14px;height:14px;border:2px solid #f3f3f3;border-top:2px solid #667eea;border-radius:50%;animation:spin .8s linear infinite;display:inline-block}.address-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:8px;margin-top:4px;max-height:300px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026;list-style:none;padding:0}.suggestion-item{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;transition:background .15s;border-bottom:1px solid #f0f0f0}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover,.suggestion-item.selected{background:#f5f5f5}.suggestion-icon{font-size:16px;flex-shrink:0}.suggestion-text{font-size:14px;color:#333;line-height:1.4}.chat-page{display:flex;height:calc(100vh - 200px);background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.chat-sidebar{width:300px;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;background:#f9f9f9}.chat-sidebar-header{padding:1rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;background:#fff}.chat-sidebar-header h2{font-size:1.25rem;color:#333}.new-chat-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:32px;height:32px;border-radius:50%;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:transform .2s}.new-chat-btn:hover{transform:scale(1.1)}.chats-list{flex:1;overflow-y:auto}.chat-item{padding:.75rem 1rem;border-bottom:1px solid #e0e0e0;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;gap:.75rem}.chat-item:hover{background-color:#f0f0f0}.chat-item.active{background-color:#e8eaf6}.chat-item-info{flex:1}.chat-item-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.chat-item-name{font-weight:600;color:#333}.chat-type-badge{font-size:.75rem;padding:.2rem .5rem;border-radius:12px;font-weight:500}.chat-type-badge.group{background:#e3f2fd;color:#1976d2}.chat-type-badge.personal{background:#f3e5f5;color:#7b1fa2}.chat-item-preview{font-size:.9rem;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.chat-item-time{font-size:.8rem;color:#999;white-space:nowrap}.chat-main{flex:1;display:flex;flex-direction:column}.chat-header{padding:1rem;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:1rem}.chat-header h3{font-size:1.25rem;color:#333}.chat-type{font-size:.9rem;color:#999;background:#f0f0f0;padding:.25rem .75rem;border-radius:12px}.messages-container{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem;background:#f9f9f9}.message{display:flex;gap:.75rem;max-width:70%}.message.own{align-self:flex-end;flex-direction:row-reverse}.message-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.message-avatar-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;-webkit-user-select:none;user-select:none}.message-content{background:#fff;padding:.75rem 1rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.message.own .message-content{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.message-author{font-size:.85rem;font-weight:600;margin-bottom:.25rem;color:#666}.message.own .message-author{color:#ffffffe6}.message-text{line-height:1.5;word-wrap:break-word}.message-time{font-size:.75rem;color:#999;margin-top:.25rem}.message.own .message-time{color:#fffc}.message-input-container{padding:1rem;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:.5rem;background:#fff}.file-preview-container{display:flex;gap:.5rem;padding:.5rem;background:#f5f5f5;border-radius:8px}.file-preview-image{position:relative;display:inline-block}.file-preview-image img{max-width:200px;max-height:200px;border-radius:8px;object-fit:cover}.file-preview-name{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fff;border-radius:8px;flex:1}.remove-file-btn{background:#fee;color:#c33;border:none;width:24px;height:24px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:background-color .2s;margin-left:auto}.remove-file-btn:hover{background:#fcc}.message-input-wrapper{display:flex;gap:.5rem;align-items:center}.file-attach-btn{cursor:pointer;font-size:1.5rem;padding:.5rem;border-radius:8px;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.file-attach-btn:hover{background-color:#f5f5f5}.voice-record-btn{cursor:pointer;font-size:1.5rem;padding:.5rem;border-radius:8px;border:none;background:none;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.voice-record-btn:hover{background-color:#f5f5f5}.voice-record-btn.active{background-color:#fee}.message-input{flex:1;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem}.send-btn:disabled{opacity:.5;cursor:not-allowed}.message-file{margin-top:.5rem}.message-file-image{max-width:300px;max-height:300px;border-radius:8px;cursor:pointer;transition:transform .2s}.message-file-image:hover{transform:scale(1.05)}.message-video{width:100%;max-width:400px;max-height:400px;background-color:#000;border-radius:8px;overflow:hidden}.message-video .react-player{width:100%!important;height:auto!important}.message-file-link{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#f5f5f5;border-radius:8px;text-decoration:none;color:#333;transition:background-color .2s}.message-file-link:hover{background:#e0e0e0}.file-icon{font-size:1.5rem}.file-name{font-weight:500}.message-input:focus{border-color:#667eea;outline:none}.send-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:transform .2s}.send-btn:hover{transform:translateY(-2px)}.no-chat-selected{flex:1;display:flex;align-items:center;justify-content:center;color:#999}.chat-type-selector{display:flex;gap:.5rem;margin-bottom:1rem}.chat-type-selector button{flex:1;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;font-weight:500;transition:all .2s}.chat-type-selector button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.modal-form{display:flex;flex-direction:column;gap:1rem}.modal-form input{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem}.modal-form input:focus{border-color:#667eea;outline:none}.user-search-input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;margin-bottom:1rem;font-size:1rem}.user-search-input:focus{border-color:#667eea;outline:none}.users-list{max-height:400px;overflow-y:auto;margin-bottom:1rem}.user-item{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:8px;cursor:pointer;transition:background-color .2s;margin-bottom:.5rem;border:2px solid transparent}.user-item:hover{background-color:#f5f5f5}.user-item.selected{background-color:#e8eaf6;border-color:#667eea}.user-item input[type=checkbox]{width:20px;height:20px;cursor:pointer;flex-shrink:0}.user-item-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.user-item-info{flex:1}.user-item-name{font-weight:600;color:#333;margin-bottom:.25rem}.user-item-username{font-size:.9rem;color:#999}.no-messages-badge{font-size:.8rem;color:#999;font-style:italic}.chat-back-btn{display:none;background:none;border:none;font-size:1.4rem;cursor:pointer;color:#555;padding:.25rem .5rem;border-radius:8px;line-height:1;transition:background .15s}.chat-back-btn:hover{background:#f0f0f0}@media (max-width: 768px){.chat-page{height:calc(100dvh - 130px);position:relative;overflow:hidden;border-radius:8px}.chat-sidebar{width:100%;max-height:none;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;transition:transform .25s ease}.chat-sidebar.mobile-hidden{transform:translate(-100%);pointer-events:none}.chat-main{width:100%;position:absolute;top:0;left:0;right:0;bottom:0}.chat-main.mobile-hidden{display:none}.chat-back-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0}.message{max-width:88%}.message-avatar{width:30px;height:30px}.send-btn{padding:.75rem 1rem}}.chat-item-info{flex:1;min-width:0}.chat-item-avatar-img{width:44px;height:44px;border-radius:50%;object-fit:cover}.chat-item-avatar-placeholder{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:1.2rem}.message-content{position:relative}.message-delete-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:4px;background:#00000014;border:1px solid rgba(0,0,0,.12);border-radius:6px;cursor:pointer;font-size:.75rem;padding:2px 7px;color:#c00;opacity:0;transition:opacity .15s,background .15s;-webkit-user-select:none;user-select:none}.message:hover .message-delete-btn{opacity:1}.message-delete-btn:hover{background:#fee2e2;border-color:#f87171}.message.own .message-delete-btn{background:#fff3;border-color:#ffffff59;color:#fff}.message.own .message-delete-btn:hover{background:#ffffff59}.message-deleted-placeholder{font-style:italic;color:#999;font-size:.9rem;padding:2px 0}.message.own .message-deleted-placeholder{color:#ffffffb3}.message.deleted .message-content{opacity:.75}.message-file-deleted{padding:.5rem .75rem;background:#f5f5f5;border-radius:8px;color:#999;font-size:.9rem;font-style:italic;border:1px dashed #ddd}.message.own .message-file-deleted{background:#ffffff26;color:#ffffffbf;border-color:#ffffff4d}.skin-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:10000}.skin-modal{width:90%;max-width:450px;background:linear-gradient(145deg,#323237fa,#232328fa);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(144,84,84,.3);border-radius:24px;padding:2rem 1.5rem;position:relative;box-shadow:0 20px 40px #0000004d}.skin-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#b0b0b0;font-size:1.2rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.skin-close:hover{background:#90545466;color:#fff;border-color:#90545480}.skin-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.skin-line{height:1px;flex:1;background:linear-gradient(90deg,transparent,rgba(144,84,84,.5),transparent)}.skin-header h2{font-family:Orbitron,sans-serif;font-size:1rem;font-weight:700;letter-spacing:3px;color:#d0d0d0;margin:0;white-space:nowrap}.skin-slider{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.skin-nav{width:40px;height:40px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:silver;font-size:1.5rem;cursor:pointer;transition:all .2s;flex-shrink:0;display:flex;align-items:center;justify-content:center}.skin-nav:hover:not(:disabled){background:#90545466;border-color:#90545480;color:#fff}.skin-nav:disabled{opacity:.2;cursor:not-allowed}.skin-preview{flex:1;text-align:center}.skin-frame{margin:0 auto 1rem;padding:.5rem;background:linear-gradient(135deg,#90545433,#9054540d);border:2px solid rgba(144,84,84,.3)}.skin-frame img{width:100%;height:100%;object-fit:contain}.skin-details{text-align:center}.skin-title{font-family:Orbitron,sans-serif;font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.25rem}.skin-level{font-family:Rajdhani,sans-serif;font-size:.8rem;color:#905454cc;letter-spacing:1px}.skin-indicators{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem}.skin-dot{width:8px;height:8px;border-radius:50%;background:#fff3;border:none;cursor:pointer;transition:all .2s;padding:0}.skin-dot.active{width:24px;border-radius:4px;background:linear-gradient(90deg,#905454,#a36262)}.skin-dot:hover{background:#90545499}.skin-actions{display:flex;gap:1rem}.skin-select,.skin-cancel{flex:1;padding:.8rem;font-family:Orbitron,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:2px;border:none;border-radius:12px;cursor:pointer;transition:all .2s}.skin-select{background:linear-gradient(135deg,#905454,#a36262);color:#fff;box-shadow:0 4px 12px #90545433}.skin-select:hover{transform:translateY(-2px);box-shadow:0 6px 16px #9054544d}.skin-cancel{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:silver}.skin-cancel:hover{background:#ffffff1a;transform:translateY(-2px)}@media (max-width: 500px){.skin-modal{padding:1.5rem 1rem}.skin-header h2{font-size:.8rem;letter-spacing:2px}.skin-frame{width:140px;height:140px}.skin-title{font-size:.9rem}.skin-nav{width:34px;height:34px;font-size:1.2rem}.skin-select,.skin-cancel{padding:.6rem;font-size:.7rem;letter-spacing:1px}}.repost-card{position:relative;aspect-ratio:1 / 1;border-radius:12px;overflow:hidden;cursor:pointer;border:1px solid rgba(211,211,211,.15);transition:all .3s;background:#0000004d}.repost-card:hover{transform:scale(1.02);border-color:var(--color-accent, #905454);box-shadow:0 0 15px #9054544d}.repost-card:hover .repost-card-overlay{opacity:1}.repost-card-image{width:100%;height:100%;object-fit:cover}.repost-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3a3a3a,#2a2a2a);font-size:2rem}.repost-card-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.4),transparent);padding:.5rem;opacity:0;transition:opacity .3s}.repost-card-source{font-size:.7rem;color:#d3d3d3;font-family:Orbitron,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.5rem;text-align:center}.repost-card-actions{display:flex;justify-content:space-around;gap:.3rem}.repost-card-btn{background:#0009;border:none;border-radius:20px;padding:.25rem .5rem;font-size:.65rem;color:#d3d3d3;cursor:pointer;display:flex;align-items:center;gap:.2rem;transition:all .2s;font-family:Rajdhani,sans-serif}.repost-card-btn:hover{transform:scale(1.05)}.repost-card-btn.like-btn.active{color:#ff6b6b}.repost-card-btn.comment-btn:hover{color:#6b9fff}.repost-card-btn.repost-btn:hover{color:#6bff8f}@media (max-width: 768px){.repost-card-overlay{padding:.3rem}.repost-card-source{font-size:.6rem;margin-bottom:.3rem}.repost-card-btn{padding:.2rem .4rem;font-size:.55rem}}:root{--color-bg: #5b5b5b;--color-bg-dark: #4f4f4f;--color-surface: rgba(145, 145, 145, .16);--color-surface-strong: rgba(145, 145, 145, .28);--color-surface-soft: rgba(211, 211, 211, .08);--color-panel: rgba(70, 70, 70, .52);--color-panel-2: rgba(90, 90, 90, .62);--color-accent: #905454;--color-accent-hover: #a36262;--color-accent-dark: #744545;--color-light-1: #d3d3d3;--color-light-2: #b9b9b9;--color-light-3: #919191;--color-text: #f3f3f3;--color-text-muted: rgba(243, 243, 243, .72);--color-text-soft: rgba(243, 243, 243, .5);--color-border: rgba(211, 211, 211, .22);--color-border-strong: rgba(211, 211, 211, .38);--color-shadow: rgba(0, 0, 0, .35);--color-glow: rgba(144, 84, 84, .3);--color-glow-soft: rgba(211, 211, 211, .08)}.cyber-profile{min-height:100vh;width:100%;background:linear-gradient(#3a3a3ac2,#3a3a3ae0),url(/assets/background_profile-CIIcEqdD.jpg);background-size:cover;background-position:center;font-family:Rajdhani,sans-serif;color:var(--color-text);padding:2rem;position:relative;overflow-x:hidden}.cyber-profile:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(211,211,211,.022) 2px,rgba(211,211,211,.022) 4px);pointer-events:none;z-index:0}.particles-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.particle{position:absolute;background:radial-gradient(circle,rgba(211,211,211,.55) 0%,transparent 70%);border-radius:50%;opacity:0;animation:float-particle linear infinite}.particle:nth-child(1){width:8px;height:8px;left:5%;animation-duration:15s;animation-delay:0s}.particle:nth-child(2){width:7px;height:7px;left:10%;animation-duration:20s;animation-delay:2s}.particle:nth-child(3){width:7px;height:7px;left:15%;animation-duration:18s;animation-delay:4s}.particle:nth-child(4){width:7px;height:7px;left:20%;animation-duration:22s;animation-delay:1s}.particle:nth-child(5){width:7px;height:7px;left:25%;animation-duration:17s;animation-delay:3s}.particle:nth-child(6){width:7px;height:7px;left:30%;animation-duration:25s;animation-delay:5s}.particle:nth-child(7){width:7px;height:7px;left:35%;animation-duration:19s;animation-delay:0s}.particle:nth-child(8){width:7px;height:7px;left:40%;animation-duration:21s;animation-delay:2s}.particle:nth-child(9){width:7px;height:7px;left:45%;animation-duration:16s;animation-delay:4s}.particle:nth-child(10){width:7px;height:7px;left:50%;animation-duration:23s;animation-delay:1s}.particle:nth-child(11){width:7px;height:7px;left:55%;animation-duration:18s;animation-delay:3s}.particle:nth-child(12){width:7px;height:7px;left:60%;animation-duration:20s;animation-delay:5s}.particle:nth-child(13){width:7px;height:7px;left:65%;animation-duration:17s;animation-delay:0s}.particle:nth-child(14){width:7px;height:7px;left:70%;animation-duration:24s;animation-delay:2s}.particle:nth-child(15){width:7px;height:7px;left:75%;animation-duration:19s;animation-delay:4s}.particle:nth-child(16){width:7px;height:7px;left:80%;animation-duration:21s;animation-delay:1s}.particle:nth-child(17){width:7px;height:7px;left:85%;animation-duration:16s;animation-delay:3s}.particle:nth-child(18){width:7px;height:7px;left:90%;animation-duration:22s;animation-delay:5s}.particle:nth-child(19){width:7px;height:7px;left:92%;animation-duration:18s;animation-delay:0s}.particle:nth-child(20){width:7px;height:7px;left:95%;animation-duration:20s;animation-delay:2s}@keyframes float-particle{0%{transform:translateY(100vh) translate(0);opacity:0}10%{opacity:.45}90%{opacity:.45}to{transform:translateY(-100px) translate(20px);opacity:0}}.particle-h{position:absolute;background:radial-gradient(circle,rgba(185,185,185,.38) 0%,transparent 70%);border-radius:50%;opacity:0;animation:float-particle-h linear infinite}.particle-h:nth-child(1){width:2px;height:2px;top:10%;animation-duration:25s;animation-delay:0s}.particle-h:nth-child(2){width:3px;height:3px;top:20%;animation-duration:30s;animation-delay:3s}.particle-h:nth-child(3){width:2px;height:2px;top:30%;animation-duration:28s;animation-delay:6s}.particle-h:nth-child(4){width:4px;height:4px;top:40%;animation-duration:32s;animation-delay:2s}.particle-h:nth-child(5){width:2px;height:2px;top:50%;animation-duration:27s;animation-delay:5s}.particle-h:nth-child(6){width:3px;height:3px;top:60%;animation-duration:29s;animation-delay:1s}.particle-h:nth-child(7){width:2px;height:2px;top:70%;animation-duration:26s;animation-delay:4s}.particle-h:nth-child(8){width:3px;height:3px;top:80%;animation-duration:31s;animation-delay:0s}.particle-h:nth-child(9){width:2px;height:2px;top:85%;animation-duration:24s;animation-delay:3s}.particle-h:nth-child(10){width:4px;height:4px;top:90%;animation-duration:33s;animation-delay:2s}@keyframes float-particle-h{0%{transform:translate(-100px) translateY(0);opacity:0}10%{opacity:.4}90%{opacity:.4}to{transform:translate(calc(100vw + 100px)) translateY(20px);opacity:0}}.particle-twinkle{position:absolute;background:#d3d3d3bf;border-radius:50%;animation:twinkle 3s ease-in-out infinite}.particle-twinkle:nth-child(1){width:2px;height:2px;left:8%;top:15%;animation-delay:0s}.particle-twinkle:nth-child(2){width:3px;height:3px;left:22%;top:35%;animation-delay:.5s}.particle-twinkle:nth-child(3){width:2px;height:2px;left:45%;top:25%;animation-delay:1s}.particle-twinkle:nth-child(4){width:2px;height:2px;left:67%;top:45%;animation-delay:1.5s}.particle-twinkle:nth-child(5){width:3px;height:3px;left:83%;top:20%;animation-delay:2s}.particle-twinkle:nth-child(6){width:2px;height:2px;left:15%;top:65%;animation-delay:.3s}.particle-twinkle:nth-child(7){width:2px;height:2px;left:38%;top:75%;animation-delay:.8s}.particle-twinkle:nth-child(8){width:3px;height:3px;left:72%;top:80%;animation-delay:1.3s}.particle-twinkle:nth-child(9){width:2px;height:2px;left:55%;top:55%;animation-delay:1.8s}.particle-twinkle:nth-child(10){width:2px;height:2px;left:90%;top:60%;animation-delay:2.3s}@keyframes twinkle{0%,to{opacity:.18;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.cyber-loading,.cyber-error{min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:Orbitron,sans-serif;font-size:2rem;color:var(--color-light-1);text-shadow:0 0 20px var(--color-glow)}.top-stats{display:flex;gap:3rem;justify-content:center;margin-bottom:3rem;position:relative;z-index:1}.stat-item{display:flex;align-items:center;gap:.75rem;padding:.8rem 1.6rem;background:#50505070;border:1px solid var(--color-border);border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 6px 20px #0000002e}.stat-icon{font-size:1.35rem}.stat-value{font-family:Orbitron,sans-serif;font-size:1.35rem;font-weight:700;color:var(--color-light-1)}.stat-label{color:var(--color-text-muted);font-size:.9rem}.profile-grid{display:grid;grid-template-columns:3fr 5fr 3fr;gap:2rem;margin-bottom:2rem;position:relative;z-index:1}.cyber-card{background:var(--color-panel);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--color-border);border-radius:14px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 0 24px #0003,0 0 16px var(--color-glow-soft),inset 0 0 12px #d3d3d306;position:relative;overflow:hidden}.cyber-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--color-accent),transparent)}.cyber-card h3{font-family:Orbitron,sans-serif;font-size:1.05rem;font-weight:700;color:var(--color-light-1);margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px}.info-card{order:10}.left-panel{display:flex;flex-direction:column}.avatar-section{text-align:center;margin-bottom:1.5rem}.avatar-ring{position:relative;width:180px;height:180px;margin:0 auto 1rem}.avatar-ring:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;background:linear-gradient(135deg,var(--color-light-1),var(--color-accent),var(--color-light-2));animation:rotate 6s linear infinite}.avatar{position:relative;width:170px;height:170px;border-radius:50%;overflow:hidden;background:var(--color-bg-dark);border:4px solid rgba(48,48,48,.95)}.avatar img,.avatar-placeholder{width:100%;height:100%;object-fit:cover}.avatar-placeholder{display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:700;background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-light-3) 100%);color:#fff}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-username{font-family:Orbitron,sans-serif;font-size:1.45rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem;text-shadow:0 0 18px rgba(211,211,211,.15)}.user-handle{color:var(--color-text-soft);font-size:1rem}.progress-bar{width:100%;height:8px;background:#ffffff17;border-radius:999px;overflow:hidden;margin:.5rem 0}.progress-fill{height:100%;background:linear-gradient(90deg,var(--color-accent-dark),var(--color-accent),var(--color-light-2));border-radius:999px;transition:width .3s ease}.rating-value{display:block;text-align:right;font-size:.85rem;color:var(--color-text-muted)}.star{font-size:1.4rem;color:var(--color-light-1);text-shadow:0 0 10px rgba(211,211,211,.25)}.rank-image{margin-top:10px}.rank-name{color:var(--color-accent-hover);font-weight:600;font-size:1.05rem}.org-list{display:flex;flex-direction:column;gap:.75rem}.org-item{display:flex;align-items:center;gap:.75rem;padding:.65rem;background:#ffffff0a;border:1px solid transparent;border-radius:8px;transition:all .3s}.org-item:hover{background:#9054541f;border-color:#d3d3d324;transform:translate(5px)}.org-icon{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,var(--color-accent),var(--color-light-3));box-shadow:0 0 10px #90545459}.info-grid{display:grid;gap:1rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-item.full-width{grid-column:1 / -1}.info-label{color:var(--color-text-soft);font-size:.9rem}.info-value{color:var(--color-text);font-weight:500}.info-text{color:var(--color-text-muted);line-height:1.6;padding:.75rem;background:#ffffff0b;border:1px solid rgba(211,211,211,.08);border-radius:8px}.edit-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.edit-form label{display:flex;flex-direction:column;gap:.5rem;color:var(--color-text-muted);font-size:.9rem}.skin-button-select{width:100%}.edit-form input,.edit-form textarea,.edit-form select{padding:.8rem .9rem;background:#ffffff0e;border:1px solid rgba(211,211,211,.18);border-radius:8px;color:var(--color-text);font-family:Rajdhani,sans-serif;font-size:1rem;transition:all .3s}.edit-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.edit-form select option{color:#fff;background:#1a1a1a}.edit-form select option:hover{color:var(--color-accent)}.edit-form input::placeholder,.edit-form textarea::placeholder{color:#f3f3f359}.edit-form input:focus,.edit-form textarea:focus{outline:none;border-color:#905454b3;box-shadow:0 0 0 3px #90545424}.center-panel{display:flex;flex-direction:column;align-items:center}.character-display{position:relative;width:100%;height:600px;display:flex;align-items:center;justify-content:center}.character-glow{position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(144,84,84,.22) 0%,transparent 70%);border-radius:50%;animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.45}50%{transform:scale(1.08);opacity:.75}}.character-ring{position:absolute;width:350px;height:350px;border:2px solid rgba(144,84,84,.28);border-radius:50%;animation:rotate 12s linear infinite}.character-ring:before{content:"";position:absolute;top:20px;right:20px;bottom:20px;left:20px;border:2px solid rgba(211,211,211,.2);border-radius:50%;animation:rotate 18s linear infinite reverse}@keyframes pulse-hero{0%,to{transform:scale(1)}50%{transform:scale(1.009)}}.character-image{position:relative;max-height:100%;max-width:100%;border-radius:14px;filter:drop-shadow(0 0 30px rgba(144,84,84,.26));z-index:1;animation:pulse-hero 5s ease infinite}.character-placeholder{position:relative;width:400px;height:550px;background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-light-3) 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:8rem;font-weight:700;color:#fff;z-index:1;filter:drop-shadow(0 0 30px rgba(144,84,84,.2))}.cyber-button{margin-top:2rem;padding:1rem 3rem;background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-accent-hover) 100%);border:1px solid rgba(211,211,211,.14);border-radius:10px;color:#fff;font-family:Orbitron,sans-serif;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;position:relative;overflow:hidden;transition:all .3s;clip-path:polygon(10% 0,100% 0,100% 70%,90% 100%,0 100%,0 30%);box-shadow:0 8px 24px #00000038}.cyber-button:before{content:"";position:absolute;top:0;left:-120%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);transition:left .6s}.cyber-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #9054544d}.cyber-button:hover:before{left:120%}.cyber-button.small{padding:.5rem 1.5rem;font-size:.85rem;margin-top:0}.cyber-button.cancel-btn{background:linear-gradient(135deg,#6a6a6a,#858585)}.cyber-button.save-btn{background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-accent-hover) 100%)}.cyber-button.upload-btn{background:linear-gradient(135deg,#7d7d7d,#9a9a9a)}.edit-actions-cyber{display:flex;gap:1rem;margin-top:2rem}.edit-actions-cyber .cyber-button{margin-top:0}.file-upload-section-profile{display:flex;gap:1rem;margin-top:1rem}.file-upload-section-profile .cyber-button{margin-top:0}.right-panel{display:flex;flex-direction:column}.skill-item{margin-bottom:1.25rem}.skill-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.skill-name{color:#ffffffe6;font-weight:500;max-width:200px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.skill-value{color:var(--color-light-1);font-weight:700;font-family:Orbitron,sans-serif}.skill-bar{height:10px;background:#ffffff14}.skill-fill{height:100%;border-radius:5px;transition:width .5s ease}.abilities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.ability-icon{position:relative;width:60px;height:60px;background:#9054541a;border:2px solid rgba(144,84,84,.25);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;transition:all .3s}.ability-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,rgba(144,84,84,.25) 0%,transparent 70%);border-radius:12px;opacity:0;transition:opacity .3s}.ability-icon:hover{transform:translateY(-5px);border-color:var(--color-accent-hover);box-shadow:0 0 24px #90545438}.ability-icon:hover .ability-glow{opacity:1}.skins-carousel{display:flex;gap:1rem;justify-content:center}.skin-item{position:relative;text-align:center;cursor:pointer;transition:all .3s;padding:.5rem;border-radius:8px}.skin-placeholder{width:80px;height:100px;background:linear-gradient(135deg,#4f4f4f,#707070);border:2px solid rgba(211,211,211,.2);border-radius:6px;display:flex;align-items:center;justify-content:center;font-family:Orbitron,sans-serif;font-weight:700;color:#ffffff8c}.skin-placeholder.current{background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-accent-hover) 100%);color:#fff;border-color:var(--color-accent-hover)}.skin-item span{display:block;margin-top:.5rem;font-size:.85rem;color:var(--color-text-muted)}.skin-item.active{background:#9054541a}.skin-border{position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid var(--color-accent);border-radius:8px;animation:borderPulse 2s ease-in-out infinite}.avatar-upload-btn{background:#f0f0f0;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.avatar-upload-btn:hover{background:#e0e0e0}.reposts-card{margin-top:1.5rem}.reposts-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem}.form-row-edit{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.repost-item{position:relative;aspect-ratio:1 / 1;border-radius:12px;overflow:hidden;cursor:pointer;border:1px solid rgba(211,211,211,.15);transition:all .3s;background:#0000004d}.repost-item:hover{transform:scale(1.02);border-color:var(--color-accent);box-shadow:0 0 15px #9054544d}.repost-item img{width:100%;height:100%;object-fit:contain}.repost-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3a3a3a,#2a2a2a);font-size:2rem}.repost-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);padding:.5rem;transition:opacity .3s}.repost-source{font-size:.7rem;color:#d3d3d3;font-family:Orbitron,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.empty-reposts{grid-column:1 / -1;text-align:center;padding:2rem;color:var(--color-text-muted)}.empty-reposts span{font-size:3rem;display:block;margin-bottom:.5rem;opacity:.5}.empty-reposts p{font-size:.9rem;margin-bottom:.25rem}.empty-reposts small{font-size:.7rem;opacity:.6}@media (max-width: 768px){.reposts-grid{grid-template-columns:repeat(4,1fr);gap:.5rem}}@media (max-width: 480px){.reposts-grid{grid-template-columns:repeat(3,1fr)}}@keyframes borderPulse{0%,to{opacity:1}50%{opacity:.45}}.bottom-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;position:relative;z-index:1}.posts-list{display:flex;flex-direction:column;gap:1rem}.post-item{padding:1rem;background:#ffffff0b;border-radius:8px;border-left:3px solid var(--color-accent)}.post-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.post-author{font-weight:600;color:var(--color-light-1)}.post-date{color:var(--color-text-soft);font-size:.85rem}.post-content{color:var(--color-text-muted);line-height:1.6}.photos-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.photo-upload-btn{margin-top:0;padding:.5rem 1.5rem;font-size:.85rem}.photo-preview{background:#ffffff0b;padding:1rem;border-radius:8px;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.photos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.photo-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid rgba(211,211,211,.14);transition:all .3s;cursor:pointer}.photo-item:hover{border-color:var(--color-accent-hover);transform:scale(1.05);box-shadow:0 0 24px #90545438}.photo-item img{width:100%;height:100%;object-fit:cover}.delete-photo-btn{position:absolute;top:.5rem;right:.5rem;width:30px;height:30px;background:#905454eb;border:none;border-radius:50%;color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s}.delete-photo-btn:hover{background:#a36262;transform:scale(1.1)}.empty-state{text-align:center;padding:2rem;color:var(--color-text-soft);font-style:italic}@media (max-width: 1200px){.profile-grid{grid-template-columns:1fr}.left-panel{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.rating-card{grid-column:1 / 1;grid-row:1}.rank-card{grid-row:1}.avatar-section{grid-column:1 / -1;grid-row:2}.character-display{height:400px}.character-placeholder{width:300px;height:420px;background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-light-3) 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:8rem;font-weight:700;color:#fff;z-index:1;filter:drop-shadow(0 0 30px rgba(144,84,84,.2))}.form-row-edit{grid-template-columns:1fr}}.back-button-user-profile{background:#464646cc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(211,211,211,.2);border-radius:30px;padding:10px 20px;color:#d3d3d3;font-family:Orbitron,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.back-button-user-profile:hover{background:#90545499;transform:translate(-3px)}.message-btn{margin-top:1rem;padding:.8rem 1.5rem;font-size:.85rem}.no-messages-note{margin-top:1rem;padding:.8rem;background:#0000004d;border-radius:10px;font-size:.8rem;color:#d3d3d3;text-align:center}.hero-name-display{font-family:Orbitron,sans-serif;font-size:1.1rem;color:var(--color-accent-hover);text-align:center;padding:.5rem}@media (max-width: 768px){.back-button-user-profile{margin-bottom:30px;width:100%}}@media (max-width: 768px){.cyber-profile{padding:1rem}.top-stats{flex-direction:column;gap:1rem}.photos-grid{grid-template-columns:repeat(2,1fr)}.bottom-section,.form-row{grid-template-columns:1fr}.edit-actions-cyber{flex-direction:column}.avatar-section{grid-column:1 / -1;grid-row:1}.left-panel{display:contents}.rating-card{grid-row:2;grid-column:1 / -1}.rank-card{grid-row:3;grid-column:1 / -1}.info-card{grid-row:9;grid-column:1 / -1}.organizations-card{grid-row:7;grid-column:1 / -1}.profile-grid{gap:.5rem}.character-display{height:400px}.character-placeholder{width:200px;height:320px;background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-light-3) 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:8rem;font-weight:700;color:#fff;z-index:1;filter:drop-shadow(0 0 30px rgba(144,84,84,.2))}}.users-page{max-width:1100px;margin:0 auto;padding:1.5rem}.users-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.users-header h2{margin:0;color:#333}.users-search-input{padding:.6rem 1rem;border:1px solid #e2e8f0;border-radius:20px;font-size:.95rem;width:280px;outline:none;transition:border-color .2s}.users-search-input:focus{border-color:#667eea}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem}.user-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:#fff;border-radius:12px;padding:1.25rem .75rem;box-shadow:0 2px 8px #00000014;cursor:pointer;transition:transform .15s,box-shadow .15s;text-align:center;justify-content:space-between}.user-card:hover{transform:translateY(-3px);box-shadow:0 4px 14px #00000021}.user-card-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover}.user-card-avatar-placeholder{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.8rem;font-weight:700;display:flex;align-items:center;justify-content:center}.user-card-name{font-weight:600;font-size:.9rem;color:#333;line-height:1.2;word-break:break-word}.user-card-username{font-size:.78rem;color:#999}@media (max-width: 600px){.users-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.users-header{flex-direction:column;align-items:flex-start}.users-search-input{width:100%}}.admin-page{display:flex;flex-direction:column;gap:2rem}.admin-page h1{font-size:2rem;color:#333;margin-bottom:1rem}.admin-tabs{display:flex;gap:1rem;border-bottom:2px solid #e0e0e0}.admin-subtabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e9ecef}.admin-subtabs button{background:none;border:none;padding:.5rem 1rem;cursor:pointer;font-size:.95rem;color:#64748b;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.admin-subtabs button.active{color:#667eea;border-bottom-color:#667eea;font-weight:600}.cover-card .image-preview,.cover-preview{height:100px}.admin-tabs button{background:none;border:none;padding:1rem 1.5rem;font-size:1rem;font-weight:500;color:#666;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s}.admin-tabs button:hover{color:#667eea}.admin-tabs button.active{color:#667eea;border-bottom-color:#667eea}.admin-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:12px;text-align:center}.stat-card.warning{background:linear-gradient(135deg,#f093fb,#f5576c)}.stat-card.admin{background:linear-gradient(135deg,#4facfe,#00f2fe)}.stat-card h3{font-size:1rem;margin-bottom:1rem;opacity:.9}.stat-number{font-size:3rem;font-weight:700;margin:0}.users-table{overflow-x:auto}.users-table table{width:100%;border-collapse:collapse}.users-table th{background:#f5f5f5;padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0}.users-table td{padding:1rem;border-bottom:1px solid #e0e0e0}.users-table tr.banned{background-color:#fee;opacity:.7}.users-table tr:hover{background-color:#f9f9f9}.role-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.role-badge.admin{background:#e8f5e9;color:#2e7d32}.role-badge.user{background:#e3f2fd;color:#1976d2}.status-banned{color:#c33;font-weight:600}.status-active{color:#2e7d32;font-weight:600}.actions{display:flex;gap:.5rem;flex-wrap:wrap}.actions button{padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;transition:transform .2s}.actions button:hover{transform:translateY(-2px)}.btn-ban{background:#fee;color:#c33}.btn-unban{background:#e8f5e9;color:#2e7d32}.btn-make-admin{background:#e3f2fd;color:#1976d2}.btn-remove-admin{background:#fff3e0;color:#e65100}.posts-list{display:flex;flex-direction:column;gap:1.5rem}.admin-post-card{background:#f9f9f9;border-radius:12px;padding:1.5rem;border:1px solid #e0e0e0}.post-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.post-author-info{display:flex;gap:1rem;align-items:flex-start}.post-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.author-name{font-weight:600;color:#333;margin-bottom:.25rem}.org-name{font-size:.9rem;color:#666;margin-bottom:.25rem}.post-date{font-size:.85rem;color:#999}.btn-delete{background:#fee;color:#c33;padding:.5rem 1rem;border-radius:6px;font-weight:500;transition:transform .2s}.btn-delete:hover{transform:translateY(-2px);background:#fcc}.post-content{margin-bottom:1rem}.post-content p{line-height:1.6;color:#333;margin-bottom:1rem}.post-image{width:100%;max-width:500px;border-radius:8px;margin-top:1rem}.post-stats{display:flex;gap:1.5rem;color:#666;font-size:.9rem}@media (max-width: 768px){.users-table{font-size:.9rem}.users-table th,.users-table td{padding:.5rem}.actions{flex-direction:column}.actions button{width:100%}}.admin-images-section{padding:20px}.admin-images-section h2{font-size:1.5rem;color:#333;margin-bottom:24px;border-bottom:2px solid #e0e0e0;padding-bottom:12px}.default-image-section{margin-bottom:40px;background:#f5f5f5;padding:20px;border-radius:12px;border:1px solid #e0e0e0}.default-image-section h3{color:#667eea;margin:0 0 16px;font-size:1.1rem}.default-image-card{display:flex;align-items:center;gap:20px;background:#fff;border-radius:12px;padding:16px;border:1px solid #e0e0e0;box-shadow:0 2px 8px #0000000d}.default-image-card .image-preview{width:150px;height:100px;border-radius:8px;overflow:hidden;flex-shrink:0;border:1px solid #e0e0e0}.default-image-card .image-preview img{width:100%;height:100%;object-fit:cover}.org-types-container{display:flex;flex-direction:column;gap:40px;margin-bottom:40px}.org-type-group{background:#f9f9f9;border-radius:12px;padding:20px;border:1px solid #e0e0e0}.org-type-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e0e0e0}.org-type-header h3{color:#333;font-size:1.2rem;margin:0;display:flex;align-items:center;gap:8px}.btn-add-image{background:#e3f2fd;color:#1976d2;border:1px solid #bbdefb;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s}.btn-add-image:hover{background:#bbdefb;transform:translateY(-2px)}.images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.image-card{background:#fff;border-radius:10px;overflow:hidden;border:1px solid #e0e0e0;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.image-card:hover{transform:translateY(-4px);border-color:#667eea;box-shadow:0 8px 16px #667eea1a}.image-card.default{border:2px solid #667eea;background:#f0f4ff}.image-preview{height:140px;overflow:hidden;background:#f5f5f5;border-bottom:1px solid #e0e0e0}.image-preview img{width:100%;height:100%;object-fit:cover}.image-info{padding:12px;display:flex;justify-content:space-between;align-items:center;background:#fafafa;border-bottom:1px solid #e0e0e0}.image-info h4{margin:0;color:#333;font-size:.9rem;font-weight:500}.default-badge{background:#667eea;color:#fff;padding:2px 8px;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase}.image-actions{padding:10px;display:flex;gap:4px;background:#fff}.image-actions button{padding:6px;border:none;border-radius:4px;font-size:.8rem;cursor:pointer;transition:all .2s;background:#f0f0f0;color:#333;border:1px solid #ddd;flex:1;display:flex;align-items:center;justify-content:center;gap:4px}.image-actions button:hover{background:#e0e0e0}.btn-set-default{background:#fff3e0!important;color:#e65100!important;border-color:#ffe0b2!important}.btn-set-default:hover{background:#ffe0b2!important}.btn-edit:hover{background:#bbdefb!important;color:#1976d2!important;border-color:#90caf9!important}.btn-delete:hover{background:#ffebee!important;color:#c62828!important;border-color:#ffcdd2!important}.btn-view:hover{background:#e8eaf6!important;color:#3f51b5!important;border-color:#c5cae9!important}.upload-section{background:#f5f5f5;border-radius:12px;padding:24px;border:1px solid #e0e0e0}.upload-section h3{color:#667eea;margin:0 0 20px;font-size:1.1rem}.upload-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#333;font-size:.9rem;font-weight:500}.org-type-select,.org-name-input{background:#fff;color:#333;border:1px solid #ddd;border-radius:6px;padding:10px 12px;font-size:.9rem;transition:all .2s}.org-type-select:hover,.org-name-input:hover,.org-type-select:focus,.org-name-input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.file-input-wrapper{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #ddd;border-radius:6px;padding:4px}.btn-upload{background:#667eea;color:#fff;border:none;padding:10px 16px;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s;white-space:nowrap}.btn-upload:hover{background:#5a67d8;transform:translateY(-1px);box-shadow:0 2px 4px #667eea4d}.file-name{color:#666;font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.input-hint{color:#888;font-size:.8rem;margin-top:4px}.upload-actions{display:flex;gap:12px;margin-top:12px}.btn-primary{background:#667eea;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;flex:1}.btn-primary:hover{background:#5a67d8;transform:translateY(-2px);box-shadow:0 4px 8px #667eea4d}.btn-secondary{background:#fff;color:#333;border:1px solid #ddd;padding:12px 24px;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#f5f5f5;border-color:#667eea}.preview-section{margin:20px 0;text-align:center;padding:15px;background:#f9f9f9;border-radius:8px}.preview-section h4{color:#666;margin-bottom:10px;font-size:14px;text-transform:uppercase}.icon-preview-container{width:120px;height:120px;margin:0 auto;border-radius:8px;overflow:hidden;border:2px solid #667eea;box-shadow:0 4px 8px #667eea33}.icon-preview-img{width:100%;height:100%;object-fit:cover}.heroes-simple{padding:20px;background:#fff;border-radius:16px}.heroes-actions{display:flex;justify-content:flex-end;margin-bottom:20px}.btn-add-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 20px;border-radius:8px;cursor:pointer;font-weight:500}.heroes-two-columns{display:flex;gap:24px;min-height:500px}.heroes-list-col{width:280px;background:#f8f9fa;border-radius:12px;overflow:hidden;flex-shrink:0}.heroes-search{padding:12px;border-bottom:1px solid #e9ecef}.heroes-search input{width:100%;padding:8px 12px;border:1px solid #dee2e6;border-radius:8px;outline:none}.heroes-items{max-height:500px;overflow-y:auto}.hero-item-simple{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:all .2s;border-bottom:1px solid #e9ecef}.hero-item-simple:hover{background:#e9ecef}.hero-item-simple.active{background:linear-gradient(135deg,#667eea15,#764ba215);border-left:3px solid #667eea}.hero-avatar-simple{width:40px;height:40px;border-radius:10px;overflow:hidden;background:#dee2e6}.hero-avatar-simple img{width:100%;height:100%;object-fit:cover}.avatar-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:20px}.hero-name-simple{font-weight:500;color:#333}.hero-editor-col{flex:1;background:#fff;border-radius:12px;border:1px solid #e9ecef;padding:20px}.editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e9ecef}.editor-header h2{margin:0;font-size:20px;color:#333}.editor-avatar{display:flex;align-items:center;gap:12px}.editor-avatar img{width:50px;height:50px;border-radius:12px;object-fit:cover}.btn-change-avatar{background:#f0f0f0;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:13px}.editor-section{margin-bottom:28px}.editor-section h3{font-size:16px;color:#555;margin-bottom:16px}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-title h3{margin:0}.btn-add-state-simple{background:#e8f5e9;color:#2e7d32;border:none;padding:6px 14px;border-radius:8px;cursor:pointer;font-size:13px}.default-image-row{display:flex;gap:20px;align-items:center}.default-preview{width:80px;height:80px;border-radius:12px;overflow:hidden;border:1px solid #dee2e6}.default-preview img{width:100%;height:100%;object-fit:cover}.default-actions{display:flex;gap:10px}.btn-upload-default,.btn-remove-default{padding:6px 14px;border-radius:6px;cursor:pointer;font-size:13px}.btn-upload-default{background:#e3f2fd;color:#1976d2;border:none}.btn-remove-default{background:#fee;color:#c33;border:none}.states-list{display:flex;flex-direction:column;gap:12px}.state-row{display:flex;align-items:center;gap:16px;padding:12px;background:#f8f9fa;border-radius:10px;border:1px solid #e9ecef}.state-row.empty{background:#fefefe;opacity:.7}.state-rank{width:160px;font-size:14px;font-weight:500;color:#555}.state-image-preview{width:50px;height:50px;border-radius:8px;overflow:hidden;background:#fff;border:1px solid #dee2e6}.state-image-preview img{width:100%;height:100%;object-fit:contain}.state-image-preview.empty{display:flex;align-items:center;justify-content:center;font-size:11px;color:#999;background:#f0f0f0}.state-default-badge{width:80px}.badge-default-simple{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:10px;padding:3px 8px;border-radius:20px;font-weight:600}.state-actions{display:flex;gap:8px;margin-left:auto}.btn-edit-state,.btn-delete-state,.btn-add-state-small{background:none;border:none;padding:6px 10px;border-radius:6px;cursor:pointer;font-size:14px}.btn-edit-state:hover{background:#e3f2fd;color:#1976d2}.btn-delete-state:hover{background:#fee;color:#c33}.btn-add-state-small{background:#e8f5e9;color:#2e7d32}.editor-footer{margin-top:24px;padding-top:20px;border-top:1px solid #e9ecef;text-align:right}.btn-save-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 24px;border-radius:8px;cursor:pointer;font-weight:500}.modal-simple{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-simple-content{background:#fff;padding:24px;border-radius:16px;width:90%;max-width:400px}.modal-simple-content h3{margin:0 0 20px;font-size:18px}.modal-field{margin-bottom:16px}.modal-field label{display:block;margin-bottom:6px;font-size:13px;color:#666}.modal-field select,.modal-field input[type=file]{width:100%;padding:8px 12px;border:1px solid #dee2e6;border-radius:8px}.checkbox-simple{display:flex;align-items:center;gap:8px;margin:16px 0;cursor:pointer}.image-preview-mini{margin-top:10px;width:60px;height:60px;border-radius:8px;background:#f0f0f0}.image-preview-mini img{width:100%;height:100%;object-fit:contain}.modal-buttons{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.btn-save,.btn-cancel{padding:8px 20px;border-radius:8px;cursor:pointer;font-size:14px}.btn-save{background:#667eea;color:#fff;border:none}.btn-cancel{background:#f0f0f0;color:#666;border:none}.modal-create-hero{max-width:480px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e9ecef}.modal-header h3{margin:0;font-size:18px;color:#333}.modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#999;transition:all .2s;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#f0f0f0;color:#333}.modal-body{padding:24px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#555;font-size:14px}.required{color:#f44336}.form-group input[type=text]{width:100%;padding:10px 14px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:all .2s}.form-group input[type=text]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.file-upload-area{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.btn-upload{background:#f0f0f0;border:1px solid #ddd;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:14px;transition:all .2s}.btn-upload:hover{background:#e0e0e0}.file-hint{font-size:12px;color:#999}.upload-preview{position:relative;display:inline-block;margin-top:12px}.upload-preview img{width:80px;height:80px;border-radius:10px;object-fit:cover;border:1px solid #ddd}.remove-preview{position:absolute;top:-8px;right:-8px;width:22px;height:22px;border-radius:50%;background:#f44336;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:all .2s}.remove-preview:hover{background:#d32f2f;transform:scale(1.1)}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e9ecef}.btn-cancel{background:#f0f0f0;color:#666;border:none;padding:8px 20px;border-radius:8px;cursor:pointer;font-size:14px;transition:all .2s}.btn-cancel:hover{background:#e0e0e0}.btn-create{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 24px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.btn-create:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.btn-create:disabled{opacity:.5;cursor:not-allowed}.rzz-admin-hero-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000}.rzz-admin-hero-modal{max-width:480px;width:90%;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0003;animation:rzzModalFadeIn .2s ease}@keyframes rzzModalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.hero-delete-btn{background:none;border:none;font-size:16px;cursor:pointer;color:#999;opacity:0;transition:all .2s;padding:4px 8px;border-radius:6px}.hero-item-simple:hover .hero-delete-btn{opacity:1}.hero-delete-btn:hover{background:#fee;color:#f44336}.rzz-admin-hero-current-image-state{width:120px;height:120px}.rzz-admin-hero-current-image-state img{width:100%;height:100%;object-fit:contain}.rzz-admin-hero-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e9ecef;background:#f8f9fa}.rzz-admin-hero-modal-header h3{margin:0;font-size:18px;color:#333}.rzz-admin-hero-modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#999;transition:all .2s;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.rzz-admin-hero-modal-close:hover{background:#e0e0e0;color:#333}.rzz-admin-hero-modal-body{padding:24px}.rzz-admin-hero-form-group{margin-bottom:20px}.rzz-admin-hero-form-group label{display:block;margin-bottom:8px;font-weight:500;color:#555;font-size:14px}.rzz-admin-hero-required{color:#f44336}.rzz-admin-hero-input{width:100%;padding:10px 14px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:all .2s;box-sizing:border-box}.rzz-admin-hero-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.rzz-admin-hero-file-area{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.rzz-admin-hero-btn-upload{background:#f0f0f0;border:1px solid #ddd;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:14px;transition:all .2s}.rzz-admin-hero-btn-upload:hover{background:#e0e0e0}.rzz-admin-hero-file-hint{font-size:12px;color:#999}.rzz-admin-hero-preview{position:relative;display:inline-block;margin-top:12px}.rzz-admin-hero-preview img{width:80px;height:80px;border-radius:10px;object-fit:cover;border:1px solid #ddd}.rzz-admin-hero-preview-remove{position:absolute;top:-8px;right:-8px;width:22px;height:22px;border-radius:50%;background:#f44336;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:all .2s}.rzz-admin-hero-preview-remove:hover{background:#d32f2f;transform:scale(1.1)}.rzz-admin-hero-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e9ecef;background:#f8f9fa}.rzz-admin-hero-btn-cancel{background:#f0f0f0;color:#666;border:none;padding:8px 20px;border-radius:8px;cursor:pointer;font-size:14px;transition:all .2s}.rzz-admin-hero-btn-cancel:hover{background:#e0e0e0}.rzz-admin-hero-btn-create{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 24px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.rzz-admin-hero-btn-create:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.rzz-admin-hero-btn-create:disabled{opacity:.5;cursor:not-allowed}.rzz-admin-hero-header-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s;margin-bottom:20px}.rzz-admin-hero-preview-default-image{width:100%;height:100%;object-fit:cover}.rzz-admin-hero-header-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}@media (max-width: 768px){.heroes-two-columns{flex-direction:column}.heroes-list-col{width:100%}.state-row{flex-wrap:wrap}.state-rank{width:100%}.state-actions{margin-left:0}}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.default-image-card{flex-direction:column;align-items:flex-start}.default-image-card .image-preview{width:100%;height:120px}.org-type-header{flex-direction:column;align-items:flex-start;gap:10px}.images-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.image-actions button{padding:8px 4px;font-size:.7rem}}.icon-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.icon-modal{background:#fff;border-radius:16px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d;animation:slideUp .3s ease}.icon-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e0e0e0;background:#f9f9f9;border-radius:16px 16px 0 0}.icon-modal-header h3{margin:0;color:#333;font-size:1.3rem;font-weight:600}.icon-modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#666;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.icon-modal-close:hover{background:#e0e0e0;color:#333;transform:rotate(90deg)}.icon-modal-body{padding:24px}.icon-preview-section{display:flex;gap:30px;margin-bottom:30px;justify-content:center;flex-wrap:wrap}.current-icon,.new-icon{text-align:center;flex:1;min-width:200px}.current-icon h4,.new-icon h4{margin:0 0 12px;color:#666;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.icon-preview{width:150px;height:150px;margin:0 auto 12px;border-radius:12px;overflow:hidden}.icon-preview.new{border-color:#667eea;box-shadow:0 0 0 3px #667eea33}.icon-preview img{width:100%;height:100%;object-fit:cover}.icon-type{margin:0;color:#333;font-weight:500;font-size:1rem}.file-upload-section{text-align:center;padding:24px;background:#f9f9f9;border-radius:12px;border:2px dashed #d0d0d0;transition:all .2s}.file-upload-section:hover{border-color:#667eea;background:#f5f5f5}.file-upload-label{display:inline-block;background:#667eea;color:#fff;padding:12px 30px;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s;margin-bottom:12px;font-size:1rem}.file-upload-label:hover{background:#5a67d8;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.file-upload-label:active{transform:translateY(0)}.file-input-hidden{display:none}.selected-file-name{color:#4a5568;font-size:.95rem;margin:12px 0 4px;font-weight:500}.input-hint{color:#888;font-size:.85rem;margin:8px 0 0}.icon-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e0e0e0;background:#f9f9f9;border-radius:0 0 16px 16px}.icon-modal-footer button{padding:10px 28px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;border:none;font-size:.95rem}.icon-modal-footer button:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#fff;color:#4a5568;border:1px solid #d0d0d0}.btn-secondary:hover:not(:disabled){background:#f0f0f0;border-color:#a0a0a0}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover:not(:disabled){background:#5a67d8;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.btn-primary:active:not(:disabled){transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.icon-modal{width:95%;margin:10px}.icon-preview-section{gap:15px}.current-icon,.new-icon{min-width:140px}.icon-preview{width:120px;height:120px}.file-upload-label{padding:10px 20px;font-size:.9rem}.icon-modal-footer button{padding:8px 20px}}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo h1{font-size:1.5rem;font-weight:700;margin:0}.nav{display:flex;gap:2rem;flex:1;justify-content:center}.nav a{color:#fff;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:background-color .2s}.nav a:hover{background-color:#ffffff1a}.nav a.active{background-color:#fff3}.user-menu{display:flex;align-items:center;gap:1rem}.username{font-weight:500}.logout-btn{background-color:#fff3;color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:500;transition:background-color .2s}.logout-btn:hover{background-color:#ffffff4d}.main-content{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem}.hamburger-btn{display:none;background:none;border:none;color:#fff;font-size:1.6rem;cursor:pointer;padding:.25rem .5rem;border-radius:6px;line-height:1;transition:background .15s}.hamburger-btn:hover{background:#ffffff26}.mobile-sidebar,.nav-overlay{display:none}@media (max-width: 768px){.header-content{flex-wrap:nowrap;padding:.65rem 1rem;gap:.5rem;justify-content:space-between;align-items:center}.logo h1{font-size:1.2rem}.hamburger-btn{display:flex;align-items:center;flex-shrink:0}.user-menu,.nav{display:none}.main-content{padding:.75rem}.mobile-sidebar{display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;width:280px;max-width:82vw;background:#fff;z-index:1000;transform:translate(-100%);transition:transform .28s ease;box-shadow:4px 0 24px #0000002e}.mobile-sidebar.open{transform:translate(0)}.mobile-sidebar-top{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;flex-shrink:0}.mobile-sidebar-title{font-weight:700;font-size:1.1rem}.mobile-sidebar-close{background:#fff3;border:none;color:#fff;font-size:1rem;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.mobile-sidebar-close:hover{background:#ffffff59}.mobile-sidebar-nav{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:.5rem 0}.mobile-sidebar-nav a{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.5rem;color:#333;font-size:1rem;font-weight:500;border-bottom:1px solid #f0f0f0;transition:background .15s;text-decoration:none}.mobile-sidebar-nav a:hover{background:#f5f5f5}.mobile-sidebar-nav a.active{background:#eef0ff;color:#667eea;font-weight:700}.mobile-sidebar-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-top:1px solid #e0e0e0;flex-shrink:0}.mobile-sidebar-username{font-weight:600;color:#333;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px}.mobile-sidebar-logout{background:#f0f0f0;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:500;color:#555;transition:background .15s;flex-shrink:0}.mobile-sidebar-logout:hover{background:#e0e0e0}.nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000073;z-index:999}.nav-overlay.open{display:block}}.cluster-marker{position:relative;cursor:pointer;animation:clusterAppear .3s ease-out;transform:translate(-50%,-50%);filter:drop-shadow(0 4px 8px rgba(0,0,0,.5))}.cluster-content{position:relative;width:48px;height:48px;background:linear-gradient(135deg,#4a4a4a,#2d2d2d);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#e0e0e0;font-weight:600;font-size:16px;box-shadow:0 4px 12px #00000080,inset 0 1px 2px #ffffff1a;border:1px solid #5a5a5a;transition:all .2s ease;z-index:2}.cluster-marker.small .cluster-content{width:36px;height:36px;font-size:14px}.cluster-marker.large .cluster-content{width:60px;height:60px;font-size:18px}.cluster-marker[data-count="10"] .cluster-content{background:linear-gradient(135deg,#5a5a5a,#3a3a3a);border-color:#6a6a6a}.cluster-marker[data-count="50"] .cluster-content{background:linear-gradient(135deg,#6a6a6a,#4a4a4a);border-color:#7a7a7a}.cluster-marker[data-count="100"] .cluster-content{background:linear-gradient(135deg,#7a7a7a,#5a5a5a);border-color:#8a8a8a}.cluster-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;background:#6464644d;animation:pulse 2s infinite;z-index:1}.cluster-marker[data-count="10"] .cluster-pulse{background:#7878784d}.cluster-marker[data-count="50"] .cluster-pulse{background:#8c8c8c4d}.cluster-marker[data-count="100"] .cluster-pulse{background:#a0a0a04d}.cluster-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 8px);height:calc(100% - 8px);border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(200,200,200,.3),transparent 70%);opacity:.3;z-index:3;pointer-events:none}.cluster-marker:hover .cluster-content{transform:scale(1.1);background:linear-gradient(135deg,#5a5a5a,#3d3d3d);border-color:#8a8a8a;box-shadow:0 8px 20px #000000b3;color:#fff}.cluster-marker:hover .cluster-pulse{animation:pulse 1s infinite}@keyframes clusterAppear{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.3}70%{transform:translate(-50%,-50%) scale(1.5);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:0}}.cluster-count{animation:countAppear .3s ease-out;z-index:4;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.5);letter-spacing:.5px}@keyframes countAppear{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.cluster-marker.extra-large .cluster-content:after{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:50%;border:1px solid rgba(150,150,150,.3);animation:ringPulse 2s infinite}@keyframes ringPulse{0%{transform:scale(1);opacity:.3}to{transform:scale(1.3);opacity:0}}.cluster-marker.metal .cluster-content{background:linear-gradient(135deg,#5a5a5a,#333);border:1px solid #808080;box-shadow:0 4px 12px #0009,inset 0 -2px 4px #0000004d,inset 0 2px 4px #ffffff1a}@media (max-width: 768px){.cluster-content{width:40px;height:40px;font-size:14px}.cluster-marker.small .cluster-content{width:30px;height:30px;font-size:12px}.cluster-marker.large .cluster-content{width:50px;height:50px;font-size:16px}}.custom-marker{position:relative;cursor:pointer;transition:all .2s ease;animation:markerAppear .3s ease-out;will-change:transform}.marker-content{display:flex;flex-direction:column;align-items:center;border-radius:16px;padding:12px 16px 8px;transition:all .2s ease;transform:translate3d(-50%,-50%,0);min-width:80px}.custom-marker:hover .marker-content{border-radius:16px;padding:12px 16px 8px;transform:translate3d(-50%,calc(-50% - 4px),0)}.marker-icon-wrapper{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:2px;overflow:hidden}.marker-icon-wrapper img{width:100%;height:100%;object-fit:cover}.marker-info{display:flex;flex-direction:column;width:100%;text-align:center}.marker-name{color:#fff;font-size:13px;font-weight:600;line-height:1.4;letter-spacing:.3px;text-shadow:0 1px 2px rgba(0,0,0,.3);max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 4px}.marker-tail{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid rgba(30,30,30,.95);filter:drop-shadow(0 2px 2px rgba(0,0,0,.2))}@keyframes markerAppear{0%{opacity:0;transform:scale(.8) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.map-wrapper .custom-marker{z-index:10}.custom-marker.vertical.compact .marker-icon-wrapper{width:44px;height:44px}.custom-marker.vertical.compact .marker-content{padding:8px 12px 6px}.custom-marker.vertical.compact .marker-name{font-size:11px;max-width:100px}.custom-marker.vertical.large .marker-icon-wrapper{width:68px;height:68px}.custom-marker.vertical.large .marker-content{padding:16px 20px 12px}.custom-marker.vertical.large .marker-name{font-size:15px;max-width:180px}.custom-marker.vertical.no-bg .marker-icon-wrapper{background:transparent;border:none;box-shadow:none}.map-loading-container{width:100%;height:100%;background:#1e1e1e;display:flex;align-items:center;justify-content:center;border-radius:15px;position:relative;overflow:hidden}.map-loading-spinner{text-align:center;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;z-index:2}.map-loading-spinner p{margin-top:16px;font-size:14px;letter-spacing:.5px;color:#a0a0a0}.spinner{width:50px;height:50px;border:3px solid #2d2d2d;border-top-color:gray;border-right-color:gray;border-radius:50%;animation:spin 1s cubic-bezier(.4,0,.2,1) infinite;margin:0 auto;box-shadow:0 4px 12px #0000004d}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.map-loading-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,#2a2a2a,#1a1a1a);z-index:1}.map-loading-container:after{content:"";position:absolute;top:20px;left:1%;width:98%;height:calc(100% - 40px);border-radius:6px;box-shadow:inset 0 0 120px #000000e6,inset 0 0 40px #0009;pointer-events:none;z-index:3}.game-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;animation:overlayAppear .3s ease forwards}.game-modal{position:relative;width:90%;max-width:400px;transform:scale(.9);opacity:0;animation:modalAppear .3s ease forwards}@keyframes overlayAppear{0%{opacity:0}to{opacity:1}}@keyframes modalAppear{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.game-modal__frame{position:relative;z-index:3}.game-modal__frame-img{width:100%;display:block;filter:drop-shadow(0 10px 20px rgba(0,0,0,.5))}.game-modal__image{position:absolute;top:3.9%;left:5.5%;width:88.8%;height:160px;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px #0000004d}.game-modal__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.game-modal__info{background:#2b1d12;padding:24px 20px 20px;color:#fff;position:absolute;left:4%;right:4%;top:41%;width:92%;height:56%;border-radius:12px;box-shadow:0 8px 20px #0006;border:1px solid rgba(255,215,0,.2);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);overflow-y:auto}.game-modal__info h3{margin:0 0 8px;font-size:24px;font-weight:600;color:gold;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:.5px;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1}.game-modal__info .type{display:inline-block;background:#ffd70033;color:gold;padding:4px 12px;border-radius:20px;font-size:14px;font-weight:500;margin-bottom:12px;border:1px solid rgba(255,215,0,.3)}.game-modal__info p{margin:0;font-size:13px;line-height:1.5;color:#e0e0e0;opacity:.9;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.game-modal__close{position:absolute;top:-15px;right:-15px;width:40px;height:40px;background:#2b1d12;border:2px solid #ffd700;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:4;transition:all .2s ease;box-shadow:0 4px 12px #0000004d}.game-modal__close:hover{transform:scale(1.1);background:#3d2b1a;border-color:#ffed4a}.game-modal__close:before,.game-modal__close:after{content:"";position:absolute;width:20px;height:2px;background:gold;border-radius:2px}.game-modal__close:before{transform:rotate(45deg)}.game-modal__close:after{transform:rotate(-45deg)}@media (max-width: 768px){.game-modal{width:95%;max-width:350px}.game-modal__image{top:25px;left:24px;right:24px;height:140px}.game-modal__info h3{font-size:20px}.game-modal__close{width:36px;height:36px;top:-12px;right:-12px}}.game-modal__stats{margin-bottom:10px;display:flex;flex-direction:column;gap:6px}.game-modal__members{font-size:13px;color:gold;opacity:.85}.game-modal__suborgs{font-size:12px;color:#e0e0e0}.game-modal__suborgs-label{font-size:12px;color:gold;opacity:.85;display:block;margin-bottom:3px}.game-modal__suborgs ul{margin:0;padding-left:16px;list-style:disc}.game-modal__suborgs ul li{margin-bottom:1px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.game-modal__suborgs-more{color:#ffd70099;font-style:italic;list-style:none!important}.map-wrapper{position:relative;width:100%;flex:1;margin-top:30px}.map-layer{position:absolute;right:0;bottom:0;top:3.3%;width:97.8%;height:91%;left:1%}.map-layer>div{width:100%;height:100%}.map-edge-blur{position:absolute;top:3.3%;left:1%;width:98%;height:91%;pointer-events:none;box-shadow:inset 0 0 120px #000000e6,inset 0 0 40px #0009;border-radius:6px}.map-frame-overlay{position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:0 0 8px 2px #555;width:100%;height:100%;pointer-events:none;border-radius:15px}@media (max-width:770px){.map-wrapper{position:relative;width:100%}}.main-content-full-width{width:100%;flex:1;display:flex}.layout-full-width{min-height:100dvh;display:flex;flex-direction:column}@media (max-width: 770px){.main-content-full-width{margin-top:0}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333}#root{min-height:100dvh}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea{font-family:inherit;outline:none}a{text-decoration:none;color:inherit}
