@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Outfit:wght@400;500;600&display=swap");:root{--ink:#1b1410;--paper:#f4ead8;--wine:#8b1e2d;--gold:#d4a017;--cream:#fff8ee;--muted:#6d5e50;--line:rgba(27,20,16,0.12);--shadow:0 18px 40px rgba(27,20,16,0.12)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:Outfit,system-ui,sans-serif;background:var(--paper);color:var(--ink);min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.serif,h1,h2,h3{font-family:Fraunces,Georgia,serif}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 4vw;background:var(--ink);color:var(--cream);position:-webkit-sticky;position:sticky;top:0;z-index:20}.brand{font-family:Fraunces,serif;font-size:1.45rem;letter-spacing:.04em}.nav{display:flex;gap:1.2rem;flex-wrap:wrap;align-items:center}.nav a{opacity:.85;font-size:.95rem}.nav a.active,.nav a:hover{opacity:1;color:var(--gold)}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer;background:var(--wine);color:white;padding:.65rem 1.1rem;border-radius:999px;font-weight:600}.btn.ghost{background:transparent;color:inherit;border:1px solid}.wrap{width:min(1120px,92vw);margin:0 auto;padding:2.5rem 0 4rem}.hero h1{font-size:clamp(2.2rem,6vw,4.4rem);margin:0 0 .4rem}.muted{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:1.2rem;gap:1.2rem}.card{background:var(--cream);border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}.card img{aspect-ratio:2/3;object-fit:cover;width:100%;background:#d9cbb8}.card-body{padding:.85rem}.card-body h2,.card-body h3{margin:0 0 .2rem;font-size:1.05rem}.list{display:grid;grid-gap:.75rem;gap:.75rem}.row{display:flex;justify-content:space-between;gap:1rem;background:var(--cream);padding:.9rem 1rem;border-radius:12px}.form{display:grid;grid-gap:.85rem;gap:.85rem;max-width:420px}input,select,textarea{width:100%;padding:.7rem .8rem;border:1px solid var(--line);border-radius:10px;font:inherit;background:white}label{font-size:.85rem;font-weight:600}.error{color:var(--wine)}.admin{display:grid;grid-template-columns:230px 1fr;min-height:100vh}.side{background:var(--ink);color:var(--cream);padding:1.4rem 1rem}.side a{display:block;padding:.45rem .6rem;border-radius:8px;opacity:.85}.side a.active,.side a:hover{background:rgba(255,255,255,.08);opacity:1}.main{padding:1.5rem}.table-wrap{overflow-x:auto;border-radius:12px}.table{width:100%;border-collapse:collapse;background:var(--cream);border-radius:12px;overflow:hidden}.table td,.table th{text-align:left;padding:.7rem .8rem;border-bottom:1px solid var(--line);font-size:.92rem}.table-actions{white-space:nowrap}.link-btn,.table-actions a{color:var(--wine);font-weight:600;margin-right:.75rem}.link-btn{background:none;border:0;padding:0;cursor:pointer;font:inherit}.link-btn.danger{color:var(--wine)}.table-check{width:2.2rem}.table-check input{width:auto}.table tr.is-inactive td{color:var(--muted);background:rgba(109,94,80,.08)}.table tr.is-inactive .link-btn,.table tr.is-inactive a{color:#9a7f6c}.type-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.15rem .55rem;font-size:.75rem;font-weight:700;letter-spacing:.01em}.type-badge-plein-air{background:#dcfce7;color:#166534}.type-badge-salle{background:#dbeafe;color:#1e40af}.table .nowrap{white-space:nowrap}.film-title-cell{display:flex;align-items:center;gap:.7rem;font-weight:600;min-width:12rem}.film-thumb{width:36px;height:54px;object-fit:cover;border-radius:4px;background:#d9cbb8;flex-shrink:0}.film-thumb-empty{display:block}.table th.sortable button{background:none;border:0;padding:0;font:inherit;font-weight:600;cursor:pointer;color:inherit}.table th.sortable button:hover{color:var(--wine)}.gestion-date-shortcuts{display:flex;flex-wrap:wrap;gap:.45rem;margin:1rem 0 0}.gestion-date-shortcuts .btn{gap:.35rem;padding:.4rem .85rem;font-size:.82rem;line-height:1.25}.gestion-date-shortcuts-range{font-weight:500;opacity:.88}.gestion-date-shortcuts .btn[aria-pressed=true] .gestion-date-shortcuts-range{opacity:.95}.gestion-filters{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:flex-end;margin:1rem 0}.gestion-filters label{display:grid;grid-gap:.25rem;gap:.25rem;min-width:10rem}.gestion-filters input,.gestion-filters select{min-width:10rem}.gestion-filter-combo,.gestion-filter-combo .combo{min-width:16rem}.gestion-date-range{display:flex;gap:.4rem}.gestion-filters-actions{display:flex;gap:.5rem;align-items:center}.gestion-bulk{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;background:var(--cream);padding:.7rem 1rem;border-radius:12px;margin-bottom:.75rem}.gestion-bulk p{margin:0;font-weight:600}.gestion-bulk select{width:auto;min-width:12rem}.gestion-pager{gap:.5rem;align-items:center;margin-top:1rem}.flag-row,.gestion-pager{display:flex;flex-wrap:wrap}.flag-row{gap:.3rem}.flag-chip{border:1px solid var(--line);background:white;color:var(--muted);border-radius:999px;padding:.15rem .5rem;font-size:.75rem;font-weight:700;cursor:pointer}.flag-chip.on{background:var(--wine);color:white;border-color:var(--wine)}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:1.2rem;gap:1.2rem;margin-top:1rem}.search-mosaic-card{display:flex;flex-direction:column;text-align:left;background:var(--cream);border:0;border-radius:16px;overflow:hidden;box-shadow:var(--shadow);padding:0;cursor:pointer;font:inherit;color:inherit;width:100%}.search-mosaic-card:focus-visible,.search-mosaic-card:hover{outline:2px solid var(--wine);outline-offset:2px}.search-mosaic-card img,.search-poster-ph{aspect-ratio:2/3;object-fit:cover;width:100%;background:#d9cbb8}.search-mosaic-card .card-body{display:flex;flex-direction:column;gap:.35rem;flex:1 1;min-width:0}.search-mosaic-card strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-mosaic-card .btn{margin-top:auto;width:100%;pointer-events:none}.search-badge{display:inline-block;font-size:.75rem;font-weight:700;background:var(--gold);color:var(--ink);padding:.1rem .45rem;border-radius:999px;width:-moz-fit-content;width:fit-content}.search-badges{display:flex;flex-wrap:wrap;gap:.3rem}.search-badge-cinedi{background:#c8e9b8;color:#215c18}.search-badge-tmdb{background:#d9d3cc;color:#4d463f}.film-recap{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem;align-items:start;margin-top:1rem;width:100%}.film-enrich-actions{margin:.5rem 0 0}.film-enrich-notice{margin:.75rem 0 0;padding:.65rem .85rem;background:#e7f3dc;color:#215c18;border-radius:10px}.film-recap:not(:has(.film-recap-affiche)),.film-recap>:only-child{grid-template-columns:1fr;grid-column:1/-1}.film-recap-affiche img{width:100%;border-radius:16px;aspect-ratio:2/3;object-fit:cover;background:#d9cbb8;box-shadow:var(--shadow)}.film-form{display:grid;grid-gap:1rem;gap:1rem;min-width:0}.film-form fieldset{border:1px solid var(--line);border-radius:12px;background:var(--cream);padding:1rem 1.1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem 1.25rem;gap:.75rem 1.25rem}.film-form fieldset>:is(legend,p,.court-list,.associated-courts,.check,.actions,label:has(textarea),.horaire-list,.horaire-row){grid-column:1/-1}.seance-drafts{display:grid;grid-gap:1rem;gap:1rem}.seance-draft{background:var(--paper)}.horaire-list{display:grid;grid-gap:.75rem;gap:.75rem}.horaire-item{display:grid;grid-gap:.3rem;gap:.3rem}.horaire-row{display:grid;grid-template-columns:minmax(10rem,1.3fr) 6.5rem 6.5rem auto;grid-gap:.5rem .75rem;gap:.5rem .75rem;align-items:end}.horaire-row label{min-width:0}.horaire-row .btn{justify-self:start;margin-bottom:.1rem}.film-form legend{font-family:Fraunces,Georgia,serif;font-weight:700;padding:0 .4rem}.combo{position:relative;min-width:0}.combo-field{position:relative;width:100%}.combo-field input{padding-right:2.5rem}.combo-chevron{position:absolute;right:.2rem;top:50%;display:grid;place-items:center;width:2.1rem;height:2.1rem;margin:0;padding:0;border:0;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer;transform:translateY(-50%)}.combo-chevron svg{display:block;transition:transform .15s ease}.combo-chevron[aria-expanded=true] svg{transform:rotate(180deg)}.combo-panel{position:absolute;z-index:30;top:calc(100% + .2rem);left:0;right:0;margin:0;padding:.3rem;list-style:none;max-height:16rem;overflow:auto;background:white;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.combo-option{display:flex;align-items:center;justify-content:space-between;gap:.65rem;width:100%;margin:0;padding:.55rem .7rem;border:0;border-radius:8px;background:transparent;text-align:left;font:inherit;cursor:pointer}.combo-option-text{display:grid;grid-gap:.1rem;gap:.1rem;min-width:0}.combo-option strong{font-weight:600}.combo-badge,.combo-option:hover,.combo-option[aria-selected=true]{background:var(--paper)}.combo-badge{flex-shrink:0;padding:.15rem .5rem;border-radius:999px;color:var(--muted);font-size:.72rem;font-weight:600;letter-spacing:.02em}.combo-badge-accent{background:var(--wine);color:white}.combo-badge-plein-air{background:#dcfce7;color:#166534}.combo-badge-salle{background:#dbeafe;color:#1e40af}.combo-empty{padding:.65rem .7rem;color:var(--muted);font-size:.9rem}.film-form .actions{display:flex;flex-wrap:wrap;gap:.6rem}.film-form .check{display:flex;align-items:center;gap:.5rem;font-weight:600}.film-form .check input{width:auto}.court-list{display:grid;grid-gap:.35rem;gap:.35rem;max-height:12rem;overflow:auto;padding:.25rem 0}.court-list label{font-weight:500}.associated-courts{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.associated-court{display:inline-flex;align-items:center;gap:.45rem;background:white;border:1px solid var(--line);border-radius:999px;padding:.35rem .55rem .35rem .8rem;font-size:.9rem;font-weight:500}.associated-court button{border:0;background:transparent;cursor:pointer;font:inherit;color:var(--muted);padding:0 .2rem}.associated-court button:hover{color:var(--wine)}.modal-backdrop{position:fixed;inset:0;z-index:80;background:rgba(27,20,16,.55);display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;overflow:auto}.modal{background:var(--paper);border-radius:20px;width:min(960px,100%);padding:1rem 1.4rem 1.5rem;box-shadow:var(--shadow);margin:auto}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.modal-head p{margin:0}.modal h1,.modal h2{margin:0 0 .4rem}.modal .film-recap{margin-top:.75rem}.puck-heading{margin:0 0 .6rem}.puck-p{font-size:1.08rem;line-height:1.55;max-width:42rem}.puck-editor{height:calc(100vh - 70px)}footer.site{padding:2rem 4vw;color:var(--muted)}.billetterie-section{margin-top:1.6rem}.billetterie-section h2{margin:0 0 .75rem;font-size:1.25rem}.billetterie-serie-titre{margin:1rem 0 0;font-size:1.05rem}.billetterie-series{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:.9rem;gap:.9rem;align-items:start}.billetterie-series.is-compact{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.billetterie-series-sous-titre{margin:1.4rem 0 .7rem;font-size:1rem;font-weight:600;color:var(--muted)}.billetterie-serie-card{display:grid;grid-gap:.35rem;gap:.35rem;text-align:left;background:var(--cream);border:0;border-radius:16px;box-shadow:var(--shadow);padding:1rem 1.1rem;cursor:pointer;font:inherit;color:inherit}.billetterie-serie-card.is-active{outline:2px solid var(--wine);outline-offset:0}.billetterie-serie-card.is-idle{opacity:.48;filter:grayscale(.55);box-shadow:none;background:#efe6d8}.billetterie-serie-card:focus-visible,.billetterie-serie-card:hover{outline:2px solid var(--wine);outline-offset:2px}.billetterie-serie-card.is-idle:focus-visible,.billetterie-serie-card.is-idle:hover{opacity:.78;filter:grayscale(.2)}.billetterie-serie-card-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.billetterie-serie-card strong{font-family:Fraunces,Georgia,serif;font-size:1.4rem}.billetterie-serie-libelle{color:var(--muted);font-size:.92rem}.billetterie-statut.idle{background:#e4d8c8;color:var(--muted)}.billetterie-serie-seances{margin:.55rem 0 0;padding:0;list-style:none;display:grid;grid-gap:.7rem;gap:.7rem}.billetterie-serie-seances li{display:grid;grid-template-columns:2.6rem 1fr;grid-gap:.7rem;gap:.7rem;align-items:start}.billetterie-serie-affiche-vide,.billetterie-serie-seances img{width:2.6rem;aspect-ratio:2/3;object-fit:cover;border-radius:6px;background:#d9cbb8}.billetterie-serie-seance-infos{display:grid;grid-gap:.12rem;gap:.12rem;min-width:0}.billetterie-serie-seance-infos strong{font-family:Outfit,system-ui,sans-serif;font-size:.98rem;line-height:1.25}.billetterie-serie-seance-meta{font-size:.82rem;font-weight:600;color:var(--ink)}.billetterie-serie-badges{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.2rem}.billetterie-serie-badges span{background:#f4e4c8;color:var(--ink);border-radius:999px;padding:.08rem .45rem;font-size:.7rem;font-weight:600}.billetterie-serie-cm{font-size:.8rem;color:var(--wine);font-weight:600}.billetterie-card{padding:1rem 1.1rem;margin-bottom:1rem}.billetterie-card h3{margin:0 0 .2rem}.billetterie-card-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:.75rem}.billetterie-totaux{margin:0;font-weight:600;white-space:nowrap}.billetterie-totaux.is-empty{font-weight:500;color:var(--muted)}.billetterie-plages{display:grid;grid-gap:.45rem;gap:.45rem;margin-bottom:.9rem}.billetterie-plage{display:grid;grid-template-columns:minmax(8rem,1.3fr) 4.4rem minmax(6.8rem,1fr) minmax(8.5rem,1.1fr);grid-gap:.55rem;gap:.55rem;align-items:end;padding:.45rem .55rem;border-radius:10px}.billetterie-plage.is-sold{background:#f3faf5;outline:1px solid #cfe8d6}.billetterie-plage-label{font-weight:600;padding-bottom:.35rem}.billetterie-plage label{display:grid;grid-gap:.2rem;gap:.2rem;font-size:.75rem}.billetterie-plage label.is-auto{color:var(--muted);font-weight:500}.billetterie-plage input.is-auto{background:#efe6d8;color:var(--muted);border-color:transparent}.billetterie-plage-dernier input{font-weight:600;font-size:1.05rem}.billetterie-plage-recap{font-weight:700;text-align:right;white-space:nowrap;padding-bottom:.4rem;min-height:1.2rem}.billetterie-affecter{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.75rem}.billetterie-affecter select{width:auto;min-width:12rem}.billetterie-alerte{background:#f8e4c8;border:1px solid #d4a017;color:var(--ink);border-radius:12px;padding:.75rem 1rem;margin:0 0 1rem;font-size:.92rem}.billetterie-alerte p{margin:0 0 .4rem;font-weight:600}.billetterie-alerte ul{margin:0;padding-left:1.1rem}.billetterie-alerte li{margin:.15rem 0}.billetterie-accordeon{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem;background:var(--cream);border:1px dashed var(--line);border-radius:12px;padding:.85rem 1rem;font:inherit;font-weight:600;cursor:pointer;color:inherit;text-align:left}.billetterie-accordeon:focus-visible,.billetterie-accordeon:hover{outline:2px solid var(--wine);outline-offset:2px}.billetterie-teaser{background:var(--cream);border-radius:12px;overflow:hidden;border-left:6px solid #c4b5a5}.billetterie-teaser.is-ok{border-left-color:#2f7d4a}.billetterie-teaser.is-ko{border-left-color:var(--wine)}.billetterie-teaser-btn{display:flex;align-items:center;gap:.8rem;width:100%;background:transparent;border:0;padding:.85rem 1rem;font:inherit;color:inherit;cursor:pointer;text-align:left}.billetterie-teaser-main{display:grid;grid-gap:.15rem;gap:.15rem;min-width:0;flex:1 1}.billetterie-teaser-main strong{display:block}.billetterie-teaser-meta{display:flex;align-items:center;gap:.6rem;font-weight:600;white-space:nowrap}.billetterie-statut{flex-shrink:0;border-radius:999px;padding:.2rem .55rem;font-size:.75rem;font-weight:700;letter-spacing:.02em}.billetterie-statut.ok{background:#d7f0df;color:#215c18}.billetterie-statut.ko{background:#f4d4d8;color:var(--wine)}.billetterie-teaser-detail{padding:0 1rem .9rem;border-top:1px solid var(--line)}.billetterie-teaser-detail ul{margin:.7rem 0 0;padding:0;list-style:none;display:grid;grid-gap:.35rem;gap:.35rem}.billetterie-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.billetterie-teaser-detail .billetterie-plages{margin-top:.75rem}.billetterie-validation{display:block;margin:.1rem 0 0;font-size:.68rem;line-height:1.3;color:var(--muted);font-weight:400}.billetterie-recap-modal{width:min(28rem,100%)}.billetterie-recap-modal h2{font-size:1.35rem}.billetterie-recap-lignes{margin:.9rem 0;padding:0;list-style:none;display:grid;grid-gap:.4rem;gap:.4rem}.billetterie-recap-lignes li{display:flex;justify-content:space-between;gap:1rem;font-size:.92rem}.billetterie-recap-total{margin:0 0 .85rem;font-size:1.15rem;font-weight:700}.billets-toolbar{display:flex;flex-wrap:wrap;gap:.6rem;align-items:end;margin:1rem 0 1.1rem}.billets-filtre{display:grid;grid-gap:.25rem;gap:.25rem;min-width:10rem}.billets-filtre input[type=date]{min-width:10.5rem}.billets-table tr.billets-groupe td{background:var(--ink);color:var(--cream);font-family:Fraunces,Georgia,serif;font-size:1rem;font-weight:700;padding:.65rem .75rem;position:-webkit-sticky;position:sticky;left:0}.billets-table tr.billets-groupe span{font-family:Outfit,system-ui,sans-serif;font-size:.78rem;font-weight:500;opacity:.85;margin-left:.85rem}.billets-table-wrap{overflow-x:auto;border-radius:12px;background:var(--cream);box-shadow:var(--shadow)}.billets-table{min-width:1280px;font-size:.82rem}.billets-table td,.billets-table th{padding:.4rem .45rem;vertical-align:middle}.billets-table .subhead th{font-weight:500;font-size:.72rem;color:var(--muted)}.billets-table .sticky-col{position:-webkit-sticky;position:sticky;left:0;z-index:2;background:var(--cream)}.billets-table thead .sticky-col{z-index:3}.billets-table .sticky-film{left:6.6rem;min-width:10rem}.billets-table .sticky-valid{left:16.6rem;min-width:9.5rem}.billets-table .n-billet{width:4.3rem;padding:.32rem .35rem;border-radius:8px}.billets-table tr.is-ok .sticky-col,.billets-table tr.is-ok td{background:#f3faf5}.billets-table tr.is-ko .sticky-col,.billets-table tr.is-ko td{background:#fbf6f1}.billets-table .sticky-valid .billetterie-statut{display:inline-block;margin-bottom:.2rem}.billets-validation{display:block;font-size:.72rem;color:var(--muted);font-weight:400;line-height:1.3;white-space:normal}.billets-save{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.8rem;align-items:center;position:-webkit-sticky;position:sticky;bottom:0;background:var(--paper);padding:.85rem 0 .2rem}.bordereaux-form{display:grid;grid-gap:1rem;gap:1rem;max-width:42rem;margin:1rem 0 1.5rem}.bordereaux-form .gestion-date-range label{display:grid;grid-gap:.25rem;gap:.25rem;flex:1 1}.bordereaux-actions{display:flex;flex-wrap:wrap;gap:.6rem}.bordereaux-panel .bordereaux-actions{margin:.25rem 0 1rem}.bordereaux-numero{background:var(--cream);border-radius:12px;box-shadow:var(--shadow)}.bordereaux-numero summary{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;cursor:pointer;list-style:none;font-weight:500}.bordereaux-numero summary::-webkit-details-marker,.bordereaux-numero summary::marker{display:none}.bordereaux-numero summary:hover .bordereaux-edit-ico{opacity:1;color:var(--wine)}.bordereaux-edit-ico{width:1.15rem;height:1.15rem;margin-left:auto;opacity:.55;flex-shrink:0}.bordereaux-numero-body{display:grid;grid-gap:.75rem;gap:.75rem;padding:0 1rem 1rem;border-top:1px solid var(--line)}.bordereaux-numero-body .flash{margin:0}.cnc-billets-fix{display:grid;grid-gap:1rem;gap:1rem}.cnc-billets-fix fieldset{border:1px solid var(--line);border-radius:12px;padding:.75rem;display:grid;grid-gap:.6rem;gap:.6rem}.cnc-billets-fix legend{font-weight:600;padding:0 .3rem}.bordereaux-form label.check{display:flex;flex-direction:row;align-items:center;gap:.5rem;font-weight:500}.bordereaux-form label.check input{width:auto}.bordereaux-panel{margin:1.5rem 0}.bordereaux-panel h2{margin:0 0 .6rem;font-size:1.2rem}.bordereaux-warnings{margin:0;padding-left:1.1rem;display:grid;grid-gap:.35rem;gap:.35rem}.bordereaux-stats{display:flex;flex-wrap:wrap;gap:.75rem}.bordereaux-stat{background:var(--cream);padding:.75rem 1rem;border-radius:12px;min-width:7.5rem;box-shadow:var(--shadow)}.bordereaux-stat span{display:block;color:var(--muted);font-size:.8rem;font-weight:600}.bordereaux-stat strong{font-size:1.2rem}.flash{padding:.85rem 1rem;border-radius:12px;margin:1rem 0}.flash-error{background:rgba(139,30,45,.1)}.flash-ok{background:rgba(46,125,50,.12)}.cnc-legend{display:flex;flex-wrap:wrap;gap:.4rem;margin:1rem 0}.cnc-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:700;color:#1b1410;background:#e8dcc8}.cnc-type-01{background:#f3d27a}.cnc-type-02{background:#c5d4a8}.cnc-type-04{background:#b7cbe8}.cnc-type-06{background:#e2c4e8}.cnc-type-10{background:#f0c9b0}.cnc-type-11{background:#c8e4d8}.cnc-inspect{display:grid;grid-gap:.7rem;gap:.7rem;margin-top:1rem}.cnc-line{background:var(--cream);border-radius:12px;padding:.6rem .75rem;box-shadow:var(--shadow)}.cnc-line.has-issue{outline:2px solid var(--wine)}.cnc-line-meta{display:flex;flex-wrap:wrap;gap:.6rem;font-size:.8rem;margin-bottom:.4rem;align-items:center}.cnc-segments{display:flex;flex-wrap:wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem;line-height:1.5}.cnc-seg{white-space:pre;padding:.05rem .08rem;border-right:1px solid rgba(27,20,16,.12);cursor:default}.cnc-seg:hover{filter:brightness(.9)}.cnc-seg.is-bad{background:rgba(139,30,45,.22)!important;outline:1px solid var(--wine)}.cnc-line-issue{color:var(--wine);font-size:.8rem;margin:.35rem 0 0}.cnc-tooltip{position:-webkit-sticky;position:sticky;bottom:.5rem;background:var(--ink);color:var(--cream);padding:.85rem 1rem;border-radius:12px;margin-top:1rem;max-width:42rem}.cnc-tooltip p{margin:.25rem 0 0;font-size:.88rem}.cnc-tooltip code{font-size:.8rem}.recap-kpi{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:.75rem;gap:.75rem;margin:1rem 0 1.25rem}.recap-kpi-card{background:var(--cream);border-radius:12px;padding:.85rem 1rem;box-shadow:var(--shadow)}.recap-kpi-card strong{display:block;font-family:Fraunces,Georgia,serif;font-size:1.25rem;margin-bottom:.2rem}.recap-kpi-card span{color:var(--muted);font-size:.82rem}.recap-section{margin:1.6rem 0}.recap-section h2{margin:0 0 .6rem;font-size:1.25rem}.recap-serie{font-weight:600;margin:.85rem 0 .4rem}.recap-total td{font-weight:700;background:#e4f3e8}.recap-total-line{margin:.4rem 0 0;font-weight:600}.recap-total-all{display:inline-block;background:#e4f3e8;padding:.35rem .7rem;border-radius:8px}.recap-zero td{background:#f8e4e4}.recap-badge-art{background:#fef3c7;color:#92400e}.recap-filters{margin-top:.4rem}.facturation-tabs{display:flex;flex-wrap:wrap;gap:.45rem;margin:1rem 0}.facturation-config{margin:1rem 0}.facturation-config-form{display:grid;grid-gap:.75rem;gap:.75rem;max-width:32rem}.facturation-seances{margin:0;padding-left:1.1rem;display:grid;grid-gap:.25rem;gap:.25rem}.flash{padding:.7rem .9rem;border-radius:10px;margin:.8rem 0}.flash-error{background:#f8e4e4;color:var(--wine)}.flash-ok{background:#e4f3e8;color:#215c18}@media (max-width:900px){.admin{grid-template-columns:1fr}.nav .hide-sm{display:none}.film-recap,.film-recap:not(:has(.film-recap-affiche)){grid-template-columns:1fr}.film-recap-affiche{max-width:200px}.film-form fieldset{grid-template-columns:1fr}.horaire-row{grid-template-columns:1fr 1fr}.horaire-row .btn,.horaire-row label:first-child{grid-column:1/-1}.billetterie-plage{grid-template-columns:1fr 1fr}.billetterie-plage-label,.billetterie-plage-recap{grid-column:1/-1}.billetterie-plage-recap{text-align:left;padding-bottom:0}.billetterie-card-head{flex-direction:column}.billetterie-teaser-btn{flex-wrap:wrap}.billetterie-teaser-meta{width:100%;justify-content:space-between}.billetterie-series,.billetterie-series.is-compact{grid-template-columns:1fr}}