@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400&family=Work+Sans:wght@400;600&display=swap');
* { margin:0; padding:0; box-sizing:border-box; }
body { background:#fcfcfc; color:#222; font-family:'Lora', serif; line-height:1.7; display:flex; flex-direction:column; min-height:100vh; }
.header { text-align:center; padding:5rem 2rem 3rem; border-bottom:1px solid #eaeaea; margin-bottom:4rem; }
.header h1 { font-family:'Work Sans', sans-serif; font-size:3rem; font-weight:600; letter-spacing:-1px; margin-bottom:0.5rem; }
.header p { color:#666; font-family:'Work Sans', sans-serif; font-size:1.1rem; }
.container { max-width:700px; margin:0 auto; padding:0 2rem; flex:1; width:100%; }
.post { margin-bottom:4rem; }
.post-title { font-family:'Work Sans', sans-serif; font-size:2rem; font-weight:600; margin-bottom:0.5rem; line-height:1.2; }
.post-date { color:#888; font-family:'Work Sans', sans-serif; font-size:0.9rem; margin-bottom:1.5rem; text-transform:uppercase; letter-spacing:1px; }
.post-content { font-size:1.15rem; color:#333; white-space:pre-wrap; }
/* Admin Form */
.admin-form { background:#fff; padding:2rem; border-radius:8px; border:1px solid #eaeaea; margin-bottom:3rem; box-shadow:0 4px 12px rgba(0,0,0,0.03); }
.admin-form input, .admin-form textarea { width:100%; padding:1rem; border:1px solid #ccc; font-family:'Work Sans', sans-serif; font-size:1rem; margin-bottom:1rem; border-radius:4px; outline:none; }
.admin-form input:focus, .admin-form textarea:focus { border-color:#000; }
.btn { background:#000; color:#fff; border:none; padding:0.8rem 1.5rem; font-family:'Work Sans', sans-serif; font-weight:600; cursor:pointer; border-radius:4px; }
.btn:hover { background:#333; }

/* ========================================= */
/* 📱 Mobile Responsiveness (Auto-Generated) */
/* ========================================= */
@media (max-width: 768px) {
    /* Global Containers */
    .container, .main-container, .board-container, .admin-container, .admin-wrap { padding: 1rem !important; }
    
    /* Hero & Headers */
    .hero { padding: 3rem 1rem !important; margin-bottom: -20px !important; border-radius: 0 0 20px 20px !important; }
    .hero h1, .hero-title, .event-title, .form-card h1, .contact-card h1 { font-size: 2rem !important; }
    
    /* Layouts & Grids */
    .admin-dashboard, .admin-layout, div[style*='grid-template-columns'] { grid-template-columns: 1fr !important; display: flex !important; flex-direction: column !important; gap: 1.5rem !important; }
    .product-grid { grid-template-columns: 1fr !important; }
    
    /* Cards & Boxes */
    .booking-card, .ticket-card, .form-card, .contact-card, .admin-login, .shortener-box, .suggest-box, .req-item, .admin-panel, .card { width: 100% !important; max-width: 100% !important; padding: 1.5rem !important; flex-direction: column !important; align-items: stretch !important; box-sizing: border-box !important; }
    
    /* Sidebar */
    .sidebar { width: 100% !important; height: auto !important; padding: 1.5rem !important; }
    
    /* Tables */
    .data-table, .roster-table, table { display: block !important; width: 100% !important; overflow-x: auto !important; white-space: nowrap !important; -webkit-overflow-scrolling: touch; }
    
    /* Navigations */
    .navbar, .header, .admin-header, .admin-nav { flex-direction: column !important; text-align: center !important; gap: 1rem !important; padding: 1rem !important; }
    
    /* Form Elements & Buttons */
    .btn, button, input, select, textarea { width: 100% !important; font-size: 1rem !important; box-sizing: border-box !important; }
    .input-group, .suggest-box { flex-direction: column !important; gap: 1rem !important; }
    
    /* Specific Fixes */
    .vote-box { width: 100% !important; padding: 0.5rem !important; flex-direction: row !important; justify-content: center !important; gap: 0.5rem !important; }
    .vote-count { margin-top: 0 !important; }
}
