*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #0369a1;--primary-hover: #0284c7;--bg: #f1f5f9;--card: #ffffff;--border: #e2e8f0;--text: #0f172a;--muted: #64748b;--ok: #16a34a;--warn: #d97706;--danger: #dc2626;--sam: #2563eb;--sandy: #ec4899;--radius: 8px;--shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);--heure-h: 48px;--gouttiere: 52px}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none}button{font-family:inherit}.app-header{background:#0f172a;color:#fff;display:flex;align-items:center;gap:12px;padding:8px 16px;padding-top:calc(8px + env(safe-area-inset-top));position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000004d;flex-wrap:wrap}.header-logo{font-size:15px;display:flex;align-items:center;gap:8px;white-space:nowrap}.header-logo strong{color:#7dd3fc}.header-nav{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.header-periode{font-weight:600;font-size:15px;min-width:170px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-actions{display:flex;align-items:center;gap:6px;margin-left:auto}.nav-rond{background:none;border:1px solid #334155;color:#cbd5e1;cursor:pointer;width:30px;height:30px;border-radius:8px;font-size:15px;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:all .15s}.nav-rond:hover{border-color:#64748b;color:#fff;background:#1e293b}.nav-texte{background:none;border:1px solid #334155;color:#cbd5e1;cursor:pointer;padding:5px 11px;border-radius:8px;font-size:13px;transition:all .15s;white-space:nowrap}.nav-texte:hover{border-color:#64748b;color:#fff;background:#1e293b}.seg{display:flex;background:#1e293b;border-radius:8px;padding:2px}.seg button{background:none;border:none;color:#94a3b8;cursor:pointer;padding:5px 14px;border-radius:6px;font-size:13px;transition:all .15s}.seg button.actif{background:#0ea5e9;color:#fff}.btn-ajout{background:#0ea5e9;border:none;color:#fff;cursor:pointer;width:32px;height:32px;border-radius:8px;font-size:20px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.btn-ajout:hover{background:#38bdf8}.legende{display:flex;gap:6px;flex-wrap:wrap;align-items:center;padding:10px 16px 0;max-width:1400px;margin:0 auto}.legende-chip{display:inline-flex;align-items:center;gap:6px;cursor:pointer;background:var(--card);border:1px solid var(--border);color:var(--muted);border-radius:20px;padding:3px 11px;font-size:12px;transition:all .15s}.legende-chip:hover{border-color:var(--muted)}.legende-chip.off{opacity:.4;text-decoration:line-through}.legende-dot{width:10px;height:10px;border-radius:3px;flex:none}main{padding:12px 16px 32px;max-width:1400px;margin:0 auto}.chargement{padding:48px;text-align:center;color:var(--muted)}.cal-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px;overflow:hidden}.grille-7{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.mois-entete{margin-bottom:6px}.jour-label{text-align:center;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:600}.semaine{margin-bottom:4px}.semaine-bandeau{margin-bottom:3px}.semaine-bandeau:empty{display:none}.kids-bar{border-radius:5px;color:#fff;font-size:11px;font-weight:600;padding:2px 9px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:none;text-align:left;width:100%}.jour{min-height:104px;border:1px solid var(--border);border-radius:6px;padding:3px 4px;background:#fff;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;gap:2px;transition:background .15s}.jour:hover{background:#f8fafc}.jour--hors{background:#f8fafc;color:var(--muted)}.jour--hors .jour-num{color:#94a3b8}.jour--we{background:#fafbfc}.jour--ferie{background:#fefce8;border-color:#fde68a}.jour--today{border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary)}.jour-entete{display:flex;align-items:center;justify-content:space-between;gap:4px;min-height:20px}.jour-num{font-size:12px;font-weight:600;color:var(--muted);padding:0 2px}.jour--today .jour-num{background:var(--primary);color:#fff;border-radius:50%;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;padding:0}.jour-ferie{font-size:10px;color:#92400e;line-height:1.15}.btn-kids{background:#f1f5f9;border:1px dashed #94a3b8;color:var(--muted);border-radius:20px;font-size:10px;padding:0 7px;height:18px;cursor:pointer;display:inline-flex;align-items:center;gap:3px;white-space:nowrap}.btn-kids:hover{background:#e2e8f0;border-color:var(--primary);color:var(--primary)}.evt-chip{font-size:11px;padding:1px 6px;border-radius:4px;color:#fff;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:none;text-align:left;width:100%;display:block}.evt-ligne{font-size:11px;display:flex;align-items:center;gap:4px;cursor:pointer;background:none;border:none;padding:0 2px;width:100%;text-align:left;color:var(--text);white-space:nowrap;overflow:hidden}.evt-ligne:hover{background:#f1f5f9;border-radius:4px}.evt-dot{width:7px;height:7px;border-radius:50%;flex:none}.evt-heure{color:var(--muted);flex:none;font-variant-numeric:tabular-nums}.evt-titre{overflow:hidden;text-overflow:ellipsis}.evt-plus{font-size:10px;color:var(--muted);background:none;border:none;cursor:pointer;text-align:left;padding:0 2px}.evt-plus:hover{color:var(--primary)}.sem-entete{display:grid;grid-template-columns:var(--gouttiere) repeat(7,minmax(0,1fr));border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--card);z-index:5}.sem-tete{text-align:center;padding:4px 2px 6px;border-left:1px solid var(--border)}.sem-tete-jour{font-size:10px;text-transform:uppercase;color:var(--muted);font-weight:600}.sem-tete-num{font-size:17px;font-weight:600}.sem-tete--today .sem-tete-num{background:var(--primary);color:#fff;border-radius:50%;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;margin-top:1px}.sem-tete--ferie{background:#fefce8}.sem-tete-ferie{font-size:9px;color:#92400e;line-height:1.1;overflow:hidden}.sem-allday{display:grid;grid-template-columns:var(--gouttiere) repeat(7,minmax(0,1fr));gap:0;border-bottom:1px solid var(--border);padding:3px 0}.sem-allday-label{font-size:10px;color:var(--muted);text-align:right;padding:2px 6px 0 0}.sem-allday-grille{grid-column:2 / -1;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:2px}.sem-allday-vide{grid-column:2 / -1;min-height:4px}.sem-corps{max-height:calc(100vh - 230px);overflow-y:auto;position:relative}.sem-grille{display:grid;grid-template-columns:var(--gouttiere) repeat(7,minmax(0,1fr));position:relative}.sem-heures{position:relative}.sem-heure{height:var(--heure-h);font-size:10px;color:var(--muted);text-align:right;padding-right:6px;position:relative;top:-6px}.sem-col{border-left:1px solid var(--border);position:relative}.sem-col--we{background:#fafbfc}.sem-col--ferie{background:#fefce8}.sem-case{height:var(--heure-h);border-top:1px solid #eef2f6;cursor:pointer}.sem-case:hover{background:#0369a10d}.evt-abs{position:absolute;border-radius:4px;color:#fff;font-size:11px;line-height:1.2;padding:2px 5px;overflow:hidden;cursor:pointer;border:1px solid rgba(255,255,255,.35);text-align:left}.evt-abs strong{font-weight:600;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.evt-abs span{opacity:.85;font-size:10px}.ligne-maintenant{position:absolute;left:var(--gouttiere);right:0;height:0;border-top:2px solid #ef4444;z-index:4;pointer-events:none}.ligne-maintenant:before{content:"";position:absolute;left:-4px;top:-5px;width:8px;height:8px;border-radius:50%;background:#ef4444}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 16px;border-radius:var(--radius);font-size:14px;cursor:pointer;border:none;font-weight:500;transition:all .15s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-ghost{background:#fff;border:1px solid var(--border);color:var(--text)}.btn-ghost:hover{background:var(--bg)}.btn-danger{background:none;border:1px solid #fecaca;color:var(--danger)}.btn-danger:hover{background:#fef2f2}.btn-sm{padding:6px 12px;font-size:13px}.btn-full{width:100%}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;z-index:500;display:flex;align-items:center;justify-content:center;padding:16px}.modal{background:#fff;border-radius:14px;padding:20px;max-width:520px;width:100%;max-height:88vh;overflow-y:auto;box-shadow:0 20px 50px #00000059;padding-bottom:calc(20px + env(safe-area-inset-bottom))}.modal-titre{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;gap:10px}.modal-titre h3{font-size:17px;font-weight:600}.btn-fermer{background:none;border:none;font-size:22px;line-height:1;color:var(--muted);cursor:pointer;padding:0 4px}.modal-pied{display:flex;gap:8px;justify-content:flex-end;margin-top:18px;flex-wrap:wrap}.modal-pied .btn-danger{margin-right:auto}label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--muted);font-weight:600}.champ{margin-bottom:12px}.champs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.champs>label{flex:1;min-width:130px}input,select,textarea{padding:9px 10px;border:1px solid var(--border);border-radius:8px;font-size:15px;color:var(--text);background:#fff;font-family:inherit;width:100%}textarea{resize:vertical;min-height:62px}input:focus,select:focus,textarea:focus{outline:2px solid #bae6fd;border-color:var(--primary)}input[type=color]{padding:2px;height:38px;width:52px;cursor:pointer}input[type=checkbox],input[type=radio]{width:auto}.check{flex-direction:row;align-items:center;gap:8px;font-size:14px;color:var(--text);font-weight:500}.bloc-rep{background:var(--bg);border-radius:8px;padding:12px;margin-bottom:12px}.rep-jours{display:flex;gap:4px;flex-wrap:wrap}.rep-jour{width:34px;height:34px;border-radius:50%;border:1px solid var(--border);background:#fff;cursor:pointer;font-size:12px;color:var(--muted)}.rep-jour.actif{background:var(--primary);border-color:var(--primary);color:#fff;font-weight:600}.rep-resume{font-size:12px;color:var(--primary);font-weight:600;margin-top:8px}.choix-kids{display:flex;gap:10px;margin-bottom:14px}.choix-kids button{flex:1;padding:14px;border-radius:10px;border:2px solid var(--border);background:#fff;cursor:pointer;font-size:16px;font-weight:600;color:var(--muted)}.choix-kids button.actif{color:#fff}.portee{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:10px 12px;margin-bottom:12px}.portee-titre{font-size:12px;color:#9a3412;font-weight:600;margin-bottom:6px}.portee label{flex-direction:row;align-items:center;gap:7px;font-size:13px;color:var(--text);font-weight:500;margin-bottom:3px}.section{margin-bottom:20px}.section h4{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:8px}.cat-ligne{display:flex;align-items:center;gap:8px;padding:5px 0;border-bottom:1px solid var(--border)}.cat-ligne:last-child{border-bottom:none}.cat-nom{flex:1;font-size:14px}.cat-sys{font-size:10px;background:#e0f2fe;color:#075985;padding:1px 7px;border-radius:20px}.cat-suppr{background:none;border:none;color:var(--muted);cursor:pointer;font-size:15px;padding:2px 6px}.cat-suppr:hover{color:var(--danger)}.url-row{display:flex;gap:6px;margin:8px 0}.url-row input{font-size:12px;color:var(--muted)}.aide{margin:6px 0 0 18px;color:var(--muted);font-size:12.5px}.aide li{margin-bottom:3px}.note{font-size:12.5px;color:var(--muted);background:var(--bg);border-radius:8px;padding:9px 11px}.accueil-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f172a;padding:20px}.accueil-card{background:#fff;border-radius:14px;padding:32px 28px;width:380px;display:flex;flex-direction:column;gap:14px;box-shadow:0 20px 50px #0006}.accueil-card h1{font-size:22px;text-align:center}.accueil-card h1 strong{color:var(--primary)}.accueil-erreur{background:#fee2e2;color:#b91c1c;padding:8px 12px;border-radius:8px;font-size:13px}.toast{position:fixed;left:50%;transform:translate(-50%);bottom:24px;z-index:1000;padding:11px 18px;border-radius:10px;color:#fff;font-size:14px;cursor:pointer;box-shadow:0 8px 24px #0000004d;max-width:92vw;text-align:center;bottom:calc(24px + env(safe-area-inset-bottom))}.toast-succes{background:var(--ok)}.toast-erreur{background:var(--danger)}@media (max-width: 820px){:root{--gouttiere: 40px}main{padding:8px 8px 28px}.legende{padding:8px 10px 0}.cal-card{padding:8px;border-radius:10px}.header-logo{display:none}.header-periode{min-width:0;flex:1;font-size:14px}.header-nav{order:1;flex:1 1 100%}.header-actions{order:2;width:100%;margin-left:0;justify-content:space-between}.grille-7{gap:2px}.jour{min-height:76px;border-radius:4px;padding:2px 3px}.evt-chip,.evt-ligne{font-size:10px}.jour-ferie{font-size:8.5px;letter-spacing:-.01em}.sem-corps{max-height:calc(100vh - 250px)}.modal{padding:16px;border-radius:12px}}@media (max-width: 560px){.evt-heure,.evt-abs span{display:none}}@media (max-width: 420px){.jour{min-height:62px}.evt-chip{padding:0 3px}.btn-kids{font-size:9px;padding:0 5px}}
