@import "https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:#0f172a;background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);font-family:Sora,Inter,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.card-container{justify-content:center;align-items:center;width:100%;min-height:100%;padding:0;display:flex}.card{background-color:#fff;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899,#3b82f6);background-position:0 0;background-repeat:repeat;background-size:auto,300% 100%;background-attachment:scroll;background-origin:border-box;background-clip:padding-box,border-box;border:2px solid #0000;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;width:100%;max-width:760px;margin:24px;padding:28px;animation:4s linear infinite borderChase,4s linear infinite shadowChase;display:flex;position:relative}@keyframes borderChase{0%{background-position:0 0}to{background-position:300% 0}}@keyframes shadowChase{0%{box-shadow:0 8px 25px #3b82f640,0 0 40px #3b82f626}33%{box-shadow:0 12px 35px #8b5cf64d,0 0 50px #8b5cf633}66%{box-shadow:0 12px 35px #ec48994d,0 0 50px #ec489933}to{box-shadow:0 8px 25px #3b82f640,0 0 40px #3b82f626}}.avatar{color:#0f172a;background:#e6edf3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:112px;height:112px;margin:0 0 0 16px;font-size:28px;font-weight:700;display:flex}.avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.content{text-align:left}.title{margin:8px 0 0;font-size:1.75rem}.subtitle{color:#475569;margin:8px 0 0;font-size:1rem}.links{justify-content:flex-start;gap:12px;margin-top:18px;display:flex}.link-btn{color:#0f172a;background:#fbfeff;border:1px solid #e6edf3;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.link-icon{width:16px;height:16px}.link-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #02061714}@media (width<=520px){.card{text-align:center;flex-direction:column-reverse;gap:8px}.content{text-align:center}.avatar{margin:0 auto 8px}.links{justify-content:center}}
