.output__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.output__header .tool-card__title{margin-bottom:0}.output__body{background:var(--ld-surface, #fffaf7);border:1px solid var(--ld-border);border-radius:14px;padding:1.5rem;min-height:320px;font-family:var(--ld-font-body);font-size:0.92rem;line-height:1.72;color:var(--ld-ink);white-space:pre-wrap;word-wrap:break-word}.output__body p{margin-bottom:1rem}.output__body p:last-child{margin-bottom:0}.output__body strong{font-weight:700;color:var(--ld-ink)}.output__live-tag{display:inline-flex;align-items:center;gap:0.35rem;font-size:0.76rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:var(--ld-primary);padding:0.25rem 0.65rem;background:color-mix(in srgb, var(--ld-accent) 14%, white 86%);border-radius:999px}.output__live-dot{width:6px;height:6px;background:var(--ld-primary);border-radius:50%;animation:pulse-dot 1.8s ease-in-out infinite}@keyframes pulse-dot{0%,100%{opacity:1}50%{opacity:0.35}}.btn-copy{display:inline-flex;align-items:center;gap:0.45rem;padding:0.62rem 1.25rem;border-radius:999px;font-family:var(--ld-font-body);font-weight:600;font-size:0.88rem;color:var(--ld-on-primary);background:var(--ld-primary);border:none;cursor:pointer;transition:background 0.2s, transform 0.15s;margin-top:1.25rem;width:100%;justify-content:center}.btn-copy:hover{background:var(--ld-primary-hover)}.btn-copy:active{transform:scale(0.97)}.btn-copy svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.btn-copy.is-copied{background:#3d8c5c}@keyframes copy-flash{0%{transform:scale(1)}40%{transform:scale(1.04)}100%{transform:scale(1)}}.btn-copy.is-copied{animation:copy-flash 0.35s ease}.checkbox-group{display:grid;gap:0.55rem;margin-top:0.3rem}.checkbox-label{display:flex;align-items:center;gap:0.55rem;font-size:0.92rem;color:var(--ld-ink);cursor:pointer;line-height:1.4}.checkbox-label input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:18px;height:18px;flex-shrink:0;border:1.5px solid var(--ld-border);border-radius:5px;background:var(--ld-surface, #fffaf7);cursor:pointer;transition:all 0.15s;position:relative}.checkbox-label input[type="checkbox"]:checked{background:var(--ld-primary);border-color:var(--ld-primary)}.checkbox-label input[type="checkbox"]:checked::after{content:'';position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid var(--ld-on-primary);border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-label input[type="checkbox"]:focus-visible{outline:3px solid var(--ld-accent);outline-offset:2px}@media (max-width: 520px){.output__body{padding:1.15rem}}@media (prefers-reduced-motion: reduce){.output__live-dot,.btn-copy,.btn-copy.is-copied,.checkbox-label input[type="checkbox"]{animation:none !important;transition:none !important}}
