Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.60
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
fastear1 /
assignment.work.zone /
assets /
css /
Delete
Unzip
Name
Size
Permission
Date
Action
style.css
30.19
KB
-rw-r--r--
2026-03-31 10:40
Save
Rename
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap'); :root { --primary-color: #00d26a; /* Vibrant Green */ --primary-dark: #00a651; --secondary-color: #0d1117; /* Deep Black for Dark Mode */ --bg-light: #f4f7f6; --bg-dark: #000000; --text-dark: #121212; --text-light: #ffffff; --text-muted: #888888; --text-muted-light: #555555; --card-bg-light: #ffffff; --card-bg-dark: #1a1a1a; --card-bg: var(--card-bg-dark); /* Default to dark */ --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); --border-radius: 16px; --primary-glow: rgba(0, 210, 106, 0.3); } /* Global Thin Scrollbar */ ::-webkit-scrollbar { width: 3px; height: 3px; } ::-webkit-scrollbar-track { background: transparent; } ::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.05); border-radius: 10px; } ::-webkit-scrollbar-thumb:hover { background: var(--primary-color); } /* Custom Thin Scrollbar Class */ .custom-scrollbar::-webkit-scrollbar { width: 3px; height: 3px; } .custom-scrollbar::-webkit-scrollbar-thumb { background: rgba(0, 210, 106, 0.1); border-radius: 10px; } .custom-scrollbar:hover::-webkit-scrollbar-thumb { background: rgba(0, 210, 106, 0.4); } .text-gradient { background: linear-gradient(135deg, #fff 0%, #888 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } body.light-theme .text-gradient { background: linear-gradient(135deg, #121212 0%, #444 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } .stat-box { padding: 40px; background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)); border-radius: 24px; border: 1px solid rgba(255, 255, 255, 0.05); transition: var(--transition); } .stat-box:hover { background: linear-gradient(145deg, rgba(0, 210, 106, 0.1), rgba(255, 255, 255, 0.02)); border-color: var(--primary-color); } body.light-theme .stat-box { background: var(--card-bg-light); border-color: #eee; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); } body.light-theme .stat-box h2, body.light-theme .stat-box p, body.light-theme .stat-box div { color: var(--text-dark) !important; } .timeline-step { width: 60px; height: 60px; background: var(--primary-color); color: black; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 900; box-shadow: 0 0 30px rgba(0, 210, 106, 0.4); position: relative; z-index: 2; } .glass-card { background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: var(--border-radius); transition: var(--transition); } body.light-theme .glass-card { background: rgba(255, 255, 255, 0.8); border-color: rgba(0, 0, 0, 0.05); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); color: var(--text-dark); } .glass-card:hover { border-color: var(--primary-color); transform: translateY(-5px); } .modern-badge { background: rgba(0, 210, 106, 0.1); color: var(--primary-color); padding: 6px 15px; border-radius: 30px; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; } @keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-20px); } 100% { transform: translateY(0px); } } @keyframes pulse-glow { 0% { box-shadow: 0 0 0 0 rgba(0, 210, 106, 0.4); } 70% { box-shadow: 0 0 0 15px rgba(0, 210, 106, 0); } 100% { box-shadow: 0 0 0 0 rgba(0, 210, 106, 0); } } @keyframes slideInUp { from { transform: translateY(50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } @keyframes scaleIn { from { transform: scale(0.9); opacity: 0; } to { transform: scale(1); opacity: 1; } } ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: var(--bg-dark); } ::-webkit-scrollbar-thumb { background: var(--primary-color); border-radius: 4px; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Outfit', sans-serif; background-color: var(--bg-dark); color: var(--text-light); line-height: 1.6; overflow-x: hidden; } body.light-theme, html.light-theme body { background-color: var(--bg-light); color: var(--text-dark); --card-bg: var(--card-bg-light); } body.light-theme .hero p, body.light-theme p, body.light-theme span:not(.btn-primary), body.light-theme div:not(.btn-primary), body.light-theme .text-muted, body.light-theme ul { color: #444 !important; /* High contrast for light mode */ } body.light-theme .step-num-circle { border-color: #fff !important; } .feature-card { background: var(--card-bg-dark); padding: 30px; border-radius: 15px; border: 1px solid rgba(255, 255, 255, 0.05); transition: var(--transition); } .feature-card:hover { transform: translateY(-5px); border-color: var(--primary-color); } body.light-theme .feature-card, html.light-theme .feature-card { background: #fff; border-color: #eee; } body.light-theme h1, html.light-theme h1, body.light-theme h2, html.light-theme h2, body.light-theme h3, html.light-theme h3, body.light-theme h4, html.light-theme h4, body.light-theme h5, html.light-theme h5, body.light-theme strong, html.light-theme strong, body.light-theme label, html.light-theme label { color: var(--text-dark); } body.light-theme .nav-logo span { color: var(--text-dark) !important; } body.light-theme .navbar, html.light-theme .navbar, body.light-theme .footer, html.light-theme .footer { background-color: #ffffff; border-color: #eadddd; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); } body.light-theme .card { background-color: var(--card-bg-light); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); } .themed-input-box { background: var(--bg-dark); border: 1px solid rgba(255, 255, 255, 0.05); } body.light-theme .themed-input-box { background: rgba(0, 0, 0, 0.03) !important; border-color: rgba(0, 0, 0, 0.1) !important; } body.light-theme .themed-input-box input { color: var(--text-dark) !important; } .bg-themed { background-color: var(--bg-dark); border-color: rgba(255, 255, 255, 0.05); } body.light-theme .bg-themed { background-color: #ffffff !important; border-color: #eee !important; } a { text-decoration: none; color: inherit; } ul { list-style: none; } .btn-primary { background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)); color: #fff; padding: 12px 28px; border: none; border-radius: 30px; font-weight: 600; cursor: pointer; transition: var(--transition); display: inline-block; box-shadow: 0 4px 15px rgba(0, 210, 106, 0.4); } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 210, 106, 0.6); } .btn-outline { border: 2px solid var(--primary-color); color: var(--primary-color); padding: 10px 24px; border-radius: 30px; font-weight: 600; cursor: pointer; transition: var(--transition); display: inline-block; } .btn-outline:hover { background: var(--primary-color); color: #fff; } /* Navbar */ .navbar { display: flex; justify-content: space-between; align-items: center; padding: 20px 5%; background-color: rgba(13, 17, 23, 0.9); backdrop-filter: blur(10px); position: fixed; width: 100%; top: 0; z-index: 1000; border-bottom: 1px solid rgba(255, 255, 255, 0.05); transition: var(--transition); } .nav-logo { font-size: 24px; font-weight: 800; color: var(--primary-color); letter-spacing: 1px; } .nav-links.grid { display: grid; gap: 30px; } /* Same as .grid but collapses on mobile */ .responsive-grid { display: grid; gap: 30px; } @media (max-width: 768px) { .responsive-grid { grid-template-columns: 1fr !important; } /* ---- MOBILE BOTTOM NAV ---- */ .mobile-bottom-nav { position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(13, 17, 23, 0.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-top: 1px solid rgba(255, 255, 255, 0.08); display: flex; justify-content: space-around; align-items: center; padding: 10px 0; z-index: 10000; box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.3); } body.light-theme .mobile-bottom-nav { background: rgba(255, 255, 255, 0.9); border-top-color: rgba(0, 0, 0, 0.05); box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.05); } .mobile-nav-item { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: var(--text-muted); gap: 4px; transition: all 0.3s ease; flex: 1; } .mobile-nav-item i { font-size: 1.25rem; transition: transform 0.3s ease; } .mobile-nav-item span { font-size: 0.7rem; font-weight: 500; } .mobile-nav-item.active { color: var(--primary-color); } .mobile-nav-item:active i { transform: scale(0.9); } /* Special Center App Button */ .mobile-nav-item-center { position: relative; top: -15px; /* Lift it up */ background: var(--primary-color); width: 55px; height: 55px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 25px rgba(0, 210, 106, 0.4); border: 4px solid var(--bg-dark); color: black !important; flex: none; } body.light-theme .mobile-nav-item-center { border-color: white; } .mobile-nav-item-center i { font-size: 1.5rem; margin: 0; } /* Add padding to the bottom of the body so content isn't hidden by nav */ #body { padding-bottom: 80px !important; } } @media (min-width: 769px) { .mobile-bottom-nav { display: none !important; } } /* Toast Notification */ .toast-container { position: fixed; bottom: 25px; left: 50%; transform: translateX(-50%) translateY(100px); background: rgba(0, 0, 0, 0.88); backdrop-filter: blur(12px); border: 1px solid rgba(0, 210, 106, 0.4); color: #fff; padding: 10px 20px; border-radius: 50px; display: flex; align-items: center; gap: 10px; z-index: 10000; transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); font-weight: 500; font-size: 0.85rem; white-space: nowrap; pointer-events: none; } body.light-theme .toast-container { background: rgba(255, 255, 255, 0.98); color: #121212; border-color: var(--primary-color); box-shadow: 0 10px 30px rgba(0,0,0,0.1); } .toast-container.show { transform: translateX(-50%) translateY(0); } .toast-icon { width: 22px; height: 22px; background: var(--primary-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #000; font-size: 0.75rem; } .nav-links { display: flex; gap: 30px; } .nav-links a { font-weight: 500; transition: var(--transition); position: relative; } .nav-links a:hover { color: var(--primary-color); } .nav-links a::after { content: ''; position: absolute; width: 0; height: 2px; bottom: -4px; left: 0; background-color: var(--primary-color); transition: var(--transition); } .nav-links a:hover::after { width: 100%; } .nav-actions { display: flex; align-items: center; gap: 15px; } .theme-toggle { background: none; border: none; color: inherit; font-size: 20px; cursor: pointer; } /* Hamburger */ .hamburger { display: none; flex-direction: column; cursor: pointer; } .hamburger span { width: 25px; height: 3px; background-color: var(--text-light); margin-bottom: 5px; border-radius: 2px; } body.light-theme .hamburger span { background-color: var(--text-dark); } .hero { min-height: 110vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 0 20px; position: relative; overflow: hidden; background: radial-gradient(circle at 50% -20%, rgba(0, 210, 106, 0.15) 0%, rgba(0, 0, 0, 0) 50%); } .hero::before { content: ''; position: absolute; width: 200%; height: 200%; top: -50%; left: -50%; background-image: radial-gradient(circle at 20% 30%, rgba(0, 210, 106, 0.05) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(0, 210, 106, 0.05) 0%, transparent 40%); animation: rotate 20s linear infinite; z-index: -1; } @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .floating-doc { position: absolute; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.05); padding: 15px; border-radius: 10px; backdrop-filter: blur(10px); animation: float 6s ease-in-out infinite; display: flex; flex-direction: column; gap: 8px; width: 150px; z-index: 1; } .doc-line { height: 4px; background: rgba(255, 255, 255, 0.1); border-radius: 2px; } .doc-line.short { width: 60%; } .doc-line.primary { background: var(--primary-color); opacity: 0.5; } .hero h1 { font-size: 4rem; font-weight: 800; margin-bottom: 20px; background: linear-gradient(to right, #fff, #888); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; } body.light-theme .hero h1 { background: linear-gradient(to right, #121212, #444); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; } .hero p { font-size: 1.2rem; max-width: 600px; margin-bottom: 40px; color: var(--text-muted); } /* Sections */ section { padding: 100px 5%; } .section-title { text-align: center; font-size: 2.5rem; margin-bottom: 50px; position: relative; } .section-title::after { content: ''; display: block; width: 60px; height: 4px; background: var(--primary-color); margin: 10px auto 0; border-radius: 2px; } /* Cards / Plans */ .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .card { background: var(--card-bg-dark); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: var(--border-radius); padding: 40px 30px; text-align: center; transition: var(--transition); position: relative; overflow: hidden; } .card:hover { transform: translateY(-10px); border-color: var(--primary-color); box-shadow: 0 10px 30px rgba(0, 210, 106, 0.1); } .card h3 { font-size: 1.8rem; margin-bottom: 15px; } .card .price { font-size: 2.5rem; font-weight: 700; color: var(--primary-color); margin-bottom: 20px; } .card ul { text-align: left; margin-bottom: 30px; } .card ul li { margin-bottom: 10px; display: flex; align-items: center; } .card ul li::before { content: '✓'; color: var(--primary-color); margin-right: 10px; font-weight: bold; } /* Work Steps */ .step-card { text-align: center; padding: 30px; background: var(--card-bg-dark); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: var(--border-radius); transition: var(--transition); } .step-card:hover { transform: translateY(-10px); border-color: var(--primary-color); box-shadow: 0 10px 30px rgba(0, 210, 106, 0.15); } body.light-theme .step-card { background: var(--card-bg-light); border-color: #eee; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); } body.light-theme .step-card:hover { border-color: var(--primary-color); box-shadow: 0 10px 30px rgba(0, 210, 106, 0.15); } .step-icon { font-size: 3rem; color: var(--primary-color); margin-bottom: 20px; transition: var(--transition); } .step-card:hover .step-icon { transform: scale(1.2); text-shadow: 0 0 15px rgba(0, 210, 106, 0.4); } /* Form */ .form-group { margin-bottom: 20px; } .form-control { width: 100%; padding: 15px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; color: var(--text-light); font-family: 'Outfit', sans-serif; transition: var(--transition); } body.light-theme .form-control { background: rgba(0, 0, 0, 0.02); border: 1px solid rgba(0, 0, 0, 0.1); color: var(--text-dark); } body.light-theme select.form-control { background: #fff; color: var(--text-dark); } .form-control:focus { outline: none; border-color: var(--primary-color); } .auth-container { max-width: 450px; width: 90%; margin: 80px auto; background: var(--card-bg-dark); padding: 40px; border-radius: var(--border-radius); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); } body.light-theme .auth-container { background: var(--card-bg-light); } .auth-title { text-align: center; margin-bottom: 30px; } /* Premium Auth Layout */ .auth-page-wrapper { display: flex; min-height: 100vh; align-items: center; justify-content: center; padding: 100px 20px 40px; background: radial-gradient(circle at top right, rgba(0, 210, 106, 0.1) 0%, transparent 40%), radial-gradient(circle at bottom left, rgba(0, 150, 255, 0.05) 0%, transparent 40%); } .auth-split-container { display: flex; width: 100%; max-width: 1000px; background: var(--card-bg-dark); border-radius: 24px; overflow: hidden; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3); border: 1px solid rgba(255, 255, 255, 0.08); } body.light-theme .auth-split-container { background: var(--card-bg-light); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); border-color: #eaeaea; } .auth-left { flex: 1; background: linear-gradient(135deg, rgba(20,20,20,1) 0%, rgba(0, 210, 106, 0.05) 100%); position: relative; padding: 50px 60px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255, 255, 255, 0.05); overflow: hidden; } body.light-theme .auth-left { background: linear-gradient(135deg, #f8f9fa 0%, rgba(0, 210, 106, 0.08) 100%); border-right: 1px solid #eee; } .auth-left::before { content: ''; position: absolute; top: -50px; left: -50px; width: 300px; height: 300px; background: var(--primary-color); border-radius: 50%; filter: blur(100px); opacity: 0.15; } .auth-left::after { content: ''; position: absolute; bottom: -50px; right: -50px; width: 300px; height: 300px; background: #0099ff; border-radius: 50%; filter: blur(120px); opacity: 0.1; } .auth-left-content { position: relative; z-index: 2; } .auth-left-content h2 { font-size: 2.8rem; margin-bottom: 20px; font-weight: 800; line-height: 1.2; } .auth-left-content p { color: var(--text-muted); font-size: 1.1rem; line-height: 1.6; } .auth-right { flex: 1; padding: 60px 50px; background: transparent; } @media (max-width: 900px) { .auth-left { display: none; } } @media (max-width: 480px) { .auth-right { padding: 40px 25px; } } /* Premium Inputs */ .input-with-icon { position: relative; } .input-with-icon i { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: var(--text-muted); font-size: 1.1rem; transition: var(--transition); } .input-with-icon input { padding-left: 50px; height: 55px; /* Taller nicer inputs */ border-radius: 12px; } .input-with-icon input:focus + i, .input-with-icon input:focus ~ i { color: var(--primary-color); } /* This only works if icon is after input, so we'll adjust DOM or use :focus-within on wrapper */ .input-with-icon:focus-within i { color: var(--primary-color); } /* Dashboard Core */ .dash-layout { display: flex; min-height: 100vh; } .sidebar { width: 260px; background: var(--card-bg-dark); border-right: 1px solid rgba(255, 255, 255, 0.05); padding: 20px; position: fixed; top: 0; left: 0; height: 100vh; overflow-y: auto; transition: var(--transition); z-index: 100; } /* Custom Scrollbar for Sidebar */ .sidebar::-webkit-scrollbar { width: 3px; } .sidebar::-webkit-scrollbar-thumb { background: rgba(0, 210, 106, 0.1); border-radius: 10px; } .sidebar:hover::-webkit-scrollbar-thumb { background: rgba(0, 210, 106, 0.4); } body.light-theme .sidebar { background: var(--card-bg-light); border-color: rgba(0, 0, 0, 0.05); color: var(--text-dark); } body.light-theme .sidebar .sidebar-logo span { color: var(--text-dark) !important; } body.light-theme .admin-sidebar { background: #ffffff !important; border-right: 1px solid rgba(0, 0, 0, 0.1) !important; } .sidebar-logo { font-size: 24px; font-weight: 800; color: var(--primary-color); margin-bottom: 40px; display: block; } .sidebar-nav li { margin-bottom: 10px; } .sidebar-nav a { display: flex; align-items: center; padding: 12px 15px; border-radius: 8px; transition: var(--transition); color: var(--text-muted); } .sidebar-nav a:hover, .sidebar-nav a.active { background: rgba(0, 210, 106, 0.1); color: var(--primary-color); } .sidebar-nav a i { margin-right: 15px; font-size: 1.2rem; } .main-content { flex: 1; margin-left: 260px; padding: 30px; transition: var(--transition); min-height: 100vh; } body.light-theme .main-content { background-color: var(--bg-light); } .top-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); } body.light-theme .top-header { border-bottom-color: rgba(0, 0, 0, 0.05); } .stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 40px; } .stat-card { background: var(--card-bg-dark); padding: 25px; border-radius: var(--border-radius); border-left: 4px solid var(--primary-color); } body.light-theme .stat-card { background: var(--card-bg-light); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); } .stat-title { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 10px; } .stat-value { font-size: 2rem; font-weight: 700; } table { width: 100%; border-collapse: collapse; } table th, table td { padding: 15px; text-align: left; border-bottom: 1px solid rgba(255, 255, 255, 0.05); } body.light-theme table th, body.light-theme table td { border-bottom-color: rgba(0, 0, 0, 0.05); color: var(--text-dark); } .admin-table { width: 100%; border-collapse: collapse; } .admin-table th { background: rgba(0, 210, 106, 0.05); color: var(--primary-color); text-transform: uppercase; font-size: 0.8rem; letter-spacing: 1px; } body.light-theme .admin-table th { background: rgba(0, 210, 106, 0.1); } .badge { padding: 5px 12px; border-radius: 20px; font-size: 0.75rem; font-weight: 700; } .badge-success { background: rgba(0, 210, 106, 0.1); color: var(--primary-color); } .badge-pending { background: rgba(255, 193, 7, 0.1); color: #ffc107; } .badge-danger { background: rgba(220, 53, 69, 0.1); color: #dc3545; } /* ============================================================ RESPONSIVE — Mobile First (max-width: 768px) ============================================================ */ @media (max-width: 768px) { /* ---- NAVIGATION ---- */ .nav-links, .nav-actions .btn-primary { display: none; } .hamburger { display: flex; } /* ---- HERO ---- */ .hero { padding: 100px 5% 60px; text-align: center; } .hero h1 { font-size: 2.2rem !important; } .hero p { font-size: 1rem !important; } .hero div[style*="display:flex"] { flex-direction: column; align-items: center; } /* ---- LANDING SECTIONS ---- */ section[class*="bg-themed"] { padding: 50px 5% !important; } /* ---- GENERAL GRID — force single column ---- */ .grid, div[style*="grid-template-columns: 1fr 1fr"], div[style*="grid-template-columns: 2fr 1fr"], div[style*="grid-template-columns: 1.5fr 1fr"], div[style*="grid-template-columns: repeat(auto-fit"], div[style*="grid-template-columns: 2fr"] { grid-template-columns: 1fr !important; } /* ---- SIDEBAR ---- */ .sidebar { transform: translateX(-100%); z-index: 999; width: 240px; overflow-y: auto; } .sidebar.active { transform: translateX(0); box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5); } /* ---- MAIN CONTENT ---- */ .main-content { margin-left: 0 !important; padding: 15px !important; width: 100%; } /* ---- TOP HEADER ---- */ .top-header { padding-bottom: 15px; margin-bottom: 20px; } /* Hamburger toggle for dashboard */ #dash-hamburger { display: block !important; } /* ---- STAT GRID ---- */ .stat-grid { grid-template-columns: 1fr !important; gap: 12px; } .stat-value { font-size: 1.4rem; } /* ---- CARDS ---- */ .card { padding: 20px !important; border-radius: 14px !important; } /* ---- TABLES — horizontal scroll ---- */ .admin-table, table { min-width: 600px; } .card[style*="overflow-x"], div[style*="overflow-x:auto"], div[style*="overflow-x: auto"] { overflow-x: auto !important; } /* ---- FORMS ---- */ .auth-container { margin: 80px auto !important; width: calc(100% - 30px) !important; max-width: 450px !important; padding: 25px !important; } form div[style*="grid-template-columns:1fr 1fr"], form div[style*="grid-template-columns: 1fr 1fr"] { grid-template-columns: 1fr !important; display: flex !important; flex-direction: column !important; } /* ---- BUTTONS ---- */ .btn-primary, .btn-outline { padding: 12px 20px !important; font-size: 0.95rem !important; } /* ---- REFERRAL.PHP — flex gap fix ---- */ div[style*="display:flex; gap:20px"] { flex-wrap: wrap; gap: 10px !important; } /* ---- HEADINGS ---- */ h1 { font-size: 1.8rem !important; } h2 { font-size: 1.4rem !important; } h3 { font-size: 1.15rem !important; } /* ---- FOOTER ---- */ footer { padding: 50px 5% !important; text-align: center; } footer div[style*="grid-template-columns"] { grid-template-columns: 1fr !important; } footer div[style*="display:flex; justify-content:space-between"] { flex-direction: column; text-align: center; gap: 15px; } /* ---- ADMIN SIDEBAR ---- */ .admin-sidebar { transform: translateX(-100%) !important; z-index: 999 !important; position: fixed !important; } .admin-sidebar.active { transform: translateX(0) !important; box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5); } .admin-content { margin-left: 0 !important; padding: 15px !important; } } /* Tablet: 769px - 1024px */ @media (min-width: 769px) and (max-width: 1024px) { .main-content { margin-left: 260px; padding: 20px; } .stat-grid { grid-template-columns: repeat(2, 1fr) !important; } div[style*="grid-template-columns: 2fr 1fr"], div[style*="grid-template-columns: 1.5fr 1fr"] { grid-template-columns: 1fr !important; } .hero h1 { font-size: 3rem !important; } } /* Footer */ footer { background: #000; padding: 50px 5%; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.05); } body.light-theme footer { background: #ffffff; border-top-color: #eee; } /* Responsive Grid — collapses to 1 column on mobile */ .responsive-grid { display: grid; gap: 30px; } @media (max-width: 768px) { .responsive-grid { grid-template-columns: 1fr !important; } }