/*
 * Phase 2 — Lot CSS 2AO
 * Module : finition de la programmation
 * Extraction stricte du bloc nf-v74-programmation-finition-css.
 * Aucune règle de navigation et aucun JavaScript modifiés.
 */

/* Fenêtre de programmation : date / heure plus harmonieuses */
  #nf-v69-program-overlay .nf-v69-row:first-of-type{
    position:relative;
    gap:16px !important;
    align-items:stretch;
    margin-top:6px;
  }
  #nf-v69-program-overlay .nf-v69-row:first-of-type::after{
    content:"";
    position:absolute;
    left:50%; top:20px; bottom:20px;
    width:1px;
    background:linear-gradient(180deg, rgba(196,103,66,0), rgba(196,103,66,.18), rgba(196,103,66,0));
    pointer-events:none;
    transform:translateX(-50%);
  }
  #nf-v69-program-overlay .nf-v69-row:first-of-type .nf-v69-field{
    background:rgba(255,255,255,.28);
    border:1px solid rgba(196,103,66,.08);
    border-radius:24px;
    padding:14px 14px 16px !important;
    box-shadow:0 6px 20px rgba(42,37,32,.03);
  }
  #nf-v69-program-overlay .nf-v69-row:first-of-type label,
  #nf-v69-program-overlay .nf-v69-row:nth-of-type(2) label,
  #nf-v69-program-overlay .nf-v69-field > label:not(.nf-v69-check){
    margin-bottom:10px;
  }
  #nf-v69-program-overlay .nf-v69-row:nth-of-type(2){
    gap:16px !important;
  }
  #nf-v69-program-overlay .nf-v69-row:nth-of-type(2) .nf-v69-field{
    background:rgba(255,255,255,.24);
    border:1px solid rgba(196,103,66,.07);
    border-radius:22px;
    padding:10px 12px 14px;
  }
  #nf-v69-program-overlay .nf-v69-row:first-of-type input,
  #nf-v69-program-overlay .nf-v69-row:nth-of-type(2) select,
  #nf-v69-program-overlay #nf-v69-note{
    box-sizing:border-box;
    width:100%;
  }
  #nf-v69-program-overlay .nf-v69-row:first-of-type input{
    min-height:62px;
    border-radius:18px;
    font-weight:700;
    font-size:1.26rem;
    letter-spacing:.01em;
  }
  #nf-v69-program-overlay #nf-v69-time{
    font-size:1.32rem;
    letter-spacing:.02em;
  }
  #nf-v69-program-overlay .nf-v69-row:nth-of-type(2) select{
    min-height:58px;
    border-radius:17px;
    font-size:1.1rem;
    font-weight:650;
  }
  #nf-v69-program-overlay #nf-v69-note{
    min-height:74px;
    border-radius:18px;
    font-size:1.08rem;
    padding:16px 18px;
  }

  /* Page séances : masquer l'ancienne version furtive jusqu'au rendu final */
  #screen-seances #nf-v69-programmed-list{
    opacity:0;
    visibility:hidden;
    transform:translateY(6px);
  }
  #screen-seances #nf-v69-programmed-list.nf-v74-ready{
    opacity:1;
    visibility:visible;
    transform:none;
    transition:opacity .18s ease, transform .18s ease;
  }

  /* Bloc final harmonisé */
  #screen-seances #nf-v69-programmed-list{
    padding:0 24px 14px !important;
    margin-top:14px !important;
  }
  #screen-seances #nf-v69-programmed-list .nf-v74-program-titlebar{
    font-family:var(--font-mono);
    font-size:.58rem;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:var(--nf-copper);
    margin:8px 2px 10px;
  }
  #screen-seances #nf-v69-programmed-list .nf-v74-program-card{
    background:var(--nf-beige-light);
    border:1.5px solid rgba(196,103,66,.16);
    border-radius:24px;
    padding:18px 18px 17px;
    margin:12px 0;
    box-shadow:0 10px 24px rgba(42,37,32,.025);
    cursor:pointer;
  }
  #screen-seances #nf-v69-programmed-list .nf-v74-meta{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    margin-bottom:12px;
  }
  #screen-seances #nf-v69-programmed-list .nf-v74-badge{
    font-family:var(--font-mono);
    font-size:.56rem;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:var(--nf-copper);
    margin-right:2px;
  }
  #screen-seances #nf-v69-programmed-list .nf-v74-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:7px 14px;
    border-radius:999px;
    background:rgba(196,103,66,.08);
    border:1px solid rgba(196,103,66,.14);
    color:var(--nf-copper);
    font-weight:700;
    line-height:1;
  }
  #screen-seances #nf-v69-programmed-list .nf-v74-chip.date{
    font-size:1rem;
    letter-spacing:.01em;
  }
  #screen-seances #nf-v69-programmed-list .nf-v74-chip.time{
    font-size:1.06rem;
    min-width:102px;
    padding-left:16px;
    padding-right:16px;
  }
  #screen-seances #nf-v69-programmed-list .nf-v74-card-title{
    font-size:1.05rem;
    line-height:1.24;
    font-weight:700;
    color:var(--nf-ink);
    margin-bottom:6px;
  }
  #screen-seances #nf-v69-programmed-list .nf-v74-card-sub{
    font-size:.96rem;
    line-height:1.48;
    color:var(--nf-ink-mid);
  }
  @media (max-width:390px){
    #nf-v69-program-overlay .nf-v69-row:first-of-type::after{display:none;}
    #screen-seances #nf-v69-programmed-list{padding:0 20px 14px !important;}
    #screen-seances #nf-v69-programmed-list .nf-v74-program-card{padding:16px; border-radius:22px;}
    #screen-seances #nf-v69-programmed-list .nf-v74-chip.date{font-size:.95rem;}
    #screen-seances #nf-v69-programmed-list .nf-v74-chip.time{font-size:1rem; min-width:92px;}
  }
