*{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;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff}.App{width:100%;height:100vh}.background-animation{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.circle{position:absolute;border-radius:50%;background:#ffffff1a;animation:float 20s infinite}.circle:nth-child(1){width:80px;height:80px;top:10%;left:10%;animation-delay:0s}.circle:nth-child(2){width:60px;height:60px;top:60%;left:80%;animation-delay:2s}.circle:nth-child(3){width:100px;height:100px;top:80%;left:20%;animation-delay:4s}.circle:nth-child(4){width:50px;height:50px;top:30%;left:70%;animation-delay:6s}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.7}50%{transform:translateY(-20px) rotate(10deg);opacity:.4}}.container{text-align:center;padding:2rem;max-width:820px;width:100%;animation:fadeIn .8s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.logo{font-size:4rem;margin-bottom:1rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 4px 6px rgba(0,0,0,.15)}.subtitle{color:#ffffffe6;font-size:1.5rem;font-weight:300;margin-bottom:3rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.coming-soon{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:2rem 3rem;display:inline-block;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #00000026}.coming-soon-text{font-size:2rem;font-weight:500;letter-spacing:2px}.pairing{display:flex;width:100%;justify-content:center;padding:2rem}.pairing-card{width:min(720px,100%);background:#0f1123d9;border-radius:18px;border:1px solid rgba(255,255,255,.2);box-shadow:0 16px 40px #00000040;padding:2.5rem 3rem;display:flex;flex-direction:column;gap:1.5rem}.pairing-card h1{font-size:2.5rem;margin-bottom:.5rem}.pairing-subtitle{font-size:1rem;color:#ffffffb3}.pid{font-family:Fira Code,monospace;background:#ffffff1f;padding:.35rem .75rem;border-radius:6px;display:inline-block;margin-left:.5rem}.card-section{background:#ffffff0f;border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.card-section h2{font-size:1.25rem;font-weight:600}.input-row{display:flex;flex-direction:column;gap:.75rem}label{font-size:.95rem;text-align:left;font-weight:600}input{width:100%;padding:.75rem 1rem;border-radius:10px;border:none;background:#ffffff29;color:#fff;font-size:1rem;outline:none}input::placeholder{color:#fff9}.actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}button{padding:.75rem 1.5rem;border-radius:999px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}button.primary{background:#4d7cf4;color:#fff;box-shadow:0 8px 20px #4d7cf459}button.secondary{background:transparent;color:#ffffffd9;border:1px solid rgba(255,255,255,.3)}button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 12px 24px #00000040}.status,.error{text-align:center;font-size:.95rem}.status{color:#ffffffd9}.error{color:#ff9b9b}.hidden{display:none!important}.success-banner{background:#4cdd9926;border:1px solid rgba(76,221,153,.4);color:#bbf7d0;padding:1rem 1.25rem;border-radius:12px;text-align:center;font-weight:600}@media (max-width: 768px){body{padding:1.5rem 1rem;overflow-y:auto}.container{padding:1.5rem}h1{font-size:2.5rem}.subtitle{font-size:1.2rem}.pairing-card{padding:1.75rem}}@media (max-width: 480px){h1{font-size:2rem}.subtitle{font-size:1rem}.pairing-card h1{font-size:2rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}
