/var/www/coeditor.org/users/cosmobetcasino-uk.com/assets/css
Edit: /var/www/coeditor.org/users/cosmobetcasino-uk.com/assets/css/theme.css (1371B)
/* Dark Theme */
:root {
/* Brand */
--primaryColor: #6366f1;
--secondaryColor: #8b5cf6;
--fontFamily: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
/* Surfaces */
--bg: #18181b;
--bg-alt: #27272a;
--bg-hover: #3f3f46;
/* Text */
--text: #ffffff;
--text-body: #e4e4e7;
--text-muted: #a1a1aa;
--color-on-primary: #ffffff;
/* Borders */
--border: #3f3f46;
--border-light: #27272a;
/* Shadows */
--shadow-sm: 0 2px 4px rgba(0,0,0,0.3);
--shadow-md: 0 4px 12px rgba(0,0,0,0.4);
--shadow-lg: 0 8px 24px rgba(0,0,0,0.4);
--shadow-xl: 0 12px 32px rgba(0,0,0,0.5);
/* Border Radius */
--radius-sm: 8px;
--radius-md: 12px;
--radius-lg: 16px;
/* Accent */
--rating-color: #fbbf24;
--overlay-bg: rgba(0,0,0,0.8);
/* Footer */
--footer-bg: #09090b;
--footer-text: #e4e4e7;
--footer-muted: #71717a;
--footer-border: rgba(255,255,255,0.1);
}
/* Hero gradient */
.block-hero {
background: linear-gradient(135deg, #1e1e2e 0%, var(--bg-alt) 100%);
}
/* Pricing highlighted */
.pricing-card-highlighted,
.pricing-card.featured {
border: 2px solid var(--primaryColor);
box-shadow: 0 12px 40px rgba(99, 102, 241, 0.3);
}
/* Gallery overlay */
.gallery-overlay {
background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 50%, transparent 100%);
}