:root{
  --ludao-navy:#193d67;--ludao-blue:#0b5d95;--ludao-teal:#0f8277;
  --ludao-bg:#f3f6f8;--ludao-text:#102f55;
}
html,body{margin:0;background:var(--ludao-bg);color:var(--ludao-text);font-family:Arial,Helvetica,sans-serif}

/* EN-TÊTE UNIQUE : mêmes coordonnées et dimensions sur toutes les pages */
.ludao-header{
  width:100%;height:182px;min-height:182px;max-height:182px;
  margin:0;padding:0;background:var(--ludao-navy);color:#fff;
  box-sizing:border-box;overflow:hidden;
}
.ludao-header-inner{
  width:100%;height:182px;margin:0;padding:10px 18px;
  box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:28px;
}
.ludao-brand{
  height:162px;min-width:0;margin:0;padding:0;
  display:flex;align-items:center;gap:28px;
}
.ludao-brand-logo{
  width:323px;height:148px;min-width:323px;min-height:148px;max-width:323px;max-height:148px;
  margin:0;padding:5px;box-sizing:border-box;background:#fff;border-radius:13px;
  display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 323px;
}
.ludao-brand-logo img{
  display:block;width:100%;height:100%;margin:0;padding:0;
  object-fit:contain;object-position:50% 50%;
}
.ludao-brand-copy{
  height:118px;min-width:0;margin:0;padding:0;
  display:flex;flex-direction:column;justify-content:center;
}
.ludao-brand-copy h1{
  margin:0;font-family:Arial,Helvetica,sans-serif;font-size:36px;font-weight:700;
  line-height:40px;color:#fff;white-space:nowrap;
}
.ludao-brand-break{display:block;height:12px;min-height:12px;max-height:12px}
.ludao-brand-copy .context{
  margin:0;font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:400;
  line-height:24px;color:#fff;white-space:nowrap;
}
.ludao-user{
  flex:0 0 auto;margin:0;padding:9px 11px;
  display:flex;align-items:center;gap:10px;
  background:#ffffff12;border:1px solid #ffffff30;border-radius:10px;white-space:nowrap;
}
.ludao-user-name{font-weight:700;font-size:18px}
.ludao-logout{
  display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;
  border-radius:9px;background:#fff;color:var(--ludao-navy);text-decoration:none;font-size:23px;
}

/* NAVIGATION UNIQUE */
.ludao-global-nav{width:100%;margin:0;background:#eef2f6;border-bottom:1px solid #dbe3ec}
.ludao-global-nav-inner{
  width:100%;margin:0;padding:12px 18px;box-sizing:border-box;
  display:flex;align-items:center;gap:14px;flex-wrap:wrap;
}
.ludao-nav-btn{
  display:inline-flex;align-items:center;gap:8px;text-decoration:none;border-radius:9px;
  padding:13px 20px;background:#64748b;color:#fff;font-size:18px;font-weight:700;
  box-shadow:0 2px 8px #00000010;
}
.ludao-nav-btn:hover{filter:brightness(.96)}
.ludao-nav-btn.active{background:#0b5d95}
.ludao-nav-btn.teal.active{background:#0f8277}
.ludao-nav-btn.admin.active{background:#5630a6}

.ludao-page-shell{max-width:1500px;margin:0 auto}
.ludao-footer{margin-top:34px;border-top:1px solid #d8e0e8;background:#e9eef3;color:#52677e;font-size:13px}
.ludao-footer-inner{max-width:1500px;margin:0 auto;padding:13px 22px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}

@media(max-width:900px){
  .ludao-header{height:auto;min-height:0;max-height:none;overflow:visible}
  .ludao-header-inner{height:auto;padding:12px 14px;flex-direction:column;align-items:flex-start}
  .ludao-brand{height:auto;gap:14px}
  .ludao-brand-logo{
    width:220px;height:102px;min-width:220px;min-height:102px;max-width:220px;max-height:102px;flex-basis:220px
  }
  .ludao-brand-copy{height:auto}
  .ludao-brand-copy h1{font-size:25px;line-height:29px;white-space:normal}
  .ludao-brand-copy .context{font-size:16px;line-height:20px;white-space:normal}
  .ludao-user{align-self:flex-end}
  .ludao-global-nav-inner{padding:8px 14px;gap:8px}
  .ludao-nav-btn{padding:9px 11px;font-size:14px}
}
@media(max-width:600px){
  .ludao-brand{flex-direction:column;align-items:flex-start}
  .ludao-footer-inner{justify-content:center;text-align:center}
}

.ludao-account-link{color:#fff;text-decoration:none}.ludao-account-link:hover{text-decoration:underline}
