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