:root{--theme-text-color:#000;--theme-top-color:#fff;--theme-bottom-color:#7f02f9}.profile{box-sizing:border-box;overscroll-behavior:none;background-color:#fff;flex-direction:column;justify-content:start;align-items:center;width:100%;min-height:100vh;font-family:Inter,sans-serif;display:flex;position:relative}.profile__header-row{z-index:50;background:#fff;flex-direction:column;align-items:center;width:100%;display:flex;position:sticky;top:0}.profile__header-row__logo{z-index:10;justify-content:center;align-items:center;width:50px;height:50px;transition:opacity .15s;display:flex;position:absolute;top:10px;left:12px}.profile__header-row__logo img{-o-object-fit:contain;object-fit:contain;width:50px;height:50px}.profile__header-row__logo:hover{opacity:.7}.profile__header-row__toolbar{justify-content:center;align-items:center;gap:10px;width:100%;padding:6px 16px 10px;display:flex}.profile__header-row__toolbar__actions{align-items:center;gap:8px;display:flex;position:relative}.profile .toolbar-btn{cursor:pointer;color:#1e293b;background:#fff;border:1.5px solid #d1d5db;border-radius:20px;align-items:center;gap:6px;height:36px;padding:0 14px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.profile .toolbar-btn:hover{background:#f3f4f6;border-color:#9ca3af}.profile .toolbar-btn--icon{justify-content:center;width:36px;padding:0}.profile .toolbar-share,.profile .toolbar-more{position:relative}.profile .toolbar-dropdown{z-index:200;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:200px;animation:.12s toolbar-dropdown-in;position:absolute;top:calc(100% + 8px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 24px #0000001f,0 2px 6px #0000000f}.profile .toolbar-dropdown--right{animation:.12s toolbar-dropdown-in-right;left:auto;right:0;transform:none}.profile .toolbar-dropdown__header{color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #f3f4f6;padding:12px 16px 8px;font-family:Inter,sans-serif;font-size:11px;font-weight:600}.profile .toolbar-dropdown__item{color:#1e293b;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:12px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:background .12s;display:flex}.profile .toolbar-dropdown__item+.profile .toolbar-dropdown__item{border-top:1px solid #f3f4f6}.profile .toolbar-dropdown__item:hover{background:#f9fafb}.profile .toolbar-dropdown__item__icon{background:#f3f4f6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.profile .toolbar-dropdown__item--danger{color:#dc2626}.profile .toolbar-dropdown__item--danger:hover{background:#fef2f2}@keyframes toolbar-dropdown-in{0%{opacity:0;transform:translate(-50%)translateY(-4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes toolbar-dropdown-in-right{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.profile__options-menu{position:absolute;top:12px;right:16px}.profile__options-menu__trigger{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s;display:flex}.profile__options-menu__trigger:hover{color:#1f2937;background:#f3f4f6}.profile__options-menu__dropdown{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:160px;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;box-shadow:0 4px 12px #0000001f}.profile__options-menu__dropdown__item{text-align:left;color:#1e293b;cursor:pointer;background:0 0;border:none;width:100%;padding:10px 16px;font-family:Inter,sans-serif;font-size:14px;transition:background .15s;display:block}.profile__options-menu__dropdown__item:hover{background:#f9fafb}.profile__options-menu__dropdown__item--danger{color:#dc2626}.profile__options-menu__dropdown__item--danger:hover{background:#fef2f2}.profile__container{touch-action:pan-y;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:24px 20px 20px;display:flex}.profile__container__channels{flex-wrap:wrap;align-items:center;gap:20px;width:362px;display:flex}.profile__container__links{flex-direction:column;width:100%;display:flex}
