html,body{margin:0;padding:0;overflow:hidden;width:100%;height:100%;font-family:Roboto,sans-serif}*{margin:0;padding:0;box-sizing:border-box}.page{min-height:100vh;background-size:cover;background-position:center;display:flex;flex-direction:column;align-items:center;padding:2rem}.profile-container{width:100%;max-width:600px}.profile-section{text-align:center;margin-bottom:2rem}.profile-picture{background-size:cover;background-position:center;background-repeat:no-repeat;width:100px;height:100px;border-radius:50%;margin:0 auto 1rem}.name{margin-bottom:.2rem}.username{margin:0}.bio{margin-top:2rem}.name-and-username-box{margin-bottom:2rem}.safe-links-container{max-height:270px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.safe-links-container::-webkit-scrollbar{display:none}@media (min-width: 768px){.safe-links-container{max-height:500px}}.links-container{padding:1.3rem 2rem 3rem;max-height:800px;overflow-y:auto;border-radius:8px;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.links-container::-webkit-scrollbar{width:12px}.links-container::-webkit-scrollbar-track{background:#f1f1f1}.links-container::-webkit-scrollbar-thumb{background:#888;border-radius:6px}.links-container::-webkit-scrollbar-thumb:hover{background:#555}@media (min-width: 768px){.links-container{-ms-overflow-style:none;scrollbar-width:none}.links-container::-webkit-scrollbar{display:none}}.link-item{display:flex;padding:1rem;margin-top:1rem;border-radius:8px;text-decoration:none;color:inherit;text-align:center;transition:transform .2s;cursor:pointer;justify-content:center}.link-item img{vertical-align:top}.link-item:hover{transform:scale(1.02)}.light-text{color:#fff}.dark-text{color:#000}.dark-text-with-bg-color{background-color:#d1cbcbb3}.light-text-with-bg-color{background-color:#808080b3}.text-with-bg{width:fit-content;padding:2px 5px;margin:0 auto;border-radius:10px}.light-border{border-color:#fff}.dark-border{border-color:#000}.no-border{border-radius:0;border:0px solid #000}.link-item:hover{opacity:.9}@media (max-width: 768px){.page{padding:1rem}.profile-container{width:90%;margin-top:20px}.links-container{max-height:600px}.link-item{padding:.75rem;margin-top:.35rem}}@media (max-width: 480px){.page{padding:.5rem}.profile-container{width:100%}.profile-picture{width:60px;height:60px}.links-container{max-height:400px}.link-item{margin-bottom:1rem}}.send-button{display:flex;margin-top:40px;justify-content:center;align-items:center;max-width:390px;width:100%;height:56px;border:none;border-radius:8px;padding:16px 32px;cursor:pointer;color:#fff;background-color:#17aae8}.separator{background-image:url(https://files-87u.pages.dev/separator.svg);background-position:center;background-repeat:no-repeat;background-size:cover;width:2px;height:19px}.user-status{margin-top:40px;display:flex;align-items:center;justify-content:center;gap:5px;position:relative;text-align:center;margin-bottom:1rem}.respond-time{font-size:16px;font-family:Roboto,sans-serif;line-height:1.5}.clock{content:"";background-position:center;background-repeat:no-repeat;background-size:cover;width:22px;height:22px}.status{background-image:url(https://files-87u.pages.dev/status.svg);background-position:center;background-repeat:no-repeat;background-size:cover;width:10px;height:10px}.hide{display:none}.rounded-div{border-radius:15px}.Button-colour{background-color:#000;color:#000}.bounce{animation:bounceAnimation 2s infinite}@keyframes bounceAnimation{0%,to{transform:translateY(0)}10%{transform:translateY(-8px)}15%{transform:translateY(-8px)}20%{transform:translateY(0)}30%{transform:translateY(-5px)}35%{transform:translateY(0)}}@keyframes pulsing{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.pulsing{animation:pulsing 2s ease-in-out infinite}img{overflow-clip-margin:content-box;overflow:clip}.bold-text{font-weight:700}.links-container-hide{display:none;max-height:0;overflow:hidden;transition:max-height .15s ease-out;opacity:0}.links-container-hide.open{display:block;max-height:500px;overflow-y:auto;transition:max-height .2s ease-in,opacity .2s ease-in;opacity:1;padding-top:.5rem}.dropdown-container{width:100%;margin-top:.55rem}.dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;border-radius:6px;background-color:#f0f0f0;cursor:pointer;margin-bottom:0;transition:all .15s ease;border:none;font-size:.9rem;width:100%;text-align:left;font-weight:500;box-shadow:0 1px 2px #0000000d}.dropdown-header:focus{outline:none}.confirmation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.confirmation-dialog{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;width:90%;max-width:400px;overflow:hidden;animation:scale-in .2s ease-out}.confirmation-content{padding:20px}.confirmation-title{margin:0 0 10px;font-size:18px;font-weight:600;color:#111827}.confirmation-message{margin:0 0 20px;color:#4b5563;font-size:14px}.confirmation-actions{display:flex;justify-content:flex-end;gap:8px}.confirmation-button{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.confirmation-cancel{background-color:#f3f4f6;color:#111827;border:1px solid #e5e7eb}.confirmation-cancel:hover{background-color:#e5e7eb}.confirmation-continue{background-color:#2563eb;color:#fff;border:1px solid transparent}.confirmation-continue:hover{background-color:#1d4ed8}@keyframes scale-in{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}
