*{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;line-height:1.6}#root{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:20px}.header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:15px 20px;margin-bottom:20px;box-shadow:0 2px 4px #0000001a}.header h1{font-size:24px;color:#333}.header .user-info{float:right;color:#666;font-size:14px}.auth-container{max-width:400px;margin:100px auto;padding:40px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;text-align:center}.auth-container h1{margin-bottom:10px;color:#333}.auth-container .subtitle{color:#666;margin-bottom:30px}.google-signin-button{width:100%;padding:12px;background-color:#fff;border:1px solid #dadce0;border-radius:4px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;gap:10px;transition:background-color .2s}.google-signin-button:hover{background-color:#f8f9fa}.error{color:#d32f2f;margin:15px 0;padding:10px;background-color:#ffebee;border-radius:4px}.dashboard-tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:2px solid #e0e0e0}.tab-button{padding:12px 20px;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:16px;color:#666;transition:color .2s}.tab-button.active{color:#1976d2;border-bottom-color:#1976d2}.tab-button:hover{color:#1976d2}.reported-posts-list{display:flex;flex-direction:column;gap:20px}.reported-post-card{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.reported-post-card h3{margin-bottom:10px;color:#333}.post-meta{display:flex;justify-content:space-between;margin-bottom:10px;font-size:14px;color:#666}.post-content{margin:15px 0;padding:15px;background-color:#f8f9fa;border-radius:4px;white-space:pre-wrap}.report-meta{margin:15px 0;padding:10px;background-color:#fff3cd;border-left:4px solid #ffc107;border-radius:4px}.post-actions{display:flex;gap:10px;margin-top:15px}.btn{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.btn-primary{background-color:#1976d2;color:#fff}.btn-primary:hover{background-color:#1565c0}.btn-danger{background-color:#d32f2f;color:#fff}.btn-danger:hover{background-color:#c62828}.btn-secondary{background-color:#757575;color:#fff}.btn-secondary:hover{background-color:#616161}.btn:disabled{opacity:.6;cursor:not-allowed}.users-table{width:100%;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.users-table table{width:100%;border-collapse:collapse}.users-table th,.users-table td{padding:12px;text-align:left;border-bottom:1px solid #e0e0e0}.users-table th{background-color:#f5f5f5;font-weight:600;color:#333}.users-table tr:hover{background-color:#f8f9fa}.status-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600}.status-badge.banned{background-color:#ffebee;color:#c62828}.status-badge.active{background-color:#e8f5e9;color:#2e7d32}.user-actions{display:flex;gap:8px}.loading{text-align:center;padding:40px;color:#666}.confirmation-dialog{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.confirmation-content{background:#fff;padding:30px;border-radius:8px;max-width:400px;width:90%}.confirmation-content h3{margin-bottom:15px}.confirmation-content p{margin-bottom:20px;color:#666}.confirmation-actions{display:flex;gap:10px;justify-content:flex-end}.photo-gallery{width:100%;margin:15px 0;border-radius:6px;overflow:hidden}.photo-gallery-image{width:100%;height:100%;object-fit:cover;display:block;cursor:pointer;transition:opacity .2s}.photo-gallery-image:hover{opacity:.9}.photo-gallery-single{width:100%}.photo-gallery-single .photo-gallery-image{width:100%;height:auto;max-height:600px;object-fit:contain}.photo-gallery-two{display:grid;grid-template-columns:1fr 1fr;gap:4px}.photo-gallery-two .photo-gallery-image{width:100%;height:300px;object-fit:cover}.photo-gallery-multiple{display:grid;grid-template-columns:2fr 1fr;gap:4px;height:400px}.photo-gallery-main{grid-row:1 / -1;height:100%;overflow:hidden;cursor:pointer}.photo-gallery-main .photo-gallery-image{width:100%;height:100%;object-fit:cover}.photo-gallery-side{display:flex;flex-direction:column;gap:4px;height:100%}.photo-gallery-side-item{flex:1;position:relative;overflow:hidden;cursor:pointer;min-height:0}.photo-gallery-side-item .photo-gallery-image{width:100%;height:100%;object-fit:cover}.photo-gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:18px;pointer-events:none}.post-photos{margin-top:15px}.gallery-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery-modal-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:60px 80px;box-sizing:border-box}.gallery-modal-close{position:absolute;top:20px;right:20px;background:#fff3;border:none;color:#fff;font-size:36px;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10001;transition:background-color .2s;line-height:1;padding:0}.gallery-modal-close:hover{background:#ffffff4d}.gallery-modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;color:#fff;font-size:48px;width:60px;height:60px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10001;transition:background-color .2s;line-height:1;padding:0}.gallery-modal-nav:hover{background:#ffffff4d}.gallery-modal-prev{left:20px}.gallery-modal-next{right:20px}.gallery-modal-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.gallery-modal-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px}.gallery-modal-indicator{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#fff3;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;z-index:10001}
