:root{--sable: #f4efe4;--sable-2: #ebe3d2;--carte: #ffffff;--encre: #1f2a37;--muet: #6b7280;--bord: #ddd3bf;--bleu: #1d4e89;--bleu-clair: #e3ecf8;--ocre: #d97a1e;--ocre-clair: #fbead7;--vert: #2f855a;--vert-clair: #def3e6;--rouge: #c53030;--rouge-clair: #fde2e2;--acier: #6b7682;--rayon: 12px;--ombre: 0 1px 2px rgb(60 40 10 / .06), 0 4px 14px rgb(60 40 10 / .06);font-family:Segoe UI,system-ui,-apple-system,Roboto,sans-serif;color:var(--encre);background:var(--sable);font-size:15px}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--sable)}h1,h2,h3{margin:0 0 .6em;line-height:1.2}h2{font-size:1.25rem}h3{font-size:1.05rem}button,input,select,textarea{font:inherit;color:inherit}input,select,textarea{border:1px solid var(--bord);border-radius:8px;padding:.5em .7em;background:#fff;min-width:0}input:focus,select:focus,textarea:focus{outline:2px solid var(--bleu);outline-offset:-1px}textarea{width:100%;resize:vertical}code{background:var(--sable-2);padding:.1em .35em;border-radius:4px}.muet{color:var(--muet)}.petit{font-size:.85em}.espace{flex:1}.positif{color:var(--vert);font-weight:600}.negatif{color:var(--rouge)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4em;border:1px solid var(--bord);background:#fff;border-radius:8px;padding:.5em .95em;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .15s,transform .05s}.btn:hover:not(:disabled){background:var(--sable-2)}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primaire{background:var(--bleu);border-color:var(--bleu);color:#fff;font-weight:600}.btn-primaire:hover:not(:disabled){background:#163d6d}.btn-secondaire{background:var(--ocre);border-color:var(--ocre);color:#fff;font-weight:600}.btn-secondaire:hover:not(:disabled){background:#b8661a}.btn-grand{padding:.75em 1.3em;font-size:1.05rem}.btn-lien{border:none;background:none;color:var(--bleu);padding:.3em .4em}.btn-lien:hover:not(:disabled){background:none;text-decoration:underline}.btn-danger{color:var(--rouge)}.btn-danger-plein{background:var(--rouge);border-color:var(--rouge);color:#fff}.btn-danger-plein:hover:not(:disabled){background:#9b2c2c}.btn-ecran{background:#111827;color:#fde68a;border-color:#111827;font-weight:600}.btn-ecran:hover:not(:disabled){background:#1f2937}.badge{display:inline-block;font-size:.75rem;font-weight:600;padding:.15em .6em;border-radius:99px;background:var(--sable-2);color:var(--muet);margin-left:.5em;vertical-align:middle}.badge-ok{background:var(--vert-clair);color:var(--vert)}.badge-encours{background:var(--ocre-clair);color:var(--ocre)}.compteur{display:inline-block;min-width:1.6em;padding:0 .4em;border-radius:99px;background:#00000014;font-size:.8em;text-align:center;margin-left:.3em}.page{max-width:1500px;margin:0 auto;padding:1.2rem}.carte{background:var(--carte);border:1px solid var(--bord);border-radius:var(--rayon);padding:1.1rem 1.2rem;box-shadow:var(--ombre);margin-bottom:1rem}.titre-actions{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;margin-bottom:.8rem}.titre-actions h2{margin:0}.titre-section{font-size:1.15rem;font-weight:700;margin:1.2rem 0 .7rem;cursor:pointer}.grille-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1rem}.ligne-flex{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.champ{display:flex;flex-direction:column;gap:.3rem;margin:0 0 .9rem;border:none;padding:0}.champ>span,.champ>legend{font-size:.85rem;font-weight:600;color:var(--muet);padding:0;margin-bottom:.3rem}.champ-large{flex:2 1 240px}.champ-inline{display:flex;gap:.5rem;align-items:center;color:var(--muet);font-size:.9rem}.input-court{width:5.5em}.case{display:flex;gap:.4em;align-items:center;font-weight:600;padding-bottom:.6rem}.alerte{background:var(--ocre-clair);color:#8a4a0e;padding:.6em .9em;border-radius:8px}.vide{text-align:center;padding:3rem 1rem;color:var(--muet)}.form-ligne{display:flex;flex-wrap:wrap;gap:.7rem;align-items:flex-end}.form-ligne .champ{flex:1 1 160px;margin-bottom:0}.form-ligne .btn{margin-bottom:1px}.form-actions{margin-top:.6rem;display:flex;gap:1rem}.choix-segment{display:inline-flex;flex-wrap:wrap;background:var(--sable-2);border-radius:10px;padding:3px;gap:3px}.choix-segment button{border:none;background:transparent;padding:.45em .9em;border-radius:8px;cursor:pointer;font-weight:500}.choix-segment button.actif{background:#fff;box-shadow:0 1px 3px #0000001f;color:var(--bleu);font-weight:700}.choix-segment button:disabled{cursor:not-allowed;opacity:.6}.choix-segment button.actif:disabled{opacity:1}.choix-cartes{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.6rem}.choix-carte{text-align:left;border:2px solid var(--bord);background:#fff;border-radius:10px;padding:.8rem .9rem;cursor:pointer;display:flex;flex-direction:column;gap:.3rem}.choix-carte span{color:var(--muet);font-size:.88rem}.choix-carte.actif{border-color:var(--bleu);background:var(--bleu-clair)}.choix-carte:disabled{cursor:not-allowed}.choix-carte:disabled:not(.actif){opacity:.5}.interrupteur{display:flex;gap:.8rem;align-items:flex-start;width:100%;text-align:left;border:1px solid var(--bord);border-radius:10px;background:#fff;padding:.7rem .8rem;margin-bottom:.6rem;cursor:pointer}.interrupteur.on{border-color:var(--vert);background:var(--vert-clair)}.interrupteur-piste{flex:none;width:44px;height:26px;border-radius:99px;background:#cbd0d6;position:relative;transition:background .2s;margin-top:2px}.interrupteur.on .interrupteur-piste{background:var(--vert)}.interrupteur-bouton{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:left .2s;box-shadow:0 1px 2px #0000004d}.interrupteur.on .interrupteur-bouton{left:21px}.interrupteur-texte{display:flex;flex-direction:column;gap:.15rem}.interrupteur-texte small{color:var(--muet)}.carte-regles.regles-qualif{border-top:5px solid var(--bleu)}.carte-regles.regles-finale{border-top:5px solid var(--ocre)}.zone-danger{border-color:var(--rouge)}.etapes-creation{margin:0 0 1.2rem;padding-left:1.4rem;color:var(--muet);line-height:1.8}.etapes-creation strong{color:var(--encre)}.entete-deroulement{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.entete-deroulement p{margin:0 0 .4rem;max-width:900px;line-height:1.5}.gros-chiffre{display:flex;flex-direction:column;align-items:center;min-width:130px}.gros-chiffre strong{font-size:3.2rem;line-height:1;color:var(--bleu)}.gros-chiffre span{color:var(--muet);font-size:.85rem}.formules{display:grid;grid-template-columns:repeat(auto-fill,minmax(560px,1fr));gap:1rem;margin-bottom:1rem}.formule{background:#fff;border:2px solid var(--bord);border-radius:var(--rayon);padding:1rem 1.2rem;box-shadow:var(--ombre);display:flex;flex-direction:column;gap:.7rem}.formule-recommandee{border-color:#e6b422}.formule-choisie{border-color:var(--bleu);box-shadow:0 0 0 3px var(--bleu-clair),var(--ombre)}.formule-entete{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.formule-entete h3{margin:.2rem 0;font-size:1.25rem}.formule-entete p{margin:0}.formule-badges{display:flex;gap:.3rem;flex-wrap:wrap}.formule-badges .badge{margin-left:0}.badge-reco{background:#fff3c4;color:#8a6100}.badge-info{background:var(--bleu-clair);color:var(--bleu)}.formule-ok{color:var(--bleu);font-weight:700;white-space:nowrap}.formule-pourquoi{margin:0;background:#fff8e1;border-radius:8px;padding:.55rem .8rem;line-height:1.45}.formule-chiffres{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem;margin:0}.formule-chiffres div{background:var(--sable);border-radius:8px;padding:.45rem .6rem}.formule-chiffres dt{font-size:.72rem;color:var(--muet)}.formule-chiffres dd{margin:0;font-size:1.35rem;font-weight:800;color:var(--bleu)}.formule-chiffres .alerte-chiffre{background:var(--rouge-clair)}.formule-chiffres .alerte-chiffre dd{color:var(--rouge)}.formule-chiffres small{font-size:.7rem;font-weight:600}.formule-etapes{list-style:none;counter-reset:etape;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.formule-etapes li{counter-increment:etape;position:relative;padding-left:2.4rem;display:flex;flex-direction:column;line-height:1.45}.formule-etapes li:before{content:counter(etape);position:absolute;left:0;top:.05rem;width:1.7rem;height:1.7rem;border-radius:50%;background:var(--bleu);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:.85rem}.formule-etapes li:not(:last-child):after{content:"";position:absolute;left:.82rem;top:1.85rem;bottom:-.45rem;width:2px;background:var(--bleu-clair)}.formule-etapes .etape-compl:before{content:"+";background:var(--ocre)}.formule-etapes .etape-inactive{opacity:.5}.formule-pour-contre{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.formule-pour-contre ul{margin:0;padding:0;list-style:none;font-size:.88rem;display:flex;flex-direction:column;gap:.25rem}.atout:before{content:"✓ ";color:var(--vert);font-weight:800}.limite:before{content:"⚠ ";color:var(--ocre)}.barre-lancement{position:sticky;bottom:.6rem;border:2px solid var(--bleu);box-shadow:0 6px 24px #00000026}.barre-lancement.barre-inactive{border-color:var(--bord)}.barre-lancement h2{margin-bottom:.8rem}.resume-deroulement{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;background:var(--bleu-clair);border-radius:8px;padding:.6rem .9rem;margin-bottom:1rem}@media (max-width: 700px){.formules{grid-template-columns:1fr}.formule-chiffres{grid-template-columns:1fr 1fr}.formule-pour-contre{grid-template-columns:1fr}}.grille-equipes-melee{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.4rem 1rem}.equipe-melee{display:flex;align-items:center;gap:.5rem;padding:.3rem 0;border-bottom:1px solid var(--sable-2)}.barre{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;background:var(--bleu);color:#fff;padding:.55rem 1.2rem;box-shadow:0 2px 8px #00000026}.barre-retour{color:#fff;text-decoration:none;font-size:1.4rem;padding:0 .3rem}.barre-titre{display:flex;flex-direction:column;line-height:1.2;min-width:0}.barre-titre strong{font-size:1.1rem}.barre-titre span{font-size:.8rem;opacity:.8}.onglets{display:flex;gap:.2rem;flex-wrap:wrap;flex:1;justify-content:center}.onglets a{color:#fff;text-decoration:none;padding:.5em .9em;border-radius:8px;opacity:.85;font-weight:500}.onglets a:hover{background:#ffffff1f;opacity:1}.onglets a.active{background:#fff;color:var(--bleu);opacity:1;font-weight:700}.onglets a.inactif{opacity:.5}.barre-actions{display:flex;gap:.5rem}.accueil-entete{display:flex;align-items:center;gap:1.2rem;margin:1rem 0 1.5rem}.accueil-entete h1{margin:0;font-size:2rem}.logo{position:relative;width:84px;height:64px;flex:none}.boule{position:absolute;width:42px;height:42px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#eef1f4,#8b95a1 55%,#4a525c);box-shadow:0 3px 6px #00000040}.boule:nth-child(1){left:0;top:14px}.boule:nth-child(2){left:30px;top:0}.cochonnet{position:absolute;right:2px;bottom:2px;width:16px;height:16px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#f6c77f,#d97a1e)}.accueil-grille{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:1.2rem;align-items:start}.liste-tournois{list-style:none;padding:0;margin:0}.liste-tournois li{display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--sable-2)}.tournoi-lien{flex:1;display:grid;grid-template-columns:1fr auto;gap:.1rem .5rem;padding:.7rem .3rem;color:inherit;text-decoration:none}.tournoi-lien:hover strong{color:var(--bleu)}.tournoi-lien .muet{font-size:.85rem;grid-column:1}.tournoi-lien .badge{grid-column:2;grid-row:1 / span 2;align-self:center}.stats{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.stat{background:#fff;border:1px solid var(--bord);border-radius:var(--rayon);padding:.8rem 1.2rem;display:flex;flex-direction:column;min-width:120px;box-shadow:var(--ombre)}.stat strong{font-size:2rem;color:var(--bleu);line-height:1}.stat span{color:var(--muet);font-size:.85rem}.stat-large{flex:1;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.stat-large span{font-size:.95rem;color:var(--encre)}.recherche{flex:1;max-width:340px}.table-equipes{width:100%;border-collapse:collapse}.table-equipes th{text-align:left;font-size:.8rem;color:var(--muet);padding:.4rem;border-bottom:2px solid var(--sable-2)}.table-equipes td{padding:.2rem .3rem;border-bottom:1px solid var(--sable-2)}.table-equipes tr.ligne-absente{opacity:.55}.cellule{border-color:transparent;background:transparent;width:100%;padding:.35em .5em}.cellule:hover{border-color:var(--bord);background:#fff}.bascule{border:1px solid var(--bord);background:#fff;border-radius:99px;padding:.25em .8em;cursor:pointer;font-size:.85rem;white-space:nowrap;color:var(--muet)}.bascule.on{background:var(--vert-clair);border-color:var(--vert);color:var(--vert);font-weight:600}.bascule:disabled{cursor:default}.num-equipe{display:inline-flex;align-items:center;justify-content:center;flex:none;min-width:2.1em;height:2.1em;padding:0 .35em;border-radius:50%;background:radial-gradient(circle at 35% 30%,#f1f3f5,#aab2bb 60%,#6b7682);color:#111;font-weight:800;font-size:.85em;box-shadow:inset 0 -1px 2px #00000040}.equipe{display:inline-flex;align-items:center;gap:.55em;min-width:0}.equipe-textes{display:flex;flex-direction:column;min-width:0;line-height:1.2}.equipe-nom{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.equipe-sous{font-size:.78em;color:var(--muet);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.equipe-vide{color:var(--muet);font-style:italic}.match{display:flex;flex-direction:column;gap:.25rem;width:100%;text-align:left;background:#fff;border:1px solid var(--bord);border-left:6px solid var(--bord);border-radius:10px;padding:.55rem .7rem}button.match{cursor:pointer;transition:transform .08s,box-shadow .15s}button.match:hover{box-shadow:0 4px 14px #1d4e892e;transform:translateY(-1px)}.match{border-left-color:var(--tour, var(--bord))}.match-terminee{background:#fbfdfb}.match-attente{opacity:.6;border-style:dashed}.match-exempt{opacity:.7;border-left-color:var(--acier);flex-direction:row;justify-content:space-between;align-items:center}.match-surbrillance{outline:3px solid #f59e0b;outline-offset:1px}.match-entete{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--muet)}.match-numero{font-weight:700;color:var(--encre)}.pastille-tour{margin-right:auto;background:var(--tour, var(--acier));color:#fff;font-weight:700;border-radius:99px;padding:.1em .65em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.etat-attente{color:var(--muet)}.groupe-tour{margin-bottom:1.3rem}.groupe-tour-entete{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;margin-bottom:.6rem;border-left:8px solid var(--tour);background:#fff;border-radius:8px;padding:.5rem .9rem;box-shadow:var(--ombre)}.groupe-tour-entete h3{margin:0;color:var(--tour);font-size:1.2rem}.groupe-tour-entete .etiquette-comp{font-size:.8rem}.groupe-tour-entete .compteur{background:var(--tour);color:#fff;font-size:.85rem}.filtres-tours{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1rem}.filtre-tour{border:2px solid var(--tour, var(--bord));background:#fff;color:var(--tour, var(--encre));border-radius:99px;padding:.3em .9em;cursor:pointer;font-weight:600}.filtre-tour.actif{background:var(--tour, var(--encre));color:#fff}.info-attente{background:var(--bleu-clair);color:var(--bleu);border-radius:8px;padding:.6rem .9rem;margin-bottom:1rem}.bandeau-tour{background:var(--tour);color:#fff;border-radius:10px;padding:.55rem .9rem;margin:.7rem 0 .2rem;display:flex;gap:.6rem;align-items:baseline;flex-wrap:wrap}.bandeau-tour strong{font-size:1.35rem}.bandeau-tour span{opacity:.9}.terrain{background:var(--bleu);color:#fff;font-weight:800;padding:.1em .5em;border-radius:6px;font-size:.95em}.terrain-attente{background:var(--rouge-clair);color:var(--rouge);font-weight:600}.terrain-grand{font-size:.75em;margin-left:.6em;vertical-align:middle}.etat{font-weight:600;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em}.etat-prete{color:var(--ocre)}.etat-terminee{color:var(--vert)}.match-ligne{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.15rem 0}.match-ligne .score{font-size:1.35rem;font-weight:800;min-width:1.6em;text-align:right;font-variant-numeric:tabular-nums}.match-ligne.gagnant .score{color:var(--vert)}.match-ligne.perdant{opacity:.55}.match-compact{padding:.4rem .55rem}.match-compact .match-ligne .score{font-size:1.1rem}.match-compact .num-equipe{font-size:.75em}.comp-onglets{display:flex;gap:.5rem;margin-bottom:.8rem;flex-wrap:wrap}.comp-onglets button{display:flex;flex-direction:column;align-items:flex-start;border:2px solid var(--bord);background:#fff;border-radius:10px;padding:.45rem .9rem;cursor:pointer}.comp-onglets button span{font-weight:700}.comp-onglets button small{color:var(--muet)}.comp-onglets button.actif{border-color:var(--bleu);background:var(--bleu-clair)}.bandeau{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;background:#fff;border:1px solid var(--bord);border-left:6px solid var(--ocre);border-radius:var(--rayon);padding:.8rem 1rem;margin-bottom:.6rem;box-shadow:var(--ombre)}.bandeau-fini{border-left-color:var(--vert)}.bandeau-texte{flex:1;display:flex;flex-direction:column;gap:.2rem;min-width:240px}.bandeau-etape{font-size:1.1rem;font-weight:600}.vainqueur{color:var(--vert);font-weight:700;font-size:1.1rem}.bandeau-actions{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.progression{height:6px;background:var(--sable-2);border-radius:99px;overflow:hidden;margin:.4rem 0 1rem}.progression div{height:100%;background:linear-gradient(90deg,var(--vert),#48bb78);transition:width .4s}.outils{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.recherche-rapide{display:flex;gap:.4rem;margin-left:auto}.recherche-rapide input{width:290px;font-size:1.05rem}.grille-saisie{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.7rem}.saisie-item{display:flex;flex-direction:column;gap:.2rem}.etiquette-comp{font-size:.75rem;font-weight:700;color:var(--ocre);text-transform:uppercase}.grille-saisie .match-prete .match-ligne{padding:.3rem 0}.poules{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:.9rem}.poule{background:#fff;border:1px solid var(--bord);border-radius:var(--rayon);padding:.8rem;box-shadow:var(--ombre)}.poule-terminee{background:#fbfdfb}.poule h3{display:flex;align-items:center}.table-poule{width:100%;border-collapse:collapse;margin-bottom:.6rem;font-size:.9rem;table-layout:fixed}.table-poule th:not(:first-child){width:2.6em}.table-poule td:first-child .equipe{display:flex;overflow:hidden}.table-poule th{font-size:.75rem;color:var(--muet);text-align:center}.table-poule th:first-child{text-align:left}.table-poule td{padding:.2rem;text-align:center;border-top:1px solid var(--sable-2)}.table-poule td:first-child{text-align:left}.ligne-qualifiee{background:var(--vert-clair)}.ligne-eliminee{opacity:.55}.poule-matches{display:flex;flex-direction:column;gap:.35rem}.tableau{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem}.tableau-tour{flex:0 0 250px;display:flex;flex-direction:column}.tableau-tour h3{text-align:center;background:var(--bleu);color:#fff;border-radius:8px;padding:.35em;font-size:.95rem}.tableau-colonne{flex:1;display:flex;flex-direction:column;justify-content:space-around;gap:.5rem}.rondes .ronde{margin-bottom:1.2rem}.grille-matches{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.5rem}.modal-fond{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.modal{background:#fff;border-radius:16px;padding:1.2rem 1.4rem;width:min(700px,100%);max-height:95vh;overflow:auto;box-shadow:0 20px 60px #00000059}.modal-score{width:min(1000px,100%)}.modal-entete{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.modal-entete h2{margin:0;font-size:1.5rem}.modal-entete p{margin:.2rem 0 0}.btn-fermer{border:none;background:var(--sable-2);width:2.2rem;height:2.2rem;border-radius:50%;font-size:1.4rem;cursor:pointer}.info-import{background:var(--bleu-clair);color:var(--bleu);padding:.55em .8em;border-radius:8px;margin:0 0 .6rem;font-size:.9rem}.modal-pied{display:flex;gap:.6rem;align-items:center;margin-top:1rem;flex-wrap:wrap}.chips{display:flex;gap:.4rem;flex-wrap:wrap;margin:.7rem 0}.chip{background:var(--bleu-clair);color:var(--bleu);border-radius:99px;padding:.2em .75em;font-size:.82rem;font-weight:600}.saisie{display:grid;grid-template-columns:1fr auto 1fr;gap:.8rem;align-items:stretch}.saisie-vs{align-self:center;color:var(--muet);font-weight:700;text-transform:uppercase;font-size:.8rem}.saisie-colonne{border:3px solid var(--bord);border-radius:14px;padding:.8rem;display:flex;flex-direction:column;gap:.6rem;align-items:stretch;cursor:pointer;transition:border-color .15s}.saisie-colonne.actif{border-color:var(--bleu)}.saisie-colonne.gagne{background:var(--vert-clair)}.saisie-equipe{min-height:2.6em}.saisie-equipe .equipe-nom{white-space:normal}.saisie-valeur{text-align:center;font-size:3.4rem;font-weight:900;line-height:1;font-variant-numeric:tabular-nums;color:var(--bleu)}.saisie-colonne.gagne .saisie-valeur{color:var(--vert)}.pave{display:grid;grid-template-columns:repeat(auto-fill,minmax(3.1rem,1fr));gap:.35rem}.touche{border:1px solid var(--bord);background:#fff;border-radius:10px;padding:.7rem 0;font-size:1.3rem;font-weight:700;cursor:pointer}.touche:hover{background:var(--bleu-clair)}.touche.choisie{background:var(--bleu);border-color:var(--bleu);color:#fff}.touche-max{border-color:var(--vert);color:var(--vert)}.touche-max.choisie{background:var(--vert);border-color:var(--vert);color:#fff}.saisie-message{text-align:center;margin:.8rem 0 0;color:var(--muet);min-height:1.4em}.saisie-message.erreur{color:var(--rouge);font-weight:600}.terrain-choix{display:flex;align-items:center;gap:.4rem;color:var(--muet)}.table-classement{width:100%;border-collapse:collapse}.table-classement th{font-size:.8rem;color:var(--muet);padding:.5rem;border-bottom:2px solid var(--sable-2);text-align:center}.table-classement td{padding:.4rem .5rem;border-bottom:1px solid var(--sable-2);text-align:center;font-variant-numeric:tabular-nums}.table-classement .gauche{text-align:left}.table-classement .rang{font-weight:800;font-size:1.05rem}.podium-1{background:#fff7d6}.podium-2{background:#f1f3f5}.podium-3{background:#fbeee2}.podium-visuel{display:flex;justify-content:center;align-items:flex-end;gap:.8rem;margin:1rem 0 1.5rem}.marche{display:flex;flex-direction:column;align-items:stretch;width:min(300px,32%);gap:.4rem}.marche-equipe{display:flex;flex-direction:column;align-items:center;text-align:center}.medaille{font-size:2.2rem}.marche-equipe small{color:var(--muet)}.marche-socle{display:flex;align-items:flex-start;justify-content:center;padding-top:.4rem;font-size:2rem;font-weight:900;color:#fff;border-radius:10px 10px 0 0}.marche-1 .marche-socle{height:130px;background:linear-gradient(#e6b422,#b8860b)}.marche-2 .marche-socle{height:95px;background:linear-gradient(#b8c0c8,#7d8792)}.marche-3 .marche-socle{height:70px;background:linear-gradient(#d49a6a,#a0652f)}.impression-titre{display:none}.toasts{position:fixed;bottom:1rem;right:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:100}.toast{background:#1f2937;color:#fff;padding:.7rem 1rem;border-radius:10px;box-shadow:0 6px 20px #00000040;max-width:420px;animation:entree .2s ease-out}.toast-succes{background:var(--vert)}.toast-erreur{background:var(--rouge)}@keyframes entree{0%{transform:translateY(10px);opacity:0}}@media (max-width: 900px){.accueil-grille,.saisie{grid-template-columns:1fr}.saisie-vs{text-align:center}.recherche-rapide{margin-left:0;width:100%}.recherche-rapide input{flex:1;width:auto}.table-equipes{display:block;overflow-x:auto}}@media print{.barre,.titre-actions,.toasts,.btn{display:none!important}body,:root{background:#fff}.carte{box-shadow:none;border:none;padding:0}.impression-titre{display:block}.page{padding:0}}body.mode-ecran{background:#0b1220;overflow:hidden}.ecran{--e-fond: #0b1220;--e-carte: #15213a;--e-bord: #25355a;--e-texte: #f1f5f9;--e-muet: #94a3b8;--e-jaune: #fcd34d;--e-vert: #4ade80;--e-orange: #fb923c;height:100vh;display:flex;flex-direction:column;background:var(--e-fond);color:var(--e-texte);font-size:clamp(14px,1.25vw,30px);padding:1.2vh 1.6vw}.e-entete{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1vw;padding-bottom:1vh;border-bottom:2px solid var(--e-bord)}.e-titre-tournoi{display:flex;flex-direction:column}.e-titre-tournoi strong{font-size:1.2em;color:var(--e-jaune)}.e-titre-tournoi span{color:var(--e-muet);font-size:.85em}.e-titre-diapo{text-align:center}.e-titre-diapo h1{font-size:2.1em;margin:0;letter-spacing:.01em}.e-titre-diapo p{margin:.1em 0 0;color:var(--e-muet)}.e-horloge{justify-self:end;font-size:2.2em;font-weight:800;font-variant-numeric:tabular-nums;color:var(--e-jaune)}.e-contenu{flex:1;min-height:0;padding:1.5vh 0;animation:fondu .5s ease-out;overflow:hidden}@keyframes fondu{0%{opacity:0;transform:translateY(8px)}}.e-pied{position:relative;display:flex;justify-content:space-between;align-items:center;padding-top:.6vh}.e-points{display:flex;gap:.4em;flex-wrap:wrap}.e-points button{width:.7em;height:.7em;border-radius:50%;border:none;background:var(--e-bord);cursor:pointer;padding:0}.e-points button.actif{background:var(--e-jaune)}.e-controles{display:flex;gap:.4em;opacity:0;transition:opacity .3s}.ecran:hover .e-controles{opacity:1}.e-controles button{background:var(--e-carte);color:var(--e-texte);border:1px solid var(--e-bord);border-radius:6px;padding:.3em .8em;cursor:pointer;font-size:.7em}.e-minuteur{position:absolute;top:0;left:0;height:3px;background:var(--e-jaune);animation:minuteur linear forwards}@keyframes minuteur{0%{width:0}to{width:100%}}.e-equipe{display:inline-flex;align-items:center;gap:.5em;min-width:0}.e-num{flex:none;display:inline-flex;align-items:center;justify-content:center;min-width:2em;height:2em;padding:0 .3em;border-radius:50%;background:radial-gradient(circle at 35% 30%,#f8fafc,#9aa5b1 60%,#56606b);color:#0b1220;font-weight:900;font-size:.9em}.e-nom{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.e-vide{color:var(--e-muet);font-style:italic}.e-liste{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:minmax(0,1fr);grid-auto-flow:column;grid-template-rows:repeat(8,minmax(0,1fr));gap:.6vh 1.4vw;height:100%}.e-match{display:grid;grid-template-columns:5.2em minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.7em;background:var(--e-carte);border:1px solid var(--e-bord);border-radius:10px;padding:0 .8em;min-height:0}.e-terrain{background:var(--e-jaune);color:#0b1220;font-weight:900;border-radius:6px;text-align:center;padding:.15em 0;font-size:1.15em}.e-cote{min-width:0;display:flex}.e-tour-tag{display:block;color:#fff;font-size:.45em;font-weight:700;border-radius:4px;margin-top:.15em;padding:.1em .2em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.e-droite{justify-content:flex-end}.e-score{font-weight:900;font-size:1.3em;color:var(--e-muet);font-variant-numeric:tabular-nums;text-align:center;min-width:3.5em}.e-terminee .e-score{color:var(--e-texte)}.e-gagne .e-nom{color:var(--e-vert)}.e-perd{opacity:.5}.e-poules{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:1.2vh 1vw;height:100%}.e-poule{background:var(--e-carte);border:1px solid var(--e-bord);border-radius:12px;padding:.6em .8em;display:flex;flex-direction:column;gap:.35em;min-height:0}.e-poule h3{margin:0 0 .2em;color:var(--e-jaune);font-size:1.2em}.e-poule-finie{border-color:#2f6b47}.e-poule-ligne{display:flex;justify-content:space-between;align-items:center;gap:.5em;min-width:0}.e-poule-ligne.e-q .e-nom{color:var(--e-vert)}.e-poule-ligne.e-el{opacity:.45}.e-vd{color:var(--e-muet);font-variant-numeric:tabular-nums;white-space:nowrap}.e-tableau{display:flex;gap:1.5vw;height:100%}.e-tour{flex:1;display:flex;flex-direction:column;min-width:0}.e-tour h3{text-align:center;color:var(--e-jaune);margin:0 0 .5em}.e-tour-col{flex:1;display:flex;flex-direction:column;justify-content:space-around;gap:.6vh}.e-bracket{background:var(--e-carte);border:1px solid var(--e-bord);border-radius:10px;padding:.25em .6em}.e-bracket.e-prete{border-color:var(--e-orange)}.e-bracket-ligne{display:flex;justify-content:space-between;gap:.5em;align-items:center;padding:.15em 0;min-width:0}.e-bracket-score{font-weight:900;font-variant-numeric:tabular-nums;color:var(--e-muet)}.e-bracket-ligne.e-gagne .e-bracket-score{color:var(--e-vert)}.e-bracket.e-exempt{opacity:.6}.e-exempt .e-bracket-score{font-weight:400;font-style:italic;font-size:.8em}.e-terrain-petit{background:var(--e-jaune);color:#0b1220;border-radius:4px;padding:0 .35em}.e-dense{font-size:.78em}.e-dense .e-bracket{padding:.1em .5em}.e-dense .e-bracket-ligne{padding:.05em 0}.e-classement{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(8,minmax(0,1fr));grid-auto-flow:column;gap:.8vh 2vw;height:100%}.e-classement-ligne{display:grid;grid-template-columns:2.4em minmax(0,1fr) auto 3.5em;align-items:center;gap:.7em;background:var(--e-carte);border-radius:10px;padding:0 .8em}.e-rang{font-size:1.5em;font-weight:900;color:var(--e-jaune);text-align:center}.e-diff{text-align:right;font-variant-numeric:tabular-nums;color:var(--e-muet)}.e-regles{display:grid;grid-template-columns:repeat(auto-fit,minmax(30vw,1fr));gap:2vw;align-content:center;height:100%}.e-regle-bloc{background:var(--e-carte);border:1px solid var(--e-bord);border-radius:16px;padding:1em 1.5em}.e-regle-bloc h3{color:var(--e-jaune);font-size:1.6em}.e-regle-bloc li{font-size:1.4em;margin:.35em 0}.e-notes{grid-column:1 / -1;white-space:pre-wrap;font-size:1.2em;color:var(--e-muet);text-align:center}.e-centre{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.e-message{font-size:1.8em;color:var(--e-muet);text-align:center;padding:1em}.e-colonnes{display:grid;gap:1.5vw;height:100%}.e-colonne{display:flex;flex-direction:column;min-height:0;min-width:0}.e-colonne+.e-colonne{border-left:2px solid var(--e-bord);padding-left:1.5vw}.e-colonne-titre{display:flex;flex-direction:column;margin-bottom:.8vh}.e-colonne-titre strong{font-size:1.5em;color:var(--e-jaune);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.e-colonne-titre span{color:var(--e-muet)}.e-colonne-corps{flex:1;min-height:0}.e-liste-colonne{grid-template-columns:1fr;grid-template-rows:repeat(8,minmax(0,1fr))}.e-carte-match{display:grid;grid-template-columns:4.6em minmax(0,1fr);align-items:center;gap:.7em;background:var(--e-carte);border:1px solid var(--e-bord);border-radius:10px;padding:0 .7em;min-height:0}.e-carte-equipes{display:flex;flex-direction:column;gap:.25em;min-width:0}.e-carte-equipes .e-equipe{display:flex}.e-colonne .e-tableau{gap:1vw}.e-geant{font-size:10em;font-weight:900;color:var(--e-jaune);line-height:1}.e-grand{font-size:2.5em}.ecran .podium-visuel{height:100%;align-items:flex-end;margin:0}.ecran .marche{width:30%}.ecran .marche-equipe strong{font-size:1.4em}.ecran .marche-equipe small{color:var(--e-muet)}.ecran .medaille{font-size:4em}.ecran .marche-1 .marche-socle{height:32vh}.ecran .marche-2 .marche-socle{height:22vh}.ecran .marche-3 .marche-socle{height:15vh}.ecran .marche-socle{font-size:4em}.compte{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;padding-top:8vh}.compte-carte{width:100%;max-width:440px;padding:1.6rem 1.7rem}.compte-entete{display:flex;align-items:center;gap:1rem;margin-bottom:1.4rem}.compte-entete h1{margin:0;font-size:1.6rem}.compte-entete p{margin:0 0 .2rem}.compte-carte input{width:100%}.champ-mdp{display:flex;gap:.3rem;align-items:center}.champ-mdp input{flex:1}.compte-valider{width:100%;margin-top:.3rem}.compte-erreur{background:var(--rouge-clair);color:var(--rouge);padding:.6em .9em;border-radius:8px;margin:0 0 .9rem}.compte-liens{display:flex;flex-direction:column;gap:.6rem;align-items:center;margin-top:1.2rem;font-size:.92rem}.compte-liens a{color:var(--bleu)}.btn-neutre{color:var(--encre)}.menu-compte{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}.table-defilante{overflow-x:auto}.table-comptes{width:100%;border-collapse:collapse}.table-comptes th{text-align:left;font-size:.8rem;color:var(--muet);padding:.4rem .5rem;border-bottom:2px solid var(--sable-2);white-space:nowrap}.table-comptes td{padding:.55rem .5rem;border-bottom:1px solid var(--sable-2);white-space:nowrap}.table-comptes tr.ligne-absente{opacity:.55}.actions-compte{display:flex;gap:.4rem;justify-content:flex-end}@media (max-width: 600px){.compte{padding-top:1rem}.compte-carte{padding:1.2rem}.accueil-entete{flex-wrap:wrap}}.champ,.form-ligne>*{min-width:0}select,input{max-width:100%}.toast{max-width:min(420px,calc(100vw - 2rem))}.form-actions,.barre-actions{flex-wrap:wrap}@media (max-width: 600px){.btn{white-space:normal}}.portail{max-width:1100px}.logo-portail{position:relative;width:84px;height:64px;flex:none}.balle-portail{position:absolute;border-radius:50%;box-shadow:0 3px 6px #00000040}.balle-portail.b1{left:0;top:16px;width:40px;height:40px;background:radial-gradient(circle at 35% 30%,#eef1f4,#8b95a1 55%,#4a525c)}.balle-portail.b2{left:34px;top:4px;width:30px;height:30px;background:radial-gradient(circle at 35% 30%,#fbffb0,#d4e62a 60%,#a8b810)}.balle-portail.b3{left:52px;top:34px;width:24px;height:24px;background:radial-gradient(circle at 35% 30%,#f6c77f,#d97a1e)}.choix-sports{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem;margin-top:1rem}.carte-sport{display:flex;flex-direction:column;gap:.5rem;padding:1.4rem;background:#fff;border:2px solid var(--bord);border-radius:16px;box-shadow:var(--ombre);text-decoration:none;color:inherit;transition:transform .1s,border-color .1s;min-height:200px}a.carte-sport:hover{border-color:var(--bleu);transform:translateY(-2px)}.carte-sport strong{font-size:1.5rem}.carte-sport.inactive{opacity:.55}.carte-sport .badge{align-self:flex-start;margin-left:0}.pictogramme{width:56px;height:56px;border-radius:50%;box-shadow:0 3px 6px #0003}.pictogramme-petanque{background:radial-gradient(circle at 35% 30%,#eef1f4,#8b95a1 55%,#4a525c)}.pictogramme-padel{background:radial-gradient(circle at 35% 30%,#fbffb0,#d4e62a 60%,#a8b810)}.pictogramme-tennis{background:radial-gradient(circle at 35% 30%,#fbffb0,#c8d62a 60%,#97a60e)}.sports-compte{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.case-sport{display:inline-flex;gap:.25rem;align-items:center;font-size:.85rem}.badge-alerte{background:var(--ocre-clair);color:#8a4a0e;font-weight:600}
