.profile-shell-v3{display:grid;gap:18px}.profile-shell-v3 .profile-head{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;padding:24px 26px;min-height:auto}.profile-shell-v3 .profile-head>div:nth-child(2){min-width:0}.profile-shell-v3 .profile-head h1{margin:5px 0 4px;font-size:clamp(26px,3vw,38px)}.profile-shell-v3 .profile-head p{margin:0;color:var(--muted)}.profile-shell-v3 .profile-head .profile-avatar{width:88px;height:88px;flex:0 0 88px}.profile-shell-role{font-size:12px;letter-spacing:.04em}.profile-shell-bio{display:block;max-width:720px;margin-top:8px;color:var(--muted);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-shell-actions{display:flex;align-items:center;gap:10px}.profile-shell-menu-wrap{position:relative}.profile-shell-menu-button{width:44px;height:44px;padding:0;border-radius:14px;font-size:22px}.profile-shell-menu{position:absolute;z-index:45;right:0;top:calc(100% + 8px);display:grid;min-width:230px;padding:8px;background:#0e1d2d;border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 50px rgba(0,0,0,.4)}.profile-shell-menu[hidden]{display:none}.profile-shell-menu a,.profile-shell-menu button{display:flex;width:100%;justify-content:flex-start;align-items:center;min-height:42px;padding:9px 12px;border:0;border-radius:10px;background:transparent;color:var(--text);font:inherit;text-decoration:none;cursor:pointer}.profile-shell-menu a:hover,.profile-shell-menu button:hover{background:rgba(255,255,255,.06)}.profile-shell-menu .danger{color:#ffb4bd}.profile-shell-nav{display:flex;gap:8px;overflow-x:auto;padding:4px;border:1px solid var(--line);border-radius:16px;background:rgba(7,18,30,.65);scrollbar-width:none}.profile-shell-nav::-webkit-scrollbar{display:none}.profile-shell-tab{flex:1 0 auto;min-height:44px;padding:10px 18px;border:0;border-radius:12px;background:transparent;color:var(--muted);font:inherit;font-weight:750;cursor:pointer}.profile-shell-tab:hover{color:var(--text);background:rgba(255,255,255,.04)}.profile-shell-tab.active{color:#07111b;background:var(--accent);box-shadow:0 8px 24px rgba(140,255,122,.16)}.profile-shell-view{display:none;min-width:0}.profile-shell-view.active{display:block}.profile-overview-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:18px}.profile-overview-stack{display:grid;gap:18px}.profile-overview-card{padding:22px}.profile-overview-card h2,.profile-overview-card h3{margin:5px 0 10px}.profile-overview-card p{color:var(--muted)}.profile-summary-line{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}.profile-summary-chip{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.045);border:1px solid var(--line);font-size:13px}.profile-next-event{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px}.profile-date-tile{display:grid;place-items:center;width:66px;height:66px;border-radius:18px;background:linear-gradient(145deg,rgba(140,255,122,.18),rgba(53,215,255,.12));border:1px solid rgba(140,255,122,.28)}.profile-date-tile strong{font-size:26px;line-height:1}.profile-date-tile small{text-transform:uppercase;color:var(--muted)}.profile-attention-list,.profile-recent-list{display:grid;gap:10px}.profile-attention-item,.profile-recent-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.035);border:1px solid var(--line)}.profile-attention-item span:first-child,.profile-recent-item>div{min-width:0}.profile-attention-item strong,.profile-recent-item strong{display:block}.profile-attention-item small,.profile-recent-item small{display:block;color:var(--muted);margin-top:3px}.profile-attention-dot{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:var(--accent);box-shadow:0 0 18px rgba(140,255,122,.7)}.profile-overview-loading{min-height:240px;display:grid;place-items:center;color:var(--muted)}.profile-activity-wrap>.stats-row{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 16px}.profile-activity-wrap>.stats-row .stat-card{min-width:150px;flex:1;padding:15px 18px}.profile-activity-wrap>.tabs{margin-bottom:18px}.profile-contacts-host:empty::before{content:'Загружаем контакты и приглашения…';display:grid;place-items:center;min-height:180px;color:var(--muted)}.profile-contacts-host .social-center{margin:0}.profile-contacts-host .social-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-settings-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:18px;align-items:start}.profile-settings-menu{position:sticky;top:96px;display:grid;gap:6px;padding:10px;border:1px solid var(--line);border-radius:16px;background:rgba(7,18,30,.72)}.profile-settings-menu button{display:flex;align-items:center;gap:10px;min-height:44px;padding:10px 12px;border:0;border-radius:11px;background:transparent;color:var(--muted);font:inherit;font-weight:700;text-align:left;cursor:pointer}.profile-settings-menu button:hover{color:var(--text);background:rgba(255,255,255,.04)}.profile-settings-menu button.active{color:var(--text);background:rgba(140,255,122,.1);box-shadow:inset 3px 0 var(--accent)}.profile-settings-content{min-width:0}.profile-settings-panel{display:none}.profile-settings-panel.active{display:grid;gap:18px}.profile-settings-panel:empty::before{content:'Загружаем настройки…';display:grid;place-items:center;min-height:180px;color:var(--muted);border:1px dashed var(--line);border-radius:16px}.profile-settings-panel>.glass-card,.profile-settings-panel>form.glass-card{margin:0}.profile-settings-panel .profile-settings-grid,.profile-settings-panel .notification-settings-v2,.profile-settings-panel .security-grid{display:contents}.profile-settings-panel .account-settings-card,.profile-settings-panel .notification-preferences-card,.profile-settings-panel .messenger-settings-card,.profile-settings-panel .calendar-subscription-card,.profile-settings-panel .security-card{width:100%}.profile-settings-panel[data-settings-panel='account'] .danger-zone{border-color:rgba(255,92,111,.32)}.profile-shell-v3 .footer{margin-top:10px}.profile-shell-v3~.profile-settings-grid,.profile-shell-v3~.notification-settings-v2,.profile-shell-v3~.social-center,.profile-shell-v3~.security-grid{display:none!important}@media(max-width:900px){.profile-overview-grid{grid-template-columns:1fr}.profile-settings-layout{grid-template-columns:1fr}.profile-settings-menu{position:static;display:flex;overflow-x:auto;scrollbar-width:none}.profile-settings-menu button{flex:0 0 auto}.profile-contacts-host .social-grid{grid-template-columns:1fr}}@media(max-width:640px){.profile-shell-v3{gap:12px}.profile-shell-v3 .profile-head{grid-template-columns:auto minmax(0,1fr);gap:14px;padding:18px}.profile-shell-v3 .profile-head .profile-avatar{width:72px;height:72px;flex-basis:72px}.profile-shell-actions{grid-column:1/-1;width:100%;justify-content:space-between}.profile-shell-edit{flex:1}.profile-shell-bio{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.profile-shell-nav{border-radius:14px}.profile-shell-tab{padding:9px 14px}.profile-overview-card{padding:17px}.profile-next-event{grid-template-columns:auto minmax(0,1fr)}.profile-next-event .button{grid-column:1/-1;width:100%}.profile-summary-chip{font-size:12px}.profile-activity-wrap>.stats-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.profile-activity-wrap>.stats-row .stat-card{min-width:0}.profile-settings-menu{margin:0 -2px}.profile-settings-content .form-grid{grid-template-columns:1fr}.profile-settings-content .field{grid-column:1/-1}}