body{font-family:"Be Vietnam Pro","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:14px;color:#233347;margin:0;padding:20px;background:linear-gradient(135deg, #fef9ff 0%, #f2f9ff 100%);min-height:100vh}.container{max-width:1180px;margin:0 auto;background:#fff;border-radius:18px;box-shadow:0 18px 46px rgba(41,65,110,.08);overflow:hidden}.header{background:linear-gradient(140deg, #7c3aed, #6366f1);color:#fff;padding:30px 34px}.header h1{margin:0 0 10px;font-size:28px;font-weight:700}.header .subtitle{margin:0;font-size:14px;opacity:.9}.tools-tabs{padding:26px 28px}.tools-tabs .tab-list{display:flex;flex-wrap:wrap;gap:12px;border-bottom:1px solid #e4ecff;margin-bottom:22px}.tools-tabs .tab-list .tab-button{padding:11px 20px;border:none;border-radius:10px 10px 0 0;background:#f0f4ff;color:#3d4a68;font-weight:600;cursor:pointer;transition:all .2s ease}.tools-tabs .tab-list .tab-button.active{background:#7c3aed;color:#fff;box-shadow:0 12px 24px rgba(124,58,237,.28)}.tools-tabs .tab-list .tab-button:hover:not(.active){background:#e1e8ff}.tools-tabs .tab-content .tab-panel{display:none}.tools-tabs .tab-content .tab-panel.active{display:block;animation:fadeIn .25s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.tool-card{border:1px solid #e6eaf9;border-radius:16px;background:#fbfcff;box-shadow:0 14px 32px rgba(24,41,74,.06);margin-bottom:24px}.tool-card .tool-header{padding:24px 26px 18px;border-bottom:1px solid #e4e9f5}.tool-card .tool-header h2{margin:0 0 8px;font-size:20px;color:#203154}.tool-card .tool-header p{margin:0;font-size:13px;color:#56627c;line-height:1.6}.tool-card .tool-body{padding:24px 26px 28px;display:flex;flex-direction:column;gap:16px}.tool-card .tool-body label{font-weight:600;font-size:13px;color:#1f314b}.tool-card .tool-body textarea,.tool-card .tool-body input[type=text]{width:100%;border-radius:10px;border:1px solid #cfd8f5;padding:13px 15px;font-size:13px;font-family:"JetBrains Mono","Monaco","Menlo",monospace;background:#f6f8ff;color:#1c2a3f;transition:border-color .3s ease,box-shadow .3s ease}.tool-card .tool-body textarea:focus,.tool-card .tool-body input[type=text]:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.18);outline:none}.tool-card .tool-body textarea{min-height:160px;resize:vertical}.tool-card .tool-body .button-group{display:flex;flex-wrap:wrap;gap:10px}.tool-card .tool-body .button-group .btn{padding:10px 18px;border-radius:8px;border:none;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.tool-card .tool-body .button-group .btn.btn-primary{background:#6366f1;color:#fff}.tool-card .tool-body .button-group .btn.btn-primary:hover{background:#4f46e5}.tool-card .tool-body .button-group .btn.btn-success{background:#10b981;color:#fff}.tool-card .tool-body .button-group .btn.btn-success:hover{background:#0f9f6e}.tool-card .tool-body .button-group .btn.btn-secondary{background:#94a3b8;color:#fff}.tool-card .tool-body .button-group .btn.btn-secondary:hover{background:#64748b}.tool-card .tool-body .button-group .btn.btn-info{background:#14b8a6;color:#fff}.tool-card .tool-body .button-group .btn.btn-info:hover{background:#0f9b8a}.tool-card .tool-body .options-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:10px;background:#eef2ff;border:1px solid #d7dcfb;border-radius:12px;padding:14px 16px}.tool-card .tool-body .options-grid label{font-weight:500;font-size:13px;display:flex;align-items:center;gap:8px}.tool-card .tool-body .options-grid label input[type=checkbox]{width:16px;height:16px}.tool-card .tool-body .input-modes{display:flex;flex-wrap:wrap;gap:16px;background:#f4f6ff;border:1px dashed #d5ddff;border-radius:12px;padding:14px 18px}.tool-card .tool-body .input-modes label{font-weight:600;display:flex;align-items:center;gap:8px;font-size:13px}.tool-card .tool-body .input-modes label input[type=radio]{width:16px;height:16px}.tool-card .tool-body .result-columns{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:18px}.tool-card .tool-body .result-block{background:#0f172a;color:#e7edff;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:12px}.tool-card .tool-body .result-block .result-header{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;color:#a5b4fc}.tool-card .tool-body .result-block .result-header .btn-copy{background:#4f46e5;color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:11px;cursor:pointer;transition:background .2s ease}.tool-card .tool-body .result-block .result-header .btn-copy:hover{background:#4338ca}.tool-card .tool-body .result-block pre{margin:0;white-space:pre-wrap;word-break:break-word;font-family:"JetBrains Mono",monospace;font-size:15px;line-height:1.7}.tool-card .tool-body .status-message{font-size:13px;font-weight:500;min-height:20px}.tool-card .tool-body .meta-info{font-size:12px;color:#42536e;background:#f0f4ff;border:1px dashed #cdd9ff;border-radius:12px;padding:12px 14px;white-space:pre-wrap}.notes-section{margin:16px 28px 32px;padding:22px;background:#f2f7ff;border:1px solid #d7e4ff;border-radius:14px}.notes-section h3{margin-top:0;margin-bottom:12px;font-size:16px;color:#1f3151}.notes-section ul{margin:0;padding-left:20px}.notes-section ul li{padding:6px 0;color:#485873}.content-website{margin:24px 28px 34px;border-top:1px solid #e1e9f8;padding-top:18px}.content-website .content-wrapper{max-height:0;overflow:hidden;transition:max-height .35s ease}.content-website .content-wrapper.collapsed{max-height:0}.content-website .content-wrapper.expanded{max-height:600px}.content-website .toggle-btn{margin-top:12px}.content-website .toggle-btn button{background:#6366f1;color:#fff;border:none;border-radius:8px;padding:11px 16px;cursor:pointer;font-size:13px;font-weight:600;transition:background .2s ease}.content-website .toggle-btn button:hover{background:#4f46e5}.content-website .toggle-btn button .icon{margin-left:6px}.status-success{color:#0f9f6e}.status-error{color:#ef4444}.status-warning{color:#f59e0b}@media(max-width: 768px){body{padding:12px}.tools-tabs{padding:18px}.tools-tabs .tab-list .tab-button{flex:1 1 auto;text-align:center}.tool-card .tool-body .result-columns{grid-template-columns:1fr}}
