/* E.C.A. Studio — UX-5 · bilan hebdomadaire */
#screen-evolution #eca-weekly-summary{margin:0 0 16px;}
#screen-evolution .eca-weekly-card{padding:18px;border:1px solid rgba(196,103,66,.18);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(247,239,222,.82));box-shadow:0 12px 28px rgba(42,37,32,.06);}
#screen-evolution .eca-weekly-card.is-loading{min-height:112px;display:flex;flex-direction:column;justify-content:center;}
#screen-evolution .eca-weekly-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px;}
#screen-evolution .eca-weekly-kicker{font-family:var(--font-mono,monospace);font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--nf-copper,#C46742);}
#screen-evolution .eca-weekly-head h2{margin:5px 0 0;font-family:var(--font-serif,serif);font-size:1.35rem;line-height:1.15;color:var(--nf-ink,#2b2b2b);font-weight:500;}
#screen-evolution .eca-weekly-plan{flex:0 0 auto;border-radius:999px;padding:6px 9px;background:rgba(196,103,66,.09);color:var(--nf-copper,#C46742);font-size:.72rem;font-weight:700;}
#screen-evolution .eca-weekly-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:14px;}
#screen-evolution .eca-weekly-metric{min-width:0;padding:11px 7px;border-radius:13px;background:rgba(255,255,255,.72);border:1px solid rgba(42,37,32,.06);text-align:center;}
#screen-evolution .eca-weekly-metric strong{display:block;color:var(--nf-ink,#2b2b2b);font-size:1.08rem;line-height:1.1;font-variant-numeric:tabular-nums;overflow-wrap:anywhere;}
#screen-evolution .eca-weekly-metric span{display:block;margin-top:5px;color:var(--nf-ink-mid,#8a7f73);font-size:.68rem;line-height:1.2;}
#screen-evolution .eca-weekly-message{margin:0 0 12px;color:var(--nf-ink,#2b2b2b);font-size:.95rem;line-height:1.5;}
#screen-evolution .eca-weekly-row{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:10px 0;border-top:1px solid rgba(42,37,32,.07);}
#screen-evolution .eca-weekly-row span{color:var(--nf-ink-mid,#8a7f73);font-size:.8rem;line-height:1.35;}
#screen-evolution .eca-weekly-row strong{max-width:56%;text-align:right;color:var(--nf-ink,#2b2b2b);font-size:.84rem;line-height:1.35;font-weight:650;}
#screen-evolution .eca-weekly-badge strong{color:var(--nf-copper,#C46742);}
#screen-evolution .eca-weekly-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px;}
#screen-evolution .eca-weekly-actions:has(.eca-weekly-primary:only-child){grid-template-columns:1fr;}
#screen-evolution .eca-weekly-primary,#screen-evolution .eca-weekly-secondary{min-height:44px;border-radius:999px;padding:10px 14px;font-family:var(--font-ui,inherit);font-size:.82rem;font-weight:700;cursor:pointer;}
#screen-evolution .eca-weekly-primary{border:1px solid var(--nf-copper,#C46742);background:var(--nf-copper,#C46742);color:#fff;}
#screen-evolution .eca-weekly-secondary{border:1px solid rgba(196,103,66,.42);background:rgba(255,255,255,.7);color:var(--nf-copper,#C46742);}
#screen-evolution .eca-weekly-note{margin:11px 0 0;color:var(--nf-ink-mid,#8a7f73);font-size:.68rem;line-height:1.35;}

#screen-evolution .eca-weekly-breakdown{margin:14px 0 4px;padding-top:12px;border-top:1px solid rgba(42,37,32,.07);}
#screen-evolution .eca-weekly-breakdown-title{margin-bottom:8px;font-family:var(--font-mono,monospace);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--nf-copper,#C46742);}
#screen-evolution .eca-weekly-practice{padding:10px 0;border-top:1px solid rgba(42,37,32,.055);}
#screen-evolution .eca-weekly-practice:first-of-type{border-top:0;}
#screen-evolution .eca-weekly-practice-head{display:flex;align-items:flex-start;gap:9px;}
#screen-evolution .eca-weekly-practice-icon{flex:0 0 auto;width:20px;text-align:center;color:var(--nf-copper,#C46742);line-height:1.35;}
#screen-evolution .eca-weekly-practice-head strong{display:block;color:var(--nf-ink,#2b2b2b);font-size:.86rem;line-height:1.35;font-weight:650;}
#screen-evolution .eca-weekly-practice-head div>span{display:block;margin-top:2px;color:var(--nf-ink-mid,#8a7f73);font-size:.72rem;line-height:1.35;}
#screen-evolution .eca-weekly-practice-times{display:flex;flex-wrap:wrap;gap:5px;margin:7px 0 0 29px;}
#screen-evolution .eca-weekly-practice-times span{padding:4px 7px;border-radius:999px;background:rgba(196,103,66,.07);color:var(--nf-ink-mid,#756b61);font-size:.66rem;line-height:1.2;}

@media(max-width:420px){
  #screen-evolution .eca-weekly-metrics{grid-template-columns:repeat(2,minmax(0,1fr));}
  #screen-evolution .eca-weekly-actions{grid-template-columns:1fr;}
  #screen-evolution .eca-weekly-row{display:block;}
  #screen-evolution .eca-weekly-row strong{display:block;max-width:none;text-align:left;margin-top:3px;}
}
@media(prefers-reduced-motion:reduce){#screen-evolution .eca-weekly-card *{scroll-behavior:auto!important;transition:none!important;}}
#screen-evolution .eca-weekly-metrics.is-three{grid-template-columns:repeat(3,minmax(0,1fr));}
@media(max-width:420px){#screen-evolution .eca-weekly-metrics.is-three{grid-template-columns:repeat(3,minmax(0,1fr));}}
