:root{--c-midnight:#0f0a1f;--c-deep-blue:#1a0f2e;--c-electric-blue:#8b00ff;--c-volt:#6a0dad;--c-stark:#f4efe4;--c-warm:#8b00ff;--c-smoke:#f4efe41a;--c-volt-glow:#8b00ff59;--c-aurora:#8b00ff40;--c-badge-success:#4caf50;--c-badge-success-glow:#4caf504d;--c-badge-gold:gold;--c-badge-gold-glow:#ffd70033;--f-display:"Syne", sans-serif;--f-display-nav:"Syne", "Montserrat", sans-serif;--f-body:"Space Grotesk", sans-serif;--easing:cubic-bezier(.16, 1, .3, 1);--cat-glass-bg:#110e20ad;--cat-glass-border:#ffffff1f;--cat-mobile-header-height:58px;--cat-mobile-nav-height:68px;--mobile-nav-height:68px;--mobile-glass-bg:#110e20ad;--mobile-glass-border:#ffffff1f;--profile-mobile-content-pad-x:12px;--profile-mobile-content-pad-top:8px;--profile-mobile-content-pad-bottom:24px;--profile-mobile-nav-clearance:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom) + 84px);--profile-mobile-modal-max-h:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 24px);--profile-mobile-z-base:1;--profile-mobile-z-content:20;--profile-mobile-z-nav:1100;--profile-mobile-z-modal:1200;--profile-mobile-z-chat:1250;--primary-bg:#001;--primary-text:white;--accent-color:#4ecdc4;--gold-color:gold;--orange-color:orange;--neon-blue:#3badff;--neon-purple:#8e44ff;--neon-pink:#ff63d6;--legendary-dark-purple:#4a2060;--legendary-dark-purple-rgb:74, 32, 96;--legendary-maroon:#7a3045;--legendary-maroon-rgb:122, 48, 69;--legendary-accent:#b088c8;--legendary-glow:rgba(var(--legendary-dark-purple-rgb), .33);--legendary-glow-maroon:rgba(var(--legendary-maroon-rgb), .33);--mobile-container-padding:1rem;--mobile-container-margin:.5rem;--mobile-container-max-width:420px;--mobile-category-card-size:60px;--mobile-category-card-max-size:80px;--mobile-category-card-padding:.35rem;--mobile-badge-card-width:280px;--mobile-badge-card-max-width:100%;--mobile-badge-icon-size:60px;--mobile-button-height:44px;--mobile-button-padding:.6rem 1rem;--mobile-button-border-radius:28px;--mobile-header-padding:1.1rem 1rem 1.5rem;--mobile-header-min-height:auto;--mobile-h1-font-size:1.6rem;--mobile-h1-line-height:1.2;--mobile-text-font-size:.9rem;--mobile-text-line-height:1.4;--mobile-small-text-font-size:.8rem;--mobile-grid-gap:1rem;--mobile-section-gap:1.5rem;--mobile-logo-size:180px;--mobile-logo-margin-bottom:2.75rem;--breakpoint-tablet-min:769px;--breakpoint-tablet-max:1024px;--desktop-container-padding:2rem;--desktop-container-max-width:1200px;--desktop-grid-gap:2rem;--desktop-card-padding:1.5rem;--desktop-h1-font-size:2.5rem;--desktop-h2-font-size:2rem;--desktop-text-font-size:1.1rem;--desktop-small-text-font-size:.9rem;--tablet-logo-size:200px;--tablet-logo-margin-bottom:3rem;--tablet-grid-columns:2;--tablet-category-card-size:70px;--tablet-category-card-max-size:90px;--tablet-badge-card-min-width:160px;--tablet-badge-card-max-width:180px;--tablet-badge-icon-size:70px;--transition-fast:.2s ease;--transition-normal:.3s ease;--transition-slow:.5s ease;--shadow-light:0 2px 8px #0000001a;--shadow-medium:0 4px 16px #0003;--shadow-heavy:0 8px 32px #0000004d;--shadow-neon:0 0 20px #4ecdc466;--radius-small:4px;--radius-medium:8px;--radius-large:12px;--radius-xl:16px;--radius-full:50%;--z-dropdown:1000;--z-sticky:1020;--z-fixed:1030;--z-modal-backdrop:1040;--z-modal:1050;--z-popover:1060;--z-tooltip:1070;--z-toast:1080;--z-chat-button:10001;--z-chatbot:10000;--z-loading:9999}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--f-body,"Arial", sans-serif);background-color:var(--c-midnight,var(--primary-bg));color:var(--primary-text);-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;overflow:hidden auto}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background-color:var(--c-midnight,var(--primary-bg));overscroll-behavior:none}#root{background-color:#0000;width:100vw;min-height:100vh}.app{background-color:#0000}.loading{background:var(--primary-bg);z-index:9999;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.loading-content{text-align:center}.loading-spinner{border:3px solid #ffffff4d;border-top:3px solid var(--accent-color);border-radius:50%;width:50px;height:50px;margin:0 auto 20px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes neonPulse{0%,to{text-shadow:0 0 10px #3badff73,0 0 24px #8e44ff66,0 0 34px #ff63d647}50%{text-shadow:0 0 18px #3badffb3,0 0 32px #8e44ff8c,0 0 46px #ff63d659}}@keyframes logoTaglinePulse{0%,to{text-shadow:0 0 12px #ffd700bf,0 0 24px #ffbe508c,0 0 40px #fff8aa59;filter:drop-shadow(0 0 18px #ffd70073)}45%{text-shadow:0 0 18px #ffd700f2,0 0 34px #ffc468bf,0 0 52px #fff8be6b;filter:drop-shadow(0 0 24px #ffd70099)}}.interactive-link{color:var(--accent-color);cursor:pointer;text-decoration:underline}.heading-gold{color:var(--gold-color);text-shadow:2px 2px 4px #000c;font-weight:700}.heading-neon{color:#e8f9ff;letter-spacing:.05em;text-shadow:0 0 14px #3badff99,0 0 26px #8e44ff73,0 0 40px #ff63d659;align-items:center;font-weight:700;animation:4s ease-in-out infinite neonPulse;display:inline-flex;position:relative}.heading-neon:after{content:"";filter:blur(6px);opacity:.6;pointer-events:none;z-index:-1;background:radial-gradient(circle,#3badff38 0%,#ff63d629 55%,#0000 100%);border-radius:12px;position:absolute;inset:-6px -12px}.subtitle-orange{color:var(--orange-color);text-shadow:1px 1px 2px #0009;font-weight:600}.pre-wrap{white-space:pre-wrap}.cursor-pointer{cursor:pointer}.category-screen .category-card,.category-screen .category-card:before,.category-screen .category-card:after{border:none!important}@media (width>=769px){.intro-content,.introduction-content,.additional-material-content,.about-camp-content,.registration-form-content{max-width:var(--desktop-container-max-width);padding:var(--desktop-container-padding);margin:0 auto}.header h1{font-size:var(--desktop-h1-font-size);text-align:center;letter-spacing:.04em;color:#f1fbff;text-shadow:0 0 12px #2e86de73,0 0 26px #ff63d64d;margin:1rem 0;padding:1rem;font-weight:700;line-height:1.2}.header p{font-size:var(--desktop-small-text-font-size);text-align:center;color:#d6e7ff;text-shadow:0 0 8px #000000a6;background:#08162a8c;border-radius:999px;align-items:center;gap:.5rem;margin:.5rem 0;padding:.5rem 1rem;display:inline-flex}.badges-grid{gap:var(--desktop-grid-gap);max-width:var(--desktop-container-max-width);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;padding:2rem;display:grid}.badge-card{padding:var(--desktop-card-padding);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:none;border-radius:12px;transition:transform .3s,box-shadow .3s}.badge-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.back-button,.start-button{background:linear-gradient(135deg, var(--accent-color) 0%, #44a08d 100%);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.back-button:hover,.start-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4ecdc466}.chat-button{z-index:10001;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#4ecdc4f2 0%,#0c0c0cf2 50%,#1a1a2ef2 100%);border:2px solid #4ecdc499;border-radius:28px;align-items:center;gap:12px;min-width:200px;padding:16px 22px;font-family:system-ui,-apple-system,sans-serif;transition:all .3s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 18px 40px #00000073,0 0 0 1px #4ecdc459}.chat-button:hover{transform:translateY(-2px);box-shadow:0 20px 45px #00000080,0 0 0 1px #4ecdc480}.chatbot-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10000;background:#000011f2;border:1px solid #4ecdc44d;border-radius:20px;flex-direction:column;width:400px;height:600px;display:flex;position:fixed;bottom:100px;right:24px;overflow:hidden;box-shadow:0 25px 50px #00000080}}:root{--mobile-container-padding:1rem;--mobile-container-margin:.5rem;--mobile-container-max-width:420px;--mobile-category-card-size:60px;--mobile-category-card-max-size:80px;--mobile-category-card-padding:.35rem;--mobile-badge-card-width:280px;--mobile-badge-card-max-width:100%;--mobile-badge-icon-size:60px;--mobile-button-height:44px;--mobile-button-padding:.6rem 1rem;--mobile-button-border-radius:28px;--mobile-header-padding:1.1rem 1rem 1.5rem;--mobile-header-min-height:auto;--mobile-h1-font-size:1.6rem;--mobile-h1-line-height:1.2;--mobile-text-font-size:.9rem;--mobile-text-line-height:1.4;--mobile-small-text-font-size:.8rem;--mobile-grid-gap:1rem;--mobile-section-gap:1.5rem;--mobile-logo-size:180px;--mobile-logo-margin-bottom:2.75rem}@media (width<=768px){.profile-view--mobile-scope .header{z-index:auto!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;position:static!important;top:auto!important}.profile-view--mobile-scope .header h1,.profile-view--mobile-scope .header p,.profile-view--mobile-scope .app-subtitle{text-align:left!important;margin:0!important}.profile-view--mobile-scope .back-button{margin-bottom:0!important}.profile-view--mobile-scope .badge-content,.profile-view--mobile-scope .level-content,.profile-view--mobile-scope .category-content{max-height:none!important;overflow:visible!important}body{-webkit-overflow-scrolling:touch;font-size:16px;overflow-x:hidden}#root{overflow-x:hidden}.intro-content h1{font-size:var(--mobile-h1-font-size)!important;line-height:var(--mobile-h1-line-height)!important;margin-bottom:1rem!important}.intro-content p{font-size:var(--mobile-text-font-size)!important;line-height:var(--mobile-text-line-height)!important;margin-bottom:.8rem!important}.philosophy-main{margin-bottom:1rem!important;font-size:1.1rem!important}.point{margin-bottom:.8rem!important;padding:.8rem!important}.point-icon{font-size:1.3rem!important}.header h1{font-size:var(--mobile-h1-font-size)!important;line-height:var(--mobile-h1-line-height)!important;text-align:center!important;letter-spacing:.04em!important;color:#f1fbff!important;text-shadow:0 0 12px #2e86de73,0 0 26px #ff63d64d!important;margin:.5rem 0!important;padding:.5rem!important;font-weight:700!important}.header p{font-size:var(--mobile-small-text-font-size)!important;text-align:center!important;color:#d6e7ff!important;text-shadow:0 0 8px #000000a6!important;background:#08162a8c!important;border-radius:999px!important;align-items:center!important;gap:.25rem!important;margin:.3rem 0!important;padding:.35rem .75rem!important;display:inline-flex!important}.header{padding:var(--mobile-header-padding)!important;margin-bottom:var(--mobile-section-gap)!important;min-height:var(--mobile-header-min-height)!important;border-radius:18px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;display:flex!important;position:relative!important;overflow:hidden!important;box-shadow:0 18px 38px #00000073!important}.header:before{content:none!important;background:0 0!important}.header>*{z-index:2!important;position:relative!important}.category-text h3{font-size:.8rem!important;line-height:1.2!important}.category-text p{font-size:.6rem!important}.badge-card__title{font-size:.9rem!important;line-height:1.2!important}.badge-card__level{font-size:.7rem!important}.categories-grid{width:100%!important;max-width:var(--mobile-container-max-width)!important;place-items:center!important;margin:0 auto!important;padding:.75rem .5rem 1.5rem!important}.category-container{text-align:center!important;align-items:center!important;gap:.6rem!important;width:100%!important}.category-text{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:.25rem!important;display:flex!important}.category-text h3,.category-text p{text-align:center!important}.badges-grid{justify-content:flex-start!important;align-items:center!important;gap:var(--mobile-grid-gap)!important;max-width:var(--mobile-container-max-width)!important;flex-direction:column!important;margin:0 auto!important;padding:.75rem .5rem 1.75rem!important;display:flex!important}.category-card{padding:var(--mobile-category-card-padding)!important}.category-card .category-icon{width:100%!important;height:100%!important}.category-card .category-icon img,.category-card img{-o-object-fit:contain!important;object-fit:contain!important;width:100%!important;height:100%!important}.badge-card{width:min(var(--mobile-badge-card-width), 100%)!important}.header{padding:var(--mobile-header-padding)!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:.75rem!important;min-height:auto!important}.header .back-button{order:-1!important;align-self:flex-start!important;margin:0!important;position:static!important}.header-content{text-align:center!important;border-radius:16px!important;align-items:center!important;gap:.6rem!important;width:100%!important;padding:.75rem 1.05rem!important;position:relative!important;overflow:hidden!important}.header-content>*{z-index:2!important;position:relative!important}.additional-materials-buttons{justify-content:center!important;gap:.5rem!important;width:100%!important}.hint-button,.material-button{text-align:center!important;width:100%!important;max-width:320px!important}.intro-logo .logo-hover-text{opacity:1!important;color:#fff7c2!important;text-transform:uppercase!important;text-shadow:0 0 12px #ffd700bf,0 0 22px #ffc36e8c!important;filter:drop-shadow(0 0 18px #ffd70073)!important;animation:3.6s ease-in-out infinite logoTaglinePulse!important;bottom:-36px!important;transform:translate(-50%)!important}}@media (width<=480px){.intro-content{-webkit-overflow-scrolling:touch!important;box-sizing:border-box!important;max-width:calc(100vw - 2rem)!important;max-height:90vh!important;margin:0 1rem!important;padding:.8rem!important;overflow:hidden auto!important}.intro-screen,.categories-screen,.category-screen,.badge-screen,.badge-level-screen,.introduction-screen,.additional-material-screen,.about-camp-screen,.registration-form-screen{-webkit-overflow-scrolling:touch!important;height:100svh!important;overflow:hidden auto!important}.intro-screen{flex-direction:column!important;align-items:center!important;padding:1rem!important;display:flex!important}.introduction-content,.additional-material-content,.about-camp-content,.registration-form-content{max-width:95vw!important;margin:.5rem!important;padding:1rem!important}.intro-logo img{width:var(--mobile-logo-size)!important;height:var(--mobile-logo-size)!important}.intro-logo{margin-bottom:var(--mobile-logo-margin-bottom)!important;order:1!important;position:static!important;transform:scale(1.08)!important}.intro-logo .logo-hover-text{letter-spacing:.14rem!important;color:#fff7c2!important;text-transform:uppercase!important;text-shadow:0 0 14px #ffd700cc,0 0 24px #ffc36e99!important;filter:drop-shadow(0 0 18px #ffd70080)!important;opacity:1!important;font-size:.9rem!important;animation:3.6s ease-in-out infinite logoTaglinePulse!important;bottom:-32px!important}.intro-content{-webkit-overflow-scrolling:touch!important;flex:1!important;order:2!important;max-width:100%!important;max-height:calc(100vh - 260px)!important;margin:0!important;padding:1.35rem 1rem 1rem!important;overflow-y:auto!important}.intro-content h1{font-size:1.5rem!important;line-height:1.3!important}.intro-content p{font-size:var(--mobile-text-font-size)!important;line-height:var(--mobile-text-line-height)!important}.start-button{width:100%!important;max-width:280px!important;min-height:var(--mobile-button-height)!important}.categories-grid,.badges-grid{gap:var(--mobile-grid-gap)!important;grid-template-columns:1fr!important;justify-content:center!important;align-items:center!important;height:auto!important;max-height:none!important;padding:.5rem!important;overflow-y:visible!important}.category-card{min-width:var(--mobile-category-card-size)!important;min-height:var(--mobile-category-card-size)!important;max-width:var(--mobile-category-card-max-size)!important;max-height:var(--mobile-category-card-max-size)!important}.badge-card{min-width:140px!important;max-width:160px!important}.badge-card__icon{width:var(--mobile-badge-icon-size)!important;height:var(--mobile-badge-icon-size)!important}.badge-emoji{font-size:2.5rem!important}.back-button{min-height:var(--mobile-button-height)!important;padding:var(--mobile-button-padding)!important}.chat-button{width:auto!important;min-width:auto!important;max-width:200px!important;bottom:16px!important;left:auto!important;right:16px!important}.intro-content img,.badge-content img,.level-content img,.post-img-box img,.post-image img,.session-image img{max-width:100%!important;height:auto!important}.category-1-icon,.category-2-icon,.category-3-icon,.category-4-icon,.category-5-icon,.category-6-icon,.category-7-icon,.category-8-icon,.category-9-icon,.category-10-icon,.category-11-icon,.category-12-icon,.category-13-icon,.category-14-icon{-o-object-fit:contain!important;object-fit:contain!important;width:100%!important;height:100%!important}}@media (width>=481px) and (width<=768px){.intro-logo img{width:200px!important;height:200px!important}.intro-content{box-sizing:border-box!important;max-width:calc(100vw - 3rem)!important;max-height:82vh!important;margin:0 1.5rem!important;padding:1rem!important}.intro-screen{flex-direction:column!important;align-items:center!important;padding:1.5rem!important;display:flex!important}.intro-logo{order:1!important;margin-bottom:3rem!important;position:static!important;transform:scale(1.1)!important}.intro-logo .logo-hover-text{letter-spacing:.16rem!important;color:#fff7c2!important;text-transform:uppercase!important;text-shadow:0 0 16px #ffd700cc,0 0 28px #ffc36e99!important;filter:drop-shadow(0 0 22px #ffd7008c)!important;opacity:1!important;font-size:1rem!important;animation:3.6s ease-in-out infinite logoTaglinePulse!important;bottom:-36px!important}.intro-content{-webkit-overflow-scrolling:touch!important;flex:1!important;order:2!important;max-width:100%!important;max-height:calc(100vh - 300px)!important;margin:0!important;padding:1.6rem 1.25rem 1.25rem!important;overflow-y:auto!important}.header{background-size:160%!important;min-height:140px!important;margin:-1.5rem -3rem 2rem!important;padding:2rem!important}.categories-grid,.badges-grid{justify-content:center!important;align-items:center!important}.chat-button{max-width:250px!important;left:auto!important;right:20px!important}.categories-grid,.badges-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}.category-card{min-width:70px!important;max-width:90px!important;min-height:70px!important;max-height:90px!important}.badge-card{min-width:160px!important;max-width:180px!important}.badge-card__icon{width:70px!important;height:70px!important}.introduction-content,.additional-material-content,.about-camp-content,.registration-form-content{max-width:90vw!important;margin:.8rem!important;padding:1.5rem!important}}.cab-card{transform:translateZ(0)}body.keyboard-open .cab-card{-webkit-backdrop-filter:none!important;background:#0f0a1f!important;box-shadow:0 4px 24px #0009!important}.diary-schedule-header,.diary-schedule-row{grid-template-columns:minmax(130px,1.5fr) 100px 2fr;align-items:center;gap:16px;display:grid}.diary-schedule-header{color:#ffffff4d;text-transform:uppercase;letter-spacing:.05em;padding-bottom:12px;font-size:11px;font-weight:600}.diary-schedule-row{padding:16px 0;transition:background .2s}@media (width<=768px){.diary-schedule-header{display:none}.diary-schedule-row{grid-template-columns:1fr 90px;gap:12px;padding:16px 0}.diary-schedule-row>:nth-child(3){box-sizing:border-box;grid-column:1/-1;width:100%;margin-top:4px}}.cursor-dot,.cursor-outline,.cursor-reactor{display:none}html[data-cursor=on],html[data-cursor=on] a,html[data-cursor=on] button,html[data-cursor=on] [role=button]{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1'/%3E") 0 0,auto!important}html[data-cursor=on] .cursor-dot,html[data-cursor=on] .cursor-outline,html[data-cursor=on] .cursor-reactor{pointer-events:none;z-index:20050;will-change:transform, opacity;backface-visibility:hidden;border-radius:50%;display:block;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}html[data-cursor=on] .cursor-dot{background-color:var(--c-volt);width:8px;height:8px}html[data-cursor=on] .cursor-outline{width:40px;height:40px;transition:transform .2s var(--easing), border-color .2s var(--easing), background-color .2s var(--easing), opacity .2s var(--easing);mix-blend-mode:difference;border:1px solid #8b00ffd9}html[data-cursor=on] .cursor-hover{background:var(--c-warm);mix-blend-mode:difference;isolation:isolate;border:none;transform:translate(-50%,-50%)scale(2.3)}html[data-cursor=on] .cursor-reactor{background:radial-gradient(circle, var(--c-volt-glow) 0%, var(--c-aurora) 38%, #0f0a1f00 70%);filter:blur(10px);opacity:.75;mix-blend-mode:soft-light;width:280px;height:280px;transition:opacity .25s var(--easing), transform .25s var(--easing);z-index:20049}html[data-cursor=on] .cursor-reactor.cursor-reactor-active{opacity:.95;transform:translate(-50%,-50%)scale(1.18)}html[data-perf=lite][data-cursor=on] .cursor-reactor{filter:blur(6px);opacity:.62;width:220px;height:220px}.btn-solid-gold{color:#1a1a2e;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,gold 0%,#ffa000 100%);border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 24px;font-size:13px;font-weight:800;transition:all .2s;display:inline-flex;box-shadow:0 4px 15px #ffd70066}.btn-solid-gold:hover,.btn-solid-gold:focus-visible{outline:none;transform:translateY(-2px);box-shadow:0 6px 20px #ffd70099}.btn-solid-gold:active{transform:translateY(0);box-shadow:0 2px 10px #ffd70066}.btn-solid-purple{color:#fff;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:linear-gradient(90deg,#8b00ff,gold);border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 24px;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 15px #8b00ff33}.btn-solid-purple:hover,.btn-solid-purple:focus-visible{outline:none;transform:translateY(-2px);box-shadow:0 6px 20px #8b00ff66}.btn-solid-purple:active{transform:translateY(0);box-shadow:0 2px 10px #8b00ff33}.btn-solid-ghost{color:#fffc;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:#0003;border:1px solid #ffffff24;border-radius:8px;justify-content:center;align-items:center;padding:12px 24px;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.btn-solid-ghost:hover,.btn-solid-ghost:focus-visible{color:#fff;background:#ffffff14;outline:none}.skeleton{background:#ffffff0f;border-radius:16px;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff0f 25%,#ffffff24 50%,#ffffff0f 75%,#0000 100%);animation:1.2s ease-in-out infinite skeletonShimmer;position:absolute;inset:0;transform:translate(-60%)}@keyframes skeletonShimmer{0%{transform:translate(-60%)}to{transform:translate(60%)}}@media (prefers-reduced-motion:reduce){.skeleton:after{opacity:.4;animation:none;transform:none}}.skeleton--card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:32px;width:100%;max-width:450px;min-height:400px}.skeleton--line{border-radius:999px;height:14px}.skeleton--line.sm{height:12px}.skeleton--line.lg{height:18px}.skeleton--media{border-radius:22px}.mobile-glass-header .mobile-header-avatar{width:48px!important;height:48px!important}@media (width<=360px){.mobile-glass-header .mobile-header-avatar{width:40px!important;height:40px!important}}.mobile-glass-header .mobile-header-logo{margin:-8px -12px!important;padding:8px 12px!important;overflow:visible!important}.introduction-view{width:100%;min-height:100vh;color:var(--c-stark);font-family:var(--f-body);isolation:isolate;background-color:var(--c-midnight);--tips-topbar-height:60px;--tips-topbar-offset:calc(env(safe-area-inset-top) + var(--tips-topbar-height) + 22px);position:relative;overflow-x:hidden}.introduction-view:before{content:"";pointer-events:none;z-index:-1;background:linear-gradient(135deg,#0f0a1fd9 0%,#1a0f2ecc 50%,#2a1a3dcc 100%),url(/RL-Guide-book/screen3_bg.png) top/100% repeat-y;background-color:var(--c-midnight);position:fixed;inset:0}@supports (background-image:-webkit-image-set(url("/RL-Guide-book/screen3_bg.webp") type("image/webp"))) or (background-image:image-set(url("/RL-Guide-book/screen3_bg.webp") type("image/webp"))){.introduction-view:before{background:-webkit-linear-gradient(315deg,#0f0a1fd9 0%,#1a0f2ecc 50%,#2a1a3dcc 100%),-webkit-image-set(url(/RL-Guide-book/screen3_bg.webp) 1x type("image/webp"),url(/RL-Guide-book/screen3_bg.png) 1x type("image/png")) top/100% repeat-y;background:linear-gradient(135deg,#0f0a1fd9 0%,#1a0f2ecc 50%,#2a1a3dcc 100%),image-set("/RL-Guide-book/screen3_bg.webp" 1x type("image/webp"),"/RL-Guide-book/screen3_bg.png" 1x type("image/png")) top/100% repeat-y;background-color:var(--c-midnight)}}.introduction-topbar{z-index:12010;padding:calc(env(safe-area-inset-top) + 10px) 12px 12px;-webkit-backdrop-filter:blur(18px)saturate(1.1);backdrop-filter:blur(18px)saturate(1.1);background:linear-gradient(#0a0812eb,#0a0812b8);border-bottom:1px solid #ffffff1f;position:fixed;inset:0 0 auto;box-shadow:0 14px 30px #0906148c}.introduction-topbar-inner{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;width:min(980px,100% - 24px);margin:0 auto;display:grid}.introduction-back{color:#ffffffeb;cursor:pointer;height:38px;font-family:var(--f-display-nav);letter-spacing:.08em;text-transform:uppercase;transition:transform .18s var(--easing), box-shadow .18s var(--easing), background .18s var(--easing);background:#ffffff14;border:1px solid #ffffff2e;border-radius:14px;align-items:center;gap:8px;padding:0 12px;font-size:.72rem;font-weight:800;display:inline-flex}.introduction-back:hover{background:#ffffff1c;transform:translateY(-1px);box-shadow:0 10px 22px #09061466}.introduction-back:active{transform:translateY(0)}.introduction-title{font-family:var(--f-display);text-transform:uppercase;letter-spacing:.06em;text-shadow:0 0 22px #8b00ff59,0 2px 10px #000000b3;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:clamp(1.05rem,2.2vw,1.35rem);font-weight:800;line-height:1.1;overflow:hidden}.introduction-content{padding:var(--tips-topbar-offset) 12px calc(env(safe-area-inset-bottom) + var(--mobile-nav-height) + 24px);width:min(980px,100% - 24px);margin:0 auto}.introduction-prose{background:linear-gradient(140deg, #ffffff1f, #ffffff08), var(--cat-glass-bg);border:1px solid var(--cat-glass-border);-webkit-backdrop-filter:blur(18px)saturate(1.05);backdrop-filter:blur(18px)saturate(1.05);letter-spacing:.01em;text-wrap:pretty;-webkit-hyphens:auto;hyphens:auto;border-radius:18px;max-width:860px;margin:0 auto;padding:clamp(16px,3vw,28px);font-size:clamp(.98rem,1.05vw,1.06rem);line-height:1.7;box-shadow:0 18px 38px #00000073}.introduction-prose h1,.introduction-prose h2,.introduction-prose h3{font-family:var(--f-display);text-transform:uppercase;letter-spacing:.05em;margin:16px 0 10px}.introduction-prose h1{font-size:1.2rem}.introduction-prose h2{text-shadow:0 0 18px #8b00ff47,0 2px 10px #000000b3;border-top:1px solid #ffffff1f;margin-top:22px;padding-top:10px;font-size:1.05rem}.introduction-prose h3{color:#f4efe4fa;text-shadow:0 0 14px #8b00ff38,0 2px 10px #000000b3;margin-top:18px;font-size:.95rem}.introduction-prose p{color:#f4efe4eb;margin:12px 0}.introduction-prose p+p{margin-top:14px}.introduction-prose ul,.introduction-prose ol{color:#f4efe4eb;margin:14px 0 14px 22px}.introduction-prose li{margin:8px 0;padding-left:2px}.introduction-prose a{color:#d1b3fff2;text-underline-offset:3px;text-decoration:underline}.introduction-prose a:hover{color:#fffffffa;text-shadow:0 0 16px #a855f759}.introduction-prose code{background:#00000059;border:1px solid #ffffff1f;border-radius:8px;padding:.12em .4em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.introduction-prose pre{background:#00000061;border:1px solid #ffffff1f;border-radius:12px;padding:12px;overflow:auto}.introduction-prose blockquote{color:#f4efe4eb;background:#00000038;border-left:3px solid #8b00ff99;border-radius:12px;margin:16px 0;padding:12px 14px}.introduction-prose hr{background:#ffffff24;border:none;height:1px;margin:18px 0}.introduction-prose strong{color:#fffffffa;text-shadow:0 0 16px #8b00ff38}@media (width<=768px){.introduction-topbar-inner{width:100%}.introduction-prose{max-width:100%;font-size:.98rem}}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.introduction-topbar,.introduction-prose{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#110e20eb!important;border-color:#ffffff24!important}}html[data-perf=lite] .introduction-topbar,html[data-perf=lite] .introduction-prose{-webkit-backdrop-filter:blur(10px)saturate(1.05);backdrop-filter:blur(10px)saturate(1.05);box-shadow:0 12px 26px #0906147a}.registration-form-view{width:100%;min-height:100vh;color:var(--c-stark);font-family:var(--f-body);isolation:isolate;background-color:var(--c-midnight);--rf-topbar-height:60px;position:relative;overflow-x:hidden}.registration-form-view:before{content:"";pointer-events:none;z-index:-1;background:linear-gradient(135deg,#0f0a1fd9 0%,#1a0f2ecc 50%,#2a1a3dcc 100%),url(/RL-Guide-book/screen3_bg.png) top/100% repeat-y;background-color:var(--c-midnight);position:fixed;inset:0}@supports (background-image:-webkit-image-set(url("/RL-Guide-book/screen3_bg.webp") type("image/webp"))) or (background-image:image-set(url("/RL-Guide-book/screen3_bg.webp") type("image/webp"))){.registration-form-view:before{background:-webkit-linear-gradient(315deg,#0f0a1fd9 0%,#1a0f2ecc 50%,#2a1a3dcc 100%),-webkit-image-set(url(/RL-Guide-book/screen3_bg.webp) 1x type("image/webp"),url(/RL-Guide-book/screen3_bg.png) 1x type("image/png")) top/100% repeat-y;background:linear-gradient(135deg,#0f0a1fd9 0%,#1a0f2ecc 50%,#2a1a3dcc 100%),image-set("/RL-Guide-book/screen3_bg.webp" 1x type("image/webp"),"/RL-Guide-book/screen3_bg.png" 1x type("image/png")) top/100% repeat-y;background-color:var(--c-midnight)}}.registration-form-topbar{z-index:12010;padding:calc(env(safe-area-inset-top) + 10px) 12px 12px;-webkit-backdrop-filter:blur(18px)saturate(1.1);backdrop-filter:blur(18px)saturate(1.1);background:linear-gradient(#0a0812eb,#0a0812b8);border-bottom:1px solid #ffffff1f;position:relative;box-shadow:0 14px 30px #0906148c}.registration-form-topbar-inner{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;width:min(980px,100% - 24px);margin:0 auto;display:grid}.registration-form-back{color:#ffffffeb;cursor:pointer;height:38px;font-family:var(--f-display-nav);letter-spacing:.08em;text-transform:uppercase;transition:transform .18s var(--easing), box-shadow .18s var(--easing), background .18s var(--easing);background:#ffffff14;border:1px solid #ffffff2e;border-radius:14px;align-items:center;gap:8px;padding:0 12px;font-size:.72rem;font-weight:800;display:inline-flex}.registration-form-back:hover{background:#ffffff1c;transform:translateY(-1px);box-shadow:0 10px 22px #09061466}.registration-form-back:active{transform:translateY(0)}.registration-form-title{font-family:var(--f-display);text-transform:uppercase;letter-spacing:.06em;text-shadow:0 0 22px #8b00ff59,0 2px 10px #000000b3;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:clamp(1.05rem,2.2vw,1.35rem);font-weight:800;line-height:1.1;overflow:hidden}.registration-form-content{padding-top:24px;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 110px);width:min(980px,100% - 24px);margin:0 auto;padding-left:12px;padding-right:12px}.registration-form-card{background:linear-gradient(140deg, #ffffff1f, #ffffff08), var(--cat-glass-bg);border:1px solid var(--cat-glass-border);-webkit-backdrop-filter:blur(18px)saturate(1.05);backdrop-filter:blur(18px)saturate(1.05);border-radius:18px;max-width:760px;margin:0 auto;padding:clamp(16px,3vw,28px);box-shadow:0 18px 38px #00000073}.registration-form-card h2{font-family:var(--f-display);text-transform:uppercase;letter-spacing:.05em;text-shadow:0 0 18px #8b00ff47,0 2px 10px #000000b3;margin:0 0 6px;font-size:1.05rem}.registration-form-card p{color:#f4efe4d9;margin:0 0 16px;line-height:1.5}.rf-group{gap:8px;margin:12px 0;display:grid}.rf-group label{font-family:var(--f-display-nav);letter-spacing:.06em;text-transform:uppercase;color:#f4efe4db;text-shadow:0 0 14px #8b00ff2e,0 2px 10px #0000008c;font-size:.74rem;font-weight:800;line-height:1.2}.rf-group input,.rf-group textarea{color:#ffffffeb;width:100%;transition:border-color .18s var(--easing), box-shadow .18s var(--easing), background .18s var(--easing);background:#00000040;border:1px solid #ffffff29;border-radius:14px;outline:none;padding:12px;font-family:inherit;box-shadow:inset 0 1px #ffffff0f}.rf-group input::-moz-placeholder{color:#f4efe473}.rf-group textarea::-moz-placeholder{color:#f4efe473}.rf-group input::placeholder,.rf-group textarea::placeholder{color:#f4efe473}.rf-group input:hover,.rf-group textarea:hover{background:#00000047;border-color:#ffffff38}.rf-group input:focus,.rf-group textarea:focus{border-color:#c084fc8c;box-shadow:0 0 0 3px #a855f72e}.rf-submit{width:100%;font-family:var(--f-display);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;color:#0a0614;transition:transform .18s var(--easing), box-shadow .18s var(--easing), filter .18s var(--easing);background:linear-gradient(90deg,#fff 0%,#d1b3ff 55%,#a855f7 100%);border:none;border-radius:16px;padding:12px 14px;font-weight:800;box-shadow:0 12px 28px #00000059}.rf-submit:hover:not(:disabled){filter:saturate(1.03);transform:translateY(-1px);box-shadow:0 16px 34px #0000006b}.rf-submit:active:not(:disabled){transform:translateY(0)}.rf-submit:disabled{opacity:.55;cursor:not-allowed}@media (width<=768px){.registration-form-topbar-inner{width:100%}.registration-form-card{max-width:100%}}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.registration-form-topbar,.registration-form-card{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#110e20eb!important;border-color:#ffffff24!important}}html[data-perf=lite] .registration-form-topbar,html[data-perf=lite] .registration-form-card{-webkit-backdrop-filter:blur(10px)saturate(1.05);backdrop-filter:blur(10px)saturate(1.05);box-shadow:0 12px 26px #0906147a}.mobile-bottom-nav{left:12px;right:12px;bottom:calc(20px + env(safe-area-inset-bottom));height:var(--mobile-nav-height);background-image:linear-gradient(140deg,#ffffff14,#ffffff05);background-color:var(--mobile-glass-bg);-webkit-backdrop-filter:blur(18px)saturate(1.1);backdrop-filter:blur(18px)saturate(1.1);border:1px solid var(--mobile-glass-border);z-index:1100;border-radius:22px;justify-content:space-between;align-items:center;padding:8px 10px;display:flex;position:fixed;box-shadow:0 14px 32px #0906148c}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.mobile-bottom-nav{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#110e20eb!important;border-color:#ffffff24!important}}html[data-perf=lite] .mobile-bottom-nav{-webkit-backdrop-filter:blur(10px)saturate(1.05);backdrop-filter:blur(10px)saturate(1.05);box-shadow:0 10px 22px #0906147a}.mobile-nav-item{color:#fff9;font-family:var(--f-display-nav,"Syne", "Montserrat", sans-serif);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;text-shadow:0 2px 8px #00000073;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:6px;padding:4px 0;font-size:.5rem;font-weight:700;transition:color .2s,transform .2s;display:flex}.mobile-nav-label{text-align:center;white-space:nowrap;line-height:1.1}.mobile-nav-icon-wrap{background:#ffffff14;border:1px solid #ffffff24;border-radius:14px;place-items:center;width:34px;height:34px;transition:transform .2s,box-shadow .2s,background .2s;display:grid;box-shadow:inset 0 0 0 1px #ffffff0a}.mobile-nav-icon{color:#fffc;filter:drop-shadow(0 0 6px #0006);width:18px;height:18px;display:block}.mobile-nav-icon.mobile-nav-icon-text{letter-spacing:.08em;color:#ffffffd9;width:auto;height:auto;font-size:.7rem;font-weight:800}.mobile-nav-item-cta .mobile-nav-label{letter-spacing:.06em;font-size:.46rem}.mobile-nav-item-vk .mobile-nav-label{letter-spacing:.08em;font-size:.48rem}.mobile-nav-item.is-active{color:#fff}.mobile-nav-item.is-active .mobile-nav-icon-wrap{background:#a855f740;border-color:#c084fc99;transform:translateY(-2px);box-shadow:0 0 14px #a855f773}.mobile-nav-item.is-active .mobile-nav-icon{color:#e8d5ff}@media (width>=769px) and (width<=1024px){.mobile-bottom-nav{border-radius:16px!important;width:min(360px,100% - 48px)!important;min-width:280px!important;max-width:360px!important;height:48px!important;margin:0 auto!important;padding:6px 12px!important;left:0!important;right:0!important}.mobile-bottom-nav .mobile-nav-item{gap:0!important;font-size:0!important;position:relative!important}.mobile-bottom-nav .mobile-nav-label{clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.mobile-bottom-nav .mobile-nav-icon-wrap{border-radius:10px!important;width:28px!important;height:28px!important}.mobile-bottom-nav .mobile-nav-icon{width:15px!important;height:15px!important}.mobile-bottom-nav[data-current-view=profile]{display:none!important}}@media (width<=360px){.mobile-nav-item{font-size:.46rem}.mobile-nav-label{text-overflow:ellipsis;max-width:72px;overflow:hidden}.mobile-nav-item-cta .mobile-nav-label{letter-spacing:.05em;font-size:.42rem}.mobile-nav-icon-wrap{width:30px;height:30px}.mobile-nav-icon{width:16px;height:16px}}@media (width>=1024px){.mobile-bottom-nav{width:min(520px,100% - 32px);min-width:340px;max-width:520px;height:56px;left:0;right:0;bottom:calc(56px + env(safe-area-inset-bottom));border-radius:18px;margin:0 auto;padding:6px 12px}.mobile-nav-item{gap:0;font-size:0;position:relative}.mobile-nav-label{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.mobile-nav-icon-wrap{border-radius:12px;width:30px;height:30px}.mobile-nav-icon{width:16px;height:16px}}body.keyboard-open .mobile-bottom-nav{display:none!important}.mobile-nav-login-cta{color:#f59e0b!important}.mobile-nav-login-cta .mobile-nav-icon-wrap{background:#f59e0b26;border-color:#f59e0b66}.mobile-nav-login-cta .mobile-nav-icon{color:#fbbf24}.mobile-nav-login-cta .mobile-nav-label{color:#f59e0b}.mobile-nav-login-dot{z-index:2;background:#f59e0b;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite login-dot-pulse;position:absolute;top:2px;right:2px;box-shadow:0 0 6px #f59e0b99}.mobile-nav-login-cta .mobile-nav-icon-wrap{position:relative}@keyframes login-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (width>=640px){.container{max-width:640px}}@media (width>=768px){.container{max-width:768px}}@media (width>=1024px){.container{max-width:1024px}}@media (width>=1181px){.container{max-width:1181px}}@media (width>=1280px){.container{max-width:1280px}}@media (width>=1536px){.container{max-width:1536px}}.\!visible{visibility:visible!important}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.isolate{isolation:isolate}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.\!grid{display:grid!important}.grid{display:grid}.contents{display:contents}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.border{border-width:1px}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.blur{--tw-blur:blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.profile-spaceship-root{--console-height:80px;--console-padding:24px}@media (width>=1181px){.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--squad-corner .profile-view-cabin-tabs-docked{z-index:10180!important;pointer-events:auto!important;position:absolute!important;top:50%!important;left:-76px!important;transform:translateY(-50%)!important}}.profile-spaceship-root .profile-view-mobile-nav-arrow-up{display:none!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-item--wide.profile-view-cabin-nav-item--hub-mini{aspect-ratio:1!important;flex:0 0 38px!important;width:38px!important;min-width:38px!important;max-width:38px!important;transform:translate(-120px)!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide.profile-view-cabin-nav-btn--hub-mini{width:100%!important;height:100%!important;min-height:0!important;padding:3px!important}@media (width>=1181px){.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-item--wide.profile-view-cabin-nav-item--hub-mini{flex-basis:38px!important;width:38px!important;min-width:38px!important;max-width:38px!important}}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-item--hub-mini{aspect-ratio:1;width:min(38px,100%)!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide.profile-view-cabin-nav-btn--hub-mini{text-align:center!important;border-radius:12px!important;width:100%!important;height:100%!important;min-height:0!important;padding:3px!important;display:block!important;position:relative!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--hub-mini .profile-view-cabin-nav-icon{justify-self:center!important;margin:0!important;font-size:14px!important;line-height:1!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.profile-spaceship-root .profile-view-cabin-right--raised-sections .profile-view-cabin-nav-item--wide:not(.profile-view-cabin-nav-item--hub-mini){position:relative;top:-40px}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--hub-mini .profile-view-cabin-card-subtitle,.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--hub-mini .profile-view-cabin-card-hint,.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-right-rail-progress--hub-mini{display:none!important}@media (width>=1181px){.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-item--hub-mini{width:clamp(36px,2.6vw,39px)!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide.profile-view-cabin-nav-btn--hub-mini{min-height:0!important;padding:6px!important}}.profile-spaceship-root .profile-view-cabin-center{z-index:10004;position:relative}@keyframes vozhatifikator-spotlight-fade{0%{opacity:0}to{opacity:1}}@keyframes vozhatifikator-spotlight-in{0%{opacity:0;transform:translate(-50%,-50%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.profile-spaceship-root .profile-view-console{bottom:calc(20px + var(--mobile-nav-height,68px) + 24px + env(safe-area-inset-bottom));height:var(--console-height);z-index:10005;background:0 0;justify-content:center;align-items:center;gap:16px;padding:0 16px;display:flex;position:fixed;left:0;right:0}.profile-spaceship-root .profile-view{padding-bottom:0!important}.profile-spaceship-root .profile-view-outer{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}:is(.profile-spaceship-root .profile-view-outer:has(.profile-view-cabin-center--squad-corner),.profile-spaceship-root .profile-view-outer:has(.profile-view-cabin-center--real-diary)){overflow:visible}.profile-spaceship-root .profile-view-content-wrapper,.profile-spaceship-root .profile-view-main{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.profile-spaceship-root .profile-view-scroll-container{height:100%;min-height:0;padding-bottom:calc(var(--console-height) + var(--console-padding) + 24px);box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#8b00ff80 #ffffff0f;background:0 0;overflow:hidden auto}.profile-spaceship-root .profile-view-scroll-container::-webkit-scrollbar{width:6px}.profile-spaceship-root .profile-view-scroll-container::-webkit-scrollbar-track{background:#ffffff0a;border-radius:3px}.profile-spaceship-root .profile-view-scroll-container::-webkit-scrollbar-thumb{background:#8b00ff73;border-radius:3px}.profile-spaceship-root .profile-view-scroll-container::-webkit-scrollbar-thumb:hover{background:#8b00ff99}.profile-spaceship-root .profile-view-panel-scroll{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#8b00ff80 #ffffff0f;background:0 0;padding:16px}.profile-spaceship-root .profile-view-panel-scroll::-webkit-scrollbar{width:6px}.profile-spaceship-root .profile-view-panel-scroll::-webkit-scrollbar-track{background:#ffffff0a;border-radius:3px}.profile-spaceship-root .profile-view-panel-scroll::-webkit-scrollbar-thumb{background:#8b00ff73;border-radius:3px}.profile-spaceship-root .profile-view-panel-scroll::-webkit-scrollbar-thumb:hover{background:#8b00ff99}.profile-spaceship-root .profile-view-cabin-layout{grid-template:"top top top""left center right"1fr/auto 1fr auto;gap:0;height:100%;min-height:0;display:grid;overflow:hidden}.profile-spaceship-root .profile-view-cabin-top{background:#00000026;border-bottom:1px solid #ffffff0f;flex-shrink:0;grid-area:top;justify-content:center;align-items:center;gap:8px;padding:8px 12px;display:flex}.profile-spaceship-root .profile-view-cabin-left{background:#0000001f;border-right:1px solid #ffffff0f;flex-direction:column;grid-area:left;align-items:center;gap:10px;width:140px;min-width:140px;padding:12px 8px;display:flex;overflow-y:auto}.profile-spaceship-root .profile-view-cabin-center-wrap{flex-direction:column;grid-area:center;gap:0;min-height:0;margin:-24px -24px 0;padding:24px 24px 0;display:flex;overflow:visible}:is(.profile-spaceship-root .profile-view-cabin-layout:has(.profile-view-cabin-center--squad-corner),.profile-spaceship-root .profile-view-cabin-layout:has(.profile-view-cabin-center--real-diary)){overflow:visible}:is(.profile-spaceship-root .profile-view-cabin-layout:has(.profile-view-cabin-center--squad-corner) .profile-view-cabin-center-wrap,.profile-spaceship-root .profile-view-cabin-layout:has(.profile-view-cabin-center--real-diary) .profile-view-cabin-center-wrap){margin-top:0}.profile-spaceship-root .profile-view-cabin-center-wrap>.profile-view-cabin-center{grid-area:unset;flex:1;min-height:0;margin:12px}.profile-spaceship-root .profile-view-cabin-center{box-sizing:border-box;background:#00000040;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;grid-area:center;min-height:0;margin:12px;display:flex;overflow:hidden}.profile-spaceship-root .profile-view-cabin-center-scroll{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#8b00ff80 #ffffff0f;scrollbar-gutter:stable;flex:1;min-height:0;padding:16px;overflow:hidden auto}.profile-spaceship-root .profile-view-cabin-center-scroll::-webkit-scrollbar{width:6px}.profile-spaceship-root .profile-view-cabin-center-scroll::-webkit-scrollbar-track{background:#ffffff0a;border-radius:3px}.profile-spaceship-root .profile-view-cabin-center-scroll::-webkit-scrollbar-thumb{background:#8b00ff73;border-radius:3px}.profile-spaceship-root .profile-view-cabin-center-scroll::-webkit-scrollbar-thumb:hover{background:#8b00ff99}.profile-spaceship-root .profile-view-cabin-panel-header{background:#020a1366;border-bottom:1px solid #ffffff14;flex-shrink:0;align-items:center;gap:12px;padding:10px 16px;display:flex}.profile-spaceship-root .profile-view-cabin-panel-header__back{color:#fffffff2;background:rgba(var(--cabin-neon-cyan-rgb), .2);border:1px solid var(--cabin-btn-border-default);cursor:pointer;border-radius:10px;padding:6px 12px;font-size:13px;font-weight:600;transition:border-color .2s,background .2s,box-shadow .2s}.profile-spaceship-root .profile-view-cabin-panel-header__back:hover,.profile-spaceship-root .profile-view-cabin-panel-header__back:focus-visible{background:rgba(var(--cabin-neon-cyan-rgb), .3);border-color:var(--cabin-btn-border-hover);box-shadow:var(--cabin-focus-shadow);outline:none}.profile-spaceship-root .profile-view-cabin-panel-header__title{color:#ffffffd9;letter-spacing:.02em;font-size:14px;font-weight:600}.profile-spaceship-root .profile-view-cabin-content{min-height:0}.profile-spaceship-root .profile-view-cabin-content--from-left{animation:.3s ease-out forwards profile-cabin-content-in-left}.profile-spaceship-root .profile-view-cabin-content--from-right{animation:.3s ease-out forwards profile-cabin-content-in-right}.profile-spaceship-root .profile-view-cabin-content--from-top{animation:.3s ease-out forwards profile-cabin-content-in-top}@keyframes profile-cabin-content-in-left{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes profile-cabin-content-in-right{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes profile-cabin-content-in-top{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.profile-spaceship-root .profile-view-cabin-placeholder{color:#fff6;justify-content:center;align-items:center;min-height:200px;font-size:14px;font-weight:500;display:flex}.profile-spaceship-root .profile-view-cabin-placeholder-hint{color:#fff9;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:13px;font-weight:600}.profile-spaceship-root .profile-view-cabin-right{background:#0000001f;border-left:1px solid #ffffff0f;flex-direction:column;grid-area:right;align-items:center;gap:10px;width:120px;min-width:120px;padding:12px 8px;display:flex;overflow-y:auto}@media (width>=1100px){.profile-spaceship-root .profile-view-cabin-right.profile-view-cabin-right--raised-sections{transform:translateY(-104px)}}.profile-spaceship-root .profile-view-cabin-nav-item{flex-direction:column;align-items:center;gap:6px;width:100%;display:flex}.profile-spaceship-root .profile-view-cabin-nav-btn{color:#fff;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;text-align:center;appearance:none;background:#0003;border:1px solid #ffffff14;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:56px;min-width:56px;height:56px;min-height:56px;padding:6px;font-family:inherit;font-size:10px;font-weight:600;transition:border-color .2s,background .2s,box-shadow .2s;display:flex;overflow:hidden}.profile-spaceship-root .profile-view-cabin-nav-btn img{-o-object-fit:cover;object-fit:cover;border-radius:50%;flex-shrink:0;width:44px;height:44px}.profile-spaceship-root .profile-view-cabin-nav-btn:hover,.profile-spaceship-root .profile-view-cabin-nav-btn:focus-visible{background:#8b00ff1f;border-color:#8b00ff66;outline:none;box-shadow:0 0 12px #8b00ff26}.profile-spaceship-root .profile-view-cabin-nav-btn--active,.profile-spaceship-root .profile-view-cabin-avatar-wrap.profile-view-cabin-nav-btn--active{background:#8b00ff33;border-color:#8b00ff80;box-shadow:0 0 14px #8b00ff40}.profile-spaceship-root .profile-view-cabin-nav-icon{font-size:20px;line-height:1}.profile-spaceship-root .profile-view-cabin-nav-title{opacity:.95;text-align:center;font-size:9px;font-weight:700;line-height:1.2}.profile-spaceship-root .profile-view-cabin-card-subtitle{opacity:.85;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:8px;font-weight:600;line-height:1.2;overflow:hidden}.profile-spaceship-root .profile-view-cabin-card-progress-wrap{background:#ffffff1f;border-radius:2px;width:100%;height:3px;overflow:hidden}.profile-spaceship-root .profile-view-cabin-card-progress{background:var(--cabin-progress-gradient);border-radius:2px;height:100%;transition:width .25s ease-out}.profile-spaceship-root .profile-view-cabin-card-hint{opacity:.75;font-size:7px;line-height:1.1}.profile-spaceship-root .profile-view-cabin-nav-btn.profile-view-cabin-card{gap:2px;width:56px;min-width:56px;height:56px;min-height:56px}.profile-spaceship-root .profile-view-cabin-avatar-wrap.profile-view-cabin-card .profile-view-cabin-card-progress-wrap{width:44px;margin-top:2px}.profile-spaceship-root .profile-view-cabin-avatar-wrap{color:#fff;cursor:pointer;appearance:none;background:#0003;border:1px solid #ffffff1a;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:56px;min-width:56px;height:56px;min-height:56px;padding:2px;font-family:inherit;transition:border-color .2s,background .2s;display:flex;overflow:hidden}.profile-spaceship-root .profile-view-cabin-avatar-wrap:hover,.profile-spaceship-root .profile-view-cabin-avatar-wrap:focus-visible{background:#8b00ff1a;border-color:#8b00ff66;outline:none;box-shadow:0 0 12px #8b00ff26}.profile-spaceship-root .profile-view-cabin-avatar-wrap img{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;border-radius:50%;flex-shrink:0;width:48px;height:48px;display:block}.profile-spaceship-root .profile-view-cabin-avatar-wrap>span:first-of-type{font-size:24px;line-height:1;display:block}.profile-spaceship-root .profile-view-cabin-avatar-wrap .profile-view-cabin-card-progress-wrap{width:44px;height:2px;margin-top:1px}.profile-spaceship-root .profile-view-cabin-avatar-rank{text-transform:uppercase;letter-spacing:.04em;opacity:.9;font-size:9px;font-weight:700}.profile-spaceship-root .profile-view-cabin-screens{box-sizing:border-box;grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(0,1fr);gap:12px;height:100%;min-height:0;padding:12px;display:grid;overflow:hidden}.profile-spaceship-root .profile-view-screen{color:#fff;cursor:pointer;text-align:center;appearance:none;background:#00000040;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:0;padding:12px;font-family:inherit;font-size:12px;font-weight:600;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.profile-spaceship-root .profile-view-screen:hover,.profile-spaceship-root .profile-view-screen:focus-visible{border-color:var(--cabin-btn-border-hover);background:rgba(var(--cabin-neon-cyan-rgb), .12);box-shadow:var(--cabin-focus-shadow);outline:none}.profile-spaceship-root .profile-view-screen-icon{font-size:24px;line-height:1}.profile-spaceship-root .profile-view-screen-title{text-transform:uppercase;letter-spacing:.04em;opacity:.95;font-size:11px;font-weight:700}.profile-spaceship-root .profile-view-screen-meta{opacity:.75;text-transform:uppercase;font-size:10px}@media (width>=1024px){.profile-spaceship-root .profile-view-content-wrapper{max-width:1200px;padding:24px}.profile-spaceship-root .profile-view-dashboards-grid .dashboards-stack{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:20px;margin-top:24px;display:grid!important}.profile-spaceship-root .profile-view-share-row{flex-wrap:wrap;gap:24px;flex-direction:row!important}.profile-spaceship-root .profile-view-share-row>div:first-child,.profile-spaceship-root .profile-view-share-row #profile-share-center{flex:1;min-width:280px}.profile-spaceship-root .mobile-bottom-nav{width:min(360px,100% - 32px);min-width:260px;max-width:360px}}.profile-spaceship-root{--cabin-bg-1:#081422;--cabin-bg-2:#0d1f33;--cabin-bg-3:#13243d;--cabin-glass:#091a2db8;--cabin-border:#7accff47;--cabin-accent:#5de4ff;--cabin-accent-soft:#5de4ff38;--cabin-accent-warm:#ffc96b;--cabin-font-display:"Syne", "Montserrat", sans-serif;--cabin-font-body:"Space Grotesk", sans-serif;--console-button-size:clamp(84px, 8.1vw, 118px);--profile-mobile-nav-bottom:calc(12px + env(safe-area-inset-bottom))}.profile-spaceship-root .profile-view{background:radial-gradient(circle at 16% 14%, #5de4ff21, transparent 33%), radial-gradient(circle at 86% 18%, #ffc96b29, transparent 36%), radial-gradient(circle at 50% 86%, #ff78781f, transparent 42%), linear-gradient(160deg, var(--cabin-bg-1) 0%, var(--cabin-bg-2) 45%, var(--cabin-bg-3) 100%);font-family:var(--cabin-font-body)}.profile-spaceship-root .profile-view-cabin-layout{height:100%;min-height:0;padding:10px 16px calc(var(--console-height) + 46px);box-sizing:border-box;grid-template:"left top right""left center right"minmax(0,1fr)/minmax(290px,24vw) minmax(560px,1fr) minmax(250px,21vw);gap:14px;display:grid}.profile-spaceship-root .profile-view-cabin-top,.profile-spaceship-root .profile-view-cabin-left,.profile-spaceship-root .profile-view-cabin-right,.profile-spaceship-root .profile-view-cabin-center{border:1px solid var(--cabin-border);background:linear-gradient(160deg, #0c2338c7, #0717289e), var(--cabin-glass);border-radius:22px;box-shadow:inset 0 0 0 1px #ffffff08,0 14px 34px #0209146b}.profile-spaceship-root .profile-view-cabin-center{--cabin-center-glass-bg:linear-gradient(165deg, #ffffff05 0%, #ffffff01 45%, #0c23380f 100%);background:var(--cabin-center-glass-bg);border:1px solid #ffffff14;box-shadow:inset 0 0 0 1px #ffffff08,0 8px 32px #0000001f,0 0 48px #5de4ff08}.profile-spaceship-root .profile-view-cabin-top{border-radius:20px;justify-content:center;min-height:90px;padding:12px 18px}.profile-spaceship-root .profile-view-cabin-top-inspector{color:#e8fbff;cursor:pointer;width:min(660px,96%);font-family:var(--cabin-font-body);background:linear-gradient(138deg,#5de4ff3d,#2a7eab33),#071e2d73;border:1px solid #67e2ff73;border-radius:16px;flex-direction:column;gap:8px;padding:12px 16px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.profile-spaceship-root .profile-view-cabin-top-inspector:hover,.profile-spaceship-root .profile-view-cabin-top-inspector:focus-visible,.profile-spaceship-root .profile-view-cabin-top-inspector--active{border-color:#67e2ffc7;outline:none;transform:translateY(-1px);box-shadow:0 0 0 1px #5de4ff4d,0 14px 32px #0b3b4f5c}.profile-spaceship-root .profile-view-cabin-top-inspector__title{font-family:var(--cabin-font-display);letter-spacing:.08em;text-transform:uppercase;font-size:clamp(14px,1vw,17px);font-weight:700}.profile-spaceship-root .profile-view-cabin-top-inspector__subtitle{opacity:.9;font-size:12px}.profile-spaceship-root .profile-view-cabin-top-inspector__progress{background:#040a1373;border-radius:999px;height:8px;overflow:hidden}.profile-spaceship-root .profile-view-cabin-top-inspector__progress-bar{border-radius:inherit;background:var(--cabin-progress-gradient);height:100%}.profile-spaceship-root .profile-view-cabin-left{grid-area:left;align-items:stretch;gap:12px;width:auto;min-width:0;padding:14px;overflow-y:auto}@media (width>=1181px){.profile-spaceship-root .profile-view-cabin-profile--mobile-only{display:none!important}.profile-spaceship-root .profile-view-cabin-profile--desktop-only{display:contents!important}}@media (width<=1180px){.profile-spaceship-root .profile-view-cabin-profile--desktop-only{display:none!important}.profile-spaceship-root .profile-view-cabin-profile--mobile-only{display:contents!important}}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed,.profile-spaceship-root .profile-view-cabin-left--profile-expanded{grid-template-columns:88px 1fr;align-items:start;gap:12px;display:grid}.profile-spaceship-root .profile-view-cabin-avatar-wrap--hero{background:linear-gradient(#09223bc7,#051323f2);border:1px solid #67e2ff73;width:88px;min-width:88px;height:88px;min-height:88px;padding:0}.profile-spaceship-root .profile-view-cabin-avatar-wrap--hero img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.profile-spaceship-root .profile-view-cabin-avatar-wrap--hero .profile-view-cabin-card-progress-wrap{width:64px;height:3px}.profile-spaceship-root .profile-view-cabin-profile-meta{flex-direction:column;gap:6px;min-width:0;display:flex}.profile-spaceship-root .profile-view-cabin-profile-rank{text-transform:uppercase;letter-spacing:.08em;color:#ffc96b;margin:0;font-size:10px;font-weight:700}.profile-spaceship-root .profile-view-cabin-profile-nickname{font-family:var(--cabin-font-display);color:#f5fbff;overflow-wrap:anywhere;margin:0;font-size:clamp(18px,1.5vw,23px);line-height:1.12}.profile-spaceship-root .profile-view-cabin-profile-status{opacity:.86;color:#e6f7ffeb;margin:0;font-size:12px;line-height:1.4}.profile-spaceship-root .profile-view-cabin-profile-level-row{color:#e0f5ffc2;justify-content:space-between;gap:8px;font-size:11px;display:flex}.profile-spaceship-root .profile-view-cabin-profile-bio-line{color:#e0f5ffb8;font-size:10px;line-height:1.2}.profile-spaceship-root .profile-view-cabin-card-progress-wrap--thick{height:7px}.profile-spaceship-root .profile-view-cabin-profile-field{text-transform:uppercase;letter-spacing:.06em;color:#e0f5ffa8;flex-direction:column;gap:4px;font-size:10px;display:flex}.profile-spaceship-root .profile-view-cabin-profile-field input,.profile-spaceship-root .profile-view-cabin-profile-field textarea{color:#ebf7ff;width:100%;font-size:12px;font-family:var(--cabin-font-body);box-sizing:border-box;resize:vertical;background:#03132199;border:1px solid #6fc0ec66;border-radius:12px;padding:8px 10px;line-height:1.4}.profile-spaceship-root .profile-view-cabin-profile-field input:focus-visible,.profile-spaceship-root .profile-view-cabin-profile-field textarea:focus-visible{border-color:#5de4ffd9;outline:none;box-shadow:0 0 0 2px #5de4ff33}.profile-spaceship-root .profile-view-cabin-profile-actions{gap:8px;display:flex}.profile-spaceship-root .profile-view-cabin-nav-item--wide{width:100%}.profile-spaceship-root .profile-view-cabin-nav-btn--wide{border-radius:var(--cabin-btn-radius-md);text-transform:none;background:linear-gradient(160deg,#081d32d6,#040f1ed6),#07192cb3;border-color:#72c3eb59;gap:8px;width:100%;min-width:0;height:auto;min-height:96px;padding:10px 12px}.profile-spaceship-root .profile-view-cabin-nav-btn--wide img{width:52px;height:52px}.profile-spaceship-root .profile-view-cabin-nav-btn.profile-view-cabin-card{width:100%;min-width:0;height:auto;min-height:96px}.profile-spaceship-root .profile-view-cabin-nav-btn--wide .profile-view-cabin-nav-icon{font-family:var(--cabin-font-display);font-size:26px}.profile-spaceship-root .profile-view-cabin-card-subtitle{text-transform:none;letter-spacing:.01em;font-size:12px}.profile-spaceship-root .profile-view-cabin-card-progress-wrap{background:#020a138c;border-radius:999px;height:6px}.profile-spaceship-root .profile-view-cabin-card-progress{background:var(--cabin-progress-gradient)}.profile-spaceship-root .profile-view-cabin-card-hint{opacity:.76;font-size:10px}.profile-spaceship-root .profile-view-cabin-card--vozhatifikator{position:relative;overflow:hidden}.profile-spaceship-root .profile-view-cabin-nav-btn--wide.profile-view-cabin-card--vozhatifikator:before{display:none}.profile-spaceship-root .profile-view-cabin-card--vozhatifikator .profile-view-cabin-card__img-bg{z-index:0;border-radius:inherit;position:absolute;inset:0;overflow:hidden}.profile-spaceship-root .profile-view-cabin-card--vozhatifikator .profile-view-cabin-card__img-bg img{transform-origin:50%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block;position:absolute;inset:0;transform:scale(1.2);border-radius:0!important;width:100%!important;height:100%!important}.profile-spaceship-root .profile-view-cabin-card--vozhatifikator .profile-view-cabin-card-subtitle,.profile-spaceship-root .profile-view-cabin-card--vozhatifikator .profile-view-cabin-card-hint,.profile-spaceship-root .profile-view-cabin-card--vozhatifikator .profile-view-cabin-card-progress-wrap{z-index:1;text-shadow:0 1px 2px #000c;position:relative}.profile-spaceship-root .profile-view-cabin-card--vozhatifikator .profile-view-cabin-card-hint{text-align:center;color:var(--cabin-neon-magenta);text-shadow:0 0 8px rgba(var(--cabin-neon-magenta-rgb), .9), 0 0 16px rgba(var(--cabin-neon-magenta-rgb), .6), 0 1px 2px #000000e6;justify-self:center;margin-top:10px}.profile-spaceship-root .profile-view-cabin-center{flex-direction:column;grid-area:center;min-height:0;margin:0;padding:0;display:flex;overflow:hidden}.profile-spaceship-root .profile-view-cabin-center-header{border-bottom:1px solid var(--border);background:var(--panel);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.profile-spaceship-root .profile-view-cabin-center-headline{flex-direction:column;gap:4px;min-width:0;display:flex}.profile-spaceship-root .profile-view-cabin-center-title{font-family:var(--cabin-font-display);text-transform:uppercase;letter-spacing:.08em;color:#f4fbff;font-size:14px}.profile-spaceship-root .profile-view-cabin-center-subtitle{color:#dff4ffc2;font-size:12px}.profile-spaceship-root .profile-view-cabin-center-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.profile-spaceship-root .profile-view-cabin-center-shell{flex:1;grid-template-columns:1fr;min-height:0;display:grid}.profile-spaceship-root .profile-view-cabin-center-shell--companions{grid-template-columns:minmax(150px,205px) 1fr minmax(150px,205px)}.profile-spaceship-root .profile-view-cabin-center-scroll{padding:16px}.profile-spaceship-root .profile-view-cabin-side-screen{background:linear-gradient(170deg,#06192aa8,#05101d94);border-left:1px solid #71c4ee26;border-right:1px solid #71c4ee26;flex-direction:column;gap:10px;min-height:0;padding:14px 12px;display:flex}.profile-spaceship-root .profile-view-cabin-side-screen--left{border-left:none}.profile-spaceship-root .profile-view-cabin-side-screen--right{border-right:none}.profile-spaceship-root .profile-view-cabin-side-screen__label{text-transform:uppercase;letter-spacing:.08em;color:#ddf6ff99;margin:0;font-size:10px}.profile-spaceship-root .profile-view-cabin-side-screen__btn{text-align:left;color:#eff9ff;cursor:pointer;background:#0821348f;border:1px solid #70c2ea5c;border-radius:12px;flex-direction:column;gap:4px;width:100%;padding:10px;display:flex}.profile-spaceship-root .profile-view-cabin-side-screen__btn:hover,.profile-spaceship-root .profile-view-cabin-side-screen__btn:focus-visible{border-color:#5de4ffc2;outline:none;box-shadow:0 0 0 1px #5de4ff47}.profile-spaceship-root .profile-view-cabin-side-screen__btn span{font-size:12px;font-weight:700}.profile-spaceship-root .profile-view-cabin-side-screen__btn small{opacity:.78;font-size:11px}.profile-spaceship-root .profile-view-cabin-placeholder{background:radial-gradient(circle at top,#5de4ff29,#020c1780);border:1px dashed #70c2ea59;border-radius:18px;min-height:220px}.profile-spaceship-root .profile-view-cabin-placeholder-hint{color:#e6f8ffc7;font-size:12px}.profile-spaceship-root .profile-view-cabin-right{grid-area:right;align-items:stretch;gap:10px;width:auto;min-width:0;padding:14px}.profile-spaceship-root .profile-view-console{bottom:calc(var(--mobile-nav-height,68px) + env(safe-area-inset-bottom) + 12px);background:linear-gradient(#081b2ee6,#030d18e0);border:1px solid #76c8f047;border-radius:22px;align-items:flex-end;gap:clamp(8px,1vw,14px);height:auto;padding:12px;left:14px;right:14px;box-shadow:0 18px 45px #020a148a,0 0 24px #5de4ff17}.profile-spaceship-root .mobile-bottom-nav{transform-origin:bottom;transform:scale(.92)}@media (width<=1480px){.profile-spaceship-root .profile-view-cabin-layout{grid-template-columns:minmax(256px,27vw) minmax(460px,1fr) minmax(220px,25vw)}.profile-spaceship-root .profile-view-cabin-center-shell--companions{grid-template-columns:minmax(132px,176px) 1fr minmax(132px,176px)}}@media (width<=1180px){.profile-spaceship-root{--console-button-size:clamp(72px, 11vw, 92px)}.profile-spaceship-root .profile-view-cabin-layout{height:auto;min-height:100%;padding:8px 12px calc(var(--console-height) + 40px);grid-template:"top""center"minmax(340px,1fr)"left""right"/1fr;overflow-y:auto}.profile-spaceship-root .profile-view-cabin-left,.profile-spaceship-root .profile-view-cabin-right{overflow:visible}.profile-spaceship-root .profile-view-cabin-center-shell--companions{grid-template-columns:1fr}.profile-spaceship-root .profile-view-cabin-side-screen{display:none}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed,.profile-spaceship-root .profile-view-cabin-left--profile-expanded{grid-template-columns:72px 1fr}.profile-spaceship-root .profile-view-console{gap:8px;left:8px;right:8px}}@media (width<=880px){.profile-spaceship-root .profile-view-console{grid-template-columns:1fr;align-items:stretch;padding:10px;display:grid;overflow:hidden}.profile-spaceship-root .profile-view-cabin-top-inspector{width:100%}}.profile-spaceship-root{--space-0:#050504;--space-1:#13100c;--graphite:#1d1f1e;--violet-700:#2d284b;--violet-600:#353059;--violet-600-rgb:53, 48, 89;--violet-500:#52457a;--lavender-300:#a490bd;--violet-muted:#716899;--teal-600:#395b71;--teal-600-rgb:57, 91, 113;--teal-400:#6090af;--amber-600:#a96528;--amber-500:#c77730;--amber-500-rgb:199, 119, 48;--amber-400:#d59052;--gold-300:#e4b271;--cream-100:#f5e0c1;--panel:#1d1f1ed9;--panel-alt:#26293acc;--overlay:#050504a6;--border:#395b7180;--border-accent:#71689966;--text-primary:#f5e0c1;--text-secondary:#a490bd;--text-muted:#716899;--btn-primary-bg:#c77730;--btn-primary-hover:#d59052;--btn-primary-pressed:#a96528;--btn-primary-text:#13100c;--btn-secondary-bg:#353059;--btn-secondary-hover:#3f396a;--btn-secondary-pressed:#2d284b;--btn-secondary-text:#f5e0c1;--btn-secondary-border:#71689980;--btn-ghost-border:#395b71;--btn-ghost-hover:#35305966;--btn-ghost-pressed:#35305999;--tab-bar-bg:#13100ca6;--tab-hover-bg:#26293a99;--tab-active-bg:#353059cc;--tab-active-selected-bg:#b5a493cc;--tab-active-selected-text:#2d2118;--tab-active-indicator:#c77730;--focus-ring:#6090af;--selection-glow:#a490bd80;--avatar-bot-highlight:#a855f7;--avatar-bot-highlight-rgb:168, 85, 247;--avatar-bot-highlight-secondary-rgb:192, 132, 252;--violet-500-rgb:82, 69, 122;--teal-400-rgb:96, 144, 175;--cabin-bg-1:var(--space-0);--cabin-bg-2:var(--space-1);--cabin-bg-3:var(--graphite);--cabin-accent:var(--teal-400);--cabin-accent-warm:var(--amber-500);--cabin-neon-cyan-rgb:var(--teal-600-rgb);--cabin-neon-purple-rgb:var(--violet-600-rgb);--cabin-neon-orange-rgb:var(--amber-500-rgb);--cabin-neon-magenta-rgb:var(--violet-600-rgb);--cabin-btn-radius-md:14px;--cabin-btn-radius-md-lg:18px;--cabin-tabs-radius:16px 14px 14px 16px;--cabin-transition-duration:.22s;--cabin-tabs-transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;--cabin-btn-transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;--cabin-disabled-opacity:.55;--cabin-focus-shadow:0 0 0 2px var(--focus-ring);--cabin-btn-border-default:var(--border);--cabin-btn-border-hover:var(--teal-400);--cabin-btn-shadow-glow:0 0 18px var(--selection-glow);--cabin-console-btn-radius:50%;--cabin-progress-gradient:linear-gradient(90deg, var(--amber-500), var(--violet-500));--cabin-progress-gradient-vertical:linear-gradient(180deg, var(--amber-500), var(--violet-500))}.profile-spaceship-root .profile-view{background:radial-gradient(circle at 8% 12%, rgba(var(--violet-500-rgb), .26), transparent 34%), radial-gradient(circle at 92% 14%, rgba(var(--teal-400-rgb), .22), transparent 30%), radial-gradient(circle at 50% 84%, rgba(var(--violet-600-rgb), .2), transparent 38%), radial-gradient(circle at 84% 88%, rgba(var(--amber-500-rgb), .16), transparent 32%), linear-gradient(160deg, var(--cabin-bg-1) 0%, var(--cabin-bg-2) 46%, var(--cabin-bg-3) 100%)}.profile-spaceship-root .profile-view:after{background-image:url(/RL-Guide-book/cabin_bg.png);background-position:50%;background-size:cover}.profile-spaceship-root .profile-view-cabin-top,.profile-spaceship-root .profile-view-cabin-left,.profile-spaceship-root .profile-view-cabin-right,.profile-spaceship-root .profile-view-cabin-center{border-color:rgba(var(--cabin-neon-cyan-rgb), .34);background:radial-gradient(130% 160% at 10% -5%, rgba(var(--cabin-neon-purple-rgb), .16) 0%, transparent 52%), radial-gradient(120% 140% at 100% 105%, rgba(var(--cabin-neon-magenta-rgb), .14) 0%, transparent 56%), linear-gradient(160deg, #091629eb, #040c19e6);box-shadow:0 20px 48px #010710a8, 0 0 0 1px #ffffff0a inset, 0 0 32px rgba(var(--cabin-neon-purple-rgb), .14);-webkit-backdrop-filter:blur(11px)saturate(132%);backdrop-filter:blur(11px)saturate(132%);position:relative}.profile-spaceship-root .profile-view-cabin-center{box-shadow:0 0 0 1px #ffffff08 inset, 0 12px 40px #0000001f, 0 0 56px rgba(var(--cabin-neon-cyan-rgb), .03);-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(165deg,#ffffff05 0%,#ffffff01 40%,#09162912 100%);border-color:#ffffff14}.profile-spaceship-root .profile-view-cabin-top,.profile-spaceship-root .profile-view-cabin-center{overflow:hidden}.profile-spaceship-root .profile-view-cabin-left,.profile-spaceship-root .profile-view-cabin-right{overflow:hidden auto}.profile-spaceship-root .profile-view-cabin-top:before,.profile-spaceship-root .profile-view-cabin-left:before,.profile-spaceship-root .profile-view-cabin-right:before,.profile-spaceship-root .profile-view-cabin-center:before{content:"";pointer-events:none;border-radius:inherit;opacity:.38;background:repeating-linear-gradient(#ffffff09 0 1px,#0000 1px 4px),linear-gradient(114deg,#0000 0%,#ffffff1c 46%,#0000 66%);animation:11s linear infinite cabin-panel-sweep;position:absolute;inset:0;transform:translate(-118%)}.profile-spaceship-root .profile-view-cabin-top-inspector{border-color:rgba(var(--cabin-neon-cyan-rgb), .62);background:radial-gradient(circle at 12% 14%, rgba(var(--cabin-neon-cyan-rgb), .27), transparent 54%), radial-gradient(circle at 86% 12%, rgba(var(--cabin-neon-magenta-rgb), .22), transparent 58%), linear-gradient(145deg, #081e35e6, #091327e0);box-shadow:0 0 0 1px rgba(var(--cabin-neon-cyan-rgb), .26), 0 16px 36px #020b188f, 0 0 24px rgba(var(--cabin-neon-magenta-rgb), .18);position:relative;overflow:hidden}.profile-spaceship-root .profile-view-cabin-top-inspector:before{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(102deg,#0000 0%,#fff3 48%,#0000 66%);animation:8s linear infinite cabin-panel-sweep;position:absolute;inset:0;transform:translate(-122%)}.profile-spaceship-root .profile-view-cabin-top-inspector:hover,.profile-spaceship-root .profile-view-cabin-top-inspector:focus-visible,.profile-spaceship-root .profile-view-cabin-top-inspector--active{border-color:rgba(var(--cabin-neon-magenta-rgb), .72);box-shadow:0 0 0 1px rgba(var(--cabin-neon-magenta-rgb), .25), 0 18px 36px #020b1894, 0 0 34px rgba(var(--cabin-neon-cyan-rgb), .28)}.profile-spaceship-root .profile-view-cabin-top-inspector__title{background:linear-gradient(90deg, #e8f9ff 8%, var(--cabin-neon-cyan) 45%, var(--cabin-neon-magenta) 100%);color:#0000;text-shadow:0 0 18px rgba(var(--cabin-neon-cyan-rgb), .26);-webkit-background-clip:text;background-clip:text}.profile-spaceship-root .profile-view-cabin-top-inspector__subtitle{color:#e4f6ffeb}.profile-spaceship-root .profile-view-cabin-top-inspector__progress{border:1px solid rgba(var(--cabin-neon-cyan-rgb), .24);height:10px;box-shadow:inset 0 0 16px rgba(var(--cabin-neon-purple-rgb), .2);background:#00061094}.profile-spaceship-root .profile-view-cabin-top-inspector__progress-bar{background:var(--cabin-progress-gradient);box-shadow:0 0 16px rgba(var(--cabin-neon-cyan-rgb), .34);position:relative;overflow:hidden}.profile-spaceship-root .profile-view-cabin-top-inspector__progress-bar:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff7a 48%,#0000 100%);animation:2.4s linear infinite cabin-progress-chase;position:absolute;inset:0;transform:translate(-120%)}.profile-spaceship-root .profile-view-cabin-top-inspector-page--desktop-only{display:none}@media (width>=1181px){.profile-spaceship-root .profile-view-cabin-top-inspector-page--desktop-only{box-sizing:border-box;pointer-events:none;width:min(660px,100vw - 48px);max-width:none;min-height:60px;max-height:70px;margin:0;padding:6px 18px 8px;z-index:10145!important;display:block!important;position:fixed!important;inset:clamp(10px,1.6vh,18px) auto auto 50%!important;overflow:visible!important;transform:translate(-50%)!important}.profile-spaceship-root .profile-view-cabin-top-inspector-page--desktop-only .profile-view-cabin-top-inspector{pointer-events:auto;border-radius:16px 16px 20px 20px;flex-direction:column;justify-content:center;gap:5px;width:100%;max-width:min(660px,96%);min-height:54px;max-height:58px;margin-inline:auto;padding:0;display:flex;overflow:visible;box-shadow:0 0 48px #58e7ff14,0 0 32px #58e7ff40,0 0 0 1px #58e7ff66!important}.profile-spaceship-root .profile-view-cabin-top-inspector--curved{position:relative}.profile-spaceship-root .profile-view-cabin-inspector-monitor{flex:1;min-height:0}.profile-spaceship-root .profile-view-cabin-inspector-monitor__strip-content{box-sizing:border-box;flex-direction:column;justify-content:center;gap:5px;height:100%;padding:7px 14px 8px;display:flex}.profile-spaceship-root .profile-view-cabin-top-inspector-page--desktop-only .profile-view-cabin-top-inspector__title{flex-shrink:0;font-size:clamp(13px,.95vw,15px);line-height:1.2}.profile-spaceship-root .profile-view-cabin-top-inspector-page--desktop-only .profile-view-cabin-top-inspector__subtitle{white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;font-size:11px;line-height:1.25;overflow:hidden}.profile-spaceship-root .profile-view-cabin-top-inspector-page--desktop-only .profile-view-cabin-top-inspector__progress{flex-shrink:0;height:5px}.profile-spaceship-root .profile-view-cabin-top-inspector-page--desktop-only:before,.profile-spaceship-root .profile-view-cabin-top-inspector-page--desktop-only:after,.profile-spaceship-root .profile-view-cabin-top-inspector-page--desktop-only .profile-view-cabin-top-inspector:before,.profile-spaceship-root .profile-view-cabin-top-inspector-page--desktop-only .profile-view-cabin-top-inspector:after,.profile-spaceship-root .profile-view-cabin-top-inspector-page--desktop-only .profile-view-cabin-top-inspector__progress-bar:before,.profile-spaceship-root .profile-view-cabin-top-inspector-page--desktop-only .profile-view-cabin-top-inspector__progress-bar:after{content:none!important;visibility:hidden!important;display:none!important}.profile-spaceship-root .profile-view-cabin-top-inspector-page--desktop-only .profile-view-cabin-top-inspector:hover,.profile-spaceship-root .profile-view-cabin-top-inspector-page--desktop-only .profile-view-cabin-top-inspector--active{box-shadow:0 0 48px #58e7ff1f,0 0 40px #58e7ff4d,0 0 0 1px #58e7ff80!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-item--inspector{display:none!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide.profile-view-cabin-card--hub{grid-template-rows:auto auto;min-height:72px!important;padding:8px 12px!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide.profile-view-cabin-card--hub .profile-view-cabin-nav-icon{font-size:22px}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide.profile-view-cabin-card--hub .profile-view-cabin-card-subtitle{font-size:12px}}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed,.profile-spaceship-root .profile-view-cabin-left--profile-expanded{position:relative}.profile-spaceship-root .profile-view-cabin-avatar-wrap--hero{border-color:rgba(var(--cabin-neon-magenta-rgb), .54);box-shadow:0 0 0 2px rgba(var(--cabin-neon-purple-rgb), .18), 0 12px 22px #02081294, 0 0 26px rgba(var(--cabin-neon-magenta-rgb), .22);background:radial-gradient(circle at 25% 22%, rgba(var(--cabin-neon-cyan-rgb), .28), transparent 54%), linear-gradient(180deg, #071a30db, #050f1ef2)}.profile-spaceship-root .profile-view-cabin-avatar-wrap--hero img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border:1px solid rgba(var(--cabin-neon-cyan-rgb), .34);width:100%;height:100%;box-shadow:0 0 20px rgba(var(--cabin-neon-cyan-rgb), .22)}.profile-spaceship-root .profile-view-cabin-profile-rank{color:var(--cabin-neon-orange);text-shadow:0 0 12px rgba(var(--cabin-neon-orange-rgb), .44)}.profile-spaceship-root .profile-view-cabin-profile-rank--legendary{color:var(--legendary-accent,#b088c8);text-shadow:0 0 12px var(--legendary-glow,#4a206054)}.profile-spaceship-root .profile-view-cabin-profile-nickname{color:#f8fcff;text-shadow:0 0 18px rgba(var(--cabin-neon-cyan-rgb), .2)}.profile-spaceship-root .profile-view-cabin-profile-status{color:#ebf7ffeb}.profile-spaceship-root .profile-view-cabin-profile-field span{color:#e4f3ffb8}.profile-spaceship-root .profile-view-cabin-profile-field input,.profile-spaceship-root .profile-view-cabin-profile-field textarea{border-color:rgba(var(--cabin-neon-cyan-rgb), .4);background:linear-gradient(140deg,#07192cd6,#030c18d6);box-shadow:inset 0 0 14px #00000052}.profile-spaceship-root .profile-view-cabin-profile-field input::-moz-placeholder{color:#c4e3f68a}.profile-spaceship-root .profile-view-cabin-profile-field textarea::-moz-placeholder{color:#c4e3f68a}.profile-spaceship-root .profile-view-cabin-profile-field input::placeholder,.profile-spaceship-root .profile-view-cabin-profile-field textarea::placeholder{color:#c4e3f68a}.profile-spaceship-root .profile-view-cabin-profile-field input:focus-visible,.profile-spaceship-root .profile-view-cabin-profile-field textarea:focus-visible{border-color:rgba(var(--cabin-neon-magenta-rgb), .8);box-shadow:0 0 0 2px rgba(var(--cabin-neon-magenta-rgb), .18), 0 0 18px rgba(var(--cabin-neon-cyan-rgb), .2)}.profile-spaceship-root .profile-view-cabin-nav-btn--wide{--panel-accent:var(--violet-600);--panel-accent-rgb:var(--violet-600-rgb);border-color:rgba(var(--panel-accent-rgb), .48);background:radial-gradient(circle at 20% 18%, rgba(var(--panel-accent-rgb), .24), transparent 56%), linear-gradient(160deg, #081c30de, #040f1fe6);transition:var(--cabin-btn-transition);position:relative;overflow:hidden;box-shadow:0 10px 24px #02081270,inset 0 0 0 1px #ffffff0a}.profile-spaceship-root .profile-view-cabin-left .profile-view-cabin-nav-item--wide .profile-view-cabin-nav-btn--wide,.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-item .profile-view-cabin-nav-btn--wide{--panel-accent:var(--violet-600);--panel-accent-rgb:var(--violet-600-rgb)}.profile-spaceship-root .profile-view-cabin-nav-btn--wide:hover,.profile-spaceship-root .profile-view-cabin-nav-btn--wide:focus-visible,.profile-spaceship-root .profile-view-cabin-nav-btn--active.profile-view-cabin-nav-btn--wide{border-color:rgba(var(--panel-accent-rgb), .86);box-shadow:0 12px 28px #0208128f, 0 0 18px rgba(var(--panel-accent-rgb), .24), 0 0 0 1px rgba(var(--panel-accent-rgb), .24);transform:translateY(-2px)}.profile-spaceship-root .profile-view-cabin-nav-btn--wide .profile-view-cabin-nav-icon{color:#f4f9ff;text-shadow:0 0 16px rgba(var(--panel-accent-rgb), .44)}.profile-spaceship-root .profile-view-cabin-card-progress-wrap{border:1px solid rgba(var(--cabin-neon-cyan-rgb), .16);background:#010814b8;box-shadow:inset 0 0 12px #00000057}.profile-spaceship-root .profile-view-cabin-card-progress{box-shadow:0 0 14px rgba(var(--cabin-neon-cyan-rgb), .32)}.profile-spaceship-root .profile-view-cabin-card-subtitle{color:#edf8fff5}.profile-spaceship-root .profile-view-cabin-card-hint{color:#d7eaf7c7}.profile-spaceship-root .profile-view-cabin-center-header{border-bottom-color:var(--border);background:var(--panel)}.profile-spaceship-root .profile-view-cabin-center-title{color:#f5fbff;text-shadow:0 0 16px rgba(var(--cabin-neon-cyan-rgb), .2)}.profile-spaceship-root .profile-view-cabin-center-subtitle{color:#d5edfcd1}.profile-spaceship-root .profile-view-cabin-center-scroll{border:1px solid rgba(var(--cabin-neon-cyan-rgb), .2);background:linear-gradient(160deg,#0818297a,#040c198a);border-radius:16px}.profile-spaceship-root .profile-view-cabin-side-screen{border-color:rgba(var(--cabin-neon-cyan-rgb), .18);background:radial-gradient(circle at 84% 10%, rgba(var(--cabin-neon-magenta-rgb), .16), transparent 48%), linear-gradient(170deg, #071729c2, #040e1cbd)}.profile-spaceship-root .profile-view-cabin-side-screen__label{color:#dcf6ffb8}.profile-spaceship-root .profile-view-cabin-side-screen__btn{border-color:rgba(var(--cabin-neon-cyan-rgb), .42);background:radial-gradient(circle at 88% 12%, rgba(var(--cabin-neon-purple-rgb), .24), transparent 54%), linear-gradient(150deg, #081e32bd, #05101fbd);box-shadow:0 8px 18px #0208126b}.profile-spaceship-root .profile-view-cabin-side-screen__btn:hover,.profile-spaceship-root .profile-view-cabin-side-screen__btn:focus-visible{border-color:rgba(var(--cabin-neon-magenta-rgb), .78);box-shadow:0 0 0 1px rgba(var(--cabin-neon-magenta-rgb), .32), 0 10px 18px #030a157a}.profile-spaceship-root .profile-view-cabin-placeholder{background:radial-gradient(circle at 50% 0%, rgba(var(--cabin-neon-cyan-rgb), .2), transparent 58%), linear-gradient(180deg, #071a2ca8, #040b169e);border-color:rgba(var(--cabin-neon-magenta-rgb), .42);box-shadow:inset 0 0 38px rgba(var(--cabin-neon-cyan-rgb), .08)}.profile-spaceship-root .profile-view-cabin-placeholder-hint{color:#e5f6ffdb;letter-spacing:.08em}.profile-spaceship-root .profile-view-console{border-color:rgba(var(--cabin-neon-cyan-rgb), .42);background:radial-gradient(circle at 12% 0%, rgba(var(--cabin-neon-purple-rgb), .2), transparent 48%), radial-gradient(circle at 88% 0%, rgba(var(--cabin-neon-cyan-rgb), .2), transparent 52%), linear-gradient(180deg, #07172af0, #040b18f0);box-shadow:0 22px 52px #010610b3, 0 0 32px rgba(var(--cabin-neon-magenta-rgb), .18), 0 0 0 1px #ffffff0a inset;position:fixed;overflow:hidden}.profile-spaceship-root .profile-view-console:before{content:"";pointer-events:none;opacity:.22;background:repeating-linear-gradient(90deg,#ffffff08 0 1px,#0000 1px 5px);position:absolute;inset:0}@keyframes cabin-panel-sweep{0%{transform:translate(-122%)}to{transform:translate(122%)}}@keyframes cabin-progress-chase{0%{transform:translate(-122%)}to{transform:translate(122%)}}@keyframes cabin-glow-breathe{0%,to{box-shadow:0 0 0 1px rgba(var(--cabin-neon-cyan-rgb), .26), 0 16px 36px #020b188f, 0 0 24px rgba(var(--cabin-neon-magenta-rgb), .18)}50%{box-shadow:0 0 0 1px rgba(var(--cabin-neon-magenta-rgb), .34), 0 20px 40px #020b1899, 0 0 36px rgba(var(--cabin-neon-cyan-rgb), .26)}}@keyframes cabin-scanline{0%{transform:translateY(0)}to{transform:translateY(240px)}}@media (width<=880px){.profile-spaceship-root .profile-view-cabin-top,.profile-spaceship-root .profile-view-cabin-left,.profile-spaceship-root .profile-view-cabin-right,.profile-spaceship-root .profile-view-cabin-center{-webkit-backdrop-filter:blur(8px)saturate(118%);backdrop-filter:blur(8px)saturate(118%)}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed,.profile-spaceship-root .profile-view-cabin-left--profile-expanded{padding:10px}}@media (width<=1180px){.profile-spaceship-root .profile-view-cabin-left,.profile-spaceship-root .profile-view-cabin-right{overflow:visible}}@media (width>=1181px){.profile-spaceship-root .profile-view-console{left:0;right:0;bottom:calc(env(safe-area-inset-bottom) + 6px);height:0;min-height:0;box-shadow:none;pointer-events:none;background:0 0;border:none;margin:0;padding:0;display:block;position:fixed;overflow:visible}.profile-spaceship-root .profile-view-console:before{display:none}}.profile-spaceship-root .profile-view-cabin-layout{isolation:isolate;gap:clamp(12px,.9vw,18px);position:relative}.profile-spaceship-root .profile-view-cabin-layout:before{content:"";inset:6px 4px calc(var(--console-height) + 52px) 4px;pointer-events:none;z-index:0;border:1px solid rgba(var(--cabin-neon-cyan-rgb), .2);background:radial-gradient(circle at 14% 14%, rgba(var(--cabin-neon-purple-rgb), .16), transparent 44%), radial-gradient(circle at 88% 12%, rgba(var(--cabin-neon-cyan-rgb), .14), transparent 40%), linear-gradient(150deg, #060e1d80, #0308126b);border-radius:30px;position:absolute;box-shadow:inset 0 0 40px #ffffff08,0 24px 64px #01050c8f}.profile-spaceship-root .profile-view-cabin-top,.profile-spaceship-root .profile-view-cabin-left,.profile-spaceship-root .profile-view-cabin-right{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none}.profile-spaceship-root .profile-view-cabin-top:before,.profile-spaceship-root .profile-view-cabin-left:before,.profile-spaceship-root .profile-view-cabin-right:before{display:none}.profile-spaceship-root .profile-view-cabin-top{min-height:auto;padding:6px 10px}.profile-spaceship-root .profile-view-cabin-center{border:1px solid rgba(var(--cabin-neon-cyan-rgb), .24);background:radial-gradient(circle at 84% 6%, rgba(var(--cabin-neon-cyan-rgb), .12), transparent 36%), radial-gradient(circle at 8% 94%, rgba(var(--cabin-neon-magenta-rgb), .11), transparent 36%), linear-gradient(160deg, #061222c7, #030a16bd);box-shadow:0 18px 48px #01060e94, 0 0 0 1px #ffffff08 inset, 0 0 34px rgba(var(--cabin-neon-cyan-rgb), .1);-webkit-backdrop-filter:blur(12px)saturate(120%);backdrop-filter:blur(12px)saturate(120%);border-radius:26px}.profile-spaceship-root .profile-view-cabin-center:before{opacity:.18}.profile-spaceship-root .profile-view-cabin-top-inspector{border-radius:24px;padding:14px 18px}.profile-spaceship-root .profile-view-cabin-nav-btn--wide{border-radius:var(--cabin-btn-radius-md-lg);border-width:1px;border-color:#ffffff1f;box-shadow:0 14px 24px #01060e80,inset 0 0 0 1px #ffffff0a}.profile-spaceship-root .profile-view-cabin-center-shell{box-sizing:border-box;padding:10px}.profile-spaceship-root .profile-view-cabin-center-shell--companions{-moz-column-gap:12px;grid-template-columns:minmax(160px,210px) 1fr minmax(160px,210px);column-gap:12px}.profile-spaceship-root .profile-view-cabin-side-screen{box-shadow:inset 0 0 0 1px rgba(var(--cabin-neon-cyan-rgb), .12), 0 10px 20px #01060e57;background:linear-gradient(170deg,#081324a8,#040b18a3);border:none;border-radius:16px;margin:8px 0}.profile-spaceship-root .profile-view-cabin-placeholder{box-shadow:inset 0 0 0 1px rgba(var(--cabin-neon-cyan-rgb), .18), inset 0 0 52px rgba(var(--cabin-neon-magenta-rgb), .06);border:none;border-radius:22px}@media (width>=1181px){.profile-spaceship-root{--console-core-gap:clamp(24px, 2.2vw, 44px)}}@media (width<=1180px){.profile-spaceship-root .profile-view-cabin-layout:before{display:none}}.profile-spaceship-root .profile-view-cabin-content--hub{min-height:100%}.profile-spaceship-root .profile-view-cabin-progress-hub{min-height:100%;padding:2px 24px 10px}.profile-spaceship-root .profile-view-cabin-center-scroll.profile-view-cabin-center-scroll--locked{scrollbar-width:none;overflow:hidden!important}.profile-spaceship-root .profile-view-cabin-center-scroll.profile-view-cabin-center-scroll--locked::-webkit-scrollbar{display:none}.profile-spaceship-root .profile-view-cabin-center-scroll.profile-view-cabin-center-scroll--no-scroll{scrollbar-width:none;overflow:hidden!important}.profile-spaceship-root .profile-view-cabin-center-scroll.profile-view-cabin-center-scroll--no-scroll::-webkit-scrollbar{display:none}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--hub,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--squad-corner,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--real-diary{perspective:800px;perspective-origin:0;position:relative;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--squad-cabinet,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--profile4k,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--team,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--council,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--bro,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--vozhatifikator{position:relative;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--vozhatifikator .profile-view-cabin-center-shell,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--vozhatifikator .profile-view-cabin-center-scroll{overflow:visible!important}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--counselor-squad,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--share,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--workshop,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--inspector{position:relative;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--inspector .profile-view-cabin-center-shell{border:1px solid rgba(var(--cabin-neon-cyan-rgb), .24);box-shadow:inset 0 0 0 1px rgba(var(--cabin-neon-cyan-rgb), .18), inset 0 0 32px rgba(var(--cabin-neon-cyan-rgb), .1), 0 0 20px rgba(var(--cabin-neon-cyan-rgb), .08);border-radius:20px}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--hub .profile-view-cabin-center-shell{border-radius:inherit;overflow:hidden}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--hub .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--squad-corner .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--real-diary .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--profile4k .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--team .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--council .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--bro .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--vozhatifikator .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--counselor-squad .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--share .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--workshop .profile-view-cabin-tabs-docked{z-index:25;pointer-events:auto;position:absolute;top:50%;left:-76px;transform:translateY(-50%)}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--inspector .profile-view-cabin-tabs-docked{pointer-events:auto;flex-direction:row;justify-content:stretch;align-items:stretch;width:100%;margin-bottom:12px;padding:0 14px;display:flex;position:static;top:auto;left:auto;transform:none}@media (width>=1181px){.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--inspector{align-items:stretch!important}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--inspector .profile-view-cabin-tabs-docked{flex-direction:row!important;flex-shrink:0!important;justify-content:stretch!important;align-items:stretch!important;width:100%!important;min-width:0!important;margin-bottom:10px!important;padding:0 14px!important;display:flex!important;position:static!important;top:auto!important;left:auto!important;transform:none!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-item{pointer-events:auto;cursor:pointer}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide{transform-origin:100%;pointer-events:auto;transform:perspective(500px)rotateY(-6deg)}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide:hover,.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide:focus-visible,.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--active.profile-view-cabin-nav-btn--wide{transform:perspective(500px)rotateY(-6deg)translateY(-2px)}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide:active{transform:perspective(500px)rotateY(-6deg)translateY(-2px)scale(.98)}}@media (width>=900px){.profile-spaceship-root .organizer-shifts-section{z-index:26;padding-top:16px;padding-left:28px;padding-right:28px;position:relative;pointer-events:auto!important}.profile-spaceship-root .organizer-shift-card{padding:18px}}.profile-spaceship-root .profile-view-cabin-progress-hub .profile-view-tabs-section{margin:0;padding:0}.profile-spaceship-root .profile-view-cabin-progress-hub .profile-view-tabs-shell{grid-template-columns:66px minmax(0,1fr);align-items:start;gap:14px;min-height:100%;display:grid}.profile-spaceship-root .profile-view-cabin-progress-hub .profile-view-tabs-shell--no-nav{display:block}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--squad-corner .profile-view-cabin-center-scroll.profile-view-cabin-center-scroll--content-fit,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--real-diary .profile-view-cabin-center-scroll.profile-view-cabin-center-scroll--content-fit{height:auto!important;min-height:auto!important;padding-bottom:calc(var(--console-height) + 8px)!important;align-self:stretch!important;width:100%!important;max-width:none!important;padding-left:0!important;padding-right:0!important}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--squad-corner .profile-view-cabin-center-shell{grid-template-rows:1fr;min-height:0}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--squad-corner .profile-view-cabin-center-scroll.profile-view-cabin-center-scroll--content-fit{height:100%!important;min-height:0!important;overflow-y:auto!important}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--profile4k .profile-view-cabin-center-scroll.profile-view-cabin-center-scroll--content-fit,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--team .profile-view-cabin-center-scroll.profile-view-cabin-center-scroll--content-fit,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--council .profile-view-cabin-center-scroll.profile-view-cabin-center-scroll--content-fit,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--bro .profile-view-cabin-center-scroll.profile-view-cabin-center-scroll--content-fit,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--vozhatifikator .profile-view-cabin-center-scroll.profile-view-cabin-center-scroll--content-fit,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--counselor-squad .profile-view-cabin-center-scroll.profile-view-cabin-center-scroll--content-fit,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--share .profile-view-cabin-center-scroll.profile-view-cabin-center-scroll--content-fit,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--workshop .profile-view-cabin-center-scroll.profile-view-cabin-center-scroll--content-fit,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--inspector .profile-view-cabin-center-scroll.profile-view-cabin-center-scroll--content-fit{height:auto!important;min-height:auto!important;padding-bottom:calc(var(--console-height) + 8px)!important;align-self:stretch!important;width:100%!important;max-width:none!important;padding-left:0!important;padding-right:0!important}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--squad-corner .profile-view-cabin-content,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--real-diary .profile-view-cabin-content,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--counselor-squad .profile-view-cabin-content,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--share .profile-view-cabin-content,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--workshop .profile-view-cabin-content,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--inspector .profile-view-cabin-content{width:100%!important;height:auto!important;min-height:auto!important}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--inspector .profile-view-cabin-content{box-sizing:border-box;padding-inline:50px}.profile-spaceship-root .profile-view-passport-column{width:100%}.profile-spaceship-root .profile-view-passport-two-col{max-width:100%}.profile-spaceship-root .profile-view-passport-avatar-buttons{width:100%}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--profile4k .profile-view-cabin-content,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--team .profile-view-cabin-content,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--council .profile-view-cabin-content,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--bro .profile-view-cabin-content,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--vozhatifikator .profile-view-cabin-content{width:100%!important;height:auto!important;min-height:auto!important}.profile-spaceship-root .profile-view-cabin-center .w-input{background:var(--overlay);border:1px solid var(--border);color:var(--text-primary)}.profile-spaceship-root .profile-view-cabin-center .w-input:focus{border-color:var(--focus-ring);outline:none}.profile-spaceship-root .profile-view-cabin-center .w-input::placeholder{color:var(--text-muted)}.profile-spaceship-root .profile-view-cabin-progress-hub .tab-pane{margin-top:0!important}.profile-spaceship-root .profile-view-cabin-progress-hub .active-tab-content{flex-direction:column;gap:12px;max-width:100%;display:flex}.profile-spaceship-root .profile-view-cabin-progress-hub .active-tab-content__favorites-wrap{justify-content:center;width:100%;max-width:560px;margin-left:auto;margin-right:auto;display:flex}.profile-spaceship-root .profile-view-cabin-progress-hub .active-tab-content__badges-list{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.profile-spaceship-root .profile-view-cabin-progress-hub .profile-empty-state--hub{text-align:center;background:#00000052;border:1px solid #ffffff0f;border-radius:12px;padding:20px 24px}.profile-spaceship-root .profile-view-cabin-progress-hub .profile-empty-state--hub .profile-empty-state__text{opacity:.88;color:#ffffffeb;margin:0;font-size:13px;line-height:1.5}.profile-spaceship-root .profile-view-cabin-progress-hub .path-carousel--static .path-carousel__item--static{flex-shrink:0;width:144px;min-width:144px;max-width:none}.profile-spaceship-root .profile-view-cabin-progress-hub .active-tab-content .path-carousel.path-carousel--cylinder,.profile-spaceship-root .profile-view-cabin-progress-hub .active-tab-content .path-carousel__viewport--cylinder{overflow:visible}.profile-spaceship-root .profile-view-cabin-progress-hub .active-tab-content .path-carousel__btn{border-color:rgba(var(--cabin-neon-magenta-rgb), .62);width:52px;min-width:52px;height:52px;min-height:52px;box-shadow:0 0 0 1px rgba(var(--cabin-neon-magenta-rgb), .18) inset, 0 0 14px rgba(var(--cabin-neon-magenta-rgb), .45), 0 0 24px #8b00ff99, 0 0 48px #8b00ff73, 0 0 72px #8b00ff40;background:linear-gradient(160deg,#1a092ee6,#0c071ee6)}.profile-spaceship-root .profile-view-cabin-progress-hub .active-tab-content .path-carousel__btn:hover:not(:disabled),.profile-spaceship-root .profile-view-cabin-progress-hub .active-tab-content .path-carousel__btn:focus-visible:not(:disabled){border-color:rgba(var(--cabin-neon-magenta-rgb), .85);box-shadow:0 0 0 1px rgba(var(--cabin-neon-magenta-rgb), .26) inset, 0 0 18px rgba(var(--cabin-neon-magenta-rgb), .62), 0 0 32px #8b00ffb3, 0 0 56px #8b00ff80, 0 0 80px #8b00ff4d;outline:none}.profile-spaceship-root .profile-view-cabin-progress-hub .active-tab-content .path-carousel__btn:disabled{opacity:var(--cabin-disabled-opacity);cursor:not-allowed}.profile-spaceship-root .profile-view-cabin-progress-hub .active-tab-content .path-carousel__btn--prev{transform:translate(101px)}.profile-spaceship-root .profile-view-cabin-progress-hub .active-tab-content .path-carousel__btn--next{transform:translate(-101px)}.profile-spaceship-root .profile-view-cabin-profile-bio{color:#d7edfadb;margin:0;font-size:11px;line-height:1.4}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-actions{margin-top:2px}.profile-spaceship-root .profile-view-cabin-left--profile-expanded{box-shadow:0 18px 28px #01050c8f, inset 0 0 0 1px rgba(var(--cabin-neon-magenta-rgb), .22)}.profile-spaceship-root .profile-view-cabin-profile-actions-hint{letter-spacing:.05em;text-transform:uppercase;color:#bcdbf09e;font-size:10px}.profile-spaceship-root .profile-view-cabin-layout{padding:8px 14px calc(var(--console-height) + 30px);grid-template-columns:minmax(300px,22vw) minmax(0,1fr) minmax(250px,20vw);gap:clamp(10px,.8vw,16px)}.profile-spaceship-root .profile-view-cabin-layout:before{display:none}.profile-spaceship-root .profile-view-cabin-top,.profile-spaceship-root .profile-view-cabin-left,.profile-spaceship-root .profile-view-cabin-right{box-shadow:none;background:0 0;border:none}.profile-spaceship-root .profile-view-cabin-left,.profile-spaceship-root .profile-view-cabin-right{gap:10px;padding:6px}.profile-spaceship-root .profile-view-cabin-center{-webkit-backdrop-filter:blur(12px)saturate(118%);backdrop-filter:blur(12px)saturate(118%);background:linear-gradient(165deg,#ffffff05 0%,#ffffff02 35%,#0c1c300f 100%);border:1px solid #ffffff14;border-radius:24px;box-shadow:inset 0 0 0 1px #ffffff08,0 12px 44px #0000001f,0 0 64px #58e7ff08}.profile-spaceship-root .profile-view-cabin-center-header{border-bottom:1px solid var(--border);background:var(--panel)}.profile-spaceship-root .profile-view-cabin-center-shell{padding:8px}.profile-spaceship-root .profile-view-cabin-center-scroll{background:0 0;border:none;border-radius:0;padding:14px}.profile-spaceship-root .profile-view-cabin-side-screen{background:radial-gradient(circle at 86% 12%,#ff4fd626,#0000 48%),linear-gradient(165deg,#091728cc,#040a17bd);border:1px solid #58e7ff2e;border-radius:15px}.profile-spaceship-root .profile-view-cabin-nav-btn--wide{border-radius:var(--cabin-btn-radius-md);border-color:#ffffff1f;box-shadow:0 12px 24px #01060e7a,inset 0 0 0 1px #ffffff08}.profile-spaceship-root .profile-view-cabin-nav-btn.profile-view-cabin-card{min-height:116px}.profile-spaceship-root .profile-view-cabin-hub-actions{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin-top:14px;display:grid}.profile-spaceship-root .profile-view-cabin-hub-actions-wrap{background:#020a1661;border:1px solid #ffffff0f;border-radius:18px;margin-top:14px;padding:10px 12px}.profile-spaceship-root .profile-view-cabin-hub-actions-wrap>summary,.profile-spaceship-root .profile-view-cabin-hub-actions-wrap__title{cursor:pointer;-webkit-user-select:none;user-select:none;font-family:var(--cabin-font-display);letter-spacing:.04em;color:#ecf7fff5;font-size:1rem;font-weight:700;list-style:none}.profile-spaceship-root .profile-view-cabin-hub-actions-wrap>summary::-webkit-details-marker{display:none}.profile-spaceship-root .profile-view-cabin-hub-actions-wrap[open]{border-color:rgba(var(--cabin-neon-cyan-rgb), .18);box-shadow:inset 0 0 0 1px #ffffff08}.profile-spaceship-root .profile-view-cabin-hub-actions-wrap .profile-view-cabin-hub-actions{margin-top:10px}.profile-spaceship-root .profile-view-cabin-hub-action-btn{cursor:pointer;background:radial-gradient(circle at 90% 12%,#ff4fd629,#0000 46%),linear-gradient(145deg,#07182cc2,#050e1cbd);border:1px solid #58e7ff59;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;min-height:40px;padding:8px 10px;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.profile-spaceship-root .profile-view-cabin-hub-action-btn:hover,.profile-spaceship-root .profile-view-cabin-hub-action-btn:focus-visible{border-color:#ff4fd6b8;outline:none;transform:translateY(-1px);box-shadow:0 10px 20px #02081275,0 0 16px #ff4fd633}.profile-spaceship-root .profile-view-cabin-hub-action-btn__label{color:#ecf7fff0;letter-spacing:.04em;text-transform:uppercase;font-size:11px}.profile-spaceship-root .profile-view-cabin-hub-action-btn__value{color:#58e7ffe6;font-size:10px;font-weight:700}.profile-spaceship-root .profile-view-console{pointer-events:none;box-shadow:none!important;background:0 0!important;border:none!important;overflow:visible!important}@media (width>=1181px){.profile-spaceship-root{--console-core-gap:clamp(18px, 1.8vw, 34px)}}@media (width<=1180px){.profile-spaceship-root .profile-view-cabin-layout{padding-bottom:calc(var(--console-height) + 36px);grid-template-columns:minmax(250px,32vw) minmax(0,1fr) minmax(220px,28vw)}.profile-spaceship-root .profile-view-cabin-hub-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.profile-spaceship-root .profile-view-nav-decor{pointer-events:none;background-position:bottom;background-repeat:no-repeat;background-size:contain;height:clamp(140px,22vh,240px);bottom:0;left:0;right:0;z-index:10150!important;position:fixed!important}@media (width>=1181px){.profile-spaceship-root .profile-view-nav-decor{opacity:0!important;background-position:bottom!important;background-size:calc(100% - 390px) 360px!important;height:360px!important;bottom:-60px!important}}.profile-spaceship-root .profile-view-console{z-index:10070!important}.profile-spaceship-root .mobile-bottom-nav{z-index:var(--profile-mobile-z-nav,1100)!important;bottom:var(--profile-mobile-nav-bottom)!important}@media (width>=1024px){.profile-spaceship-root .mobile-bottom-nav{--profile-mobile-nav-bottom:calc(10px + env(safe-area-inset-bottom));transform-origin:bottom;transform:scale(.9);bottom:var(--profile-mobile-nav-bottom)!important}}@media (width>=1181px){.profile-spaceship-root{--desktop-nav-bottom:calc(8px + env(safe-area-inset-bottom));--desktop-nav-height:56px;--console-side-anchor:clamp(274px, 19vw, 304px);--desktop-console-clearance:clamp(182px, 20vh, 232px)}.profile-spaceship-root .profile-view-cabin-layout{grid-template-columns:minmax(258px,19vw) minmax(0,1fr) minmax(176px,12.8vw)!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-right{align-items:center;gap:12px;padding-inline:4px}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-item--wide{width:min(198px,100%)}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide{text-align:left;grid-template-rows:auto auto 1fr;grid-template-columns:minmax(0,1fr);align-items:center;row-gap:6px;min-height:126px;padding:10px 14px;display:grid}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide .profile-view-cabin-nav-icon,.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide img{grid-row:1;justify-self:start}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide img{width:44px;height:44px}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-card--vozhatifikator .profile-view-cabin-card__img-bg img{grid-row:auto;justify-self:stretch;border-radius:0!important;width:100%!important;height:100%!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-card--vozhatifikator .profile-view-cabin-card-hint{letter-spacing:.02em;text-shadow:0 0 6px #5dadff,0 0 14px #5dadffd9,0 0 28px #5dadff99,0 0 40px #5dadff59;justify-self:center;margin-top:20px;font-size:12px;font-weight:600;transform:translateY(10px);font-family:var(--cabin-font-body)!important;color:#e879f9!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-card-subtitle{white-space:normal;grid-row:2;line-height:1.2}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-card-hint{grid-row:3;align-self:end;line-height:1.2}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide .profile-view-cabin-card-progress-wrap--vertical{display:none!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-item--wide{position:relative}.profile-spaceship-root .profile-view-cabin-right-rail-progress{--rail-accent-rgb:var(--cabin-neon-cyan-rgb);width:7px;box-shadow:0 0 0 1px rgba(var(--rail-accent-rgb), .34), 0 0 14px rgba(var(--rail-accent-rgb), .3);pointer-events:none;border-radius:999px;justify-content:center;align-items:flex-end;display:flex;position:absolute;top:14px;bottom:14px;left:-12px;overflow:visible;background:linear-gradient(180deg, rgba(var(--rail-accent-rgb), .12), #d2ecff14)!important;border:none!important}.profile-spaceship-root .profile-view-cabin-right-rail-progress:before,.profile-spaceship-root .profile-view-cabin-right-rail-progress:after{content:"";width:3px;height:3px;box-shadow:0 0 8px rgba(var(--rail-accent-rgb), .72);background:#eef9ffe0;border-radius:999px;position:absolute;left:50%;transform:translate(-50%)}.profile-spaceship-root .profile-view-cabin-right-rail-progress:before{top:-5px}.profile-spaceship-root .profile-view-cabin-right-rail-progress:after{bottom:-5px}.profile-spaceship-root .profile-view-cabin-right-rail-progress__fill{width:100%;min-height:6px;height:var(--progress-value,0%);background:var(--cabin-progress-gradient-vertical);box-shadow:0 0 12px rgba(var(--cabin-neon-magenta-rgb), .48);border-radius:999px;transition:height .28s ease-out}.profile-spaceship-root .profile-view-cabin-right-rail-progress--cyan{--rail-accent-rgb:var(--cabin-neon-cyan-rgb)}.profile-spaceship-root .profile-view-cabin-right-rail-progress--magenta{--rail-accent-rgb:var(--cabin-neon-magenta-rgb)}.profile-spaceship-root .profile-view-cabin-right-rail-progress--orange{--rail-accent-rgb:var(--cabin-neon-orange-rgb)}.profile-spaceship-root .profile-view-cabin-right-rail-progress--purple{--rail-accent-rgb:var(--cabin-neon-purple-rgb)}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed,.profile-spaceship-root .profile-view-cabin-left--profile-expanded{z-index:2;margin-top:clamp(-18px,-1.2vw,-8px);position:relative}.profile-spaceship-root .profile-view-cabin-left{scrollbar-width:none;-ms-overflow-style:none;align-self:start;padding-top:2px!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-right{scrollbar-width:none;-ms-overflow-style:none;overflow-y:hidden!important}.profile-spaceship-root .profile-view-cabin-left::-webkit-scrollbar{display:none}.profile-spaceship-root .profile-view-cabin-right::-webkit-scrollbar{display:none}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed{grid-template-columns:88px minmax(0,1fr);align-items:start;min-height:0}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed,.profile-spaceship-root .profile-view-cabin-left--profile-expanded{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;padding:0!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-field{display:none!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-status{white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-bio{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.profile-spaceship-root .profile-view-console{height:0!important;padding:0!important;bottom:0!important;left:0!important;right:0!important}.profile-spaceship-root .mobile-bottom-nav{bottom:var(--desktop-nav-bottom)!important}.profile-spaceship-root .profile-view-cabin-layout{padding-bottom:var(--desktop-console-clearance)!important}.profile-spaceship-root .profile-view-cabin-center-scroll{scroll-padding-bottom:calc(var(--desktop-console-clearance) - 28px);padding-bottom:calc(var(--desktop-console-clearance) - 28px)!important}.profile-spaceship-root .profile-view-cabin-left,.profile-spaceship-root .profile-view-cabin-right{padding-bottom:calc(var(--desktop-console-clearance) - 46px)!important}}@media (width<=1180px){.profile-spaceship-root .profile-view-cabin-right-rail-progress{display:none!important}.profile-spaceship-root .profile-view-console{bottom:calc(var(--mobile-nav-height,68px) + env(safe-area-inset-bottom) + 64px)!important}}@media (width>=768px) and (width<=1180px){.profile-spaceship-root{--tablet-nav-bottom:calc(8px + env(safe-area-inset-bottom));--tablet-nav-height:56px;--tablet-console-btn-size:clamp(66px, 8.8vw, 82px);--tablet-console-clearance:calc(var(--tablet-nav-height) + 140px + env(safe-area-inset-bottom));--tablet-console-side-gap:clamp(18px, 2.8vw, 30px)}.profile-spaceship-root .profile-view-cabin-layout{height:100%!important;min-height:0!important;padding:8px 10px calc(var(--tablet-console-clearance) + 8px)!important;grid-template:"top top""center center"minmax(0,1fr)"left right"/minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important;overflow:hidden!important}.profile-spaceship-root .profile-view-cabin-center-scroll{scroll-padding-bottom:calc(var(--tablet-console-clearance) - 18px);padding-bottom:calc(var(--tablet-console-clearance) - 18px)!important}.profile-spaceship-root .profile-view-cabin-left,.profile-spaceship-root .profile-view-cabin-right{max-height:34vh;padding-bottom:10px!important;overflow-y:auto!important}.profile-spaceship-root:not(.profile-spaceship-root--console-portal) .profile-view-console{pointer-events:none;height:0!important;min-height:0!important;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important;display:block!important;bottom:0!important;left:0!important;right:0!important;overflow:visible!important}.profile-spaceship-root .mobile-bottom-nav{transform-origin:bottom;bottom:var(--tablet-nav-bottom)!important;transform:scale(.94)!important}.profile-spaceship-root .mobile-bottom-nav[data-current-view=profile]{bottom:calc(110px + env(safe-area-inset-bottom))!important;z-index:1100!important;position:fixed!important;transform:none!important}}@media (width>=1181px){.profile-spaceship-root{--desktop-nav-bottom:calc(8px + env(safe-area-inset-bottom));--desktop-nav-height:56px;--desktop-console-clearance:clamp(184px, 18.5vh, 214px);--console-side-anchor:clamp(176px, 13.4vw, 214px)}.profile-spaceship-root .profile-view-cabin-layout{align-items:start;gap:clamp(10px,.72vw,14px);padding:8px 12px var(--desktop-console-clearance)!important;grid-template:"left top right""left center right"minmax(0,1fr)/minmax(290px,21.4vw) minmax(0,1fr) minmax(156px,11.2vw)!important}.profile-spaceship-root .profile-view-cabin-top{grid-area:top;padding:4px 8px}.profile-spaceship-root .profile-view-cabin-left{grid-area:left;align-self:stretch;padding:0!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed,.profile-spaceship-root .profile-view-cabin-left--profile-expanded{gap:10px;margin-top:0!important}.profile-spaceship-root .profile-view-cabin-profile-nickname{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:clamp(16px,1.22vw,21px);overflow:hidden}.profile-spaceship-root .profile-view-cabin-profile-rank,.profile-spaceship-root .profile-view-cabin-profile-status,.profile-spaceship-root .profile-view-cabin-profile-bio{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.profile-spaceship-root .profile-view-cabin-center{border-radius:22px}.profile-spaceship-root .profile-view-cabin-center-header{gap:8px;padding:10px 12px}.profile-spaceship-root .profile-view-cabin-center-title{letter-spacing:.06em;font-size:12px}.profile-spaceship-root .profile-view-cabin-center-subtitle{font-size:11px}.profile-spaceship-root .profile-view-cabin-center-shell{padding:4px}.profile-spaceship-root .profile-view-cabin-center-scroll{scroll-padding-bottom:calc(var(--desktop-console-clearance) - 42px);background:linear-gradient(165deg,#0612226b,#030a164d);border:none;border-radius:14px;padding:12px;padding-bottom:calc(var(--desktop-console-clearance) - 42px)!important}.profile-spaceship-root .profile-view-cabin-progress-hub{padding:0}.profile-spaceship-root .profile-view-cabin-progress-hub .tab-pane{margin-top:12px!important}.profile-spaceship-root .profile-view-cabin-hub-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:10px}.profile-spaceship-root .profile-view-cabin-hub-action-btn{border-radius:10px;min-height:34px;padding:6px 8px}.profile-spaceship-root .profile-view-cabin-right{grid-area:right;align-self:stretch;align-items:flex-start;gap:10px;padding:2px 4px!important;overflow:visible hidden!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide{border-radius:var(--cabin-btn-radius-md);text-align:left;min-height:118px;padding:9px 10px 9px 12px}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-card-subtitle,.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-card-hint{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.profile-spaceship-root .profile-view-cabin-right-rail-progress{z-index:2;left:-11px}.profile-spaceship-root .profile-view-console{height:0!important;padding:0!important;bottom:0!important;left:0!important;right:0!important}.profile-spaceship-root{--desktop-nav-bottom:calc(8px + env(safe-area-inset-bottom));--desktop-nav-height:56px;--desktop-left-col:clamp(258px, 18.2vw, 298px);--desktop-right-col:clamp(142px, 9.4vw, 166px);--desktop-console-clearance:clamp(232px, 25vh, 288px);--desktop-center-bottom-safe:clamp(312px, 33vh, 382px);--desktop-console-side-anchor:clamp(206px, 13.6vw, 244px)}.profile-spaceship-root .profile-view-cabin-layout{grid-template-areas:"left top right""left center right"!important;grid-template-columns:var(--desktop-left-col) minmax(0, 1fr) var(--desktop-right-col)!important;padding:8px 12px var(--desktop-console-clearance)!important;grid-template-rows:auto minmax(0,1fr)!important;gap:clamp(10px,.72vw,14px)!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-top{grid-area:top;box-shadow:none!important;background:0 0!important;border:none!important;min-height:0!important;padding:4px 0!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-top-inspector{margin-inline:auto;width:min(760px,100%)!important}.profile-spaceship-root .profile-view-cabin-left{grid-area:left;align-self:start;box-shadow:none!important;background:0 0!important;border:none!important;gap:10px!important;padding:0!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-left,.profile-spaceship-root .profile-view-cabin-right{scrollbar-width:none;-ms-overflow-style:none}.profile-spaceship-root .profile-view-cabin-left::-webkit-scrollbar{display:none}.profile-spaceship-root .profile-view-cabin-right::-webkit-scrollbar{display:none}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed,.profile-spaceship-root .profile-view-cabin-left--profile-expanded{align-items:start;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;gap:12px!important;margin:0!important;padding:0!important}.profile-spaceship-root .profile-view-cabin-profile-rank,.profile-spaceship-root .profile-view-cabin-profile-nickname,.profile-spaceship-root .profile-view-cabin-profile-status,.profile-spaceship-root .profile-view-cabin-profile-bio{overflow-wrap:anywhere;word-break:break-word;max-width:100%;white-space:normal!important;text-overflow:clip!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-profile-nickname{letter-spacing:.01em;font-size:clamp(25px,2.35vw,44px);line-height:.94}.profile-spaceship-root .profile-view-cabin-profile-actions{flex-wrap:nowrap;gap:8px}.profile-spaceship-root .profile-view-cabin-left .profile-view-cabin-nav-item--wide{aspect-ratio:1;align-self:start;width:min(198px,100%)!important}.profile-spaceship-root .profile-view-cabin-left .profile-view-cabin-nav-btn--wide{height:100%!important;min-height:0!important}.profile-spaceship-root .profile-view-cabin-center{overflow:hidden;border-radius:24px!important}.profile-spaceship-root .profile-view-cabin-center-shell{min-height:0;padding:8px!important}.profile-spaceship-root .profile-view-cabin-center-scroll{min-height:0;scroll-padding-bottom:var(--desktop-center-bottom-safe);flex:1;padding:12px 14px var(--desktop-center-bottom-safe)!important;overflow:hidden auto!important}.profile-spaceship-root .profile-view-cabin-progress-hub{min-height:auto!important;padding-bottom:0!important}.profile-spaceship-root .profile-view-cabin-right{grid-area:right;align-self:start;box-shadow:none!important;background:0 0!important;border:none!important;align-items:flex-start!important;gap:10px!important;padding:0 2px 0 0!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-item--wide{box-sizing:border-box;position:relative;width:min(158px,100%)!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide{overflow:hidden;border-radius:var(--cabin-btn-radius-md)!important;min-height:112px!important;padding:10px 10px 10px 12px!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide .profile-view-cabin-card-progress-wrap--vertical{display:none!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-card-subtitle{line-height:1.1}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-card-hint{line-height:1.18}.profile-spaceship-root .profile-view-cabin-right-rail-progress{border:1px solid rgba(var(--rail-accent-rgb), .54);width:8px;box-shadow:0 0 14px rgba(var(--rail-accent-rgb), .22);z-index:6;pointer-events:none;border-radius:999px;justify-content:center;align-items:flex-end;position:absolute;top:10px;bottom:10px;opacity:1!important;background:linear-gradient(#081729eb,#040c17e6)!important;display:flex!important;left:-12px!important}.profile-spaceship-root .profile-view-cabin-right-rail-progress:before,.profile-spaceship-root .profile-view-cabin-right-rail-progress:after{content:"";width:3px;height:3px;box-shadow:0 0 8px rgba(var(--rail-accent-rgb), .74);background:#eef8ffe6;border-radius:999px;position:absolute;left:50%;transform:translate(-50%)}.profile-spaceship-root .profile-view-cabin-right-rail-progress:before{top:-5px}.profile-spaceship-root .profile-view-cabin-right-rail-progress:after{bottom:-5px}.profile-spaceship-root .profile-view-cabin-right-rail-progress__fill{border-radius:inherit;background:var(--cabin-progress-gradient-vertical);min-height:6px;box-shadow:0 0 10px rgba(var(--cabin-neon-magenta-rgb), .48);width:100%!important;height:var(--progress-value,0%)!important}.profile-spaceship-root .profile-view-console{height:0!important;box-shadow:none!important;pointer-events:none!important;z-index:10070!important;background:0 0!important;border:none!important;padding:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;overflow:visible!important}.profile-spaceship-root .mobile-bottom-nav{bottom:var(--desktop-nav-bottom)!important;z-index:var(--profile-mobile-z-nav,1100)!important}.profile-spaceship-root{--desktop-left-col:0px;--desktop-right-col:clamp(128px, 8.3vw, 146px)}.profile-spaceship-root .profile-view-cabin-layout{grid-template-columns:var(--desktop-left-col) minmax(0, 1fr) var(--desktop-right-col)!important;gap:clamp(10px,.72vw,14px)!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-left{width:0!important;min-width:0!important;box-shadow:none!important;pointer-events:none!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-left.profile-view-cabin-left--profile-collapsed,.profile-spaceship-root .profile-view-cabin-left.profile-view-cabin-left--profile-expanded{border:1px solid rgba(var(--cabin-neon-cyan-rgb), .34)!important;background:radial-gradient(circle at 82% 10%, rgba(var(--cabin-neon-magenta-rgb), .24), transparent 45%), radial-gradient(circle at 8% 90%, rgba(var(--cabin-neon-cyan-rgb), .2), transparent 52%), linear-gradient(156deg, #071528f0, #040b17eb)!important;width:clamp(228px,15.6vw,282px)!important;box-shadow:0 16px 34px #01060f94, 0 0 22px rgba(var(--cabin-neon-cyan-rgb), .16), inset 0 0 0 1px #ffffff0a!important;z-index:10140!important;pointer-events:auto!important;border-radius:18px!important;grid-template-columns:78px minmax(0,1fr)!important;gap:10px!important;padding:10px 11px!important;display:grid!important;position:fixed!important;top:clamp(88px,9.1vh,122px)!important;left:clamp(82px,5.2vw,122px)!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-avatar-wrap--hero{align-self:start;border-width:1px!important;width:78px!important;min-width:78px!important;height:78px!important;min-height:78px!important;padding:0!important}.profile-spaceship-root .profile-view-cabin-avatar-wrap--hero img{width:100%!important;height:100%!important}.profile-spaceship-root .profile-view-cabin-profile-meta{min-width:0;gap:5px!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-chips,.profile-spaceship-root .profile-view-cabin-left--profile-expanded .profile-view-cabin-profile-chips{top:-6px!important;left:64px!important}.profile-spaceship-root .profile-view-cabin-profile-rank{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap!important;overflow-wrap:normal!important;word-break:normal!important;font-size:10px!important}.profile-spaceship-root .profile-view-cabin-profile-nickname{max-width:100%;font-size:clamp(19px,1.38vw,25px);white-space:nowrap!important;text-overflow:ellipsis!important;line-height:.95!important;overflow:hidden!important}.profile-spaceship-root .profile-view-cabin-profile-status{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:12px!important;line-height:1.25!important;overflow:hidden!important}.profile-spaceship-root .profile-view-cabin-profile-bio{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:30px;display:-webkit-box;font-size:11px!important;line-height:1.34!important;overflow:hidden!important}.profile-spaceship-root .profile-view-cabin-profile-level-row{font-size:10.5px!important}.profile-spaceship-root .profile-view-cabin-profile-actions{margin-top:2px;gap:6px!important}.profile-spaceship-root .profile-view-cabin-profile-actions-hint{text-transform:uppercase;opacity:.72;letter-spacing:.05em!important;font-size:9px!important;line-height:1.3!important}.profile-spaceship-root .profile-view-cabin-right{padding-right:0!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-item--wide{width:min(136px,100%)!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide{border-radius:12px!important;min-height:106px!important;padding:10px 10px 10px 11px!important}.profile-spaceship-root .profile-view-cabin-right-rail-progress{opacity:1!important;z-index:8!important;width:7px!important;display:flex!important;top:8px!important;bottom:8px!important;left:-14px!important}.profile-spaceship-root .profile-view-cabin-right-rail-progress__fill{min-height:8px!important;box-shadow:0 0 12px rgba(var(--cabin-neon-magenta-rgb), .48)!important}}.profile-spaceship-root .profile-view-cabin-profile-modal{z-index:10220;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.profile-spaceship-root .profile-view-cabin-profile-modal__backdrop{background:radial-gradient(circle at 22% 20%, rgba(var(--cabin-neon-cyan-rgb), .12), transparent 42%), radial-gradient(circle at 74% 32%, rgba(var(--cabin-neon-magenta-rgb), .15), transparent 46%), #02060cc2;cursor:pointer;border:0;margin:0;padding:0;position:absolute;inset:0}.profile-spaceship-root .profile-view-cabin-profile-modal__window{border:1px solid rgba(var(--cabin-neon-cyan-rgb), .42);background:radial-gradient(circle at 88% 8%, rgba(var(--cabin-neon-magenta-rgb), .2), transparent 48%), radial-gradient(circle at 10% 90%, rgba(var(--cabin-neon-cyan-rgb), .14), transparent 52%), linear-gradient(152deg, #08182ef7, #040c1af2);width:min(92vw,460px);box-shadow:0 20px 50px #01060fa8, 0 0 28px rgba(var(--cabin-neon-magenta-rgb), .18);border-radius:18px;flex-direction:column;gap:10px;padding:16px 16px 14px;display:flex;position:relative}.profile-spaceship-root .profile-view-cabin-profile-modal__header{justify-content:space-between;align-items:center;gap:10px;display:flex}.profile-spaceship-root .profile-view-cabin-profile-modal__header h3{font-family:var(--cabin-font-display);letter-spacing:.06em;text-transform:uppercase;color:#eef8ff;margin:0;font-size:clamp(15px,1.2vw,20px)}.profile-spaceship-root .profile-view-cabin-profile-modal__close{border:1px solid rgba(var(--cabin-neon-cyan-rgb), .42);color:#eaf7fff2;cursor:pointer;background:#0a1a2cb3;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.profile-spaceship-root .profile-view-cabin-profile-modal__close:hover,.profile-spaceship-root .profile-view-cabin-profile-modal__close:focus-visible{border-color:rgba(var(--cabin-neon-magenta-rgb), .72);box-shadow:0 0 14px rgba(var(--cabin-neon-magenta-rgb), .26);outline:none}.profile-spaceship-root .profile-view-cabin-profile-modal__hint{color:#d2eaf8db;margin:0;font-size:12px;line-height:1.36}.profile-spaceship-root .profile-view-cabin-profile-modal .profile-view-cabin-profile-field{gap:6px}.profile-spaceship-root .profile-view-cabin-profile-modal .profile-view-cabin-profile-field input,.profile-spaceship-root .profile-view-cabin-profile-modal .profile-view-cabin-profile-field textarea{background:#050f1de0;width:100%}.profile-spaceship-root .profile-view-cabin-profile-modal__actions{justify-content:flex-end;gap:8px;padding-top:2px;display:flex}@media (width>=1181px){.profile-spaceship-root{--desktop-layer-left:clamp(376px, 23.4vw, 438px);--desktop-layer-right:clamp(168px, 10.2vw, 196px);--desktop-layer-top:clamp(86px, calc(12.2vh - 40px), 116px);--desktop-layer-bottom:clamp(166px, calc(21vh - 30px), 214px)}.profile-spaceship-root .profile-view,.profile-spaceship-root .profile-view-outer{overflow:visible!important}.profile-spaceship-root .profile-view-cabin-layout{height:100%!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;position:relative!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-top{left:var(--desktop-layer-left)!important;right:var(--desktop-layer-right)!important;z-index:10090!important;box-shadow:none!important;pointer-events:none!important;background:0 0!important;border:none!important;padding:0!important;position:fixed!important;top:clamp(10px,1.6vh,18px)!important}.profile-spaceship-root .profile-view-cabin-top-inspector{pointer-events:auto!important;width:min(760px,100%)!important;margin-inline:auto!important}.profile-spaceship-root .profile-view-cabin-left.profile-view-cabin-left--profile-collapsed,.profile-spaceship-root .profile-view-cabin-left.profile-view-cabin-left--profile-expanded{top:clamp(60px,6.2vh,90px)!important;left:clamp(78px,4.9vw,116px)!important}.profile-spaceship-root .profile-view-cabin-center{left:var(--desktop-layer-left)!important;right:var(--desktop-layer-right)!important;top:var(--desktop-layer-top)!important;bottom:var(--desktop-layer-bottom)!important;z-index:10080!important;min-height:0!important;margin:0!important;position:fixed!important;overflow:hidden!important}.profile-spaceship-root .profile-view-cabin-center-shell{min-height:0!important}.profile-spaceship-root .profile-view-cabin-center-scroll{padding-bottom:calc(var(--desktop-center-bottom-safe) + 40px)!important;overflow:hidden auto!important}.profile-spaceship-root .profile-view-cabin-right{z-index:10096!important;width:clamp(126px,8.1vw,144px)!important;box-shadow:none!important;background:0 0!important;border:none!important;flex-direction:column!important;gap:10px!important;margin:0!important;padding:0!important;display:flex!important;position:fixed!important;top:clamp(166px,15.2vh,198px)!important;right:clamp(14px,1vw,22px)!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-item--wide{width:100%!important;min-width:0!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide{border-radius:12px!important;min-height:102px!important;padding:10px 8px 10px 10px!important}.profile-spaceship-root .profile-view-cabin-right-rail-progress{z-index:8!important;opacity:1!important;width:7px!important;display:flex!important;inset:8px calc(100% + 8px) 8px auto!important}.profile-spaceship-root .profile-view-cabin-center-shell,.profile-spaceship-root .profile-view-cabin-progress-hub,.profile-spaceship-root .profile-view-cabin-progress-hub .profile-view-tabs-section{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}.profile-spaceship-root .profile-view-cabin-center-shell{padding:6px 8px 8px!important}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--inspector .profile-view-cabin-center-shell{border:1px solid rgba(var(--cabin-neon-cyan-rgb), .24)!important;box-shadow:inset 0 0 0 1px rgba(var(--cabin-neon-cyan-rgb), .18), inset 0 0 32px rgba(var(--cabin-neon-cyan-rgb), .1), 0 0 20px rgba(var(--cabin-neon-cyan-rgb), .08)!important;border-radius:20px!important}.profile-spaceship-root .profile-view-cabin-center-scroll{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}.profile-spaceship-root .profile-view-cabin-hub-action-btn{box-shadow:none!important;background:linear-gradient(145deg,#07182c8a,#050e1c85)!important;border-width:1px!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-item--wide{box-shadow:none!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important}.profile-spaceship-root .profile-view-cabin-profile-meta,.profile-spaceship-root .profile-view-cabin-profile-actions,.profile-spaceship-root .profile-view-cabin-profile-actions-hint{box-shadow:none!important;background:0 0!important;border:0!important}.profile-spaceship-root .profile-view-cabin-left.profile-view-cabin-left--profile-collapsed,.profile-spaceship-root .profile-view-cabin-left.profile-view-cabin-left--profile-expanded{width:clamp(296px,19.4vw,352px)!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;grid-template-columns:88px minmax(0,1fr)!important;gap:12px!important;padding:0!important}.profile-spaceship-root .profile-view-cabin-avatar-wrap--hero{width:88px!important;min-width:88px!important;height:88px!important;min-height:88px!important;padding:0!important}.profile-spaceship-root .profile-view-cabin-profile-meta{gap:7px!important}.profile-spaceship-root .profile-view-cabin-profile-nickname{overflow-wrap:anywhere;word-break:break-word;font-size:clamp(20px,1.45vw,30px);white-space:normal!important;text-overflow:clip!important;line-height:.98!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-profile-status{white-space:normal!important;text-overflow:clip!important;font-size:13px!important;line-height:1.28!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-profile-bio{white-space:normal!important;text-overflow:clip!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;min-height:0!important;display:block!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-profile-actions{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.profile-spaceship-root .profile-view-cabin-profile-actions-hint{max-width:100%;white-space:normal!important;text-overflow:clip!important;overflow:visible!important}}.profile-spaceship-root .profile-view-cabin-avatar-shell{position:relative}.profile-spaceship-root .profile-view-cabin-avatar-upload{z-index:3;color:#eef8fffa;cursor:pointer;background:linear-gradient(145deg,#0a1c30eb,#040c1aeb);border:1px solid #70c3eb8c;border-radius:9999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;font-weight:800;line-height:1;display:inline-flex;position:absolute;bottom:10px;right:10px;box-shadow:0 4px 12px #01060e66}.profile-spaceship-root .profile-view-cabin-avatar-upload:hover,.profile-spaceship-root .profile-view-cabin-avatar-upload:focus-visible{border-color:rgba(var(--cabin-neon-cyan-rgb), .75);outline:none}@media (width>=1181px){.profile-spaceship-root .profile-view-cabin-left.profile-view-cabin-left--profile-collapsed,.profile-spaceship-root .profile-view-cabin-left.profile-view-cabin-left--profile-expanded{grid-template-columns:88px minmax(0,1fr)!important;gap:12px!important;width:clamp(312px,20.8vw,388px)!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-profile-meta{gap:8px!important;min-width:0!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-profile-rank,.profile-spaceship-root .profile-view-cabin-profile-nickname,.profile-spaceship-root .profile-view-cabin-profile-status,.profile-spaceship-root .profile-view-cabin-profile-bio-line{text-shadow:1px 0 #000000d9,-1px 0 #000000d9,0 1px #000000d9,0 -1px #000000d9,1px 1px #000000d9,-1px -1px #000000d9,1px -1px #000000d9,-1px 1px #000000d9}.profile-spaceship-root .profile-view-cabin-profile-rank--legendary{text-shadow:1px 0 0 #000000d9, -1px 0 0 #000000d9, 0 1px 0 #000000d9, 0 -1px 0 #000000d9, 1px 1px 0 #000000d9, -1px -1px 0 #000000d9, 1px -1px 0 #000000d9, -1px 1px 0 #000000d9, 0 0 12px var(--legendary-glow,#4a206054)}.profile-spaceship-root .profile-view-cabin-profile-nickname{text-shadow:1px 0 0 #000000d9, -1px 0 0 #000000d9, 0 1px 0 #000000d9, 0 -1px 0 #000000d9, 1px 1px 0 #000000d9, -1px -1px 0 #000000d9, 1px -1px 0 #000000d9, -1px 1px 0 #000000d9, 0 0 18px rgba(var(--cabin-neon-cyan-rgb), .2)}.profile-spaceship-root .profile-view-cabin-profile-primary,.profile-spaceship-root .profile-view-cabin-profile-secondary{flex-direction:column;gap:6px;min-width:0;display:flex;position:relative;overflow:visible}.profile-spaceship-root .profile-view-cabin-profile-secondary{align-self:flex-start;width:fit-content;max-width:100%}.profile-spaceship-root .profile-view-cabin-profile-primary:before,.profile-spaceship-root .profile-view-cabin-profile-secondary:before{content:"";z-index:-1;pointer-events:none;background:#0006;border-radius:10px;position:absolute;inset:0}.profile-spaceship-root .profile-view-cabin-profile-chips>.profile-view-cabin-profile--desktop-only{position:relative}.profile-spaceship-root .profile-view-cabin-profile-chips>.profile-view-cabin-profile--desktop-only:before{content:"";z-index:-1;pointer-events:none;background:#0006;border-radius:10px;position:absolute;inset:0}.profile-spaceship-root .profile-view-cabin-profile-role-row{align-items:center;gap:8px;min-width:0;display:flex}.profile-spaceship-root .profile-view-cabin-profile-name-wrap{outline:none;min-width:0;max-width:100%;position:relative;overflow:visible}.profile-spaceship-root .profile-view-cabin-profile-nickname{max-width:100%;margin:0;font-size:clamp(21px,1.6vw,30px);white-space:nowrap!important;text-overflow:ellipsis!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important;line-height:1.02!important;overflow:hidden!important}.profile-spaceship-root .profile-view-cabin-profile-name-wrap:hover:after,.profile-spaceship-root .profile-view-cabin-profile-name-wrap:focus-visible:after,.profile-spaceship-root .profile-view-cabin-profile-name-wrap:active:after{content:attr(data-full-name);z-index:10240;border:1px solid rgba(var(--cabin-neon-cyan-rgb), .42);color:#eef8fffa;white-space:normal;overflow-wrap:anywhere;pointer-events:none;background:linear-gradient(145deg,#08192ef5,#050d1af5);border-radius:10px;max-width:min(56vw,440px);padding:6px 9px;font-size:12px;line-height:1.2;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 24px #01060e8a}.profile-spaceship-root .profile-view-cabin-profile-status{max-width:100%;white-space:nowrap!important;text-overflow:ellipsis!important;line-height:1.26!important;overflow:hidden!important}.profile-spaceship-root .profile-view-cabin-profile-bio,.profile-spaceship-root .profile-view-cabin-profile-bio-line{font-weight:600!important}.profile-spaceship-root .profile-view-cabin-profile-level-row{margin-top:2px}.profile-spaceship-root .profile-view-cabin-profile-actions{margin-top:3px!important}.profile-spaceship-root .profile-view-cabin-header-content{display:contents!important}.profile-spaceship-root .profile-view-cabin-header-actions{display:none!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed,.profile-spaceship-root .profile-view-cabin-left--profile-expanded{align-items:start!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-avatar-shell{justify-content:center;width:132px;margin-top:-28px;margin-left:-140px;display:flex;position:relative}.profile-spaceship-root .profile-view-cabin-avatar-upload{z-index:3;border:1px solid rgba(var(--cabin-neon-cyan-rgb), .55);color:#eef8fffa;cursor:pointer;width:30px;height:30px;box-shadow:0 10px 20px #01060e7a, 0 0 16px rgba(var(--cabin-neon-cyan-rgb), .18);background:linear-gradient(145deg,#0a1c30eb,#040c1aeb);border-radius:9999px;justify-content:center;align-items:center;font-size:18px;font-weight:800;line-height:1;display:inline-flex;position:absolute;bottom:10px;right:10px}.profile-spaceship-root .profile-view-cabin-avatar-upload:hover,.profile-spaceship-root .profile-view-cabin-avatar-upload:focus-visible{border-color:rgba(var(--cabin-neon-magenta-rgb), .75);box-shadow:0 10px 24px #01060e8f, 0 0 22px rgba(var(--cabin-neon-magenta-rgb), .22);outline:none}.profile-spaceship-root .profile-view-cabin-avatar-col{flex-direction:column;flex:0 0 132px;align-items:center;gap:10px;width:132px;margin-left:0;display:flex}.profile-spaceship-root .profile-view-cabin-avatar-wrap--hero{border-radius:9999px!important;width:112px!important;min-width:112px!important;height:112px!important;min-height:112px!important;padding:0!important}.profile-spaceship-root .profile-view-cabin-avatar-wrap--hero img{width:100%!important;height:100%!important}.profile-spaceship-root .profile-view-cabin-avatar-col .profile-view-cabin-card-progress-wrap--thick{width:100%;overflow:hidden;border-radius:9999px!important;height:10px!important;margin:0!important}.profile-spaceship-root .profile-view-cabin-avatar-actions{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.profile-spaceship-root .profile-view-cabin-avatar-gear{border-radius:14px;justify-content:center;align-items:center;width:44px;height:38px;line-height:1;display:inline-flex;padding:0!important;font-size:16px!important}.profile-spaceship-root .profile-view-cabin-avatar-shell .profile-view-cabin-avatar-gear{border:1px solid rgba(var(--cabin-neon-cyan-rgb), .55);width:30px;height:30px;box-shadow:0 10px 20px #01060e7a, 0 0 16px rgba(var(--cabin-neon-cyan-rgb), .18);z-index:2;background:linear-gradient(145deg,#0a1c30eb,#040c1aeb);border-radius:9999px;position:absolute;bottom:10px;right:46px;font-size:15px!important}.profile-spaceship-root .profile-view-cabin-profile-meta{padding-top:56px!important}.profile-spaceship-root .profile-view-cabin-profile-nickname{letter-spacing:.02em;font-size:22px}.profile-spaceship-root .profile-view-cabin-profile-status[role=button]{cursor:pointer}.profile-spaceship-root .profile-view-cabin-profile-meta,.profile-spaceship-root .profile-view-cabin-profile-primary,.profile-spaceship-root .profile-view-cabin-profile-secondary,.profile-spaceship-root .profile-view-cabin-profile-name-wrap{min-width:0!important;max-width:100%!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-profile-name-wrap{display:block!important}.profile-spaceship-root .profile-view-cabin-profile-nickname{white-space:nowrap!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important;width:100%!important;min-width:0!important;max-width:100%!important;line-height:1.05!important;display:block!important;overflow:hidden!important}.profile-spaceship-root .profile-view-cabin-right{width:clamp(182px,12.4vw,216px)!important;min-width:clamp(182px,12.4vw,216px)!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-item--wide{width:100%!important;min-width:0!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide{width:100%!important;min-width:0!important;padding-left:14px!important;padding-right:14px!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide .profile-view-cabin-nav-icon{flex-shrink:0!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-card-subtitle{white-space:normal!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:anywhere!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:2.3em!important;line-height:1.15!important;display:block!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-card-hint{white-space:normal!important;text-overflow:clip!important;overflow-wrap:anywhere!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:2.3em!important;line-height:1.15!important;display:block!important;overflow:visible!important}}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-item--wide.profile-view-cabin-nav-item--hub-mini{aspect-ratio:1!important;flex:0 0 38px!important;width:38px!important;min-width:38px!important;max-width:38px!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide.profile-view-cabin-nav-btn--hub-mini{border-radius:12px!important;justify-content:center!important;align-items:center!important;gap:2px!important;width:100%!important;height:100%!important;min-height:0!important;padding:3px!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--hub-mini .profile-view-cabin-card-subtitle,.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--hub-mini .profile-view-cabin-card-hint,.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-right-rail-progress--hub-mini{display:none!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--hub-mini .profile-view-cabin-nav-icon{font-size:14px!important}.path-fav-toast{z-index:9800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#e8e8ff;letter-spacing:.02em;background:#141428eb;border:1px solid #fff3;border-radius:14px;width:min(680px,100vw - 32px);padding:12px 18px;font-size:.9rem;line-height:1.4;position:fixed;top:clamp(72px,11vh,120px);left:50%;transform:translate(-50%);box-shadow:0 10px 24px #00000059}.profile-view-mobile-where-panel{display:none}@media (width<=1180px){.profile-view-mobile-where-panel{display:none!important}.profile-spaceship-root{--cabin-right-mobile-height:0px;--profile-mobile-where-panel-height:0px;--console-mobile-height:108px;--cabin-console-btn-radius:12px}.profile-spaceship-root .profile-view-cabin-layout{padding-left:14px!important;padding-right:14px!important;padding-bottom:calc(var(--mobile-nav-height,68px) + 24px + env(safe-area-inset-bottom) + 12px)!important;grid-template:"left""center"minmax(340px,1fr)/1fr!important;gap:20px!important;max-width:100%!important;overflow-x:hidden!important}.profile-spaceship-root{--cabin-right-mobile-width:min(240px, 82vw)}.profile-spaceship-root .profile-view-cabin-right{max-height:none!important;width:var(--cabin-right-mobile-width)!important;min-width:160px!important;padding:10px 8px!important;padding-right:calc(8px + env(safe-area-inset-right))!important;-webkit-overflow-scrolling:touch!important;z-index:10060!important;box-shadow:none!important;pointer-events:none!important;background:0 0!important;border:none!important;flex-flow:column!important;justify-content:center!important;align-items:stretch!important;gap:6px!important;transition:transform .35s cubic-bezier(.32,.72,0,1),box-shadow .35s!important;display:flex!important;position:fixed!important;inset:50% 0 auto auto!important;overflow:hidden auto!important;transform:translate(100%,-50%)!important}.profile-spaceship-root .profile-view-cabin-right.profile-view-cabin-right--nav-expanded{pointer-events:auto!important;z-index:10065!important;box-shadow:-8px 0 32px #00000080, 0 0 48px rgba(var(--cabin-neon-cyan-rgb), .15)!important;transform:translateY(-50%)!important}.profile-spaceship-root .profile-view-cabin-right.profile-view-cabin-right--nav-expanded .profile-view-cabin-nav-item{pointer-events:auto!important}.profile-spaceship-root .profile-view-cabin-right.profile-view-cabin-right--nav-expanded .profile-view-cabin-nav-btn--wide{box-shadow:0 2px 8px #00000059, 0 0 16px rgba(var(--cabin-neon-cyan-rgb), .25), inset 0 0 20px #ffffff0a!important;border-color:rgba(var(--cabin-neon-cyan-rgb), .4)!important}.profile-spaceship-root .profile-view-cabin-right.profile-view-cabin-right--nav-expanded .profile-view-cabin-nav-btn--wide:hover,.profile-spaceship-root .profile-view-cabin-right.profile-view-cabin-right--nav-expanded .profile-view-cabin-nav-btn--wide:focus-visible{box-shadow:0 4px 12px #0006, 0 0 24px rgba(var(--cabin-neon-cyan-rgb), .4), inset 0 0 24px #ffffff0f!important;border-color:rgba(var(--cabin-neon-cyan-rgb), .6)!important}.profile-spaceship-root .profile-view-cabin-right.profile-view-cabin-right--nav-expanded .profile-view-cabin-nav-btn--wide.profile-view-cabin-nav-btn--active{box-shadow:0 2px 10px #00000059, 0 0 20px rgba(var(--cabin-neon-cyan-rgb), .45), inset 0 0 24px #ffffff14!important;border-color:rgba(var(--cabin-neon-cyan-rgb), .7)!important}.profile-view-cabin-nav-overlay{z-index:10055!important;pointer-events:none!important;animation:.3s ease-out profile-cabin-nav-overlay-in!important;position:fixed!important;inset:0!important}.profile-view-cabin-nav-overlay:before{content:""!important;pointer-events:none!important;background:#0009!important;position:absolute!important;inset:0!important}.profile-view-cabin-nav-overlay__backdrop{top:0!important;bottom:0!important;left:0!important;right:calc(var(--cabin-right-mobile-width,240px) + 24px)!important;pointer-events:auto!important;cursor:pointer!important;z-index:1!important;position:absolute!important}@keyframes profile-cabin-nav-overlay-in{0%{opacity:0}to{opacity:1}}.profile-view-cabin-nav-toggle{right:calc(10px + env(safe-area-inset-right))!important;z-index:10075!important;contain:layout style paint!important;isolation:isolate!important;color:#e8d5ff!important;cursor:pointer!important;background:#a855f70f!important;border:1px solid #a855f780!important;border-radius:14px!important;outline:none!important;justify-content:center!important;align-items:center!important;width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;margin:0!important;padding:0!important;transition:right .35s cubic-bezier(.32,.72,0,1),background .25s,box-shadow .25s,border-color .25s!important;display:flex!important;position:fixed!important;top:50%!important;transform:translateY(-50%)!important;box-shadow:0 4px 14px #00000059,0 0 20px #a855f759,0 0 40px #a855f726,inset 0 0 20px #a855f70a!important}.profile-view-cabin-nav-toggle:hover,.profile-view-cabin-nav-toggle:focus-visible{background:#a855f72e!important;border-color:#a855f7bf!important;outline:none!important;box-shadow:0 6px 20px #0006,0 0 28px #a855f78c,0 0 50px #a855f740,inset 0 0 24px #a855f714!important}.profile-view-cabin-nav-toggle:active{background:#a855f740!important;box-shadow:0 2px 10px #0006,0 0 16px #a855f766,inset 0 0 16px #a855f71a!important}.profile-view-cabin-nav-toggle.profile-view-cabin-nav-toggle--expanded{right:calc(var(--cabin-right-mobile-width,240px) + 12px + env(safe-area-inset-right))!important}.profile-view-cabin-nav-toggle-icon{justify-content:center!important;align-items:center!important;animation:2.2s ease-in-out infinite cabin-nav-toggle-icon-pulse!important;display:flex!important}.profile-view-cabin-nav-toggle-icon svg{color:#e8d5ff!important;filter:drop-shadow(0 0 3px #a855f7e6)drop-shadow(0 0 8px #a855f799)drop-shadow(0 0 14px #a855f759)!important;width:22px!important;height:22px!important;transition:transform .25s cubic-bezier(.34,1.2,.64,1),filter .25s!important}.profile-view-cabin-nav-toggle:hover .profile-view-cabin-nav-toggle-icon svg,.profile-view-cabin-nav-toggle:focus-visible .profile-view-cabin-nav-toggle-icon svg{filter:drop-shadow(0 0 4px #a855f7)drop-shadow(0 0 12px #a855f7cc)drop-shadow(0 0 20px #a855f780)!important;transform:scale(1.12)!important}.profile-view-cabin-nav-toggle:hover .profile-view-cabin-nav-toggle-icon--left svg,.profile-view-cabin-nav-toggle:focus-visible .profile-view-cabin-nav-toggle-icon--left svg{transform:translate(-1px)scale(1.12)!important}.profile-view-cabin-nav-toggle:hover .profile-view-cabin-nav-toggle-icon--right svg,.profile-view-cabin-nav-toggle:focus-visible .profile-view-cabin-nav-toggle-icon--right svg{transform:translate(1px)scale(1.12)!important}@keyframes cabin-nav-toggle-icon-pulse{0%,to{opacity:.92}50%{opacity:1}}.profile-view-mobile-nav-arrow-up{display:none!important}@media (width<=768px){.profile-view-mobile-nav-arrow-up{left:50%!important;bottom:calc(5px + var(--mobile-nav-height,68px) + 8px + env(safe-area-inset-bottom))!important;z-index:1105!important;color:#e8d5ff!important;cursor:pointer!important;contain:layout style paint!important;background:#a855f70f!important;border:1px solid #a855f780!important;border-radius:14px!important;outline:none!important;justify-content:center!important;align-items:center!important;width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;margin:0!important;padding:0!important;transition:background .25s,box-shadow .25s,border-color .25s!important;display:flex!important;position:fixed!important;transform:translate(-50%)!important;box-shadow:0 4px 14px #00000059,0 0 20px #a855f759,0 0 40px #a855f726,inset 0 0 20px #a855f70a!important}.profile-view-mobile-nav-arrow-up:hover,.profile-view-mobile-nav-arrow-up:focus-visible{background:#a855f72e!important;border-color:#a855f7bf!important;outline:none!important;box-shadow:0 6px 20px #0006,0 0 28px #a855f78c,0 0 50px #a855f740,inset 0 0 24px #a855f714!important}.profile-view-mobile-nav-arrow-up:active{background:#a855f740!important;box-shadow:0 2px 10px #0006,0 0 16px #a855f766,inset 0 0 16px #a855f71a!important}.profile-view-mobile-nav-arrow-up__icon{justify-content:center!important;align-items:center!important;display:flex!important}.profile-view-mobile-nav-arrow-up__icon svg{color:#e8d5ff!important;filter:drop-shadow(0 0 3px #a855f7e6)drop-shadow(0 0 8px #a855f799)drop-shadow(0 0 14px #a855f759)!important;width:22px!important;height:22px!important;transition:filter .25s!important}.profile-view-mobile-nav-arrow-up:hover .profile-view-mobile-nav-arrow-up__icon svg,.profile-view-mobile-nav-arrow-up:focus-visible .profile-view-mobile-nav-arrow-up__icon svg{filter:drop-shadow(0 0 4px #a855f7)drop-shadow(0 0 12px #a855f7cc)drop-shadow(0 0 20px #a855f780)!important}}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-item{pointer-events:auto!important;flex:none!important;width:100%!important;max-width:none!important;transform:none!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-item--wide.profile-view-cabin-nav-item--hub-mini{transform:none!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-item--wide{width:100%!important;min-width:0!important;max-width:none!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn,.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide{aspect-ratio:auto!important;border:1px solid rgba(var(--cabin-neon-cyan-rgb), .25)!important;background:#060e1ceb!important;border-radius:10px!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;height:auto!important;min-height:44px!important;padding:8px 10px!important;display:flex!important;box-shadow:0 2px 8px #00000059!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide .profile-view-cabin-card-subtitle{color:#e6f7fff2!important;white-space:normal!important;text-overflow:clip!important;text-align:left!important;word-wrap:break-word!important;overflow-wrap:break-word!important;flex:1!important;min-width:0!important;font-size:12px!important;font-weight:600!important;line-height:1.25!important;display:block!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide .profile-view-cabin-card-hint,.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide .profile-view-cabin-card-progress-wrap{display:none!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide .profile-view-cabin-card__img-bg{flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important;display:flex!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide .profile-view-cabin-card__img-bg img{-o-object-fit:cover!important;object-fit:cover!important;width:28px!important;height:28px!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide.profile-view-cabin-card--vozhatifikator .profile-view-cabin-card__img-bg{border-radius:inherit!important;flex-shrink:0!important;width:100%!important;min-width:100%!important;height:100%!important;min-height:100%!important;display:block!important;position:absolute!important;inset:0!important;overflow:hidden!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide.profile-view-cabin-card--vozhatifikator .profile-view-cabin-card__img-bg img{-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide.profile-view-cabin-card--vozhatifikator .profile-view-cabin-card-subtitle{z-index:1!important;position:relative!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide .profile-view-cabin-nav-icon{flex-shrink:0!important;margin:0!important;font-size:20px!important}.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-right-rail-progress{display:none!important}.profile-spaceship-root .profile-view-cabin-right--raised-sections .profile-view-cabin-nav-item--wide:not(.profile-view-cabin-nav-item--hub-mini){top:0!important}.profile-spaceship-root:not(.profile-spaceship-root--console-portal) .profile-view-console{margin-left:14px!important;margin-right:14px!important;margin-bottom:calc(var(--mobile-nav-height,68px) + env(safe-area-inset-bottom) + 16px)!important;position:static!important;bottom:auto!important;left:auto!important;right:auto!important}.profile-spaceship-root--console-portal .profile-view-console{left:14px!important;right:14px!important;bottom:calc(8px + var(--mobile-nav-height,68px) + 8px + env(safe-area-inset-bottom))!important;box-sizing:border-box!important;flex-flow:column!important;justify-content:flex-end!important;align-items:center!important;gap:6px!important;width:auto!important;height:auto!important;min-height:auto!important;padding:6px 0!important;display:flex!important;position:fixed!important}@media (width<=768px){.profile-spaceship-root{--console-mobile-height:366px}.profile-spaceship-root:not(.profile-spaceship-root--console-portal) .profile-view-console:not(.profile-view-console--mobile-expanded){opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .25s,visibility .25s,transform .25s!important;transform:translateY(100%)!important}.profile-spaceship-root:not(.profile-spaceship-root--console-portal) .profile-view-console.profile-view-console--mobile-expanded{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transition:opacity .25s,visibility .25s,transform .25s!important;transform:none!important}.profile-spaceship-root:not(.profile-spaceship-root--console-portal) .profile-view-console{left:14px!important;right:14px!important;bottom:calc(20px + var(--mobile-nav-height,68px) + env(safe-area-inset-bottom))!important;max-height:calc(100vh - var(--mobile-nav-height,68px) - env(safe-area-inset-bottom) - 40px)!important;z-index:10075!important;flex-flow:column!important;align-items:stretch!important;gap:6px!important;margin-bottom:0!important;margin-left:0!important;margin-right:0!important;display:flex!important;position:fixed!important;overflow-y:auto!important}.profile-spaceship-root .profile-view-cabin-layout{padding-bottom:calc(var(--console-mobile-height) + 20px + var(--mobile-nav-height,68px) + env(safe-area-inset-bottom) + 24px)!important;overflow-x:hidden!important}.profile-spaceship-root .profile-view-cabin-center-scroll{scroll-padding-bottom:calc(var(--console-mobile-height) + 20px + var(--mobile-nav-height,68px) + env(safe-area-inset-bottom) + 32px);padding-bottom:calc(var(--console-mobile-height) + 20px + var(--mobile-nav-height,68px) + env(safe-area-inset-bottom) + 32px)!important}.profile-spaceship-root .profile-view-cabin-left{padding-bottom:calc(var(--console-mobile-height) + 20px + var(--mobile-nav-height,68px) + env(safe-area-inset-bottom) + 16px)!important}.profile-spaceship-root .mobile-bottom-nav[data-current-view=profile]{bottom:calc(5px + env(safe-area-inset-bottom))!important;transform:none!important}}@media (width>=769px){.profile-spaceship-root .mobile-bottom-nav[data-current-view=profile]{bottom:calc(110px + env(safe-area-inset-bottom))!important;transform:none!important}}@media (width>=769px) and (width<=1024px){.profile-spaceship-root #profile-chat-trigger .chat-avatar-button{bottom:calc(8px + 48px + 24px + env(safe-area-inset-bottom))!important}}.profile-spaceship-root #profile-chat-trigger .chat-avatar-button{bottom:calc(188px + env(safe-area-inset-bottom))!important}.profile-spaceship-root .profile-view-mobile-where-panel{left:14px!important;right:14px!important;bottom:calc(var(--console-mobile-height) + var(--mobile-nav-height,68px) + 8px + env(safe-area-inset-bottom))!important;color:#e6f7fff2!important;border:1px solid rgba(var(--cabin-neon-cyan-rgb), .24)!important;z-index:10072!important;background:linear-gradient(160deg,#091629eb,#040c19e6)!important;border-radius:12px!important;padding:8px 14px!important;font-size:13px!important;font-weight:600!important;position:fixed!important;box-shadow:0 8px 20px #01060e80!important}.profile-spaceship-root .profile-view-cabin-top--offset{transform:none!important}.profile-spaceship-root .profile-view-cabin-center--offset{transform:translateY(10px)!important}.profile-spaceship-root .profile-view-cabin-layout:has(.profile-view-cabin-center--squad-corner) .profile-view-cabin-center--offset{transform:none!important}@media (width>=768px) and (width<=1180px){.profile-spaceship-root .profile-view-cabin-center-wrap{transform:translateY(18px)!important}.profile-spaceship-root .profile-view-cabin-layout:has(.profile-view-cabin-center--squad-corner) .profile-view-cabin-center-wrap{transform:none!important}}.profile-spaceship-root .profile-view-cabin-left{min-width:0!important;padding:12px 14px!important;overflow:visible!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed{flex-direction:row!important;justify-content:space-between!important;align-items:flex-start!important;gap:8px!important;min-width:0!important;display:flex!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-header-content{flex-direction:column!important;flex:1!important;gap:6px!important;min-width:0!important;display:flex!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-header-actions{flex-direction:row!important;flex-shrink:0!important;align-items:center!important;gap:6px!important;display:flex!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-avatar-upload--desktop,.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-avatar-gear--desktop{display:none!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-avatar-col{flex-flow:wrap!important;align-items:center!important;gap:6px 8px!important;min-width:0!important;display:flex!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-avatar-shell{flex-shrink:0!important;justify-content:center!important;align-items:center!important;display:flex!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-avatar-wrap{flex-shrink:0!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-avatar-wrap--hero{width:88px!important;min-width:88px!important;height:88px!important;min-height:88px!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-avatar-wrap--hero .profile-view-cabin-avatar-emoji{font-size:48px!important;line-height:1!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-chips{flex-direction:column!important;align-items:flex-start!important;gap:2px!important;min-width:0!important;max-width:100%!important;display:flex!important;position:static!important;top:auto!important;left:auto!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-chips .profile-view-cabin-profile-rank{font-family:var(--cabin-font-display)!important;white-space:normal!important;color:#f8fcff!important;text-shadow:0 0 18px rgba(var(--cabin-neon-cyan-rgb), .2)!important;text-transform:none!important;letter-spacing:normal!important;flex-shrink:0!important;font-size:clamp(16px,1.4vw,20px)!important;line-height:1.12!important;display:block!important;position:static!important;top:auto!important;left:auto!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-chips .profile-view-cabin-profile-level-row{white-space:normal!important;color:#ebf7ffeb!important;flex-shrink:0!important;justify-content:flex-start!important;gap:4px!important;margin:0!important;font-size:12px!important;line-height:1.3!important;display:block!important;position:static!important;top:auto!important;left:auto!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-chips .profile-view-cabin-profile-level-row:before{content:none!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-chips .profile-view-cabin-profile-bio-line{white-space:normal!important;color:#e0f5ffe0!important;min-width:0!important;max-width:100%!important;margin:0!important;font-size:11px!important;line-height:1.3!important;display:block!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-card-progress-wrap--thick{border:1px solid rgba(var(--cabin-neon-cyan-rgb), .24)!important;width:100%!important;height:12px!important;min-height:12px!important;box-shadow:inset 0 0 16px rgba(var(--cabin-neon-purple-rgb), .2), 0 0 24px rgba(var(--cabin-neon-magenta-rgb), .18), 0 0 16px rgba(var(--cabin-neon-cyan-rgb), .12)!important;flex-basis:100%!important;margin:0!important;transform:none!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-card-progress-wrap--thick .profile-view-cabin-card-progress{box-shadow:0 0 16px rgba(var(--cabin-neon-cyan-rgb), .34)!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-meta{flex-direction:column!important;align-items:flex-start!important;gap:1px!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;line-height:1.2!important;transform:none!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-primary{flex-wrap:wrap!important;align-items:baseline!important;gap:0 6px!important;width:100%!important;min-width:0!important;display:flex!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-name-wrap{flex:none!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-status{flex:100%!important;width:100%!important;min-width:0!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-secondary{margin-top:0!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-primary,.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-secondary{min-width:0!important;max-width:100%!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-meta .profile-view-cabin-profile-nickname{color:var(--cabin-neon-orange)!important;text-shadow:0 0 12px rgba(var(--cabin-neon-orange-rgb), .44)!important;font-size:10px!important;line-height:1.2!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-status{opacity:.9!important;font-size:10px!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile-bio{-webkit-line-clamp:1!important;line-clamp:1!important;opacity:.85!important;font-size:10px!important}.profile-spaceship-root .profile-view-cabin-top{justify-content:center!important;align-items:center!important;min-height:auto!important;padding:10px 14px!important}.profile-spaceship-root .profile-view-cabin-top-inspector{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin:0 auto!important;padding:10px 14px!important}.profile-spaceship-root .profile-view-cabin-top-inspector__subtitle{font-size:11px!important}.profile-spaceship-root .profile-view-cabin-center{align-items:stretch!important}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--hub .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--squad-corner .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--real-diary .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--profile4k .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--team .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--council .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--bro .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--vozhatifikator .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--counselor-squad .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--share .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--workshop .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--inspector .profile-view-cabin-tabs-docked{pointer-events:auto!important;flex-direction:row!important;flex-shrink:0!important;justify-content:stretch!important;align-items:stretch!important;width:100%!important;min-width:0!important;margin-bottom:10px!important;padding-left:14px!important;padding-right:14px!important;display:flex!important;position:static!important;top:auto!important;left:auto!important;transform:none!important}.profile-spaceship-root .profile-view-cabin-center,.profile-spaceship-root .profile-view-cabin-center-scroll{padding:12px 14px!important;overflow-x:hidden!important}.profile-spaceship-root .profile-view-cabin-placeholder{-webkit-overflow-scrolling:touch!important;max-height:200px!important;overflow-y:auto!important}.profile-spaceship-root .profile-view-cabin-left--profile-expanded{grid-template-columns:56px 1fr!important;gap:10px!important;display:grid!important}.profile-spaceship-root .profile-view-cabin-left--profile-expanded .profile-view-cabin-avatar-wrap--hero{width:112px!important;min-width:112px!important;height:112px!important;min-height:112px!important}.profile-spaceship-root .profile-view-cabin-nav-btn:active,.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn:active{transform:scale(.98)!important}.profile-spaceship-root .profile-view-cabin-nav-btn--wide:active,.profile-spaceship-root .profile-view-cabin-right .profile-view-cabin-nav-btn--wide:active{transform:translateY(-2px)scale(.98)!important}.profile-spaceship-root .profile-view-cabin-top:before,.profile-spaceship-root .profile-view-cabin-top-inspector:before{display:none!important}}@media (width>=768px) and (width<=1180px){.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile--mobile-only .profile-view-cabin-profile-primary{align-self:flex-start!important;width:fit-content!important;max-width:100%!important;position:relative!important}.profile-spaceship-root .profile-view-cabin-left--profile-collapsed .profile-view-cabin-profile--mobile-only .profile-view-cabin-profile-primary:before{content:""!important;z-index:-1!important;pointer-events:none!important;background:#0006!important;border-radius:10px!important;position:absolute!important;inset:-6px!important}.profile-spaceship-root .profile-view-cabin-layout{padding-bottom:calc(48px + env(safe-area-inset-bottom))!important}.profile-spaceship-root .profile-view-cabin-center-scroll{scroll-padding-bottom:calc(4px + env(safe-area-inset-bottom));padding-bottom:calc(4px + env(safe-area-inset-bottom))!important}.profile-spaceship-root #profile-chat-trigger .chat-avatar-button{bottom:calc(158px + env(safe-area-inset-bottom))!important}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--hub .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--squad-corner .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--real-diary .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--profile4k .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--team .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--council .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--bro .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--vozhatifikator .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--counselor-squad .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--share .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--workshop .profile-view-cabin-tabs-docked,.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--inspector .profile-view-cabin-tabs-docked{flex-direction:row!important;justify-content:stretch!important;align-items:stretch!important;display:flex!important}}@media (width>=1181px){.profile-view-cabin-nav-toggle,.profile-view-cabin-nav-overlay{display:none!important}}.profile-spaceship-root .profile-view-cabin-center{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:linear-gradient(165deg,#ffffff0a 0%,#0c1c3014 100%)!important;border:1px solid #ffffff1a!important;box-shadow:inset 0 0 0 1px #ffffff0a,0 12px 40px #0000001f,0 0 48px #58e7ff0a,0 0 32px #ff8c0099,0 0 0 1px #ffa50080!important}.profile-spaceship-root .profile-view-cabin-center .profile-view-cabin-center-shell,.profile-spaceship-root .profile-view-cabin-center .profile-view-cabin-center-scroll{background:0 0!important;border-color:#ffffff0f!important}.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--hub .profile-view-cabin-center-shell{background:#0000001f!important}.profile-spaceship-root .bluenest-landing button:active,.profile-spaceship-root .categories-page button:active{transform:scale(.98)!important}@media (width>=1024px){.profile-spaceship-root .profile-view-cabin-center.profile-view-cabin-center--hub{overflow:visible}}@media (width<=767px){.cabinet-content-area{padding-top:56px!important}.cabinet-content-area>div>div:first-child{padding-top:40px}}
