.coded-message-tool{--coded-message-primary: var(--primary-dark,#123d6a);--coded-message-brown: #7b4300;--coded-message-brown-soft: #9a5a0b;--coded-message-border: #e2cd78;--coded-message-surface: #fff7d8;--coded-message-soft: #fffbea;--coded-message-muted: #536172;--coded-message-disabled: #f6f2e6;color: var(--coded-message-primary)}.coded-message-tool *{box-sizing: border-box}.coded-message-intro{margin: 0 0 1.25rem;color: var(--coded-message-primary);font-size: 1.05rem;line-height: 1.6}.coded-message-title{margin: 0;color: var(--coded-message-brown);font-size: clamp(1rem,1.35vw,1.18rem);font-weight: 850;line-height: 1.2;letter-spacing: 0}.coded-message-settings,.coded-message-editor,.coded-message-result,.coded-message-solution{border: 1px solid var(--coded-message-border);border-radius: 8px;background: #fff;overflow: hidden}.coded-message-result,.coded-message-solution{background: var(--coded-message-surface)}.coded-message-settings{padding: 1rem;margin-bottom: 1rem}.coded-message-settings-title{text-align: center;margin-bottom: 1rem;font-size: clamp(1.15rem,1.55vw,1.35rem)}.coded-message-method-panel,.coded-message-option-card,.coded-message-generate-card{border: 1px solid var(--coded-message-border);border-radius: 8px;background: var(--coded-message-surface);padding: 0.75rem}.coded-message-label{margin: 0 0 0.55rem;color: var(--coded-message-brown);font-size: 1rem;font-weight: 820;line-height: 1.25;text-align: center}.coded-message-method-grid{display: grid;grid-template-columns: repeat(6,minmax(0,1fr));gap: 0.5rem}.coded-message-method-button,.coded-message-switch-button{min-height: 2.9rem;border: 1px solid transparent;border-radius: 8px;background: #fff;color: var(--coded-message-primary);cursor: pointer;font: inherit;font-size: 0.9rem;font-weight: 820;line-height: 1.15;padding: 0.5rem 0.65rem;transition: background-color 0.18s ease,border-color 0.18s ease,color 0.18s ease,transform 0.12s ease,box-shadow 0.18s ease}.coded-message-method-button:hover,.coded-message-method-button:focus-visible,.coded-message-switch-button:hover,.coded-message-switch-button:focus-visible{border-color: var(--coded-message-brown);box-shadow: 0 0 0 3px color-mix(in srgb,var(--coded-message-border) 42%,transparent)}.coded-message-method-button:active,.coded-message-switch-button:active,.coded-message-action:active,.coded-message-stepper-button:active{transform: translateY(1px)}.coded-message-method-button.is-active,.coded-message-switch-button.is-active{background: var(--coded-message-brown-soft);color: #fff}.coded-message-options{display: grid;grid-template-columns: repeat(4,minmax(0,1fr));gap: 0.75rem;margin-top: 0.75rem}.coded-message-option-card{display: flex;min-width: 0;flex-direction: column;justify-content: center}fieldset.coded-message-option-card{margin: 0;min-inline-size: 0}.coded-message-option-card.is-muted{background: var(--coded-message-disabled);color: var(--coded-message-muted);border-color: #d8c98f}.coded-message-option-card.is-muted .coded-message-label{color: var(--coded-message-muted)}.coded-message-option-card.is-muted input,.coded-message-option-card.is-muted button{background: #faf8ef;color: var(--coded-message-muted);opacity: 1}.coded-message-stepper,.coded-message-switch{display: flex;gap: 0;width: 100%;border: 1px solid var(--coded-message-border);border-radius: 8px;background: #fff;padding: 0.25rem}.coded-message-stepper-button,.coded-message-stepper input,.coded-message-option-card input{min-height: 2.75rem;border: 1px solid var(--coded-message-border);background: #fff;color: var(--coded-message-primary);font: inherit;font-size: 1.05rem;font-weight: 820}.coded-message-stepper-button{flex: 0 0 3rem;border-radius: 8px;cursor: pointer}.coded-message-stepper-button:not(:disabled):hover,.coded-message-stepper-button:not(:disabled):focus-visible{border-color: var(--coded-message-brown);background: var(--coded-message-soft)}.coded-message-stepper input,.coded-message-option-card input{width: 100%;min-width: 0;border-radius: 8px;text-align: center}.coded-message-stepper input{flex: 1 1 auto;margin: 0 0.35rem;appearance: textfield}.coded-message-stepper input::-webkit-outer-spin-button,.coded-message-stepper input::-webkit-inner-spin-button{margin: 0;appearance: none}.coded-message-switch-button{flex: 1 1 0;min-width: 0;font-size: 0.84rem;padding: 0.42rem 0.38rem}.coded-message-generate-card{display: flex;align-items: center;justify-content: center}.coded-message-generate-card.is-muted{background: var(--coded-message-disabled)}.coded-message-grid{display: grid;grid-template-columns: minmax(0,1fr) minmax(0,1fr);gap: 1rem;margin-bottom: 1rem}.coded-message-editor,.coded-message-result,.coded-message-solution{display: flex;flex-direction: column}.coded-message-editor-top,.coded-message-editor-bottom,.coded-message-solution-head{display: flex;align-items: center;justify-content: space-between;gap: 0.75rem;padding: 0.7rem 0.85rem;background: var(--coded-message-surface)}.coded-message-editor-top,.coded-message-solution-head{border-bottom: 1px solid var(--coded-message-border)}.coded-message-editor-bottom{border-top: 1px solid var(--coded-message-border)}.coded-message-textarea{display: block;width: 100%;min-width: 0;min-height: 17rem;margin: 0;border: 0;border-radius: 0;box-shadow: none;outline-offset: -3px;background: #fff;color: var(--coded-message-primary);font: inherit;font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size: 0.98rem;font-weight: 760;line-height: 1.55;padding: 0.85rem;resize: none;appearance: none;vertical-align: top}.coded-message-readonly,.coded-message-textarea[readonly]{background: var(--coded-message-surface);cursor: default}.coded-message-result .coded-message-textarea,.coded-message-solution .coded-message-textarea{background: var(--coded-message-surface)}.coded-message-result .coded-message-editor-bottom{background: var(--coded-message-surface)}.coded-message-solution-textarea{min-height: 13rem}.coded-message-textarea::placeholder{color: color-mix(in srgb,var(--coded-message-primary) 60%,#fff)}.coded-message-textarea:focus,.coded-message-action:focus-visible,.coded-message-method-button:focus-visible,.coded-message-switch-button:focus-visible,.coded-message-stepper-button:focus-visible,.coded-message-option-card input:focus{outline: 3px solid color-mix(in srgb,var(--outil-focus,#f3c400) 32%,transparent);outline-offset: 2px}.coded-message-action-row{display: flex;flex: 0 0 auto;align-items: center;justify-content: flex-end;gap: 0.45rem;flex-wrap: wrap}.coded-message-status{flex: 1 1 auto;min-width: 8rem;margin: 0;color: var(--coded-message-primary);font-size: 0.92rem;font-weight: 820;line-height: 1.35}.coded-message-action{display: inline-flex;flex: 0 0 auto;align-items: center;justify-content: center;gap: 0.42rem;min-height: 2.65rem;border: 1px solid var(--coded-message-border);border-radius: 8px;background: #fff;color: var(--coded-message-brown);cursor: pointer;font: inherit;font-size: 0.92rem;font-weight: 820;line-height: 1.15;padding: 0.55rem 0.75rem;text-align: center;transition: background-color 0.18s ease,border-color 0.18s ease,color 0.18s ease,transform 0.12s ease,box-shadow 0.18s ease}.coded-message-action:hover,.coded-message-action:focus-visible{border-color: var(--coded-message-brown);background: var(--coded-message-soft)}.coded-message-action:disabled{cursor: not-allowed;color: #9a8b72;opacity: 0.58;transform: none;box-shadow: none}.coded-message-action-primary:not(:disabled){background: var(--coded-message-brown-soft);border-color: var(--coded-message-brown-soft);color: #fff}.coded-message-action-icon{flex: 0 0 auto}.coded-message-copy-proxy{position: fixed;left: -9999px;top: 0;width: 1px;height: 1px;opacity: 0}.infos-outil-contenu{--coded-message-primary: var(--primary-dark,#123d6a);--coded-message-brown: #7b4300;--coded-message-border: #e2cd78;--coded-message-surface: #fff7d8}.coded-message-info-grid{display: grid;grid-template-columns: repeat(3,minmax(0,1fr));gap: 0.75rem;margin: 1rem 0}.infos-outil-contenu .coded-message-info-grid,.infos-outil-contenu .coded-message-info-table,.infos-outil-contenu .coded-message-info-note{color: var(--coded-message-primary)}.coded-message-info-card,.coded-message-info-note{border: 1px solid var(--coded-message-border,#e2cd78);border-radius: 8px;background: var(--coded-message-surface,#fff7d8);padding: 0.9rem}.coded-message-info-card h3,.coded-message-info-note h3{margin: 0 0 0.45rem;color: var(--coded-message-brown,#7b4300);font-size: 1rem;font-weight: 850}.coded-message-info-card p,.coded-message-info-note p{margin: 0}.coded-message-info-code{display: inline-block;border: 1px solid var(--coded-message-border,#e2cd78);border-radius: 6px;background: #fff;padding: 0.05rem 0.32rem;color: var(--coded-message-primary,#123d6a);font-weight: 820}.coded-message-info-table{width: 100%;border-collapse: collapse;margin: 0.75rem 0 1rem;border: 1px solid var(--coded-message-border,#e2cd78);box-shadow: inset 0 0 0 1px var(--coded-message-border,#e2cd78)}.coded-message-info-table th,.coded-message-info-table td{border: 1px solid var(--coded-message-border,#e2cd78);padding: 0.7rem;vertical-align: top}.coded-message-info-table th{background: var(--coded-message-surface,#fff7d8);color: var(--coded-message-brown,#7b4300);font-weight: 850}.coded-message-info-table td{background: #fff;color: var(--coded-message-primary,#123d6a)}.coded-message-info-table tr:nth-child(even) td{background: color-mix(in srgb,var(--coded-message-surface,#fff7d8) 45%,#fff)}.coded-message-info-note a,.coded-message-info-card a,.coded-message-info-table a{color: var(--coded-message-brown,#7b4300);font-weight: 850;text-decoration: underline;cursor: pointer}.appergo-coded-print-root{display: none}@media print{@page{size: A4 portrait;margin: 0}html.appergo-coded-printing,html.appergo-coded-printing body{margin: 0;background: #fff}html.appergo-coded-printing body>:not(.appergo-coded-print-root){display: none}html.appergo-coded-printing .appergo-coded-print-root,html.appergo-coded-printing .appergo-coded-print-root *{visibility: visible}html.appergo-coded-printing .appergo-coded-print-root{display: block;width: 210mm;margin: 0;color: #123d6a;background: #fff;font-family: Arial,sans-serif;print-color-adjust: exact;-webkit-print-color-adjust: exact}html.appergo-coded-printing .appergo-coded-print-page{position: relative;box-sizing: border-box;width: 210mm;min-height: 297mm;page-break-after: always;break-after: page;padding: 18mm 18mm 24mm;background: #fff}html.appergo-coded-printing .appergo-coded-print-page:last-child{page-break-after: auto;break-after: auto}html.appergo-coded-printing .appergo-coded-print-header{display: flex;justify-content: space-between;gap: 8mm;margin: 0 0 12mm;color: #7b4300;font-size: 9pt;font-weight: 700}html.appergo-coded-printing .appergo-coded-print-footer{position: absolute;display: flex;justify-content: space-between;gap: 8mm;left: 18mm;right: 18mm;bottom: 14mm;color: #7b4300;font-size: 9pt;font-weight: 700}html.appergo-coded-printing .appergo-coded-print-page-seeker .appergo-coded-print-main{display: flex;min-height: 220mm;flex-direction: column;align-items: center}html.appergo-coded-printing .appergo-coded-print-title{margin: 0 0 7mm;color: #7b4300;font-size: 22pt;line-height: 1.15}html.appergo-coded-printing .appergo-coded-print-page-seeker .appergo-coded-print-title,html.appergo-coded-printing .appergo-coded-print-page-seeker .appergo-coded-print-intro{text-align: center}html.appergo-coded-printing .appergo-coded-print-intro{margin: 0 0 9mm;color: #123d6a;font-size: 13pt;font-weight: 700;line-height: 1.45}html.appergo-coded-printing .appergo-coded-print-message,html.appergo-coded-printing .appergo-coded-print-section pre{white-space: pre-wrap;overflow-wrap: anywhere;margin: 0;color: #123d6a;font: 11pt/1.55 Consolas,"Courier New",monospace}html.appergo-coded-printing .appergo-coded-print-message{border: 1px solid #e2cd78;border-radius: 5px;background: #fff7d8;padding: 8mm;font-size: 13pt;line-height: 1.65}html.appergo-coded-printing .appergo-coded-print-section{break-inside: avoid;margin: 0 0 7mm;border: 1px solid #e2cd78;border-radius: 5px;background: #fff7d8;padding: 5mm}html.appergo-coded-printing .appergo-coded-print-section-detail{break-inside: auto;margin-top: 10mm}html.appergo-coded-printing .appergo-coded-print-section-white{background: #fff}html.appergo-coded-printing .appergo-coded-print-section h2{margin: 0 0 3mm;color: #7b4300;font-size: 13pt;line-height: 1.2}html.appergo-coded-printing .appergo-coded-print-link{margin: 8mm 0 0;color: #123d6a;font-size: 9.5pt;line-height: 1.4}html.appergo-coded-printing .appergo-coded-print-link span{color: #7b4300;font-weight: 700}}@media (max-width: 1100px){.coded-message-method-grid{grid-template-columns: repeat(4,minmax(0,1fr))}.coded-message-options{grid-template-columns: repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.coded-message-grid,.coded-message-info-grid{grid-template-columns: 1fr}}@media (max-width: 640px){.coded-message-method-grid,.coded-message-options{grid-template-columns: 1fr}.coded-message-editor-top,.coded-message-editor-bottom,.coded-message-solution-head{align-items: stretch;flex-direction: column}.coded-message-action-row{width: 100%;justify-content: stretch}.coded-message-action{flex: 1 1 auto}}