.button_rate,.card-title,.profile-stats{font-size:1rem}.profile-container{padding:2.5rem 1.25rem;background-color:var(--secondary-background);color:var(--text-color)}.profile-header,.profile-videos{background-color:var(--container-background);padding:1.25rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.profile-header{display:flex;align-items:center;gap:1.875rem;flex-wrap:wrap;margin-bottom:2.5rem;border-radius:.75rem}.profile-image img{width:9.375rem;height:9.375rem;object-fit:cover;border-radius:50%;border:.25rem solid var(--primary-color)}.btn-watch,.profile-links .btn{color:var(--button-text-color);border:none;transition:background-color .3s}.profile-info{flex:1;display:flex;flex-direction:column;justify-content:center}.profile-info h2{font-size:2rem;margin-bottom:.625rem;color:var(--primary-color)}.profile-info p.bio{font-size:1rem;line-height:1.5;margin-bottom:.9375rem;color:#ccc}.profile-links .btn{margin-right:.625rem;margin-bottom:.625rem;background-color:var(--primary-color);padding:.625rem 1.25rem;border-radius:1.5625rem;text-decoration:none;display:inline-block}.btn-watch:hover,.profile-links .btn:hover{background-color:var(--primary-hover)}.profile-stats{margin-top:.9375rem;display:flex;gap:1.25rem}.profile-stats span{display:flex;align-items:center;gap:.3125rem;color:#ccc}.profile-stats span i,.profile-videos h3{color:var(--primary-color)}.profile-videos{border-radius:.75rem}.profile-videos h3{font-size:1.8rem;margin-bottom:1.25rem}.post-item.card h3{font-size:1.1rem;margin:.625rem 0;color:var(--text-color);line-height:1.2em;height:2.4em;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;white-space:normal}.btn-watch{background-color:var(--primary-color);padding:.5rem .75rem;border-radius:.375rem;cursor:pointer}.btn-patreon{background-color:#f96854;color:#fff}.btn-patreon:hover{background-color:#d1404a}.btn-subscribestar{background-color:#f80;color:#fff}.btn-subscribestar:hover{background-color:#c60}@media (max-width:768px){.profile-header{flex-direction:column;align-items:center;text-align:center}.profile-image img{width:7.5rem;height:7.5rem}.profile-info h2{font-size:1.5rem}.profile-stats{flex-direction:column;gap:.625rem}.profile-links .btn{margin-right:0;margin-bottom:.625rem;width:100%;text-align:center}}.button_rate{background:0 0;border:none;cursor:pointer;color:#555;display:flex;align-items:center}.button_rate i{margin-right:.3125rem}@media screen and (max-width:768px){.hide-on-mobile{display:none}}@media screen and (min-width:769px){.hide-on-desktop{display:none}}#message-container{position:fixed;top:1.25rem;right:1.25rem;z-index:1000}.message{background-color:#333;color:#fff;padding:.9375rem 1.25rem;margin-bottom:.625rem;border-radius:.3125rem;opacity:.9;min-width:15.625rem;max-width:21.875rem;box-shadow:0 2px 6px rgba(0,0,0,.3);animation:.5s forwards slideIn}.message.success{background-color:#28a745}.message.error{background-color:#dc3545}.message.info{background-color:#17a2b8}.message.warning{background-color:#ffc107;color:#212529}@keyframes slideIn{from{opacity:0;transform:translateX(100%)}to{opacity:.9;transform:translateX(0)}}.close-button{float:right;font-size:1.25rem;font-weight:700;margin-left:.9375rem;cursor:pointer}