.copy-btn{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.15);border-radius:6px;padding:6px;cursor:pointer;transition:all 0.2s;display:inline-flex;align-items:center;justify-content:center;color:var(--text-secondary)}.copy-btn:hover{background:rgba(255,255,255,0.15);border-color:rgba(255,255,255,0.25);color:var(--text-primary)}.copy-btn.copied{background:rgba(16,185,129,0.2);border-color:#10b981;color:#10b981}.copy-wrapper{display:inline-flex;align-items:center;gap:8px}.loading-progress{position:fixed;top:0;left:0;right:0;height:3px;background:rgba(139,92,246,0.2);z-index:99999;overflow:hidden}.loading-progress-bar{height:100%;background:linear-gradient(90deg,#8b5cf6,#6366f1,#3b82f6);background-size:200% 100%;animation:loading-progress 2s ease-in-out infinite,shimmer 1.5s ease-in-out infinite;transition:width 0.3s ease}@keyframes loading-progress{0%{width:0%}50%{width:70%}100%{width:90%}}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.creation-progress{margin:2rem 0;padding:2rem;background:rgba(255,255,255,0.05);border-radius:12px;border:1px solid rgba(255,255,255,0.1)}.progress-steps{display:flex;flex-direction:column;gap:1rem}.progress-step{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgba(255,255,255,0.03);border-radius:8px;border-left:3px solid rgba(255,255,255,0.1);transition:all 0.3s}.progress-step.active{border-left-color:#8b5cf6;background:rgba(139,92,246,0.1)}.progress-step.completed{border-left-color:#10b981;background:rgba(16,185,129,0.1)}.progress-step.error{border-left-color:#ef4444;background:rgba(239,68,68,0.1)}.progress-step-icon{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.1);color:var(--text-secondary)}.progress-step.active .progress-step-icon{background:rgba(139,92,246,0.2);color:#8b5cf6}.progress-step.completed .progress-step-icon{background:rgba(16,185,129,0.2);color:#10b981}.progress-step.error .progress-step-icon{background:rgba(239,68,68,0.2);color:#ef4444}.progress-step-content{flex:1}.progress-step-title{font-weight:600;color:var(--text-primary);margin-bottom:0.25rem}.progress-step-desc{font-size:14px;color:var(--text-secondary)}.progress-step-spinner{animation:spin 1s linear infinite}.tx-link{display:inline-flex;align-items:center;gap:6px;color:#3b82f6;text-decoration:none;font-family:'Courier New',monospace;font-size:14px;transition:all 0.2s}.tx-link:hover{color:#60a5fa;text-decoration:underline}.skeleton{background:linear-gradient(90deg,rgba(255,255,255,0.05)25%,rgba(255,255,255,0.1)50%,rgba(255,255,255,0.05)75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:8px}@keyframes skeleton-loading{0%{background-position:200% 0}100%{background-position:-200% 0}}.skeleton-text{height:1em;margin-bottom:0.5em}.skeleton-text:last-child{width:60%}.skeleton-card{height:200px}.empty-state{text-align:center;padding:4rem 2rem}.empty-state-icon{width:64px;height:64px;margin:0 auto 1.5rem;color:var(--text-secondary);opacity:0.5}.empty-state-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:0.5rem}.empty-state-desc{color:var(--text-secondary);margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}.btn-glow:hover{transform:translateY(-2px)scale(1.02)}.card:hover{transform:translateY(-4px)}@media(max-width:768px){.loading-progress{height:4px}.creation-progress{padding:1rem}.progress-step{padding:0.75rem}}