:root{--ggk-primary:#667eea;--ggk-secondary:#764ba2;--ggk-success:#4caf50;--ggk-warning:#ff9800;--ggk-danger:#f44336;--ggk-orange-neon:#ff6a00;--ggk-text:#1a1a2e;--ggk-text-dim:#6b7280;--ggk-border:#e5e7eb;--ggk-alert-flash:#ffcdd2}.ggk-btn{padding:8px 16px;border-radius:8px;border:1px solid transparent;font-weight:600;cursor:pointer;transition:background .2s,box-shadow .2s}.ggk-btn:disabled{cursor:not-allowed;opacity:.85}.ggk-btn-primary{background:var(--ggk-primary);color:#fff}.ggk-btn-ghost{background:transparent;border-color:var(--ggk-border);color:var(--ggk-text)}.ggk-btn-danger{background:var(--ggk-danger);color:#fff}.ggk-btn-processing{pointer-events:none;background:linear-gradient(135deg,#ff9500,#ff6a00)!important;border-color:var(--ggk-orange-neon);color:#fff;animation:ggk-neon-pulse 1.5s ease-in-out infinite}@keyframes ggk-neon-pulse{0%,to{box-shadow:0 0 5px #ff9500,0 0 10px #ff9500,0 0 20px #ff6a00}50%{box-shadow:0 0 10px #ff9500,0 0 25px #ff9500,0 0 40px #ff6a00,0 0 60px #ff6a00}}.ggk-flash-alert{animation:ggk-flash 1s ease-in-out infinite}@keyframes ggk-flash{0%,to{background:transparent}50%{background:var(--ggk-alert-flash)}}.ggk-dense-table{border-collapse:collapse;width:100%;font-size:13px}.ggk-dense-table td,.ggk-dense-table th{padding:6px 8px;border-bottom:1px solid var(--ggk-border);text-align:left}.ggk-dense-table th{font-weight:700;color:var(--ggk-text-dim);position:-webkit-sticky;position:sticky;top:0;background:#fff}.ggk-dense-table tr:hover{background:#f8f9ff}.ggk-cell-secondary{font-size:11px;color:var(--ggk-text-dim)}.ggk-switch{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ggk-switch input{position:absolute;opacity:0;width:0;height:0}.ggk-switch .ggk-switch-track{position:relative;width:38px;height:22px;border-radius:11px;background:var(--ggk-border);transition:background .2s;flex:none}.ggk-switch .ggk-switch-thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.3);transition:transform .2s}.ggk-switch input:checked+.ggk-switch-track{background:var(--ggk-primary)}.ggk-switch input:checked+.ggk-switch-track .ggk-switch-thumb{transform:translateX(16px)}.ggk-switch input:focus-visible+.ggk-switch-track{outline:2px solid var(--ggk-primary);outline-offset:2px}.ggk-appnav-toggle{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;font-size:13px}.ggk-appnav-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:998;animation:ggk-fade .15s ease}.ggk-appnav-drawer{position:fixed;top:0;left:0;bottom:0;width:240px;max-width:82vw;background:#fff;z-index:999;box-shadow:2px 0 22px rgba(0,0,0,.2);display:flex;flex-direction:column;padding:10px;animation:ggk-slidein .18s ease}.ggk-appnav-head{display:flex;align-items:center;justify-content:space-between;font-weight:700;color:var(--ggk-text);padding:4px 6px 12px;border-bottom:1px solid var(--ggk-border);margin-bottom:8px}.ggk-appnav-list{display:flex;flex-direction:column;gap:3px}.ggk-appnav-item{display:flex;align-items:center;gap:11px;padding:12px;border-radius:9px;font-size:15px;font-weight:500;color:var(--ggk-text);text-decoration:none;transition:background .15s}.ggk-appnav-item:hover{background:#eef0fb}.ggk-appnav-item-current{background:var(--ggk-primary);color:#fff;font-weight:700;cursor:default;pointer-events:none}.ggk-appnav-here{margin-left:auto;font-size:10px;font-weight:600;opacity:.85}@keyframes ggk-fade{0%{opacity:0}to{opacity:1}}@keyframes ggk-slidein{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@media (max-width:460px){.ggk-appnav-toggle-name{display:none}}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ggk-text);background:#fafafe;padding-bottom:40px}main{max-width:1180px;margin:0 auto;padding:16px 12px}h1{font-size:20px;margin:0 0 2px}h2{font-size:17px;margin:0}.subtitle{color:var(--ggk-text-dim);font-size:13px;margin:0}code{font-family:ui-monospace,monospace;font-size:12px}:root{--tk-retard:#dc2626;--tk-bientot:#ea580c;--tk-avenir:#94a3b8;--tk-fait:#16a34a}.tk-tete{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.tk-version{font-family:ui-monospace,monospace;font-size:10px;letter-spacing:.04em;color:var(--ggk-text-dim);cursor:help}.tk-onglets{display:flex;gap:6px;overflow-x:auto;padding-bottom:6px;margin-bottom:14px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.tk-onglets::-webkit-scrollbar{display:none}.tk-onglet{display:inline-flex;align-items:center;gap:6px;flex:none;padding:8px 14px;border-radius:999px;border:1px solid var(--ggk-border);background:#fff;color:var(--ggk-text);font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;min-height:42px}.tk-onglet.actif{background:var(--ggk-primary);border-color:var(--ggk-primary);color:#fff}.tk-onglet-badge{min-width:20px;padding:1px 6px;border-radius:999px;background:var(--ggk-danger);color:#fff;font-size:12px;font-weight:700}.tk-onglet-badge.neutre{background:var(--ggk-text-dim)}.tk-onglet.actif .tk-onglet-badge{background:#fff;color:var(--ggk-primary)}.tk-suivante{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;padding:10px 14px;border-radius:12px;margin-bottom:12px;background:#fff;border-left:1px solid var(--tk-avenir);border:1px solid var(--ggk-border);border-left-width:6px}.tk-suivante-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--ggk-text-dim)}.tk-suivante-titre{font-size:16px}.tk-suivante-heure{margin-left:auto;font-family:ui-monospace,monospace;font-weight:700;color:var(--ggk-text-dim)}.tk-suivante-en_retard{border-left-color:var(--tk-retard);background:#fff5f5}.tk-suivante-en_retard .tk-suivante-label{color:var(--tk-retard)}.tk-suivante-bientot{border-left-color:var(--tk-bientot);background:#fff8f1}.tk-suivante-fini{border-left-color:var(--tk-fait);background:#f1fbf3}.tk-suivante-fini .tk-suivante-label{color:var(--tk-fait)}.check-progress{display:flex;align-items:center;gap:10px;margin:6px 0 10px}.check-progress-bar{flex:1 1;max-width:460px;height:9px;background:var(--ggk-border);border-radius:999px;overflow:hidden}.check-progress-fill{height:100%;background:linear-gradient(90deg,#7cb342,var(--ggk-success));border-radius:999px;transition:width .35s ease}.check-progress-text{font-size:13px;font-weight:600;color:var(--ggk-text-dim);white-space:nowrap}.check-progress-text strong{color:var(--ggk-success);font-size:15px}.tk-retard-compte{color:var(--tk-retard);font-weight:700}.tk-filtre{font-size:13px;color:var(--ggk-text-dim);margin-bottom:14px}.tk-fil{list-style:none;margin:0;padding:0}.tk-fil-section{margin-bottom:4px}.tk-separateur{position:-webkit-sticky;position:sticky;top:0;z-index:5;display:flex;align-items:center;gap:10px;margin:18px 0 8px;padding:6px 2px;background:#fafafe;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--ggk-text-dim)}.tk-fil-section:first-child .tk-separateur{margin-top:0}.tk-separateur-heure{flex:none;font-family:ui-monospace,monospace;font-size:13px;letter-spacing:0;font-weight:800;color:var(--ggk-text)}.tk-separateur-trait{flex:none;width:26px;height:2px;background:var(--ggk-border)}.tk-separateur-titre{flex:1 1;min-width:0}.tk-separateur-compte{flex:none;font-size:11px;font-weight:700;letter-spacing:0;padding:1px 7px;border-radius:999px;background:var(--ggk-border);color:var(--ggk-text)}.tk-separateur-retard{flex:none;font-size:11px;letter-spacing:0;color:var(--tk-retard)}.tk-liste{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.tk-carte{background:#fff;border-left:1px solid var(--ggk-border);border-radius:10px;border:1px solid var(--ggk-border);border-left-width:5px;overflow:hidden}.tk-carte.tk-en-retard{border-left-color:var(--tk-retard)}.tk-carte.tk-bientot{border-left-color:var(--tk-bientot)}.tk-carte.tk-a-venir{border-left-color:var(--tk-avenir)}.tk-carte.tk-faite{border-left-color:var(--tk-fait);opacity:.6}.tk-carte.tk-ignoree{opacity:.45}.tk-carte.tk-chrono-actif{border-color:var(--ggk-orange-neon);box-shadow:0 0 0 1px var(--ggk-orange-neon) inset}.tk-carte-main{display:flex;align-items:stretch;gap:6px}.tk-bascule{flex:1 1;min-width:0;display:flex;align-items:flex-start;gap:10px;padding:10px 4px 10px 12px;border:none;background:none;cursor:pointer;font:inherit;text-align:left;color:inherit}.tk-bascule:disabled{cursor:wait}.tk-case{flex:none;width:24px;height:24px;border-radius:6px;margin-top:1px;border:2px solid var(--ggk-border);background:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;color:#fff;line-height:1}.tk-faite .tk-case{background:var(--tk-fait);border-color:var(--tk-fait)}.tk-ignoree .tk-case{background:var(--ggk-text-dim);border-color:var(--ggk-text-dim)}.tk-ident{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.tk-libelle{font-weight:600;font-size:15px;line-height:1.3}.tk-faite .tk-libelle,.tk-ignoree .tk-libelle{text-decoration:line-through}.tk-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:11px}.tk-meta,.tk-note{color:var(--ggk-text-dim)}.tk-note{font-size:12px;line-height:1.35}.tk-note-court{max-width:30ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:italic}.tk-heure{font-family:ui-monospace,monospace;font-weight:700;color:var(--ggk-text)}.tk-etat{font-weight:700;padding:1px 6px;border-radius:4px}.tk-etat-en_retard{background:#fee2e2;color:var(--tk-retard)}.tk-etat-bientot{background:#ffedd5;color:var(--tk-bientot)}.tk-etat-a_venir{display:none}.tk-duree{font-weight:600}.tk-mesure{font-weight:700;color:var(--ggk-primary)}.tk-ecartees{color:var(--ggk-warning);font-weight:700}.tk-par{font-style:italic}.tk-jours{font-family:ui-monospace,monospace;font-weight:700;letter-spacing:.08em}.tk-actions{display:flex;align-items:center;gap:4px;padding:6px 8px 6px 0;flex:none}.tk-actions .ggk-btn,.tk-actions a.ggk-btn{min-height:40px;min-width:40px;padding:6px 8px;font-size:13px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.tk-btn-chrono{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700}.tk-btn-menu{color:var(--ggk-text-dim)!important;font-size:17px!important}.tk-btn-menu-ouvert{background:#eef2ff!important;color:var(--ggk-primary)!important}.tk-menu{border-top:1px dashed var(--ggk-border);background:#fcfcff;padding:10px 12px;gap:10px}.tk-menu,.tk-menu-bloc{display:flex;flex-direction:column}.tk-menu-bloc{gap:6px}.tk-menu-titre{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--ggk-text-dim)}.tk-chips{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.tk-chip{font-size:12px!important;padding:8px 12px!important;min-height:40px}.tk-menu-actions{display:flex;flex-wrap:wrap;gap:6px}.tk-menu-actions .ggk-btn,.tk-menu-actions a.ggk-btn{min-height:42px;font-size:13px;text-decoration:none;display:inline-flex;align-items:center}.tk-ajout{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 4px}.tk-ajout-compact{margin:6px 0 0}.tk-ajout .ggk-btn{min-height:42px}.tk-ajout-note{font-size:11px;color:var(--ggk-text-dim);margin:4px 0 0}.tk-input{flex:1 1;min-width:140px;padding:8px 10px;border:1px solid var(--ggk-border);border-radius:8px;font-size:15px;font-family:inherit;color:var(--ggk-text);background:#fff;min-height:42px}.tk-input-court{flex:0 1 120px;min-width:90px}.tk-input-icone{flex:0 0 58px;min-width:58px;text-align:center}.tk-input-heure{flex:0 0 120px;min-width:110px}.tk-select{flex:0 1 190px}.tk-vide{color:var(--ggk-text-dim);font-size:14px;text-align:center;padding:32px 16px;line-height:1.5;display:flex;flex-direction:column;gap:10px;align-items:center}.tk-vide p{margin:0;max-width:52ch}.tk-etat-chargement{padding:24px 0}.tk-erreur{border-left:1px solid var(--ggk-danger);border:1px solid var(--ggk-danger);border-left-width:6px;border-radius:10px;padding:12px 14px;background:#fff5f5;margin-bottom:14px}.tk-erreur p{margin:4px 0 0;font-size:13px}.tk-err-texte{color:var(--ggk-danger)}.tk-colonnes{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}.tk-col-fil{min-width:0}.tk-col-aside{min-width:0;order:-1}@media (min-width:900px){.tk-colonnes{grid-template-columns:minmax(0,1fr) 280px;align-items:start}.tk-col-aside{order:0;position:-webkit-sticky;position:sticky;top:8px;background:#fff;border:1px solid var(--ggk-border);border-radius:12px;padding:12px}}.tk-aside-tete{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.tk-aside-titre{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--ggk-text-dim)}.tk-tuiles{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}@media (min-width:900px){.tk-tuiles{grid-template-columns:1fr}}.tk-tuile{display:grid;grid-gap:0 8px;gap:0 8px;align-items:center;grid-template-columns:auto auto 1fr;grid-template-areas:"icone valeur libelle" "icone valeur app";padding:10px 12px;border-radius:10px;background:#fff;border-left:1px solid var(--ggk-border);border:1px solid var(--ggk-border);border-left-width:5px;text-decoration:none;color:var(--ggk-text)}.tk-tuile:hover{background:#f8f9ff}.tk-tuile-alerte{border-left-color:var(--ggk-warning)}.tk-tuile-echec{border-left-color:var(--ggk-danger);background:#fff5f5}.tk-tuile-icone{grid-area:icone;font-size:17px;line-height:1}.tk-tuile-valeur{grid-area:valeur;font-size:24px;font-weight:800;line-height:1.1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tk-tuile-alerte .tk-tuile-valeur{color:var(--ggk-warning)}.tk-tuile-libelle{grid-area:libelle;font-weight:600;font-size:12px;line-height:1.25}.tk-tuile-app{grid-area:app;font-size:10px;font-weight:700;color:var(--ggk-primary)}.tk-tuiles-vide{padding:6px 2px}.tk-diag{margin-top:12px;font-size:11px;padding:8px 10px;border-left:3px solid var(--ggk-warning);background:#fffbf0;border-radius:0 6px 6px 0}.tk-diag ul{margin:6px 0;padding-left:16px}.tk-diag code{word-break:break-all}.tk-messages{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.tk-message{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:10px;background:#fff;border:1px solid var(--ggk-border);border-left:5px solid var(--tk-avenir)}.tk-msg-info{border-left-color:var(--ggk-primary)}.tk-msg-important{border-left-color:var(--ggk-warning);background:#fffbf2}.tk-msg-urgent{border-left-color:var(--ggk-danger);background:#fff5f5;animation:tk-pulse-urgent 2s ease-in-out infinite}@keyframes tk-pulse-urgent{0%,to{box-shadow:none}50%{box-shadow:0 0 0 3px rgba(244,67,54,.14)}}.tk-msg-icone{flex:none;font-size:17px;line-height:1.3}.tk-msg-corps{flex:1 1;min-width:0}.tk-msg-texte{margin:0;font-size:14px;line-height:1.4;white-space:pre-wrap}.tk-msg-meta{margin:3px 0 0;display:flex;flex-wrap:wrap;gap:8px;font-size:11px;color:var(--ggk-text-dim)}.tk-msg-auteur,.tk-msg-source{font-weight:700}.tk-msg-source{padding:0 5px;border-radius:4px;background:#eef2ff;color:var(--ggk-primary)}.tk-msg-actions{flex:none;display:flex;gap:4px}.tk-msg-ajout{align-self:flex-start;border:1px dashed var(--ggk-border);background:transparent;color:var(--ggk-text-dim);font:inherit;font-size:13px;font-weight:600;padding:8px 14px;border-radius:999px;cursor:pointer;min-height:40px}.tk-msg-ajout:hover{border-color:var(--ggk-primary);color:var(--ggk-primary);background:#f8f9ff}.tk-msg-form{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:10px;background:#fff;border:1px solid var(--ggk-primary)}.tk-textarea{resize:vertical;line-height:1.45;font-family:inherit;width:100%}.tk-msg-form-bas{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.tk-msg-form-boutons{display:flex;gap:6px;margin-left:auto}.tk-chip-niveau{border:1px solid var(--ggk-border);background:#fff;color:var(--ggk-text-dim);font:inherit;font-size:12px;font-weight:600;padding:8px 12px;border-radius:999px;cursor:pointer;min-height:40px}.tk-chip-niveau.actif{background:var(--ggk-primary);border-color:var(--ggk-primary);color:#fff}.tk-chantiers{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.tk-chantier{background:#fff;border-radius:10px;border:1px solid var(--ggk-border);border-left:5px solid var(--ggk-text-dim);overflow:hidden}.tk-chantier.tk-pret.tk-p1{border-left-color:var(--ggk-danger)}.tk-chantier.tk-pret.tk-p2{border-left-color:var(--ggk-warning)}.tk-chantier.tk-pret.tk-p3,.tk-chantier.tk-pret.tk-p4,.tk-chantier.tk-pret.tk-p5{border-left-color:var(--ggk-primary)}.tk-chantier.tk-bloque{border-left-color:var(--ggk-border);background:#fbfbfd}.tk-chantier-fini{opacity:.5}.tk-chantier-fini .tk-libelle{text-decoration:line-through}.tk-chantier-tete{display:flex;align-items:center;gap:8px;padding:8px 10px}.tk-chantier-etat{flex:none;font-size:10px;font-weight:800;letter-spacing:.06em;padding:3px 7px;border-radius:5px;background:var(--ggk-border);color:var(--ggk-text-dim)}.tk-chantier-pret{background:#e0e7ff;color:var(--ggk-primary)}.tk-chantier-titre{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px;border:none;background:none;padding:0;font:inherit;text-align:left;color:inherit;cursor:pointer}.tk-prio{font-weight:800}.tk-domaine{font-weight:700;padding:1px 6px;border-radius:4px;background:#eef2ff;color:var(--ggk-primary)}.tk-bloqueur{color:var(--ggk-warning);font-weight:600}.tk-debloque{font-weight:700;color:var(--ggk-primary)}.tk-statut-select{flex:none;padding:6px 8px;border-radius:8px;border:1px solid var(--ggk-border);background:#fff;font:inherit;font-size:12px;min-height:38px;color:var(--ggk-text)}.tk-chantier-detail{border-top:1px dashed var(--ggk-border);background:#fcfcff;padding:10px 12px;display:flex;flex-direction:column;gap:6px}.tk-chantier-impact,.tk-chantier-texte{margin:0;font-size:13px;line-height:1.45}.tk-chantier-impact{color:var(--ggk-text-dim)}.tk-chantier-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}.tk-chantier-actions .ggk-btn{min-height:42px;text-decoration:none;display:inline-flex;align-items:center}.tk-btn-suppr{color:var(--ggk-danger)!important;border-color:#f8d7da!important}.tk-config-intro{margin-bottom:14px}.tk-config-liste{background:#fff;border:1px solid var(--ggk-border);border-radius:12px;padding:10px 12px;margin-bottom:12px}.tk-inactif{opacity:.55}.tk-config-tete{margin-bottom:8px}.tk-config-tete,.tk-config-titre{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tk-config-titre{flex:1 1;font-size:15px}.tk-config-actions{display:flex;align-items:center;gap:6px}.tk-config-edit-liste{display:flex;gap:6px;flex-wrap:wrap;width:100%}.tk-btn-mini{padding:4px 10px!important;font-size:13px!important;min-height:38px}.tk-config-modeles{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.tk-config-modele{border-top:1px solid var(--ggk-border)}.tk-config-ligne{display:flex;align-items:center;gap:8px;padding:6px 0}.tk-fleches{display:flex;flex-direction:column;gap:2px;flex:none}.tk-fleche{width:30px;height:22px;border-radius:5px;border:1px solid var(--ggk-border);background:#fff;cursor:pointer;font-size:11px;line-height:1;color:var(--ggk-text-dim)}.tk-fleche:disabled{opacity:.3;cursor:default}.tk-config-nom{flex:1 1;min-width:0;gap:2px;border:none;background:none;padding:0;font:inherit;text-align:left;color:inherit;cursor:pointer}.tk-config-detail,.tk-config-nom{display:flex;flex-direction:column}.tk-config-detail{gap:8px;padding:10px 0 12px;border-top:1px dashed var(--ggk-border)}.tk-champ{display:flex;flex-direction:column;gap:4px}.tk-champ>span{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--ggk-text-dim)}.tk-champ-duo{display:flex;gap:8px;flex-wrap:wrap}.tk-aide{font-size:11px;color:var(--ggk-text-dim);margin:0;line-height:1.4}.tk-jours-choix{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.tk-jour{width:38px;height:38px;border-radius:8px;border:1px solid var(--ggk-border);background:#fff;color:var(--ggk-text-dim);font:inherit;font-weight:700;cursor:pointer}.tk-jour-actif{background:var(--ggk-primary);border-color:var(--ggk-primary);color:#fff}.tk-modal{position:fixed;inset:0;z-index:950;background:rgba(20,20,40,.55);display:flex;align-items:flex-end;justify-content:center}.tk-modal-inner{background:#fff;width:100%;max-width:460px;max-height:92vh;overflow-y:auto;border-radius:16px 16px 0 0;padding:16px;display:flex;flex-direction:column;gap:14px}@media (min-width:640px){.tk-modal{align-items:center}.tk-modal-inner{border-radius:16px}}.tk-modal-checker{text-align:center}.tk-modal-tete{display:flex;align-items:center;justify-content:center;position:relative}.tk-modal-tete .tk-btn-mini{position:absolute;right:0;top:0}.tk-noms{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.tk-nom{font-size:16px!important;padding:12px 20px!important;min-height:48px}.tk-toast{position:fixed;top:16px;left:50%;transform:translateX(-50%);z-index:900;max-width:calc(100vw - 32px);padding:10px 12px 10px 18px;border-radius:10px;color:#fff;font-weight:600;font-size:14px;box-shadow:0 6px 24px rgba(0,0,0,.28);animation:tk-toast-in .22s ease;display:flex;align-items:center;gap:12px}.tk-toast-msg{cursor:pointer}.tk-toast-annuler{flex:none;min-height:34px;padding:6px 12px;border-radius:6px;border:1.5px solid rgba(255,255,255,.7);background:rgba(255,255,255,.14);color:#fff;font:inherit;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap}@keyframes tk-toast-in{0%{opacity:0;transform:translate(-50%,-12px)}to{opacity:1;transform:translate(-50%)}}@media (max-width:620px){.tk-tete{flex-direction:column;align-items:stretch}.tk-version{text-align:right}}@media (prefers-reduced-motion:reduce){.check-progress-fill,.ggk-btn-processing,.tk-toast{animation:none;transition:none}}