[data-tool="rot47"]{--rot-cipher-action: var(--outil-action);--rot-cipher-action-hover: var(--outil-action-hover);--rot-cipher-action-text: var(--outil-action-texte);--rot-cipher-border: var(--outil-bord);--rot-cipher-surface: var(--outil-surface);--rot-cipher-surface-hover: var(--outil-surface-hover);--rot-cipher-text: var(--outil-texte);--rot-cipher-strong: var(--outil-fonce);display: grid;gap: 1rem}.rot-cipher-tool *,.rot-cipher-tool *::before,.rot-cipher-tool *::after{box-sizing: border-box}.rot-cipher-intro,.rot-cipher-field-status{margin: 0;color: var(--rot-cipher-text);line-height: 1.55}.rot-cipher-grid{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 1rem;align-items: stretch}.rot-cipher-editor,.rot-cipher-result-panel,.rot-cipher-map,.rot-cipher-settings{min-width: 0}.rot-cipher-editor,.rot-cipher-result-panel{display: grid;grid-template-rows: auto minmax(0,1fr) auto;border: 1px solid var(--rot-cipher-border);border-radius: 10px;background: #fff;overflow: hidden}.rot-cipher-panel-top,.rot-cipher-panel-bottom{display: flex;flex-wrap: wrap;gap: 0.55rem;align-items: center;justify-content: space-between;background: var(--rot-cipher-surface);padding: 0.55rem}.rot-cipher-panel-top{border-bottom: 1px solid var(--rot-cipher-border)}.rot-cipher-panel-bottom{border-top: 1px solid var(--rot-cipher-border)}.rot-cipher-panel-bottom .rot-cipher-field-status{flex: 1 1 7rem}.rot-cipher-editor h2,.rot-cipher-result-panel h2,.rot-cipher-map h2,.rot-cipher-settings h2{margin: 0;color: var(--rot-cipher-strong);font-size: 1.06rem;font-weight: 900;line-height: 1.2}.rot-cipher-map h2,.rot-cipher-settings h2{text-align: center}.rot-cipher-action-group{display: flex;flex-wrap: wrap;gap: 0.35rem;align-items: center;justify-content: flex-end}.rot-cipher-action{min-height: 2.35rem;border: 1px solid var(--rot-cipher-border);border-radius: 8px;background: #fff;color: var(--rot-cipher-strong);cursor: pointer;display: inline-flex;align-items: center;justify-content: center;gap: 0.35rem;font: inherit;font-size: 0.9rem;font-weight: 850;line-height: 1.15;padding: 0.38rem 0.52rem;text-align: center;transition: transform 0.12s ease,border-color 0.16s ease,background-color 0.16s ease,color 0.16s ease,box-shadow 0.16s ease,opacity 0.16s ease}.rot-cipher-action-primary{border-color: var(--rot-cipher-action);background: var(--rot-cipher-action);color: var(--rot-cipher-action-text)}.rot-cipher-action-icon{width: 18px;height: 18px;flex: 0 0 auto}.rot-cipher-action:not(:disabled):hover,.rot-cipher-action:not(:disabled):focus-visible{border-color: var(--rot-cipher-action-hover);color: var(--rot-cipher-action-hover);background: var(--rot-cipher-surface-hover);box-shadow: 0 0 0 3px color-mix(in srgb,var(--rot-cipher-action) 15%,transparent);outline: 0}.rot-cipher-action-primary:not(:disabled):hover,.rot-cipher-action-primary:not(:disabled):focus-visible{background: var(--rot-cipher-action-hover);color: var(--rot-cipher-action-text)}.rot-cipher-action:active{transform: translateY(1px)}.rot-cipher-action:disabled{cursor: not-allowed;opacity: 0.58;transform: none;box-shadow: none}.rot-cipher-textarea{width: 100%;min-width: 0;min-height: 17rem;border: 0;border-radius: 0;box-shadow: none;outline-offset: -3px;background: #fff;color: var(--rot-cipher-strong);font: inherit;font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size: 0.98rem;font-weight: 780;line-height: 1.55;padding: 0.85rem;resize: none;appearance: none}.rot-cipher-result-textarea,.rot-cipher-textarea[readonly]{background: var(--rot-cipher-surface);cursor: default}.rot-cipher-textarea::placeholder{color: color-mix(in srgb,var(--rot-cipher-text) 72%,#fff)}.rot-cipher-textarea:focus,.rot-cipher-action:focus-visible,.rot-cipher-mode-button:focus-visible{outline: 3px solid color-mix(in srgb,var(--outil-focus) 30%,transparent);outline-offset: 2px}.rot-cipher-field-status{min-height: 1.25rem;color: var(--rot-cipher-strong);font-size: 0.9rem;font-weight: 850}.rot-cipher-map,.rot-cipher-settings{display: grid;gap: 0.8rem;align-content: start;border: 1px solid var(--rot-cipher-border);border-radius: 10px;background: #fff;padding: 0.85rem;overflow: hidden}.rot-cipher-map-table{display: grid;gap: 0.45rem;overflow-x: auto}.rot-cipher-map-row{display: grid;grid-template-columns: 6.5rem max-content;gap: 0.75rem;align-items: center;border-radius: 8px;background: var(--rot-cipher-surface);padding: 0.62rem 0.7rem}.rot-cipher-map-row strong,.rot-cipher-map-row span{color: var(--rot-cipher-strong);font-weight: 900}.rot-cipher-map-row span{font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;white-space: nowrap}.rot-cipher-mode-grid{display: flex;flex-wrap: wrap;gap: 0.45rem;justify-content: center}.rot-cipher-mode-button{border: 1px solid var(--rot-cipher-border);border-radius: 999px;background: var(--rot-cipher-surface);color: var(--rot-cipher-strong);cursor: pointer;font: inherit;font-size: 0.92rem;font-weight: 900;line-height: 1.15;padding: 0.55rem 0.85rem}.rot-cipher-mode-button[aria-pressed="true"]{border-color: var(--rot-cipher-action);background: var(--rot-cipher-action);color: var(--rot-cipher-action-text)}.rot-cipher-copy-proxy{position: fixed;top: -9999px;left: -9999px;width: 1px;height: 1px;opacity: 0}.rot-cipher-info-note,.rot-cipher-info-card,.rot-cipher-info-example{border: 1px solid var(--outil-bord);border-radius: 10px;background: var(--outil-surface);padding: 0.85rem}.rot-cipher-info-note{margin: 1rem 0}.rot-cipher-info-note h2,.rot-cipher-info-card h3{margin: 0 0 0.4rem;color: var(--outil-fonce);font-size: 1rem;font-weight: 900}.rot-cipher-info-note p,.rot-cipher-info-card p,.rot-cipher-info-example p{margin: 0}.rot-cipher-info-grid{display: grid;grid-template-columns: repeat(3,minmax(0,1fr));gap: 0.8rem;margin: 1rem 0}.rot-cipher-info-code{color: var(--outil-fonce);font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-weight: 850}.rot-cipher-info-link{color: var(--outil-fonce);font-weight: 900;text-decoration: underline;text-underline-offset: 0.12em;cursor: pointer}@media (max-width: 880px){.rot-cipher-grid,.rot-cipher-info-grid{grid-template-columns: 1fr}}@media (max-width: 620px){.rot-cipher-panel-top,.rot-cipher-panel-bottom{display: grid;justify-items: stretch}.rot-cipher-action-group,.rot-cipher-action{width: 100%}.rot-cipher-map-row{grid-template-columns: 1fr}}@media (prefers-reduced-motion: reduce){.rot-cipher-tool *,.rot-cipher-tool *::before,.rot-cipher-tool *::after{animation-duration: 0.01ms;transition-duration: 0.01ms}}