.unix-whitespace-tool .unix-whitespace-options{display:flex;flex-direction:column;gap:12px 0;margin-top:16px}.unix-whitespace-tool .options-row{display:flex;gap:14px 20px;align-items:center;flex-wrap:wrap}.unix-whitespace-tool .tool-editor-container.unix-whitespace-editors{grid-template-columns:1fr!important}.unix-whitespace-tool .unix-whitespace-option{display:flex;align-items:center;gap:10px;min-height:34px;color:var(--muted-color);font-size:13px;font-weight:400}.unix-whitespace-tool .unix-whitespace-option span{white-space:nowrap}.unix-whitespace-tool .unix-checkbox-option{-webkit-user-select:none;-moz-user-select:none;user-select:none}.unix-whitespace-tool .unix-checkbox-option input{width:16px;height:16px;accent-color:var(--primary-color)}.unix-whitespace-tool .unix-tab-size-select{min-width:120px}.unix-whitespace-tool .unix-convert-select{min-width:220px}.unix-whitespace-tool .unix-blankline-limit-select{min-width:110px}.unix-whitespace-tool .unix-indent-select{min-width:180px}.unix-whitespace-tool .unix-whitespace-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}@media(max-width:768px){.unix-whitespace-tool .unix-whitespace-stats{grid-template-columns:1fr}}.unix-whitespace-tool .unix-whitespace-stats div{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border-radius:12px;background:var(--bg-light);border:1px solid var(--border-color)}.unix-whitespace-tool .unix-whitespace-stats span{color:var(--muted-color);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.unix-whitespace-tool .unix-whitespace-stats strong{color:var(--secondary-color);font-size:14px;word-break:break-word}.unix-whitespace-tool .unix-whitespace-editors{margin-top:20px}.unix-whitespace-tool .unix-editor-shell{position:relative;min-height:320px}.unix-whitespace-tool .unix-editor-layer{min-height:320px;padding:12px 14px;border:1px solid var(--border-color);border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:14px;line-height:1.6;white-space:pre-wrap;word-break:break-word;overflow:auto;background:#fcfcfd;color:#1f2937}.unix-whitespace-tool .unix-input-shell .unix-editor-layer{color:#9ca3af}.unix-whitespace-tool .unix-editor-input{padding:12px 14px;margin:0;width:100%;min-height:320px;border-radius:4px;border:1px solid var(--border-color);background:var(--card-bg);color:#111827;caret-color:var(--primary-color);font-family:Monaco,Courier New,monospace;font-size:14px;line-height:1.6;white-space:pre-wrap;word-break:break-word;resize:vertical;overflow:auto}.unix-whitespace-tool .unix-editor-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(59,130,246,.08)}.unix-whitespace-tool .unix-editor-input-visualized{position:absolute;inset:30px 0 0 0;height:calc(100% - 30px);background:rgba(0,0,0,0);color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);caret-color:var(--primary-color);z-index:2}.unix-whitespace-tool .unix-editor-input-visualized::-moz-placeholder{color:rgba(0,0,0,0)}.unix-whitespace-tool .unix-editor-input-visualized::placeholder{color:rgba(0,0,0,0)}.unix-whitespace-tool .unix-editor-input-visualized:focus{outline:none;border-color:rgba(0,0,0,0);box-shadow:none}.unix-whitespace-tool .unix-output-shell .unix-editor-layer{background:#fcfcfd;color:#1f2937}.unix-whitespace-tool .unix-copy-hint{margin-top:8px;color:var(--muted-color);font-size:12px;line-height:1.5}.unix-whitespace-tool .unix-editor-visual{position:relative}.unix-whitespace-tool .unix-editor-output{min-height:320px}.unix-whitespace-tool .unix-whitespace-input,.unix-whitespace-tool .unix-whitespace-output{min-height:320px;resize:vertical;white-space:pre;overflow:auto;font-family:Monaco,Courier New,monospace;line-height:1.6}.unix-whitespace-tool .unix-whitespace-output{background:#fcfcfd}.unix-whitespace-tool .ws-mark{display:inline-block;vertical-align:baseline;line-height:1}.unix-whitespace-tool .ws-space{color:#c4c4c4;font-size:12px}.unix-whitespace-tool .ws-tab{color:#2563eb;font-weight:700}.unix-whitespace-tool .ws-lf{color:#7c3aed;font-weight:700}.unix-whitespace-tool .ws-cr{color:#dc2626;font-weight:700}.unix-whitespace-tool .ws-special{color:#b45309;background:rgba(245,158,11,.1);border-radius:4px;padding:0 4px}