.format-remover{max-width:800px}.format-remover .tool-description{color:#a1a1a6;margin-bottom:25px;line-height:1.6}.options-section{margin-bottom:25px;padding:20px;background:#1a1a1a;border-radius:12px}.options-section h3{color:#2196F3;font-size:1rem;font-weight:600;margin:0 0 16px 0}.options-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}.option-label{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#252525;border-radius:8px;cursor:pointer;transition:background .2s;color:#ccc;font-size:.9rem}.option-label:hover{background:#2c2c2c}.option-label input[type="checkbox"]{width:18px;margin:0;cursor:pointer;accent-color:#8A2BE2;height:18px}.text-section{margin-bottom:20px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;flex-wrap:wrap;gap:10px}.section-header h3{color:#2196F3;font-size:1rem;font-weight:600;margin:0}.stats{display:flex;gap:15px}.stat-item{color:#888;font-size:.85rem}.stat-item span{color:#8A2BE2;font-weight:600}.format-remover textarea{width:100%;min-height:200px;padding:16px;background:#2c2c2c;border:1px solid #444;border-radius:10px;color:#fff;font-size:.95rem;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;line-height:1.6;resize:vertical;box-sizing:border-box;margin:0;transition:border-color .2s}.format-remover textarea:focus{outline:none;border-color:#8A2BE2}.format-remover textarea::placeholder{color:#666}.format-remover textarea[readonly]{background:#1e1e1e}.button-row{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-icon{font-size:1rem}.btn-primary{background:linear-gradient(135deg,#8A2BE2,#2196F3);color:#fff}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 15px rgba(138,43,226,.4)}.btn-secondary{background:#333;color:#ccc;border:1px solid #444}.btn-secondary:hover{background:#3c3c3c;color:#fff;border-color:#555}.process-section{display:flex;justify-content:center;margin:25px 0}.process-btn{padding:16px 40px;font-size:1.1rem;font-weight:600}.copy-feedback{display:none;text-align:center;color:#4CAF50;font-size:.9rem;margin-top:10px;padding:8px;background:rgba(76,175,80,.1);border-radius:6px}.copy-feedback.show{display:block;animation:fadeInOut 2s ease}@keyframes fadeInOut{0%{opacity:0}20%{opacity:1}80%{opacity:1}100%{opacity:0}}.comparison-stats{margin-top:25px;padding:20px;background:linear-gradient(135deg,rgba(138,43,226,.1),rgba(33,150,243,.1));border:1px solid rgba(138,43,226,.3);border-radius:12px}.comparison-stats h3{color:#fff;font-size:1rem;margin:0 0 16px 0}.comparison-grid{display:flex;gap:30px;flex-wrap:wrap}.comparison-item{display:flex;flex-direction:column;gap:4px}.comparison-label{color:#888;font-size:.85rem}.comparison-value{color:#8A2BE2;font-size:1.3rem;font-weight:700}.calc-info{margin-top:30px;padding:24px;background:#1a1a1a;border-radius:12px}.calc-info h3{color:#2196F3;margin:0 0 16px 0}.calc-info h4{color:#8A2BE2;margin:24px 0 12px 0;font-size:1rem}.calc-info p{color:#a1a1a6;line-height:1.7;margin-bottom:16px}.calc-info ul{color:#a1a1a6;margin-left:20px;line-height:1.8}.calc-info li{margin-bottom:8px}.calc-info strong{color:#ccc}[data-theme="light"] .options-section,[data-theme="light"] .calc-info{background:#f5f5f5}[data-theme="light"] .option-label{background:#fff;color:#444}[data-theme="light"] .option-label:hover{background:#f0f0f0}[data-theme="light"] .format-remover textarea{background:#fff;border-color:#ddd;color:#333}[data-theme="light"] .format-remover textarea[readonly]{background:#f8f8f8}[data-theme="light"] .format-remover textarea::placeholder{color:#999}[data-theme="light"] .btn-secondary{background:#f5f5f5;color:#444;border-color:#ddd}[data-theme="light"] .btn-secondary:hover{background:#eee;color:#333;border-color:#ccc}[data-theme="light"] .stat-item{color:#666}[data-theme="light"] .comparison-stats{background:linear-gradient(135deg,rgba(138,43,226,.05),rgba(33,150,243,.05))}[data-theme="light"] .comparison-stats h3{color:#333}[data-theme="light"] .comparison-label{color:#666}[data-theme="light"] .calc-info p,[data-theme="light"] .calc-info ul{color:#555}[data-theme="light"] .calc-info strong{color:#333}[data-theme="light"] .tool-description{color:#666}@media (max-width:600px){.options-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start}.stats{flex-wrap:wrap}.button-row{flex-direction:column}.btn{width:100%}.process-btn{width:100%}.comparison-grid{flex-direction:column;gap:15px}.format-remover textarea{min-height:150px}}