.tool-header{text-align:center;margin-bottom:40px}.header-badge{display:flex;justify-content:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.badge{background:linear-gradient(135deg, #e76f00, #f8981d);color:white;padding:6px 18px;border-radius:40px;font-size:0.75rem;font-weight:500;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.tool-header h1{font-size:2.2rem;font-weight:800;background:linear-gradient(135deg, #1e293b, #e76f00);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:12px}.tool-header p{color:var(--gray-500);font-size:1rem}.core-stats{display:flex;justify-content:center;gap:24px;margin-bottom:32px;flex-wrap:wrap}.core-stat{background:white;border-radius:60px;padding:16px 28px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 15px rgba(0,0,0,0.05);border:1px solid var(--gray-200)}.core-stat-icon{width:48px;height:48px;background:linear-gradient(135deg, #fef3e8, #fff5ee);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#e76f00;font-size:1.3rem}.core-stat-info{text-align:left}.core-stat-value{display:block;font-size:1.5rem;font-weight:700;color:var(--gray-800)}.core-stat-label{font-size:0.7rem;color:var(--gray-500)}.format-options{background:linear-gradient(135deg, #f8fafc, #fff);border-radius:24px;padding:20px 24px;margin-bottom:24px;border:1px solid var(--gray-200);display:flex;flex-wrap:wrap;gap:32px}.option-group{flex:1;min-width:180px}.option-title{font-weight:600;font-size:0.85rem;color:var(--gray-700);margin-bottom:12px;display:block}.option-items{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:0.85rem;user-select:none}.checkbox-label input{display:none}.checkmark{width:18px;height:18px;border:2px solid var(--gray-400);border-radius:4px;display:inline-block;position:relative;transition:all 0.2s}.checkbox-label input:checked+.checkmark{background:#e76f00;border-color:#e76f00}.checkbox-label input:checked+.checkmark::after{content:'\f00c';font-family:'Font Awesome 6 Free';font-weight:900;font-size:10px;color:white;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.number-input{display:flex;align-items:center;gap:8px;background:white;padding:4px 12px;border-radius:30px;border:1px solid var(--gray-300)}.number-input span{font-size:0.8rem;color:var(--gray-600)}.number-input input{width:60px;border:none;text-align:center;font-weight:500;background:transparent}.number-input input:focus{outline:none}.select-input{padding:8px 16px;border:1px solid var(--gray-300);border-radius:30px;background:white;font-size:0.85rem;cursor:pointer}.editor-container{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.editor-panel{background:white;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.05);border:1px solid var(--gray-200);transition:all 0.3s}.editor-panel:hover{box-shadow:0 8px 30px rgba(0,0,0,0.1)}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;background:linear-gradient(135deg, #f8fafc, #fff);border-bottom:1px solid var(--gray-200);flex-wrap:wrap;gap:12px}.panel-title{display:flex;align-items:center;gap:10px;font-weight:600;color:var(--gray-700)}.panel-title i{color:#e76f00}.lang-badge{background:linear-gradient(135deg, #e76f00, #f8981d);color:white;padding:2px 10px;border-radius:20px;font-size:0.7rem}.panel-actions{display:flex;gap:8px;align-items:center}.action-btn{background:transparent;border:none;padding:6px 12px;border-radius:30px;cursor:pointer;transition:all 0.2s;color:var(--gray-600);font-size:0.8rem}.action-btn:hover{background:var(--gray-200);color:#e76f00}.format-btn{background:linear-gradient(135deg, #e76f00, #f8981d);color:white;padding:8px 20px}.format-btn:hover{background:var(--gray-200);color:#e76f00}.code-textarea{width:100%;min-height:400px;padding:20px;font-family:'Fira Code','Monaco','Menlo',monospace;font-size:13px;line-height:1.6;border:none;resize:vertical;background:#1a1a2e;color:#e0e0e0}.code-textarea:focus{outline:none}.output-wrapper{min-height:400px;max-height:500px;overflow:auto;background:#1a1a2e}.code-output{margin:0;padding:20px;font-family:'Fira Code','Monaco','Menlo',monospace;font-size:13px;line-height:1.6;color:#e0e0e0;white-space:pre-wrap;word-break:break-all}.panel-footer{padding:8px 20px;background:var(--gray-50);border-top:1px solid var(--gray-200);display:flex;gap:20px;font-size:0.7rem;color:var(--gray-500)}.quick-examples{margin-top:20px}.divider{display:flex;align-items:center;gap:12px;margin-bottom:16px}.divider span{font-size:0.85rem;font-weight:500;color:var(--gray-600)}.divider::after{content:'';flex:1;height:1px;background:var(--gray-200)}.example-buttons{display:flex;flex-wrap:wrap;gap:12px}.example-btn{background:var(--gray-100);border:1px solid var(--gray-200);padding:8px 20px;border-radius:40px;cursor:pointer;transition:all 0.2s;font-size:0.85rem}.example-btn:hover{background:linear-gradient(135deg, #e76f00, #f8981d);border-color:#e76f00;color:white}.info-section{margin-top:24px}.info-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:16px;padding:16px;background:var(--gray-50);border-radius:20px}.info-item{display:flex;align-items:center;gap:8px;font-size:0.8rem;color:var(--gray-600)}.info-item i{color:#10b981}@media (max-width:900px){.editor-container{grid-template-columns:1fr}.format-options{flex-direction:column;gap:20px}.info-grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width:480px){.core-stats{gap:12px}.core-stat{padding:12px 20px}.info-grid{grid-template-columns:1fr}.option-items{flex-direction:column;align-items:flex-start}}