[data-tool="code-morse"]{--code-morse-action: var(--outil-action);--code-morse-action-hover: var(--outil-action-hover);--code-morse-action-text: var(--outil-action-texte);--code-morse-border: var(--outil-bord);--code-morse-surface: var(--outil-surface);--code-morse-surface-hover: var(--outil-surface-hover);--code-morse-text: var(--outil-texte);--code-morse-strong: var(--outil-fonce);display: grid;gap: 1rem}[data-tool="code-morse"] *,[data-tool="code-morse"] *::before,[data-tool="code-morse"] *::after{box-sizing: border-box}.code-morse-intro,.code-morse-field-status{margin: 0;color: var(--code-morse-text);line-height: 1.55}.code-morse-settings{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 0.85rem;border: 1px solid var(--code-morse-border);border-radius: 10px;background: #fff;padding: 0.85rem}.code-morse-settings h2,.code-morse-editor h2,.code-morse-result-panel h2{margin: 0;color: var(--code-morse-strong);font-size: 1.06rem;font-weight: 900;line-height: 1.2}.code-morse-settings h2{grid-column: 1 / -1;text-align: center}.code-morse-interpretation{grid-column: 1 / -1}.code-morse-setting-row,.code-morse-interpretation{display: grid;gap: 0.55rem;border: 1px solid var(--code-morse-border);border-radius: 10px;background: var(--code-morse-surface);padding: 0.75rem}.code-morse-setting-row>p,.code-morse-interpretation h3{margin: 0;color: var(--code-morse-strong);font-size: 1rem;font-weight: 900;text-align: center}.code-morse-interpretation>p{margin: 0;color: var(--code-morse-text);font-weight: 800;text-align: center}.code-morse-selector{display: grid;gap: 0.25rem;border: 1px solid var(--code-morse-border);border-radius: 14px;background: #fff;padding: 0.25rem}.code-morse-selector-two{grid-template-columns: repeat(2,minmax(0,1fr))}.code-morse-selector-button{min-width: 0;min-height: 2.55rem;border: 0;border-radius: 10px;background: transparent;color: var(--code-morse-strong);cursor: pointer;font: inherit;font-weight: 900;line-height: 1.12;padding: 0.5rem 0.45rem;transition: transform 0.12s ease,background-color 0.16s ease,color 0.16s ease,box-shadow 0.16s ease}.code-morse-role-button{min-width: 0;min-height: 1.85rem;border: 0;border-radius: 8px;background: transparent;color: var(--code-morse-strong);cursor: pointer;font: inherit;font-size: 0.78rem;font-weight: 850;line-height: 1;padding: 0.35rem 0.25rem;transition: transform 0.12s ease,background-color 0.16s ease,color 0.16s ease,box-shadow 0.16s ease}.code-morse-role-button[data-code-morse-role="dot"],.code-morse-role-button[data-code-morse-role="dash"]{font-size: 1rem;font-weight: 950}.code-morse-role-button[data-code-morse-role="separator"],.code-morse-role-button[data-code-morse-role="ignored"]{font-size: 0.7rem;font-weight: 720}.code-morse-selector-button:not(.is-active):hover,.code-morse-selector-button:not(.is-active):focus-visible,.code-morse-role-button:not(.is-active):hover,.code-morse-role-button:not(.is-active):focus-visible{background: var(--code-morse-surface-hover);color: var(--code-morse-action-hover)}.code-morse-selector-button.is-active,.code-morse-role-button.is-active{background: var(--code-morse-action);color: var(--code-morse-action-text)}.code-morse-detected-grid{display: grid;grid-template-columns: repeat(3,minmax(0,1fr));gap: 0.45rem}.code-morse-detected-item{display: grid;grid-template-columns: auto minmax(0,1fr);gap: 0.25rem;align-items: center;border: 1px solid var(--code-morse-border);border-radius: 10px;background: #fff;padding: 0.25rem}.code-morse-detected-char{display: inline-grid;min-width: 1.35rem;min-height: 1.85rem;place-items: center;color: var(--primary-dark,var(--code-morse-strong));font-size: 1rem;font-weight: 950;line-height: 1}.code-morse-role-group{display: grid;grid-template-columns: 1.8rem 1.8rem minmax(4.9rem,1.25fr) minmax(3.9rem,1fr);gap: 0.16rem;border: 1px solid var(--code-morse-border);border-radius: 10px;background: #fff;padding: 0.18rem}.code-morse-grid{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 1rem;align-items: stretch}.code-morse-editor,.code-morse-result-panel{display: grid;min-width: 0;grid-template-rows: auto minmax(0,1fr) auto;border: 1px solid var(--code-morse-border);border-radius: 10px;background: #fff;overflow: hidden}.code-morse-panel-top,.code-morse-panel-bottom{display: flex;flex-wrap: wrap;gap: 0.55rem;align-items: center;justify-content: space-between;background: var(--code-morse-surface);padding: 0.55rem}.code-morse-panel-top{border-bottom: 1px solid var(--code-morse-border)}.code-morse-panel-bottom{border-top: 1px solid var(--code-morse-border)}.code-morse-result-panel .code-morse-panel-bottom{justify-content: flex-end}.code-morse-result-panel .code-morse-action-group{margin-left: auto}.code-morse-action-group{display: flex;flex-wrap: wrap;gap: 0.35rem;align-items: center;justify-content: flex-end}.code-morse-action{min-height: 2.35rem;border: 1px solid var(--code-morse-border);border-radius: 8px;background: #fff;color: var(--code-morse-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}.code-morse-action-primary{border-color: var(--code-morse-action);background: var(--code-morse-action);color: var(--code-morse-action-text)}.code-morse-action-icon{width: 18px;height: 18px;flex: 0 0 auto}.code-morse-action:not(:disabled):hover,.code-morse-action:not(:disabled):focus-visible{border-color: var(--code-morse-action-hover);color: var(--code-morse-action-hover);background: var(--code-morse-surface-hover);box-shadow: 0 0 0 3px color-mix(in srgb,var(--code-morse-action) 15%,transparent);outline: 0}.code-morse-action-primary:not(:disabled):hover,.code-morse-action-primary:not(:disabled):focus-visible{background: var(--code-morse-action-hover);color: var(--code-morse-action-text)}.code-morse-action:active,.code-morse-selector-button:active,.code-morse-role-button:active{transform: translateY(1px)}.code-morse-action:disabled{cursor: not-allowed;opacity: 0.58;transform: none;box-shadow: none}.code-morse-textarea{width: 100%;min-width: 0;border: 0;border-radius: 0;box-shadow: none;outline-offset: -3px;background: #fff;color: var(--code-morse-strong);font: inherit;font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size: 1.08rem;font-weight: 900;line-height: 1.65;padding: 0.85rem;resize: none;appearance: none}.code-morse-result-textarea{font-size: 1.15rem}.code-morse-source-textarea,.code-morse-result-textarea{min-height: 17rem}.code-morse-result-textarea,.code-morse-textarea[readonly]{background: var(--code-morse-surface);cursor: default}.code-morse-textarea::placeholder{color: color-mix(in srgb,var(--code-morse-text) 72%,#fff);font-weight: 750}.code-morse-textarea:focus,.code-morse-action:focus-visible,.code-morse-selector-button:focus-visible,.code-morse-role-button:focus-visible{outline: 3px solid color-mix(in srgb,var(--outil-focus) 30%,transparent);outline-offset: 2px}.code-morse-field-status{min-height: 1.25rem;color: var(--code-morse-strong);font-size: 0.9rem;font-weight: 850}.code-morse-owl{display: grid;justify-items: center;gap: 0.65rem;border: 2px solid #b45309;border-radius: 10px;background: #fff7ed;color: #7c2d12;padding: 0.9rem;text-align: center}.code-morse-owl p{margin: 0;font-weight: 900;line-height: 1.45}.code-morse-owl label{display: flex;gap: 0.45rem;align-items: center;justify-content: center;color: #7c2d12;font-weight: 850}.code-morse-owl[hidden]{display: none}.code-morse-copy-proxy{position: fixed;top: -9999px;left: -9999px;width: 1px;height: 1px;opacity: 0}.code-morse-info-grid{display: grid;grid-template-columns: repeat(3,minmax(0,1fr));gap: 0.9rem;margin: 1.15rem 0}.code-morse-info-card{border: 2px solid var(--code-morse-border,var(--outil-bord));border-radius: 10px;background: #fff;box-shadow: 0 8px 22px rgb(var(--outil-ombre-rgb) / 0.06);padding: 0.95rem}.code-morse-info-card h3{color: var(--code-morse-strong,var(--outil-fonce));font-size: 1rem;font-weight: 900;line-height: 1.2;margin: 0 0 0.55rem;text-align: center}.code-morse-info-card p{color: var(--code-morse-text,var(--outil-texte));line-height: 1.58;margin: 0}.code-morse-info-code{color: var(--code-morse-strong,var(--outil-fonce));font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size: 1.18em;font-weight: 950}.code-morse-info-table{width: 100%;border-collapse: collapse;margin: 1rem 0;overflow-wrap: anywhere;border: 2px solid var(--code-morse-border,var(--outil-bord));background: #fff}.code-morse-info-table caption{color: var(--code-morse-strong,var(--outil-fonce));font-weight: 900;margin-bottom: 0.55rem;text-align: left}.code-morse-info-table th,.code-morse-info-table td{border: 1px solid var(--code-morse-border,var(--outil-bord));padding: 0.62rem 0.55rem;text-align: center;vertical-align: middle}.code-morse-info-table th{background: var(--code-morse-surface,var(--outil-surface));color: var(--code-morse-strong,var(--outil-fonce));font-weight: 900}.code-morse-info-table tbody tr:nth-child(even){background: color-mix(in srgb,var(--code-morse-surface,var(--outil-surface)) 58%,#fff)}.code-morse-info-table td:nth-child(odd){background: var(--code-morse-surface,var(--outil-surface));color: var(--code-morse-strong,var(--outil-fonce));font-weight: 900}.code-morse-info-table td.code-morse-info-letter{background: color-mix(in srgb,var(--outil-bleu,#5ca5f5) 18%,#fff);color: var(--outil-fonce)}.code-morse-info-table td.code-morse-info-digit{background: color-mix(in srgb,var(--outil-jaune,#ffd24a) 30%,#fff);color: var(--outil-fonce)}.code-morse-info-table td.code-morse-info-punctuation{background: #fff7ed;color: #7c2d12}.code-morse-info-table td:nth-child(even){color: var(--code-morse-strong,var(--outil-fonce));font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size: 1.14rem;font-weight: 950;letter-spacing: 0.04em}.code-morse-info-link{color: var(--code-morse-action-hover,var(--outil-action-hover));font-weight: 850;text-decoration-thickness: 0.08em;text-underline-offset: 0.18em}.code-morse-info-link:hover,.code-morse-info-link:focus-visible{color: var(--code-morse-strong,var(--outil-fonce))}@media (max-width: 980px){.code-morse-grid,.code-morse-settings,.code-morse-info-grid{grid-template-columns: 1fr}}@media (max-width: 1120px){.code-morse-detected-grid{grid-template-columns: 1fr}}@media (max-width: 720px){.code-morse-detected-grid,.code-morse-selector-two{grid-template-columns: 1fr}.code-morse-detected-item{grid-template-columns: 1fr}.code-morse-info-table{font-size: 0.92rem}.code-morse-info-table th,.code-morse-info-table td{padding: 0.45rem 0.35rem}}@media (max-width: 560px){.code-morse-panel-top,.code-morse-panel-bottom{display: grid;justify-items: stretch}.code-morse-action-group,.code-morse-action{width: 100%}}@media (prefers-reduced-motion: reduce){[data-tool="code-morse"] *,[data-tool="code-morse"] *::before,[data-tool="code-morse"] *::after{animation-duration: 0.01ms;transition-duration: 0.01ms}}