.inapp-banner{position:fixed;top:0;left:0;right:0;background-color:#fff;padding:10px 16px;z-index:1000}.banner-content{display:flex;justify-content:flex-end;align-items:center;position:relative}.banner-content p{margin:0;font-size:16px;color:#1b225c}.union-icon{width:24px;height:24px;margin-right:4px}.up-indicator{width:24px;height:24px;margin-left:4px}.ellipsis-icon{width:24px;height:24px}.arrow-icon{width:8.5px;height:14.5px;margin-left:4px;margin-right:4px}*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif}body{background:linear-gradient(to bottom,#d7ecfd 8%,#fff);display:flex;justify-content:center;align-items:center;min-height:100vh}.invite-container{display:flex;flex-direction:column;justify-content:start;align-items:center;max-width:500px;text-align:center;margin-bottom:50%}.avatar-container{margin-bottom:10px}.circle-container{position:relative;width:260px;height:260px;display:flex;justify-content:center;align-items:center}.rotating-circle{position:absolute;pointer-events:none}.circle1{width:200px;height:200px}.circle2{width:225px;height:225px;animation:rotate-clockwise 120s linear infinite}@keyframes rotate-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.avatar-frame{width:180px;height:180px;border-radius:50%;background-color:#fda697;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;z-index:10}.avatar-frame:before{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border:2px solid #ddd;border-radius:50%;pointer-events:none;background:transparent;z-index:10}.avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.watch-info{display:flex;align-items:center;padding:10px 20px;background-color:#0000000d;border-radius:9999px;margin-bottom:56px;position:relative}.watch-info:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);width:16px;height:8px;background-color:#0000000d;border-radius:8px 8px 0 0;clip-path:polygon(0% 100%,50% 0%,100% 100%)}.watch-icon{width:50px;height:50px;margin-right:15px}.watch-image{width:100%;height:100%;object-fit:contain}.watch-text{text-align:left}.watch-text h3{font-size:16px;margin-bottom:5px;color:#1b225c}.watch-text p{font-size:14px;color:#8489b4}.invitation-text .title{font-size:26px;color:#1b225c;margin-bottom:4px}.invitation-text p{font-size:18px;color:#8489b4;line-height:1.5}.grow-button{background-color:#699ae5;color:#fff;font-size:18px;font-weight:600;border:none;border-radius:25px;padding:15px 30px;width:100%;cursor:pointer;transition:background-color .3s,transform .2s;margin-bottom:.025vh;position:fixed;bottom:30px;left:50%;transform:translate(-50%);width:calc(100% - 40px);max-width:500px;box-shadow:0 4px 12px #0000001a;z-index:100}.grow-button:hover{background-color:#4a8de0;transform:translate(-50%) scale(1.02)}.grow-button:active{transform:translate(-50%) scale(.98)}
