:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;color:#333;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh;width:100%}#root{min-height:100vh;width:100%}a{font-weight:500;color:#4a90d9;text-decoration:none}a:hover{color:#357abd;text-decoration:underline}button{border-radius:6px;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;font-family:inherit;background-color:#4a90d9;color:#fff;cursor:pointer;transition:background-color .2s,transform .1s}button:hover{background-color:#357abd}button:active{transform:scale(.98)}button:disabled{opacity:.6;cursor:not-allowed}input,textarea,select{font-family:inherit;font-size:1rem}.app{min-height:100vh;width:100%;display:flex;flex-direction:column}header{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:2rem;text-align:center}header h1{font-size:2.5rem;margin-bottom:.5rem}header p{opacity:.9}main{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}footer{background:#1a1a2e;color:#fff;padding:1.5rem;text-align:center}.progress-container{max-width:600px;margin:2rem auto;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.progress-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#7c3aed);border-radius:4px;transition:width .3s ease}.progress-message{margin-top:1rem;text-align:center;color:#6b7280;font-size:.95rem}.results{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;max-width:700px;margin:0 auto}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eee}.results-header h2{margin:0}.results-header button{padding:.75rem 1.5rem;background:#4f46e5;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem}.results-header button:hover{background:#4338ca}.deployment-success{text-align:center}.success-icon{width:64px;height:64px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem}.deployment-success h3{font-size:1.5rem;margin-bottom:1rem;color:#1a1a2e}.quality-badge{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#f0fdf4;border-radius:8px;border:1px solid #bbf7d0}.quality-badge .grade{font-size:2rem;font-weight:800;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#fff}.grade-A{background:#22c55e}.grade-B{background:#84cc16}.grade-C{background:#eab308}.grade-D{background:#f97316}.grade-F{background:#ef4444}.quality-scores{font-size:.9rem;color:#166534}.urls{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.url-card{background:#f9fafb;padding:1rem 1.5rem;border-radius:8px;text-align:left}.url-card.primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff}.url-card label{display:block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;opacity:.7}.url-card a{font-size:1.1rem;font-weight:500;color:#4f46e5;text-decoration:none;word-break:break-all}.url-card.primary a{color:#fff}.url-card a:hover{text-decoration:underline}.url-card small{display:block;margin-top:.5rem;font-size:.8rem;opacity:.7}.next-steps{text-align:left;background:#f9fafb;padding:1.5rem;border-radius:8px}.next-steps h4{margin-bottom:1rem;color:#1a1a2e}.next-steps ul{list-style:none;padding:0;margin:0}.next-steps li{padding:.5rem 0;color:#4b5563;border-bottom:1px solid #e5e7eb}.next-steps li:last-child{border-bottom:none}.deployment-error{text-align:center;padding:2rem}.error-icon{width:64px;height:64px;background:#ef4444;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem}.deployment-error h3{font-size:1.5rem;margin-bottom:.5rem;color:#1a1a2e}.deployment-error p{color:#6b7280;margin-bottom:1.5rem}.retry-btn{padding:.75rem 2rem;background:#4f46e5;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem}.retry-btn:hover{background:#4338ca}.deployed-sites{margin-top:2rem;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;max-width:600px;margin-left:auto;margin-right:auto}.deployed-sites h3{margin-bottom:1rem;font-size:1.1rem;color:#1a1a2e}.sites-list{display:flex;flex-direction:column;gap:.5rem}.site-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f9fafb;border-radius:6px}.site-name{font-weight:500;color:#1a1a2e}.site-item a{color:#4f46e5;text-decoration:none;font-size:.9rem}.site-item a:hover{text-decoration:underline}@media(max-width:768px){header h1{font-size:1.75rem}.results-header{flex-direction:column;gap:1rem;text-align:center}main{padding:1rem}}
