@import"https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#121212,#1e1e1e,#2a2a2a);min-height:100vh;margin:0;padding:20px;color:#e0e0e0}.container{background:#1e1e1e;border:2px solid #2a2a2a;border-radius:20px;box-shadow:0 20px 60px #0000004d;padding:40px;max-width:800px;width:100%;margin:0 auto}.header{text-align:center;margin-bottom:40px}.header h1{color:#e0e0e0;font-size:2.5em;margin-bottom:10px;background:linear-gradient(135deg,#dd4d34,#ec7322);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header p{color:#e0e0e0;font-size:1.1em;opacity:.8}.connection-status{text-align:center;margin-bottom:30px;padding:15px;border-radius:10px;font-weight:500;font-size:1.1em}.connection-status.error{background:#2e1a1a;color:#ff636c;border:2px solid #ff636c}.tabs{display:flex;margin-bottom:30px;border-radius:10px;overflow:hidden;background:#2a2a2a}.tab{flex:1;padding:15px 20px;background:#2a2a2a;border:none;cursor:pointer;font-size:1.1em;font-weight:600;font-family:"Figtree",inherit;transition:all .3s ease;color:#e0e0e0}.tab.active{background:linear-gradient(135deg,#dd4d34,#ec7322);color:#fff}.tab:hover:not(.active){background:#3a3a3a;color:#fff}.content{display:none}.content.active{display:block}.form-group{margin-bottom:25px}label{display:block;margin-bottom:8px;font-weight:600;font-family:"Figtree",inherit;color:#e0e0e0}input[type=text],input[type=password],textarea{width:100%;padding:15px;border:2px solid #2a2a2a;border-radius:10px;font-size:1em;font-weight:400;transition:all .3s ease;font-family:Figtree,-apple-system,BlinkMacSystemFont,sans-serif;background:#121212;color:#e0e0e0}input[type=text]:focus,input[type=password]:focus,textarea:focus{outline:none;border-color:#dd4d34;box-shadow:0 0 0 3px #dd4d3433;background:#1e1e1e}input[type=text]::placeholder,input[type=password]::placeholder,textarea::placeholder{color:#888;font-family:"Figtree",inherit}textarea{min-height:120px;resize:vertical}.btn{background:linear-gradient(135deg,#e5602b,#ce5627);color:#fff;border:none;padding:15px 30px;border-radius:10px;font-size:1.1em;font-weight:600;font-family:"Figtree",inherit;cursor:pointer;transition:all .3s ease;width:100%;margin-top:10px}.btn:hover:not(:disabled){background:linear-gradient(135deg,#ce5627,#b84a22);transform:translateY(-2px);box-shadow:0 10px 25px #e5602b4d}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.result{margin-top:25px;padding:20px;border-radius:10px;display:none}.result.show{display:block}.result.success{background:#1a2e1a;border:2px solid #70b91e;color:#70b91e}.result.error{background:#2e1a1a;border:2px solid #ff636c;color:#ff636c}.result-text{background:#121212;color:#e0e0e0;padding:15px;border-radius:8px;margin-top:10px;word-break:break-all;font-family:Courier New,monospace;border:1px solid #2a2a2a;max-height:200px;overflow-y:auto}.stats{display:flex;justify-content:space-between;margin-top:10px;font-size:.9em;color:#e0e0e0;opacity:.8}.loading{display:none;text-align:center;margin-top:20px;color:#e0e0e0}.loading.show{display:block}.spinner{border:3px solid #2a2a2a;border-top:3px solid #DD4D34;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite;margin:0 auto 10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.copy-btn{background:#70b91e;color:#fff;border:none;padding:8px 15px;border-radius:5px;font-family:"Figtree",inherit;font-weight:500;cursor:pointer;font-size:.9em;margin-top:10px;transition:background .3s ease}.copy-btn:hover{background:#5a9419}.copy-btn.copied{background:#70b91e}.nav-links{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #2a2a2a}.nav-links a{color:#dd4d34;text-decoration:none;margin:0 15px;font-weight:600;font-family:"Figtree",inherit;transition:color .3s ease}.nav-links a:hover{color:#ec7322}.footer{text-align:center;margin-top:40px;padding-top:30px;border-top:2px solid #2a2a2a;color:#e0e0e0;font-family:"Figtree",inherit;opacity:.7}.footer p{margin-bottom:8px;font-size:.9em;line-height:1.4;font-family:"Figtree",inherit}.footer .copyright{font-weight:600;color:#dd4d34}.footer .year{color:#ec7322;font-weight:500}.footer .tech-info{font-size:.85em;opacity:.8;color:#e0e0e0}@media (max-width: 600px){body{padding:10px}.container{padding:20px;border-radius:15px}.header h1{font-size:2em}.tabs{flex-direction:column}}
