.settings-notifications{display:flex;flex-direction:column;gap:20px}.settings-notifications__section{display:flex;flex-direction:column;gap:4px}.settings-notifications__title{margin:0 0 6px;font-size:14px;font-weight:600;opacity:.85;text-transform:uppercase;letter-spacing:.04em;color:var(--text-primary, #fff)}.settings-notifications__list{display:flex;flex-direction:column;gap:2px}.settings-switch-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid color-mix(in srgb,var(--border-color, #555) 55%,transparent)}.settings-switch-row:last-child{border-bottom:none;padding-bottom:0}.settings-switch-row:first-child{padding-top:0}.settings-switch-row.is-saving{opacity:.72}.settings-switch-row__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.settings-switch-row__label{font-size:16px;font-weight:500;line-height:1.3;cursor:pointer;color:var(--text-primary, #fff)}.settings-switch-row__hint{font-size:13px;line-height:1.35;opacity:.68;color:var(--text-muted, #b8b8b8)}.settings-content .settings-switch,.plum-card .settings-switch,.settings-switch{flex-shrink:0;width:52px;height:32px;min-width:52px;min-height:32px;padding:0;margin:0;border:none;background:transparent!important;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none}.settings-content .settings-switch:disabled,.settings-switch:disabled{cursor:not-allowed;opacity:.55}.settings-switch__track{display:block;position:relative;width:52px;height:32px;border-radius:999px;background:#5a5a5a!important;transition:background-color .22s ease;box-shadow:inset 0 1px 3px #00000059}.settings-switch.is-on .settings-switch__track{background:var(--accent-strong, #d51ac3)!important;box-shadow:inset 0 1px 2px #00000026}.settings-switch__thumb{position:absolute;top:3px;left:3px;width:26px;height:26px;border-radius:50%;background:#fff!important;box-shadow:0 2px 6px #00000059;transition:transform .22s ease;pointer-events:none}.settings-switch.is-on .settings-switch__thumb{transform:translate(20px)}.settings-switch:focus-visible .settings-switch__track{outline:2px solid color-mix(in srgb,var(--accent-strong, #d51ac3) 65%,transparent);outline-offset:2px}:root{--header-height: 50px;--content-bg-color: #121212;--plum-accent: #6b4164}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body.plumnet-app-shell{display:block!important;height:100%;overflow:hidden;background:var(--content-bg-color, #121212);color:#e8e8f0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.boot{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;background:var(--content-bg-color, #121212);color:#e8e8f0}.boot__orb,.page-loader__orb{width:48px;height:48px;border-radius:50%;border:3px solid rgba(255,255,255,.35);border-top-color:#fff;animation:boot-spin .8s linear infinite}.boot__text,.page-loader__text{margin:0;font-size:1.05rem;opacity:.92}.page-loader{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;gap:1rem;color:#e8e8f0}.page-loader--fullscreen{min-height:100vh}.native-page-frame{position:relative;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.native-page-frame__body{visibility:hidden;position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;opacity:0}.native-page-frame__body--visible{visibility:visible;position:static;width:100%;height:100%;flex:1 1 auto;min-height:0;overflow:hidden;pointer-events:auto;opacity:1}@keyframes boot-spin{to{transform:rotate(360deg)}}.plum-skel{pointer-events:none;-webkit-user-select:none;user-select:none}.plum-skel-block{border-radius:10px;background:linear-gradient(90deg,#ffffff0f,#ffffff24,#ffffff0f 90%);background-size:220% 100%;animation:plum-skel-shimmer 1.15s ease-in-out infinite}.plum-skel-block--accent{background:linear-gradient(90deg,#da6fd41a,#da6fd43d,#da6fd41a 90%);background-size:220% 100%}.plum-skel-circle{border-radius:50%;flex-shrink:0}@keyframes plum-skel-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.page-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:column;min-height:0;overflow:hidden;background:var(--content-bg-color, #121212)}.page-skeleton--fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;min-height:100vh}.plum-skel-split{flex:1;display:flex;min-height:0;height:100%;gap:0}.plum-skel-split__left{flex:0 0 38%;max-width:360px;min-width:0;display:flex;flex-direction:column;gap:8px;padding:10px;box-sizing:border-box;border-right:1px solid rgba(255,255,255,.06)}.plum-skel-split__right{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;padding:16px;box-sizing:border-box;gap:12px}.plum-skel-search{height:30px;border-radius:10px;width:100%}.plum-skel-list{display:flex;flex-direction:column;gap:8px;flex:1;min-height:0;overflow:hidden}.plum-skel-chat-item{display:grid;grid-template-columns:52px minmax(0,1fr);grid-template-rows:auto auto auto;column-gap:10px;row-gap:4px;padding:8px 10px;border-radius:19px;background:var(--surface-raised-bg, #444);box-sizing:border-box}.plum-skel-chat-item__avatar{grid-column:1;grid-row:1 / -1;width:52px;height:52px;align-self:center}.plum-skel-chat-item__title{grid-column:2;grid-row:1;height:14px;width:58%;border-radius:6px}.plum-skel-chat-item__line{grid-column:2;height:11px;border-radius:5px}.plum-skel-chat-item__line--2{grid-row:2;width:78%}.plum-skel-chat-item__line--3{grid-row:3;width:42%}.plum-skel-tab-item{height:44px;border-radius:14px;width:100%}.plum-skel-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;opacity:.85}.plum-skel-empty__icon{width:96px;height:96px;border-radius:20px}.plum-skel-empty__line{height:14px;width:min(280px,72%);border-radius:7px}.plum-skel-chat-header{display:flex;align-items:center;gap:10px;padding:8px 0 12px}.plum-skel-chat-header__avatar{width:44px;height:44px}.plum-skel-chat-header__title{height:18px;width:140px;border-radius:6px}.plum-skel-messages{flex:1;display:flex;flex-direction:column;gap:12px;padding:8px 0;min-height:0}.plum-skel-msg-row{display:flex;width:100%}.plum-skel-msg-row--mine{justify-content:flex-end}.plum-skel-msg-row--other{justify-content:flex-start}.plum-skel-msg-bubble{height:44px;border-radius:10px}.plum-skel-msg-bubble--sm{width:38%;max-width:160px;height:40px}.plum-skel-msg-bubble--md{width:56%;max-width:240px;height:46px}.plum-skel-msg-bubble--lg{width:72%;max-width:300px;height:54px}.plum-skel-composer{height:44px;border-radius:14px;width:100%;margin-top:auto}.plum-skel-profile{flex:1;overflow:hidden;padding:0 12px 16px;box-sizing:border-box;width:100%;max-width:990px;margin:0 auto}.plum-skel-profile__cover{height:140px;border-radius:16px;width:100%;margin-bottom:-36px}.plum-skel-profile__head{display:flex;gap:14px;align-items:flex-end;padding:0 8px 16px}.plum-skel-profile__avatar{width:96px;height:96px;border:3px solid var(--content-bg-color, #121212)}.plum-skel-profile__meta{flex:1;display:flex;flex-direction:column;gap:8px;padding-bottom:8px}.plum-skel-profile__name{height:20px;width:55%;border-radius:6px}.plum-skel-profile__nick{height:14px;width:35%;border-radius:5px}.plum-skel-profile__photos{display:flex;gap:8px;padding:8px 0 16px;overflow:hidden}.plum-skel-profile__photo{width:72px;height:72px;border-radius:12px;flex-shrink:0}.plum-skel-profile__post{height:88px;border-radius:14px;width:100%;margin-bottom:10px}.plum-skel-settings{flex:1;display:flex;min-height:0;height:100%}.plum-skel-settings__menu{flex:0 0 280px;max-width:36%;padding:12px;display:flex;flex-direction:column;gap:6px;border-right:1px solid rgba(255,255,255,.06);box-sizing:border-box}.plum-skel-settings__item{height:40px;border-radius:12px;width:100%}.plum-skel-settings__panel{flex:1;padding:20px 24px;display:flex;flex-direction:column;gap:14px}.plum-skel-settings__line{height:16px;border-radius:6px}.plum-skel-settings__line--lg{width:72%}.plum-skel-settings__line--md{width:54%}.plum-skel-settings__line--sm{width:38%}.plum-skel-moduls{flex:1;display:flex;min-height:0;height:100%;gap:0}.plum-skel-moduls__slots{flex:0 0 220px;padding:12px;display:flex;flex-direction:column;gap:8px;border-right:1px solid rgba(255,255,255,.06)}.plum-skel-moduls__slot{height:52px;border-radius:14px}.plum-skel-moduls__grid{flex:1;padding:16px;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;align-content:start}.plum-skel-moduls__card{height:180px;border-radius:16px}.plum-skel-simple{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.plum-skel-simple__card{width:min(420px,100%);padding:28px 24px;border-radius:18px;background:var(--surface-raised-bg, #2a2a2a);display:flex;flex-direction:column;gap:14px}.plum-skel-simple__line{height:14px;border-radius:6px}.plum-skel-simple__line--title{height:22px;width:62%}.plum-skel-simple__line--full{width:100%}.plum-skel-simple__line--md{width:78%}.plum-skel-simple__line--btn{height:40px;width:100%;border-radius:10px;margin-top:6px}.plum-skel-split--open .plum-skel-split__left{display:none}.plum-skel-split--open .plum-skel-split__right{flex:1 1 auto;padding:0}.plum-skel-messages--open{flex:1;min-height:0}@media(max-width:900px){.plum-skel-split__left{flex:1 1 auto;max-width:none;border-right:none}.plum-skel-split__right{display:none}.plum-skel-split--open .plum-skel-split__right{display:flex}.plum-skel-settings__menu{flex:1;max-width:none;border-right:none}.plum-skel-settings__panel{display:none}}.plum-skel-chrome-header{pointer-events:none}.plum-skel-chrome-header .line{background:transparent!important;box-shadow:none!important}.plum-skel-chrome-header__burger-slot{display:none;align-items:center;justify-content:center}.plum-skel-chrome-header__burger{width:50px;height:50px;border-radius:10px}.plum-skel-chrome-header__row{display:flex;align-items:center;gap:10px;min-width:0}.plum-skel-chrome-header__logo{width:50px;height:50px;flex-shrink:0}.plum-skel-chrome-header__title{width:140px;height:28px;border-radius:8px}.plum-skel-chrome-sidebar{pointer-events:none}.plum-skel-chrome-sidebar .menu.menu-rail{width:100px}.plum-skel-chrome-sidebar ol{display:flex;flex-direction:column;gap:4px;margin:0;padding:12px 0 24px;list-style:none}.plum-skel-chrome-sidebar ol li{display:flex;align-items:center;justify-content:center;padding:14px 0}.plum-skel-chrome-sidebar__item{width:50px;height:50px}@media(max-width:900px){.plum-skel-chrome-header__burger-slot{display:flex;flex:0 0 var(--header-height, 60px)}}body.auth-flow-active{display:block!important;min-height:100vh;height:auto;overflow-x:hidden;overflow-y:auto;background:#121212!important}body.auth-flow-active #root{min-height:100vh;height:auto}.auth-flow-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#121212;padding:24px 16px;box-sizing:border-box}.auth-flow-shell .container,.auth-flow-shell .auth-flow-panel{background-color:#333;padding:30px;border-radius:10px;box-shadow:0 4px 8px #0009;width:350px;max-width:90vw;position:relative;color:#fff;box-sizing:border-box}.auth-flow-shell .back-link{position:absolute;top:15px;left:15px;color:#8f00ff;text-decoration:none;font-size:14px;background:none;border:0;cursor:pointer;padding:0;font-family:inherit}.auth-flow-shell .back-link:hover{text-decoration:underline}.auth-flow-shell h2{text-align:center;margin:0 0 25px;color:#fff;font-size:1.35rem}.auth-flow-shell .logo-container{text-align:center;margin-bottom:8px}.auth-flow-shell .form-group{margin-bottom:8px}.auth-flow-shell label{display:block;margin-bottom:6px;font-size:14px;color:#ccc}.auth-flow-shell input[type=email],.auth-flow-shell input[type=password],.auth-flow-shell input[type=text],.auth-flow-shell input[type=date],.auth-flow-shell input[type=submit],.auth-flow-shell button[type=submit],.auth-flow-shell .auth-flow-submit{width:100%;padding:12px;margin:10px 0;border:none;border-radius:5px;font-size:16px;background-color:#444;color:#fff;box-sizing:border-box;font-family:inherit}.auth-flow-shell input[type=email],.auth-flow-shell input[type=password],.auth-flow-shell input[type=text],.auth-flow-shell input[type=date]{border:2px solid #555}.auth-flow-shell input[type=date]{color-scheme:dark}.auth-flow-shell input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}.auth-flow-shell input:focus{border-color:#8f00ff;outline:none}.auth-flow-shell button[type=submit],.auth-flow-shell input[type=submit],.auth-flow-shell .auth-flow-submit{background-color:#8f00ff;cursor:pointer;font-weight:700}.auth-flow-shell button[type=submit]:hover:not(:disabled),.auth-flow-shell input[type=submit]:hover:not(:disabled),.auth-flow-shell .auth-flow-submit:hover:not(:disabled){background-color:#a200ff}.auth-flow-shell button[type=submit]:disabled,.auth-flow-shell input[type=submit]:disabled,.auth-flow-shell .auth-flow-submit:disabled{opacity:.55;cursor:not-allowed}.auth-flow-shell .error,.auth-flow-shell .error-message{background:#ff505026;border:1px solid #c44;color:#ffb4b4;padding:10px 12px;border-radius:8px;margin-bottom:12px;font-size:14px;text-align:center}.auth-flow-shell .success,.auth-flow-shell .success-message{background:#50c87826;border:1px solid #4a8;color:#b8ffc8;padding:10px 12px;border-radius:8px;margin-bottom:12px;font-size:14px;text-align:center}.auth-flow-shell .auth-flow-note{color:#aaa;font-size:14px;line-height:1.45;margin-top:14px}.auth-flow-shell .auth-flow-note a{color:#8f00ff}.auth-flow-shell .remember-me{display:flex;align-items:center;gap:8px;margin:8px 0;font-size:14px;color:#ccc}.auth-flow-shell .remember-me input{width:auto;margin:0;accent-color:#8f00ff}.auth-flow-shell .forgot-password{display:inline-block;margin:8px 0 12px;color:#8f00ff;font-size:14px;text-decoration:none}.auth-flow-shell .forgot-password:hover{text-decoration:underline}.auth-flow-shell .step-label{text-align:center;color:#aaa;font-size:14px;margin:-12px 0 16px}.auth-flow-shell .code-inputs{display:flex;gap:8px;justify-content:center;margin:16px 0;flex-wrap:wrap}.auth-flow-shell .code-inputs input,.auth-flow-shell .code-input{width:42px;height:48px;text-align:center;font-size:20px;margin:0;padding:0}.auth-flow-shell .code-input.filled{border-color:#4caf50;background:#2a2a2a}.auth-flow-shell .email-info{background:#2a2a2a;border:1px solid #444;border-radius:8px;padding:15px;margin:16px 0;text-align:center;color:#ccc;font-size:14px;line-height:1.45}.auth-flow-shell .email-info strong{color:#8f00ff}.auth-flow-shell .timer{margin:12px 0;color:#aaa;text-align:center;font-size:14px}.auth-flow-shell .resend-link{background:transparent!important;color:#8f00ff!important;font-weight:400!important;margin-top:8px}.auth-flow-shell .resend-link.disabled{color:#666!important;cursor:not-allowed}.auth-flow-shell .copy-hint{color:#aaa;font-size:12px;text-align:center;margin-top:8px}.auth-flow-shell .password-container{position:relative;width:100%}.auth-flow-shell .password-container input{padding-right:44px}.auth-flow-shell .password-control{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:24px;height:24px;cursor:pointer;background:#777 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white'><path d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z'/></svg>") no-repeat center;background-size:20px;border-radius:50%}.auth-flow-shell .password-control.view{background:#8f00ff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white'><path d='M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78l3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z'/></svg>") no-repeat center;background-size:20px}.auth-flow-shell .strength-meter{height:5px;margin:8px 0 4px;background:#444;border-radius:3px;overflow:hidden}.auth-flow-shell .strength-meter div{height:100%;transition:width .3s}.auth-flow-shell .strength-meter .weak,.auth-flow-shell .weak{background:#ff4d4d}.auth-flow-shell .strength-meter .medium,.auth-flow-shell .medium{background:orange}.auth-flow-shell .strength-meter .strong,.auth-flow-shell .strong{background:#4caf50}.auth-flow-shell .password-hint{margin-top:12px;padding:12px;border:1px solid #444;border-radius:5px;background:#2a2a2a;font-size:13px;color:#ccc}.auth-flow-shell .password-hint p{margin:0 0 8px;color:#aaa}.auth-flow-shell .password-hint ul{margin:0;padding-left:20px}.auth-flow-shell .password-hint li{margin:4px 0}.auth-flow-shell .match-message{font-size:12px;margin-top:6px}.auth-flow-shell .match-success{color:#4caf50}.auth-flow-shell .match-error{color:#ff6b6b}.auth-flow-shell .validation-message{font-size:12px;margin-top:5px;min-height:16px}.auth-flow-shell .validation-message.valid{color:#4caf50}.auth-flow-shell .validation-message.invalid{color:#ff6b6b}.auth-flow-shell .validation-message.loading{color:#aaa}.auth-flow-shell .email-status{display:flex;align-items:center;gap:6px;margin-top:6px}.auth-flow-shell .status-icon{width:16px;height:16px;border-radius:50%;flex-shrink:0}.auth-flow-shell .status-icon.available{background-color:#4caf50}.auth-flow-shell .status-icon.taken{background-color:#ff6b6b}.auth-flow-shell .status-icon.checking{background-color:orange;animation:auth-flow-pulse 1s infinite}@keyframes auth-flow-pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.auth-flow-shell .user-data{background:#2a2a2a;padding:16px;border-radius:10px;margin:16px 0;border:1px solid #444}.auth-flow-shell .data-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #555}.auth-flow-shell .data-row:last-child{border-bottom:none}.auth-flow-shell .data-label{font-weight:700;color:#ccc}.auth-flow-shell .data-value{color:#fff;text-align:right;word-break:break-word}.auth-flow-shell .buttons{display:flex;gap:10px;margin-top:16px}.auth-flow-shell .btn{flex:1;padding:12px;border:none;border-radius:5px;cursor:pointer;font-size:16px;font-family:inherit}.auth-flow-shell .btn-edit{background:#555;color:#fff;border:2px solid #777}.auth-flow-shell .btn-edit:hover{background:#666}.auth-flow-shell .btn-confirm{background:#8f00ff;color:#fff}.auth-flow-shell .btn-confirm:hover:not(:disabled){background:#a200ff}.auth-flow-shell .g-recaptcha{display:flex;justify-content:center;margin:12px 0}@media(max-width:480px){.auth-flow-shell{padding:16px 10px}.auth-flow-shell .container,.auth-flow-shell .auth-flow-panel{padding:24px 18px;width:100%}.auth-flow-shell .code-inputs input,.auth-flow-shell .code-input{width:38px;height:44px;font-size:18px}}
