.author{display:inline-block;transition:all .2s ease;width:auto}.author.clickable{cursor:pointer;border-radius:var(--border-radius);transition:all .2s ease}.author.clickable:hover{background-color:var(--light-background--tertiary);opacity:.9}.author__name{font-size:var(--font-size-base);font-weight:700;color:var(--light-bg__text-color--primary);background:linear-gradient(135deg,var(--light-background--primary),var(--light-background--secondary));padding:.25rem .75rem;border-radius:6px;border:1px solid var(--light-border--primary);transition:all .2s ease;white-space:nowrap;text-shadow:0 1px 2px hsla(0,0%,100%,.9);box-shadow:0 1px 3px rgba(0,0,0,.1);display:inline-flex;align-items:center;gap:.5rem;vertical-align:middle}.author.clickable:hover .author__name{color:var(--brand-primary--dark);border-color:var(--brand-primary)}.author.sm{gap:.375rem}.author.sm .author__name{font-size:var(--font-size-md);font-weight:700;padding:.2rem .6rem}.author.md{gap:.5rem}.author.md .author__name{font-size:var(--font-size-base);font-weight:700;padding:.25rem .75rem}.author.lg{gap:.75rem}.author.lg .author__name{font-size:var(--font-size-lg);font-weight:800;padding:.3rem .9rem}@media (max-width:480px){.author__name{white-space:normal;word-break:break-word}.author.sm .author__name{font-size:var(--font-size-sm);padding:.15rem .5rem}.author.md .author__name{font-size:var(--font-size-md);padding:.2rem .6rem}.author.lg .author__name{font-size:var(--font-size-md);padding:.25rem .7rem}}@media (prefers-color-scheme:dark){.author.clickable:hover{background-color:var(--dark-background--secondary,#4b5563);opacity:.9}.author__name{color:var(--dark-bg__text-color--primary);background:linear-gradient(135deg,var(--dark-background--secondary),var(--dark-background--tertiary));border-color:var(--dark-border--primary);text-shadow:0 1px 3px rgba(0,0,0,.9);box-shadow:0 1px 4px rgba(0,0,0,.3)}.author.clickable:hover .author__name{color:var(--brand-primary--light);border-color:var(--brand-primary)}}.author-tooltip{backdrop-filter:var(--tooltip-glass-blur)!important;-webkit-backdrop-filter:var(--tooltip-glass-blur)!important;background:var(--tooltip-glass-bg)!important;border:1px solid var(--tooltip-glass-border)!important;box-shadow:var(--tooltip-glass-shadow)!important;border-radius:var(--border-radius);overflow:hidden}.link-tooltip.author-tooltip-wrapper{padding:0!important;background:transparent!important;border:none!important;box-shadow:none!important}.author-tooltip__content{padding:1rem}.author-tooltip__content .author-tooltip__header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.author-tooltip__header-info{background:var(--dark-background--secondary);border-radius:var(--border-radius);padding:.5rem;color:var(--light-bg__text-color--primary);flex:1 1;min-width:0}.author-tooltip__name{font-size:var(--font-size-base);font-weight:600;color:var(--text-primary);margin:0 0 .25rem;word-wrap:break-word}.author-tooltip__location{font-size:var(--font-size-md);color:var(--text-secondary);margin:0;display:flex;align-items:center;gap:.25rem}.author-tooltip__bio{margin-top:.75rem;padding:.75rem;background:rgba(var(--brand-primary--light),.1);border:1px solid rgba(var(--brand-primary),.3);border-radius:var(--border-radius);font-style:italic}.author-tooltip__bio p{margin:0;font-size:var(--font-size-sm);line-height:1.4;color:var(--light-bg__text-color--primary);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:normal;max-width:100%}.author-tooltip__stats{display:flex;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(var(--brand-tertiary--dark),.3)}.author-tooltip__stat{flex:1 1;padding:.5rem;background:rgba(var(--light-background--tertiary),.5);border:1px solid rgba(var(--brand-tertiary--dark),.3);border-radius:var(--border-radius);text-align:center}.author-tooltip__stat-number{display:block;font-size:var(--font-size-base);font-weight:700;color:var(--light-bg__text-color--primary);margin-bottom:.25rem}.author-tooltip__stat-label{font-size:var(--font-size-xs);color:var(--light-bg__text-color--secondary);text-transform:uppercase;letter-spacing:.05em;font-weight:500;word-wrap:break-word}.author-tooltip__footer{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(var(--brand-tertiary--dark),.3)}.author-tooltip__join-date{font-size:var(--font-size-sm);color:var(--light-bg__text-color--tertiary)}.author-tooltip__actions{border-top:1px solid rgba(var(--brand-tertiary--dark),.3);display:flex;flex-direction:column;gap:.5rem;background:rgba(var(--light-background--secondary),.3);padding:.75rem;border-radius:var(--border-radius);margin:.75rem 0 0}.author-tooltip__action-button{padding:.5rem .75rem;border-radius:var(--border-radius);border:1px solid rgba(var(--brand-primary),.3);background:rgba(var(--brand-primary),.1);color:var(--brand-primary);font-size:var(--font-size-sm);font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center;text-decoration:none;display:block}.author-tooltip__action-button:hover{background:rgba(var(--brand-primary),.2);border-color:var(--brand-primary)}.author-tooltip__action-button.secondary{background:rgba(var(--light-background--tertiary),.5);border-color:rgba(var(--brand-tertiary--dark),.5);color:var(--light-bg__text-color--secondary)}.author-tooltip__action-button.secondary:hover{background:rgba(var(--brand-primary),.1);border-color:rgba(var(--brand-primary),.5);color:var(--brand-primary)}.author-tooltip__hint{font-size:var(--font-size-xs);color:var(--light-bg__text-color--tertiary);text-align:center;margin-top:.5rem;padding:.25rem;background:rgba(var(--brand-tertiary),.1);border-radius:var(--border-radius);font-style:italic}.user-profile-modal{width:90vw;max-width:500px;min-width:400px;max-height:90vh;background:var(--light-background--primary);border-radius:var(--border-radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.2)}.user-profile-modal__header{padding:1.5rem;border-bottom:1px solid var(--light-border--secondary);background:var(--light-background--secondary);display:flex;justify-content:space-between;align-items:center}.user-profile-modal__title{font-size:var(--font-size-xl);font-weight:600;color:var(--dark-bg__text-color--primary);margin:0}.user-profile-modal__close{background:none;border:none;font-size:var(--font-size-xl);color:var(--text-secondary);cursor:pointer;padding:.5rem;border-radius:var(--border-radius);transition:all .2s ease;line-height:1;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.user-profile-modal__close:hover{background:var(--light-background--primary);color:var(--text-primary)}.user-profile-modal__content{padding:1.5rem;overflow-y:auto;flex:1 1;max-height:calc(90vh - 100px)}.user-profile-modal__profile{background:transparent;border:none;padding:0;box-shadow:none;position:relative!important;z-index:auto!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;min-width:auto!important;max-width:none!important;width:100%!important}.user-profile-modal__profile:hover{border:none;box-shadow:none}@media (prefers-color-scheme:dark){.author-tooltip{background:var(--tooltip-glass-bg)!important;border:1px solid var(--tooltip-glass-border)!important;box-shadow:var(--tooltip-glass-shadow)!important}.author-tooltip__name{color:var(--dark-bg__text-color--primary)}.author-tooltip__join-date,.author-tooltip__location{color:var(--dark-bg__text-color--secondary)}.author-tooltip__bio{background:rgba(var(--brand-primary--light),.15);border-color:rgba(var(--brand-primary),.4)}.author-tooltip__bio p{color:var(--dark-bg__text-color--primary)}.author-tooltip__stat,.author-tooltip__stats{border-color:rgba(var(--dark-border--secondary),.5)}.author-tooltip__stat{background:rgba(var(--dark-background--tertiary),.6)}.author-tooltip__stat-number{color:var(--brand-primary--light)}.author-tooltip__stat-label{color:var(--dark-bg__text-color--tertiary)}.author-tooltip__actions,.author-tooltip__footer{border-color:rgba(var(--dark-border--secondary),.5)}.author-tooltip__actions{background:rgba(var(--dark-background--secondary),.4)}.author-tooltip__hint{color:var(--dark-bg__text-color--tertiary);background:rgba(var(--brand-tertiary),.15)}.author-tooltip__action-button.secondary{background:rgba(var(--dark-background--primary),.5);border-color:rgba(var(--brand-primary),.4);color:var(--brand-primary--light)}.author-tooltip__action-button.secondary:hover{background:var(--brand-primary);color:var(--dark-bg__text-color--primary)}.user-profile-modal{background:var(--dark-background--primary)}.user-profile-modal__header{background:var(--dark-background--secondary);border-color:var(--dark-border--secondary)}.user-profile-modal__close:hover{background:var(--dark-background--primary)}}@media (max-width:768px){.user-profile-modal{width:95vw;min-width:300px;max-width:400px;max-height:85vh}.user-profile-modal__content{padding:1rem;max-height:calc(85vh - 80px)}.user-profile-modal__header{padding:1rem}.user-profile-modal__title{font-size:var(--font-size-lg)}}@media (max-width:480px){.user-profile-modal{width:98vw;min-width:280px;max-width:350px;max-height:80vh}.user-profile-modal__content{padding:.75rem;max-height:calc(80vh - 70px)}.user-profile-modal__header{padding:.75rem}}.user-profile-modal__profile .user-profile__bio-textarea{min-height:80px;max-height:150px;resize:vertical}.user-profile-modal__profile .user-profile__bio-actions{gap:.5rem;flex-wrap:wrap}.user-profile-modal__profile .user-profile__bio-cancel,.user-profile-modal__profile .user-profile__bio-save{flex:1 1;min-width:80px}.user-profile-modal__profile .user-profile__edit-bio-btn--compact{margin-bottom:.5rem;font-size:var(--font-size-md);padding:.25rem .5rem}.user-profile-modal__profile .user-profile__stats{margin-top:1rem;gap:.5rem}.user-profile-modal__profile .user-profile__stat{padding:.5rem;min-width:0;flex:1 1}.skeleton--avatar,.skeleton--button,.skeleton--text{background:linear-gradient(90deg,var(--light-background--secondary,#e0e0e0) 25%,var(--light-background--tertiary,#f0f0f0) 50%,var(--light-background--secondary,#e0e0e0) 75%);background-size:200% 100%;animation:skeleton-pulse 2s ease-in-out infinite;border-radius:4px}.skeleton--avatar{border-radius:50%!important}.skeleton--button{border-radius:6px!important}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.author-tooltip__loading{padding:1rem;text-align:center;min-width:200px}.author-tooltip__skeleton{display:flex;flex-direction:column;gap:.5rem}@media (prefers-color-scheme:dark){.skeleton--avatar,.skeleton--button,.skeleton--text{background:linear-gradient(90deg,var(--dark-background--secondary,#2a2a2a) 25%,var(--dark-background--tertiary,#3a3a3a) 50%,var(--dark-background--secondary,#2a2a2a) 75%);background-size:200% 100%}}.author-tooltip__error{padding:1rem;text-align:center;color:var(--text-muted);font-size:.875rem;min-width:150px}.author-tooltip__error p{margin:0}.author-tooltip__private-icon{width:32px;height:32px;background:rgba(var(--brand-secondary),.2);border:2px solid rgba(var(--brand-secondary),.4);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.author-tooltip__private-status{font-size:var(--font-size-sm);color:var(--brand-secondary);margin:0;font-weight:500;display:flex;align-items:center;gap:.25rem}.author-tooltip__private-message{margin-top:.75rem;padding:.75rem;background:rgba(var(--brand-secondary),.1);border-radius:var(--border-radius);border:1px solid rgba(var(--brand-secondary),.3);border-left:3px solid var(--brand-secondary)}.author-tooltip__private-message p{margin:0;font-size:var(--font-size-sm);line-height:1.4;color:var(--light-bg__text-color--primary);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:normal;max-width:100%}@media (prefers-color-scheme:dark){.author-tooltip__private-icon{background:rgba(var(--brand-secondary),.25);border-color:rgba(var(--brand-secondary),.5)}.author-tooltip__private-status{color:var(--brand-secondary--light)}.author-tooltip__private-message{background:rgba(var(--brand-secondary),.15);border-color:rgba(var(--brand-secondary),.4);border-left-color:var(--brand-secondary--light)}.author-tooltip__private-message p{color:var(--dark-bg__text-color--primary)}}@media (hover:none) and (pointer:coarse){.author.clickable{min-height:44px;min-width:44px;-webkit-tap-highlight-color:rgba(0,0,0,.1);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;position:relative}.author.clickable:active{transform:scale(.98);transition:transform .1s ease}.author-tooltip{pointer-events:auto}}.author.clickable{outline:none;border-radius:var(--border-radius,4px)}.author.clickable:focus{outline:none}@media (max-width:768px){.author-tooltip{max-width:90vw;max-height:50vh;overflow-y:auto;z-index:9999}}@media (prefers-contrast:high){.author.clickable{border:2px solid}}@media (prefers-reduced-motion:reduce){.author.clickable{transition:none}.author.clickable:active{transform:none}}