@import "https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap";
.linktree-container{background:#1e1e1ef2;flex-direction:column;width:100%;max-width:650px;height:100%;margin:auto;font-family:Inter Tight,sans-serif;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000080}.profile-section{text-align:center;background-image:url(/images/festivalimg.png);background-position:bottom;background-repeat:no-repeat;background-size:cover;min-height:100svh;padding:20px;position:relative}.profile-section:before{content:"";pointer-events:none;position:absolute;inset:0}.profile-section *{z-index:1;position:relative}.profile-image-wrapper{margin-bottom:7px;display:inline-block}.profile-image{object-fit:cover;border:6px solid #e4561e;border-radius:50%;width:130px;height:130px}.profile-name{color:#000;margin-bottom:0;font-family:Inter Tight,sans-serif;font-size:31px;font-weight:600}.profile-subtitle{color:#5a524a;text-align:left;font-family:Inter Tight,sans-serif;font-size:16px;font-weight:400}.links-section{scrollbar-width:none;flex-direction:column;gap:7px;height:300px;display:flex;overflow-y:auto}.links-section::-webkit-scrollbar{display:none}.link-button{color:#fff;text-align:center;opacity:.75;background:#5a5656;border-radius:6px;padding:7px 16px;font-family:Inter Tight,sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s;display:block;box-shadow:0 4px 12px #0000001a}.link-button:active{transform:translateY(0)}@media (max-width:768px){.profile-name{font-size:28px}.profile-subtitle{text-align:start;font-size:16px}.profile-image{width:120px;height:120px}.link-button{padding:7px 16px;font-size:16px}.links-section{padding:25px}}@media (max-width:480px){.profile-name{font-size:21px}.profile-subtitle{color:#6b6b6b;font-size:16px;font-weight:400;line-height:1.4;text-align:start!important}.profile-image{width:80px;height:80px}.links-section{gap:7px;padding:6px}.link-button{padding:10px 16px;font-size:15px}}
