.WhitespaceCleanerTool-module__pjLB9G__tool{flex-direction:column;gap:24px;width:100%;font-family:DM Sans,sans-serif;display:flex}.WhitespaceCleanerTool-module__pjLB9G__optionsBar{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;grid-template-columns:repeat(3,1fr);gap:16px 24px;padding:16px 20px;display:grid}@media (max-width:768px){.WhitespaceCleanerTool-module__pjLB9G__optionsBar{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.WhitespaceCleanerTool-module__pjLB9G__optionsBar{grid-template-columns:1fr}}.WhitespaceCleanerTool-module__pjLB9G__optionItem{align-items:center;gap:10px;display:flex;position:relative}.WhitespaceCleanerTool-module__pjLB9G__optionItemDisabled{opacity:.4;pointer-events:none}.WhitespaceCleanerTool-module__pjLB9G__toggleLabel{color:var(--color-text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.WhitespaceCleanerTool-module__pjLB9G__toggleInput{opacity:0;width:0;height:0;position:absolute}.WhitespaceCleanerTool-module__pjLB9G__toggleSwitch{cursor:pointer;background:#d1d5db;border-radius:10px;flex-shrink:0;width:36px;height:20px;transition:background .2s;position:relative}.WhitespaceCleanerTool-module__pjLB9G__toggleSwitch:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.WhitespaceCleanerTool-module__pjLB9G__toggleInput:checked+.WhitespaceCleanerTool-module__pjLB9G__toggleSwitch{background:#6366f1}.WhitespaceCleanerTool-module__pjLB9G__toggleInput:checked+.WhitespaceCleanerTool-module__pjLB9G__toggleSwitch:after{transform:translate(16px)}.WhitespaceCleanerTool-module__pjLB9G__toggleInput:focus-visible+.WhitespaceCleanerTool-module__pjLB9G__toggleSwitch{outline-offset:2px;outline:2px solid #6366f1}.WhitespaceCleanerTool-module__pjLB9G__tooltipIcon{background:var(--color-surface-2);width:16px;height:16px;color:var(--color-text-muted);cursor:help;border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:inline-flex;position:relative}.WhitespaceCleanerTool-module__pjLB9G__tooltipIcon:hover:after{content:attr(data-tooltip);background:var(--color-text-primary);color:#fff;white-space:normal;z-index:10;pointer-events:none;border-radius:8px;width:240px;padding:8px 12px;font-size:12px;font-weight:400;line-height:1.4;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.WhitespaceCleanerTool-module__pjLB9G__splitPane{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:768px){.WhitespaceCleanerTool-module__pjLB9G__splitPane{grid-template-columns:1fr}}.WhitespaceCleanerTool-module__pjLB9G__pane{flex-direction:column;gap:0;display:flex}.WhitespaceCleanerTool-module__pjLB9G__paneToolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.WhitespaceCleanerTool-module__pjLB9G__paneToolbarLeft{align-items:center;gap:8px;display:flex}.WhitespaceCleanerTool-module__pjLB9G__paneLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);font-size:12px;font-weight:700}.WhitespaceCleanerTool-module__pjLB9G__toolbarBtn{border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.WhitespaceCleanerTool-module__pjLB9G__toolbarBtn:hover:not(:disabled){background:var(--color-surface-2);color:var(--color-text-primary);border-color:#c4b5fd}.WhitespaceCleanerTool-module__pjLB9G__toolbarBtn:disabled{opacity:.4;cursor:default}.WhitespaceCleanerTool-module__pjLB9G__toolbarBtn svg{flex-shrink:0}.WhitespaceCleanerTool-module__pjLB9G__toolbarBtnDone{color:#fff;background:#10b981;border-color:#10b981}.WhitespaceCleanerTool-module__pjLB9G__lineBadge{font-family:var(--font-dm-mono),monospace;color:#6366f1;white-space:nowrap;background:#6366f114;border-radius:100px;padding:4px 12px;font-size:13px;font-weight:600}.WhitespaceCleanerTool-module__pjLB9G__lineBadgeMuted{color:var(--color-text-muted);background:var(--color-surface-2)}.WhitespaceCleanerTool-module__pjLB9G__textareaWrap{border:1.5px solid var(--color-border);background:#f8faff;border-radius:12px;width:100%;transition:background .2s,border-color .2s;position:relative;overflow:hidden}.WhitespaceCleanerTool-module__pjLB9G__textareaWrap:focus-within{background:var(--color-surface);border-color:#6366f1}.WhitespaceCleanerTool-module__pjLB9G__textareaWrapReadonly{background:var(--color-surface)}.WhitespaceCleanerTool-module__pjLB9G__textarea{width:100%;min-height:400px;max-height:600px;font-family:var(--font-dm-mono),monospace;color:var(--color-text-primary);resize:none;box-sizing:border-box;background:0 0;border:none;outline:none;padding:16px 20px;font-size:13px;line-height:1.7}.WhitespaceCleanerTool-module__pjLB9G__textarea::placeholder{color:var(--color-text-muted)}.WhitespaceCleanerTool-module__pjLB9G__textareaReadonly{cursor:default}@media (max-width:768px){.WhitespaceCleanerTool-module__pjLB9G__textarea{min-height:250px}}.WhitespaceCleanerTool-module__pjLB9G__actionRow{justify-content:center;display:flex}.WhitespaceCleanerTool-module__pjLB9G__actionBtn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 32px;font-size:15px;font-weight:700;transition:background .2s,transform .15s;display:flex}.WhitespaceCleanerTool-module__pjLB9G__actionBtn:hover{background:#4f46e5;transform:translateY(-1px)}.WhitespaceCleanerTool-module__pjLB9G__actionBtn:active{transform:translateY(0)}.WhitespaceCleanerTool-module__pjLB9G__actionBtn:disabled{opacity:.6;cursor:default;transform:none}.WhitespaceCleanerTool-module__pjLB9G__actionBtn svg{flex-shrink:0}.WhitespaceCleanerTool-module__pjLB9G__validationMsg{text-align:center;color:#ef4444;margin-top:-8px;font-size:13px;font-weight:500}.WhitespaceCleanerTool-module__pjLB9G__statsBar{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (max-width:768px){.WhitespaceCleanerTool-module__pjLB9G__statsBar{grid-template-columns:1fr}}.WhitespaceCleanerTool-module__pjLB9G__statChip{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;gap:4px;padding:16px 20px;transition:transform .15s;display:flex}.WhitespaceCleanerTool-module__pjLB9G__statChip:hover{transform:translateY(-2px)}.WhitespaceCleanerTool-module__pjLB9G__statValue{font-family:var(--font-dm-serif),serif;color:var(--color-text-primary);font-size:28px;font-weight:400;line-height:1}.WhitespaceCleanerTool-module__pjLB9G__statValueMuted{color:var(--color-text-muted)}.WhitespaceCleanerTool-module__pjLB9G__statValueAccent{color:#10b981}.WhitespaceCleanerTool-module__pjLB9G__statLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);font-size:12px;font-weight:700}.WhitespaceCleanerTool-module__pjLB9G__affiliateCard{background:linear-gradient(145deg,#fffcf5 0%,#fff9e6 100%);border:1px solid #fde68a;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;padding:28px 32px;display:flex;box-shadow:0 4px 12px #00000005}@media (max-width:768px){.WhitespaceCleanerTool-module__pjLB9G__affiliateCard{text-align:center;flex-direction:column}}.WhitespaceCleanerTool-module__pjLB9G__affiliateContent{flex:1}.WhitespaceCleanerTool-module__pjLB9G__affiliateDesc{color:var(--color-text-primary);margin:0;font-size:15px;line-height:1.6}.WhitespaceCleanerTool-module__pjLB9G__affiliateBtn{white-space:nowrap;background:#10b981;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;color:#fff!important}.WhitespaceCleanerTool-module__pjLB9G__affiliateBtn:hover{background:#059669;transform:scale(1.02)}.WhitespaceCleanerTool-module__pjLB9G__affiliateDisclosure{color:var(--color-text-muted);margin-top:8px;font-size:11px}
.page-module___xa-JG__hero{border-bottom:1px solid var(--color-border);background:linear-gradient(135deg,#f8faff 0%,#fff 100%);padding:80px 0 60px}.page-module___xa-JG__breadcrumb{color:var(--color-text-muted);align-items:center;gap:8px;margin-bottom:32px;font-size:14px;display:flex}.page-module___xa-JG__breadcrumb a{color:inherit;text-decoration:none;transition:color .15s}.page-module___xa-JG__breadcrumb a:hover{color:#6366f1}.page-module___xa-JG__heroTag{color:#6366f1;text-transform:uppercase;letter-spacing:.05em;background:#6366f11a;border-radius:100px;margin-bottom:16px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-block}.page-module___xa-JG__heroTitle{font-family:var(--font-dm-serif),serif;color:var(--color-text-primary);margin-bottom:24px;font-size:48px;font-weight:400;line-height:1.1}.page-module___xa-JG__heroAccent{color:#6366f1;display:block}.page-module___xa-JG__heroSubtitle{color:var(--color-text-muted);max-width:700px;margin-bottom:32px;font-size:18px;line-height:1.6}.page-module___xa-JG__heroBadges{flex-wrap:wrap;gap:12px;display:flex}.page-module___xa-JG__badge{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-primary);border-radius:100px;padding:6px 14px;font-size:13px;font-weight:600;box-shadow:0 2px 4px #00000005}.page-module___xa-JG__sectionTitle{font-family:var(--font-dm-serif),serif;color:var(--color-text-primary);margin-bottom:40px;font-size:32px}.page-module___xa-JG__howToSection{border-bottom:1px solid var(--color-border);padding:80px 0}.page-module___xa-JG__howToList{grid-template-columns:repeat(3,1fr);gap:40px;padding:0;list-style:none;display:grid}.page-module___xa-JG__howToItem{gap:20px;display:flex}.page-module___xa-JG__stepNum{color:#fff;background:#6366f1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.page-module___xa-JG__howToItem strong{margin-bottom:8px;font-size:18px;display:block}.page-module___xa-JG__howToItem p{color:var(--color-text-muted);font-size:15px;line-height:1.6}@media (max-width:768px){.page-module___xa-JG__howToList{grid-template-columns:1fr}}.page-module___xa-JG__toolSection{background:#fff;padding:80px 0}.page-module___xa-JG__contentSection{border-top:1px solid var(--color-border);background:#f8faff;padding:80px 0}.page-module___xa-JG__contentBody{max-width:none}.page-module___xa-JG__contentBody p{color:var(--color-text-secondary);margin-bottom:20px;font-size:16px;line-height:1.7}.page-module___xa-JG__contentBody a{color:#6366f1;font-weight:500;text-decoration:none}.page-module___xa-JG__contentBody a:hover{text-decoration:underline}.page-module___xa-JG__relatedSection{border-top:1px solid var(--color-border);padding:80px 0}.page-module___xa-JG__relatedGrid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.page-module___xa-JG__relatedCard{background:var(--color-surface);border:1px solid var(--color-border);color:inherit;border-radius:12px;align-items:center;gap:16px;padding:20px;text-decoration:none;transition:all .2s;display:flex}.page-module___xa-JG__relatedCard:hover{border-color:#6366f1;transform:translate(4px)}.page-module___xa-JG__relatedEmoji{font-size:24px}.page-module___xa-JG__relatedCard strong{margin-bottom:4px;font-size:15px;display:block}.page-module___xa-JG__relatedCard p{color:var(--color-text-muted);margin:0;font-size:13px}@media (max-width:1024px){.page-module___xa-JG__relatedGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module___xa-JG__relatedGrid{grid-template-columns:1fr}}.page-module___xa-JG__faqSection{background:#fff;padding:100px 0}.page-module___xa-JG__faqList{max-width:none;margin:0 auto}.page-module___xa-JG__faqItem{border-bottom:1px solid var(--color-border)}.page-module___xa-JG__faqItem:last-child{border-bottom:none}.page-module___xa-JG__faqQ{width:100%;color:var(--color-text-primary);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:24px 0;font-family:inherit;font-size:18px;font-weight:600;display:flex}.page-module___xa-JG__faqToggle{color:#6366f1;flex-shrink:0;margin-left:16px;font-size:24px;font-weight:400;transition:transform .28s;display:inline-block}.page-module___xa-JG__faqToggleOpen{transform:rotate(45deg)}.page-module___xa-JG__faqAnswer{opacity:0;max-height:0;transition:max-height .28s,opacity .28s;overflow:hidden}.page-module___xa-JG__faqAnswerOpen{opacity:1;max-height:600px}.page-module___xa-JG__faqA{color:var(--color-text-muted);margin:0;padding:0 0 24px;font-size:16px;line-height:1.6}
