/* Profile module */
.profile-page{display:grid;grid-template-columns:245px 1fr;gap:18px}.profile-left{display:grid;align-content:start;gap:14px}.profile-avatar-card,.profile-info-box,.profile-main,.wall-message,.user-card{border:1px solid var(--line);background:rgba(255,255,255,.07);border-radius:22px;box-shadow:0 22px 70px rgba(0,0,0,.2);backdrop-filter:blur(18px)}.profile-avatar-card{padding:10px}.profile-big-avatar{width:100%;aspect-ratio:1/1.25;object-fit:cover;border-radius:16px;display:block;background:rgba(255,255,255,.08)}.profile-info-box{padding:16px}.info-row{display:flex;justify-content:space-between;gap:12px;font-size:13px;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.06)}.info-row:last-child{border-bottom:0}.info-row span{color:var(--muted)}.info-row b{color:#fff;text-align:right}.profile-main{overflow:hidden}.profile-head{padding:22px;display:flex;justify-content:space-between;gap:18px;align-items:flex-start;background:rgba(2,6,23,.45);border-bottom:1px solid var(--line)}.profile-head h1{font-size:32px;line-height:1;margin-bottom:8px}.profile-head p{color:#cbd5e1;margin-bottom:5px}.profile-head small{color:var(--muted)}.profile-tabs{display:flex;gap:4px;padding:14px 22px 0;border-bottom:1px solid var(--line)}.profile-tabs span{padding:12px 18px;background:rgba(255,255,255,.12);color:#e2e8f0;font-weight:800;font-size:14px;border-radius:10px 10px 0 0}.profile-tabs .active{background:linear-gradient(90deg,#b30000,#d40000);color:#fff}.profile-status-form{display:grid;grid-template-columns:52px 1fr auto;gap:12px;padding:22px;align-items:start;border-bottom:1px solid var(--line)}.profile-status-form img{width:52px;height:52px;object-fit:cover;border-radius:10px}.profile-status-form textarea{width:100%;min-height:58px;resize:vertical;border:1px solid var(--line);background:rgba(2,6,23,.48);color:#fff;border-radius:12px;padding:13px;outline:none}.profile-wall{display:grid;gap:0}.wall-message{box-shadow:none;border-left:0;border-right:0;border-top:0;border-radius:0;display:grid;grid-template-columns:52px 1fr;gap:14px;padding:18px 22px}.wall-message img{width:52px;height:52px;border-radius:10px;object-fit:cover}.wall-message-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px}.wall-message-head a{color:var(--green);font-weight:900}.wall-message-head span{color:var(--muted);font-size:13px}.wall-message p{color:#e2e8f0;line-height:1.65;white-space:pre-wrap}.success-alert{background:rgba(34,197,94,.12);border-color:rgba(34,197,94,.28);color:#bbf7d0}.profile-edit-form{max-width:760px}.edit-avatar-preview{margin-bottom:18px}.edit-avatar-preview img{width:150px;height:150px;object-fit:cover;border-radius:24px;border:1px solid var(--line)}.users-search{display:grid;grid-template-columns:1fr auto;gap:12px;margin-bottom:18px}.users-search .input{margin-bottom:0}.users-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.user-card{display:grid;grid-template-columns:76px 1fr;gap:15px;padding:15px;transition:.2s}.user-card:hover{transform:translateY(-3px);border-color:rgba(103,232,249,.42)}.user-card img{width:76px;height:76px;object-fit:cover;border-radius:15px}.user-card b{display:block;font-size:18px}.user-card span,.user-card small{display:block;color:var(--muted);margin-top:5px}.user-card p{margin-top:8px;color:#cbd5e1}@media(max-width:850px){.profile-page{grid-template-columns:1fr}.profile-big-avatar{max-height:360px}.users-grid{grid-template-columns:1fr}.profile-status-form{grid-template-columns:44px 1fr}.profile-status-form button{grid-column:1/-1}}@media(max-width:520px){.profile-head{flex-direction:column}.profile-tabs{overflow-x:auto}.wall-message{grid-template-columns:42px 1fr}.wall-message img,.profile-status-form img{width:42px;height:42px}.users-search{grid-template-columns:1fr}}
