@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f8fafc;background-color:#0f172a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;line-height:1.5}body{background:radial-gradient(circle at top,#1e293b 0%,#0f172a 100%);justify-content:center;align-items:center;min-height:100vh;margin:0;display:flex}.container{text-align:center;max-width:400px;padding:2rem}.share-page{box-sizing:border-box;justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:1rem;display:flex}.share-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e293bcc;border:1px solid #ffffff1a;border-radius:1rem;flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:320px;padding:2.5rem 2rem;animation:.3s ease-out fadeIn;display:flex;box-shadow:0 20px 25px -5px #00000080,0 8px 10px -6px #0000004d}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.share-message{color:#e2e8f0;text-align:center;margin:0;font-size:1.125rem;font-weight:600}.spinner{border:3.5px solid #ffffff1a;border-top-color:#38bdf8;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.icon-success{color:#4ade80;background:#22c55e26;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:700;display:flex}.icon-error{color:#f87171;background:#ef444426;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:700;display:flex}.close-button{color:#f1f5f9;cursor:pointer;background:#334155;border:1px solid #ffffff1a;border-radius:.5rem;margin-top:.5rem;padding:.625rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.close-button:hover{background:#475569}
