/*
Theme Name: ZAL-EKO CMS
Author: ZAL-EKO
Description: Portail éditorial privé relié au site public ZAL-EKO.
Version: 1.0.0
Text Domain: zal-eko-cms
*/

:root { color-scheme: dark; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle at 70% 20%, rgba(138,99,255,.24), transparent 35%), #07080b; color: #f6f4ee; font-family: Arial, Helvetica, sans-serif; }
.cms-shell { width: min(920px, calc(100vw - 40px)); padding: 64px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.035); }
.cms-brand { display: flex; align-items: center; gap: 18px; }
.cms-brand img { width: 78px; height: 78px; object-fit: contain; filter: drop-shadow(0 0 18px rgba(199,255,47,.32)); }
.cms-brand strong { font-size: 22px; letter-spacing: .16em; }.cms-brand strong span { color: #c7ff2f; }
.cms-shell h1 { max-width: 720px; margin: 70px 0 20px; font-size: clamp(46px, 7vw, 88px); line-height: .9; letter-spacing: -.06em; }
.cms-shell p { max-width: 640px; color: rgba(246,244,238,.68); font-size: 17px; line-height: 1.7; }
.cms-actions { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 38px; }
.cms-actions a { padding: 15px 20px; border: 1px solid rgba(255,255,255,.25); color: inherit; text-decoration: none; font-weight: 700; }
.cms-actions a:first-child { border-color: #c7ff2f; background: #c7ff2f; color: #07080b; }
@media (max-width: 620px) { .cms-shell { padding: 34px 24px; }.cms-shell h1 { margin-top: 48px; } }
