.code-tool-description{color: inherit;margin: 0 0 1rem;max-width: none;font-size: 1rem;font-weight: 400;line-height: 1.5}.det-tool{--det-accent:var(--outil-action);--det-border:#e5e7eb;--det-muted:#6b7280;--det-bg:#fff;--det-soft:var(--outil-surface)}.det-card{background:var(--det-bg);border:1px solid var(--det-border);border-radius:18px;padding:20px;box-shadow:0 10px 30px rgba(17,24,39,.06)}.det-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);gap:18px}.det-panel{border:1px solid var(--det-border);border-radius:14px;padding:16px;background:#fff}.det-label{display:block;font-weight:700;margin-bottom:8px;color:#111827}.det-textarea,.det-select{width:100%;border:1px solid var(--det-border);border-radius:12px;padding:11px 12px;font:inherit;background:#fff;color:#111827}.det-textarea{resize:vertical;min-height:180px}.det-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.det-checks{display:grid;gap:8px;margin:14px 0;color:#374151}.det-checks label{display:flex;gap:8px;align-items:center}.det-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.det-btn{border:1px solid var(--det-border);border-radius:999px;padding:10px 14px;background:#fff;cursor:pointer;font-weight:700}.det-btn:hover{background:#f9fafb}.det-btn-primary{background:var(--det-accent);border-color:var(--det-accent);color:#fff}.det-btn-primary:hover{filter:brightness(.96);background:var(--det-accent)}.det-result-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.det-result-head h2{font-size:1.1rem;margin:0}.det-badge{font-size:.85rem;color:var(--outil-fonce);background:var(--det-soft);border:1px solid #eadcff;border-radius:999px;padding:5px 10px;font-weight:700}.det-output{min-height:280px;white-space:pre-wrap;word-break:break-word;background:#111827;color:#f9fafb;border-radius:12px;padding:14px;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size:.95rem}.det-output:empty:before{content:"Le résultat apparaîtra ici.";color:#9ca3af}.det-field{min-width:0}@media (max-width:820px){.det-grid,.det-options{grid-template-columns:1fr}.det-card{padding:14px}.det-output{min-height:200px}}button[id*="copy"],button[class*="copy"],button[data-action="copy"],button[data-braille-action="copy"],button[data-splits-copy],button[data-race-copy],button[data-orm-copy],button[data-ra-copy],button[data-sa-copy],button[data-gc-copy]{transition: transform .12s ease,box-shadow .12s ease,border-color .12s ease,background-color .12s ease,color .12s ease}button[id*="copy"]:active,button[class*="copy"]:active,button[data-action="copy"]:active,button[data-braille-action="copy"]:active,button[data-splits-copy]:active,button[data-race-copy]:active,button[data-orm-copy]:active,button[data-ra-copy]:active,button[data-sa-copy]:active,button[data-gc-copy]:active{transform: translateY(1px) scale(.985)}