*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:#f5f7fa;min-height:100vh}.nav-bar{position:fixed;top:0;left:0;right:0;background:#667eea;padding:10px 20px;box-shadow:0 2px 4px #0000001a;z-index:1000}.nav-link{color:#fff;text-decoration:none;margin-right:20px;font-weight:600;padding:8px 16px;border-radius:4px;transition:background-color .3s ease}.nav-link:hover{background-color:#fff3}.nav-link.active{background-color:#ffffff4d}.container{max-width:1600px;margin:0 auto;padding:80px 20px 30px}.header{text-align:center;color:#333;margin-bottom:40px}.header h1{font-size:2.5rem;margin-bottom:10px;text-shadow:none}.header p{font-size:1.1rem;opacity:.7}.ws-hint{margin-top:8px;font-size:.9rem;color:#4b5563}.ws-hint code{background:#eef2ff;border-radius:4px;padding:2px 6px}.execute-btn{display:block;margin:0 auto 40px;padding:14px 32px;font-size:16px;font-weight:600;color:#fff;background:#667eea;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.execute-btn:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.execute-btn.disabled{opacity:.7;cursor:not-allowed}.orders-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;align-items:stretch}.order-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:24px;display:flex;flex-direction:column;transition:all .3s ease;border:2px solid transparent;min-height:0;height:100%}.order-card:hover{box-shadow:0 8px 16px #00000026;border-color:#667eea}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #f0f0f0}.order-header h3{font-size:1.3rem;color:#333}.order-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:600;background:#f3f4f6;color:#4b5563;border:1px solid #d1d5db}.order-info{margin-bottom:20px}.info-row{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:12px;gap:6px;width:100%}.info-row.link-row{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.info-row label{font-weight:600;color:#555;min-width:90px}.info-row code{font-family:Monaco,Courier New,monospace;background:#f5f5f5;padding:4px 8px;border-radius:4px;color:#333;font-size:.9rem;word-break:break-all;flex:1}.status-badge{display:inline-block;padding:6px 12px;border-radius:6px;color:#fff;font-weight:600;font-size:.9rem;text-transform:capitalize;box-shadow:0 2px 4px #00000026;align-self:flex-start}.explorer-link{color:#667eea;text-decoration:none;font-weight:600;font-size:.9rem;padding:8px 16px;border-radius:6px;background:#e0e7ff;transition:all .3s ease;display:inline-block;flex:1;text-align:center;border:2px solid #667eea}.explorer-link:hover{background:#667eea;color:#fff;box-shadow:0 4px 12px #667eea66}.response-section{margin-bottom:20px;flex:0 0 auto}.response-section h4{font-size:.95rem;color:#555;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.response-body{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;padding:12px;font-family:Monaco,Courier New,monospace;font-size:.75rem;color:#333;overflow-y:auto;max-height:120px;line-height:1.3;white-space:pre-wrap;word-break:break-all}.logs-section{border-top:2px solid #f0f0f0;padding-top:16px;flex:1;min-height:0;display:flex;flex-direction:column}.logs-section h4{font-size:.95rem;color:#555;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px;font-weight:600;flex-shrink:0}.logs-container{background:#fafafa;border:1px solid #e0e0e0;border-radius:6px;padding:12px;font-family:Monaco,Courier New,monospace;font-size:.75rem;color:#333;max-height:200px;overflow-y:auto;line-height:1.4;flex:1}.log-entry{padding:4px 0;color:#555;border-bottom:1px solid #f0f0f0;word-break:break-word}.log-entry:last-child{border-bottom:none}.log-entry.empty{color:#999;font-style:italic}.logs-controls{text-align:center;margin-bottom:30px}.refresh-btn{padding:12px 24px;font-size:16px;font-weight:600;color:#fff;background:#667eea;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.refresh-btn:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.refresh-btn.disabled{opacity:.7;cursor:not-allowed}.error-message{text-align:center;margin-bottom:20px;color:#ef4444;font-weight:600}.logs-display h3{font-size:1.5rem;color:#333;margin-bottom:20px;text-align:center}.logs-content{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;padding:20px;font-family:Monaco,Courier New,monospace;font-size:.8rem;color:#333;max-height:600px;overflow-y:auto;line-height:1.4;white-space:pre-wrap;word-break:break-word}.history-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:20px}.history-controls-left{display:flex;align-items:center;gap:12px;font-weight:600}.history-controls-right{display:flex;align-items:center;gap:12px}.history-controls select{padding:8px 12px;border-radius:6px;border:1px solid #d1d5db;font-weight:600}.history-table-wrapper{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000014;overflow-x:auto}.history-table{width:100%;border-collapse:collapse}.history-table th,.history-table td{padding:16px;text-align:left;border-bottom:1px solid #f1f5f9;vertical-align:middle}.history-table th{text-transform:uppercase;font-size:.85rem;letter-spacing:.5px;color:#6b7280}.history-empty{text-align:center;padding:60px 0;color:#94a3b8;font-weight:600}.history-order-cell{display:flex;flex-direction:column;gap:6px}.history-order-cell code{font-size:.9rem}.history-order-cell small{color:#94a3b8}.history-pair{display:flex;align-items:center;gap:6px;font-family:Monaco,Courier New,monospace;font-size:.85rem}.history-arrow{color:#cbd5ff}.history-status{display:inline-block;color:#fff;padding:6px 12px;border-radius:999px;font-size:.85rem;font-weight:600}.history-error{color:#ef4444;font-size:.8rem;margin-top:6px;max-width:240px}.history-link{color:#667eea;text-decoration:none;font-weight:600}.history-link:hover{text-decoration:underline}.history-timeline{font-size:.8rem;color:#475569;font-family:Monaco,Courier New,monospace}.history-load-more{margin-top:20px;text-align:center}.load-more-btn{padding:12px 28px;font-size:15px;font-weight:600;color:#fff;background:#667eea;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.load-more-btn.disabled,.load-more-btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 1200px){.orders-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.header h1{font-size:1.8rem}.orders-grid{grid-template-columns:1fr}.order-card{padding:16px}.nav-bar{padding:10px}.nav-link{margin-right:10px;padding:6px 12px}}.logs-container::-webkit-scrollbar,.response-body::-webkit-scrollbar,.logs-content::-webkit-scrollbar{width:6px}.logs-container::-webkit-scrollbar-track,.response-body::-webkit-scrollbar-track,.logs-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.logs-container::-webkit-scrollbar-thumb,.response-body::-webkit-scrollbar-thumb,.logs-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.logs-container::-webkit-scrollbar-thumb:hover,.response-body::-webkit-scrollbar-thumb:hover,.logs-content::-webkit-scrollbar-thumb:hover{background:#555}
