.profile-mode .subtitle{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media(min-width:1024px){.profile-mode .subtitle{font-size:1rem}}@media(max-width:1023px){.profile-mode .subtitle{font-size:.85rem}}@media(max-width:600px){.profile-mode .subtitle{font-size:.75rem}}.profile{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem 1rem 0;margin-bottom:0!important;padding-bottom:20px!important;text-align:center}.main .profile{align-items:center;min-height:auto;text-align:center}.profile_inner span{display:block;color:var(--secondary);overflow:hidden;text-overflow:ellipsis}.profile_inner{max-width:650px;display:flex;flex-direction:column;justify-content:center;align-items:center}.profile_inner img{width:180px;height:180px;border-radius:50%;border:4px solid var(--border);box-shadow:0 8px 16px rgba(0,0,0,.1);margin-bottom:1rem;transition:transform .3s ease,box-shadow .3s ease}.profile_inner img:hover{transform:scale(1.05);box-shadow:0 12px 24px rgba(0,0,0,.15)}.profile_inner h1{font-size:2.5rem;font-weight:700;margin:.25rem 0}.profile_inner span{display:block;font-size:1.1rem;line-height:1.4;color:var(--secondary);margin-bottom:1rem;white-space:normal;overflow:hidden;text-overflow:ellipsis}.profile_inner .intro-line{font-size:1.25rem;font-weight:500;color:var(--text);margin-bottom:0}.profile .buttons{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.profile .button{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.9rem;font-weight:500;background:0 0;color:var(--primary);border:2px solid var(--primary);border-radius:6px;text-decoration:none;white-space:nowrap;transition:all .25s ease}.profile .button:hover{background:var(--primary);color:var(--theme);transform:scale(1.05);box-shadow:0 2px 8px rgba(0,0,0,.1)}@media(max-width:1024px){.profile_inner h1{font-size:2rem}.profile_inner span{font-size:1rem}.profile_inner img{width:150px;height:150px}.profile .button{padding:.5rem 1.2rem;font-size:.85rem}}@media(max-width:600px){.profile_inner h1{font-size:1.75rem}.profile_inner span{font-size:.9rem}}