.auth-page{justify-content:center;align-items:flex-start;min-height:calc(100vh - 80px);padding:36px 16px;display:flex}.auth-card{background:#fff;border:1px solid #2f7d4624;border-radius:22px;width:100%;max-width:460px;padding:26px;box-shadow:0 16px 40px #1f422a1f}.auth-card-wide{max-width:520px}.auth-header{margin-bottom:22px}.auth-badge{color:#2f7d46;background:#edf7ef;border-radius:999px;align-items:center;gap:6px;margin-bottom:12px;padding:6px 10px;font-size:13px;font-weight:700;display:inline-flex}.auth-title{color:#1f3b28;margin:0 0 8px;font-size:30px;line-height:1.15}.auth-subtitle{color:#657466;margin:0;font-size:15px;line-height:1.45}.auth-form{gap:14px;display:grid}.auth-row{gap:6px;display:grid}.auth-label{color:#243b2a;font-size:14px;font-weight:700}.auth-input-wrap{position:relative}.auth-input{box-sizing:border-box;color:#1f2e22;background:#fbfdfb;border:1px solid #cddacc;border-radius:13px;outline:none;width:100%;min-height:44px;padding:11px 13px;font-size:15px;transition:border-color .15s,box-shadow .15s,background .15s}.auth-input:focus{background:#fff;border-color:#2f7d46;box-shadow:0 0 0 4px #2f7d4621}.auth-input-with-action{padding-right:46px}.auth-password-toggle{color:#506355;cursor:pointer;background:0 0;border:none;border-radius:10px;width:34px;height:34px;font-size:18px;line-height:1;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.auth-password-toggle:hover{background:#edf7ef}.auth-code-input{text-align:center;letter-spacing:8px;font-size:25px;font-weight:800}.auth-hint{color:#5f6f61;background:#f3f8f4;border-radius:13px;padding:11px 12px;font-size:13px;line-height:1.45}.auth-alert{border-radius:13px;padding:11px 12px;font-size:14px;line-height:1.4}.auth-alert-error{color:#9d1d1d;background:#ffeaea;border:1px solid #ffc8c8}.auth-alert-success{color:#25663a;background:#eaf7ee;border:1px solid #c9ebd2}.auth-button{color:#fff;cursor:pointer;background:#2f7d46;border:none;border-radius:14px;min-height:46px;font-size:15px;font-weight:800;transition:transform .12s,box-shadow .12s,background .12s,opacity .12s}.auth-button:hover:not(:disabled){background:#286d3c;transform:translateY(-1px);box-shadow:0 10px 20px #2f7d4638}.auth-button:disabled{opacity:.65;cursor:not-allowed}.auth-button-secondary{color:#2f4f35;cursor:pointer;background:#fff;border:1px solid #b9cab9;border-radius:14px;min-height:44px;font-size:15px;font-weight:800}.auth-button-secondary:hover:not(:disabled){background:#f3f8f4}.auth-button-secondary:disabled{opacity:.65;cursor:not-allowed}.auth-footer{text-align:center;color:#687568;margin-top:18px;font-size:14px}.auth-footer a,.auth-link{color:#2f7d46;font-weight:800;text-decoration:none}.auth-footer a:hover,.auth-link:hover{text-decoration:underline}.auth-links{color:#687568;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px;font-size:14px;display:flex}.auth-security-list{margin:0;padding-left:18px}.auth-security-list li{margin:4px 0}@media (width<=520px){.auth-card{border-radius:18px;padding:20px}.auth-title{font-size:26px}}.auth-input-prefix-wrap{position:relative}.auth-input-prefix-wrap>span{color:#657466;z-index:1;font-weight:800;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.auth-input-with-prefix{padding-left:32px}.auth-field-hint{color:#657466;font-size:13px;line-height:1.4}.auth-password-check-card{background:#f5faf6;border:1px solid #2f7d4624;border-radius:16px;gap:9px;padding:14px;display:grid}.auth-password-check-header{color:#243b2a;margin-bottom:2px;font-size:14px;font-weight:800}.auth-password-rule{color:#758276;align-items:center;gap:10px;font-size:14px;line-height:1.25;display:flex}.auth-password-rule.is-valid{color:#2f7d46;font-weight:700}.auth-password-rule-icon{color:#fff;background:#fff;border:1px solid #c5d2c7;border-radius:50%;flex:0 0 19px;justify-content:center;align-items:center;width:19px;height:19px;font-size:12px;font-weight:900;display:inline-flex}.auth-password-rule.is-valid .auth-password-rule-icon{background:#2f7d46;border-color:#2f7d46}.auth-consent-card{color:#415244;background:#f5faf6;border:1px solid #2f7d4629;border-radius:15px;grid-template-columns:auto 1fr;align-items:flex-start;gap:10px;padding:13px 14px;font-size:13px;line-height:1.45;display:grid}.auth-consent-card input{accent-color:#2f7d46;width:18px;height:18px;margin-top:1px}.auth-consent-card a{color:#2f7d46;font-weight:800;text-decoration:none}.auth-consent-card a:hover{text-decoration:underline}.legal-page{justify-content:center;min-height:calc(100vh - 80px);padding:34px 16px 110px;display:flex}.legal-card{color:#1f2e22;background:#fff;border:1px solid #2f7d4624;border-radius:24px;width:min(100%,920px);padding:30px;box-shadow:0 16px 40px #1f422a1f}.legal-header{margin-bottom:24px}.legal-kicker{color:#2f7d46;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:900}.legal-header h1{color:#1f3b28;margin:0 0 10px;font-size:32px;line-height:1.15}.legal-header p,.legal-section p,.legal-section li{color:#536258;font-size:15px;line-height:1.62}.legal-section{border-top:1px solid #2f7d461f;padding:18px 0}.legal-section h2{color:#243b2a;margin:0 0 10px;font-size:20px}.legal-section ul{margin:0;padding-left:20px}.legal-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:22px;display:flex}.legal-link-button{box-sizing:border-box;justify-content:center;align-items:center;min-width:180px;padding:12px 16px;text-decoration:none;display:inline-flex}@media (width<=640px){.auth-consent-card{grid-template-columns:1fr}.legal-card{border-radius:20px;padding:22px}.legal-header h1{font-size:26px}.legal-actions{justify-content:stretch}.legal-link-button{width:100%}}.auth-consents-stack{gap:10px;display:grid}.auth-legal-links{color:#687568;text-align:center;flex-wrap:wrap;justify-content:center;gap:8px 14px;margin-top:14px;font-size:12px;line-height:1.35;display:flex}.auth-legal-links a{color:#2f7d46;font-weight:700;text-decoration:none}.auth-legal-links a:hover{text-decoration:underline}@media (width<=640px){.legal-footer{padding:4px 16px 104px;font-size:12px}.legal-footer__inner,.legal-footer__links{text-align:center;justify-content:center}}.yandex-map-container{width:100%;height:100%;position:relative;overflow:hidden}.yandex-map-controls{z-index:20;gap:8px;display:grid;position:absolute;top:14px;right:14px}.yandex-map-controls button,.yandex-map-type-switcher button{color:#e5eef8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#0f172ac7;border:1px solid #ffffff29;transition:transform .16s,background .16s,border-color .16s;box-shadow:0 12px 30px #00000047}.yandex-map-controls button{border-radius:14px;place-items:center;width:42px;height:42px;font-size:20px;font-weight:900;display:grid}.yandex-map-controls button:hover,.yandex-map-type-switcher button:hover:not(:disabled){background:#1e293beb;border-color:#86efac6b;transform:translateY(-1px)}.yandex-map-type-switcher{z-index:21;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172ab8;border:1px solid #ffffff24;border-radius:18px;gap:4px;padding:4px;display:inline-flex;position:absolute;top:14px;left:14px;box-shadow:0 14px 34px #00000047}.yandex-map-type-switcher button{min-height:36px;box-shadow:none;background:0 0;border-radius:14px;padding:0 14px;font-size:13px;font-weight:900}.yandex-map-type-switcher button.active{color:#052e16;background:linear-gradient(135deg,#86efac,#22c55e);border-color:#bbf7d08c}.yandex-map-type-switcher button:disabled{opacity:.55;cursor:not-allowed}@media (width<=640px){.yandex-map-type-switcher{top:10px;left:10px}.yandex-map-controls{top:10px;right:10px}.yandex-map-type-switcher button{min-height:34px;padding:0 11px;font-size:12px}.yandex-map-controls button{border-radius:13px;width:38px;height:38px}}@media (width<=760px){.yandex-map-container{border-radius:0}.yandex-map-type-switcher{background:#0f172ac2;border-radius:16px;padding:3px;top:10px;left:10px;box-shadow:0 12px 32px #00000052}.yandex-map-type-switcher button{border-radius:13px;min-height:34px;padding:0 12px;font-size:12px}.yandex-map-controls{gap:8px;top:10px;right:10px}.yandex-map-controls button{background:#0f172ac7;border-radius:15px;width:40px;height:40px;box-shadow:0 12px 30px #0000004d}.yandex-map-marker-icon{min-width:32px;height:32px;font-size:17px}}.yandex-map-type-switcher{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172a8f;border-color:#ffffff1f;top:82px;left:32px;box-shadow:0 12px 30px #00000038}.yandex-map-controls{top:auto;bottom:24px;right:24px}.yandex-map-controls button,.yandex-map-type-switcher button{background:#0f172aa3}@media (width<=760px){.yandex-map-type-switcher{top:calc(max(10px, env(safe-area-inset-top)) + 50px);background:#0f172a99;padding:3px;left:12px}.yandex-map-type-switcher button{min-height:32px;padding:0 11px;font-size:12px}.yandex-map-controls{top:auto;right:12px;bottom:max(126px, calc(env(safe-area-inset-bottom) + 112px));gap:8px}.yandex-map-controls button{background:#0f172aa8;border-radius:14px;width:38px;height:38px}}.yandex-map-controls{bottom:18px;right:18px}@media (width<=760px){.yandex-map-controls{right:12px;bottom:max(24px, calc(env(safe-area-inset-bottom) + 18px))}.yandex-map-type-switcher{top:calc(max(10px, env(safe-area-inset-top)) + 48px);left:12px}}.yandex-map-controls{transform:translateY(-50%);top:50%!important;bottom:auto!important;right:18px!important}@media (width<=760px){.yandex-map-controls{z-index:23;transform:translateY(-50%);top:50%!important;bottom:auto!important;right:12px!important}}.yandex-map-container{touch-action:pan-x pan-y}.weather-map-wrapper .yandex-map-type-switcher{top:14px!important;left:14px!important;right:auto!important}.weather-map-wrapper .yandex-map-controls{top:auto!important;bottom:14px!important;right:14px!important;transform:none!important}@media (width<=760px){.weather-map-wrapper .yandex-map-type-switcher{top:10px!important;left:10px!important}.weather-map-wrapper .yandex-map-controls{bottom:10px!important;right:10px!important;transform:none!important}}.profile-location-map-wrapper .yandex-map-type-switcher{top:10px!important;left:10px!important;right:auto!important}@media (width>=761px){.profile-location-map-wrapper .yandex-map-type-switcher{top:12px!important;left:12px!important}}.profile-location-picker{background:linear-gradient(135deg,#0ea5e914,#14b8a612),#02061752;border:1px solid #67e8f929;border-radius:26px;gap:12px;margin-top:16px;padding:18px;display:grid;box-shadow:0 18px 52px #0003}.profile-location-picker-header h3{margin:0;font-size:22px;line-height:1.15}.profile-saved-points-search{background:#0f172a7a;border:1px solid #94a3b82e;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(240px,760px);align-items:center;gap:14px;margin-bottom:12px;padding:14px;display:grid;position:relative;overflow:visible}.profile-location-search-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;width:min(100%,760px);display:grid;position:relative}.profile-location-search-field input{background:#0206176b;border-radius:16px;min-width:0}.profile-location-search-dropdown{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a1422fa;border:1px solid #94a3b83d;border-radius:18px;padding:14px;position:absolute;top:calc(100% + 10px);box-shadow:0 24px 60px #00000057}.profile-location-search-dropdown-single{scrollbar-width:thin;width:min(760px,100% - 28px);max-width:calc(100% - 28px);max-height:360px;display:block;overflow-y:auto;transform:translate(-50%);left:50%!important;right:auto!important}.profile-location-search-option{color:#e5e7eb;cursor:pointer;text-align:left;background:#0f172ad1;border:1px solid #94a3b82e;border-radius:14px;flex-direction:column;align-items:flex-start;gap:3px;width:100%;min-height:72px;margin:0 0 8px;padding:10px 12px;transition:background .16s,border-color .16s,transform .16s;display:flex}.profile-location-search-option span{color:#e2e8f0ad;font-size:13px;line-height:1.35}.profile-location-map-wrapper{background:#0f172a;border:1px solid #ffffff24;border-radius:24px;height:min(38vh,380px);min-height:300px;overflow:hidden;box-shadow:0 18px 46px #0000003d}@media (width<=860px){.profile-location-search-field-dropdown .profile-location-search-dropdown-single{width:calc(100% - 20px);max-width:calc(100% - 20px);transform:translate(-50%);left:50%!important;right:auto!important}}@media (width<=760px){.profile-location-picker{border-radius:20px;margin-top:12px;padding:12px}.profile-location-picker-header{gap:10px;padding:0;display:grid}.profile-location-picker-header h3{font-size:20px;line-height:1.15}.profile-location-picker-header p:not(.profile-kicker){display:none}.profile-saved-points-search{border-radius:16px;grid-template-columns:1fr;gap:10px;margin-bottom:10px;padding:10px}.profile-saved-points-search>div:first-child{display:none}.profile-location-search-grid{grid-template-columns:1fr;gap:10px}.profile-location-map-wrapper{border-radius:18px;height:min(46vh,340px);min-height:260px}}.feed-page{box-sizing:border-box;color:#f8fafc;background:radial-gradient(circle at 0 0,#22c55e21,#0000 34%),radial-gradient(circle at 100% 0,#0ea5e91a,#0000 32%),linear-gradient(#07111f 0%,#0f172a 48%,#07111f 100%);width:100%;min-height:calc(100vh - 70px);padding:22px 16px 46px}.feed-toolbar{z-index:5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f172adb;border:1px solid #94a3b82e;border-radius:24px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;max-width:1120px;margin:0 auto 22px;padding:12px;display:grid;position:sticky;top:12px;box-shadow:0 18px 45px #02061747}.feed-tabs{flex-wrap:wrap;gap:8px;display:flex}.feed-tab,.feed-button,.feed-select,.feed-input{color:#f8fafc;background:#ffffff0f;border:1px solid #94a3b833;border-radius:999px;min-height:42px}.feed-tab,.feed-button{cursor:pointer;padding:0 15px;font-weight:800;transition:all .16s}.feed-tab:hover,.feed-button:hover{background:#ffffff1a;transform:translateY(-1px)}.feed-tab.active{color:#fff;background:linear-gradient(135deg,#22c55e,#0ea5e9);border-color:#0000;box-shadow:0 12px 30px #22c55e38}.feed-searches{grid-template-columns:minmax(170px,1fr) minmax(170px,.8fr);gap:10px;display:grid}.feed-input,.feed-select{box-sizing:border-box;outline:none;width:100%;padding:0 14px}.feed-input::placeholder{color:#e2e8f09e}.feed-select{cursor:pointer}.feed-select option{color:#0f172a}.feed-message{color:#fecaca;background:#ef44441f;border:1px solid #ef444440;border-radius:18px;max-width:780px;margin:0 auto 18px;padding:14px 16px}.feed-toast{z-index:70;color:#dcfce7;text-align:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);pointer-events:none;background:#0f172aeb;border:1px solid #22c55e57;border-radius:999px;width:max-content;max-width:min(520px,100vw - 28px);padding:13px 18px;font-weight:900;animation:1.8s forwards feedToastInOut;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 18px 48px #00000061}@keyframes feedToastInOut{0%{opacity:0;transform:translate(-50%,12px)scale(.96)}12%{opacity:1;transform:translate(-50%)scale(1)}78%{opacity:1;transform:translate(-50%)scale(1)}to{opacity:0;transform:translate(-50%,10px)scale(.98)}}.feed-list{gap:22px;max-width:780px;margin:0 auto;display:grid}.feed-card{background:linear-gradient(#0f172af5,#0f172ae0);border:1px solid #94a3b82e;border-radius:30px;overflow:hidden;box-shadow:0 22px 70px #02061747}.feed-card-header{justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;display:flex}.feed-author{align-items:center;gap:12px;min-width:0;display:flex}.feed-avatar-button{cursor:pointer;background:0 0;border:none;border-radius:50%;flex:none;width:52px;height:52px;padding:0}.feed-avatar,.feed-avatar-fallback{object-fit:cover;box-sizing:border-box;border:2px solid #ffffff29;border-radius:50%;width:52px;height:52px}.feed-avatar-fallback{color:#fff;background:linear-gradient(135deg,#334155,#0f766e);place-items:center;font-size:20px;font-weight:900;display:grid}.feed-author-name{text-overflow:ellipsis;white-space:nowrap;color:#f8fafc;cursor:pointer;text-align:left;background:0 0;border:none;max-width:220px;padding:0;font-size:16px;font-weight:900;display:block;overflow:hidden}.feed-date{color:#94a3b8;margin-top:3px;font-size:13px}.feed-header-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.feed-mini-button{color:#e2e8f0;cursor:pointer;background:#ffffff0f;border:1px solid #94a3b82e;border-radius:999px;min-height:36px;padding:0 12px;font-weight:800}.feed-photo-wrap{background:#0f172ae6;position:relative}.feed-photo{object-fit:cover;width:100%;max-height:620px;display:block}.feed-photo-gradient{pointer-events:none;background:linear-gradient(#0000,#020617d1);padding:72px 18px 16px;position:absolute;bottom:0;left:0;right:0}.feed-location-pill{color:#f8fafc;background:#0f172abf;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:8px;max-width:100%;padding:8px 12px;font-size:13px;font-weight:800;display:inline-flex}.feed-card-title{letter-spacing:-.03em;margin:0 0 10px;font-size:clamp(22px,4vw,30px);line-height:1.08}.feed-description{color:#dbeafe;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;margin:0;line-height:1.6}.feed-description.collapsed{line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.feed-description-dots{color:#dbeafe}.feed-read-more-inline{color:#86efac;font:inherit;cursor:pointer;font-weight:900;line-height:inherit;background:0 0;border:none;padding:0;display:inline}.feed-read-more-inline:hover{color:#bbf7d0;text-underline-offset:3px;text-decoration:underline}.feed-meta-strip{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.feed-meta-strip span{color:#dbeafe;overflow-wrap:anywhere;background:#ffffff0f;border:1px solid #94a3b81f;border-radius:999px;align-items:center;gap:6px;max-width:100%;min-height:32px;padding:6px 10px;font-size:13px;font-weight:800;line-height:1.25;display:inline-flex}.feed-actions{border-top:1px solid #94a3b81f;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px 18px;display:flex}.feed-social-actions,.feed-navigation-actions{flex-wrap:wrap;gap:8px;display:flex}.feed-action-button{color:#f8fafc;cursor:pointer;background:#ffffff0f;border:1px solid #94a3b82e;border-radius:999px;min-height:42px;padding:0 14px;font-weight:900;transition:all .16s}.feed-action-button:hover{background:#ffffff1a;transform:translateY(-1px)}.feed-action-button.liked{color:#fecdd3;background:#f43f5e29;border-color:#f43f5e5c}.feed-action-button.primary{color:#fff;background:linear-gradient(135deg,#22c55ee6,#0ea5e9e6);border-color:#0000}.feed-action-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.feed-comments{border-top:1px solid #94a3b81f;padding:0 18px 18px}.feed-comments-title{color:#e2e8f0;margin:16px 0 10px;font-size:15px}.feed-comment-form{gap:10px;margin-bottom:14px;display:flex}.feed-comment-input{color:#f8fafc;background:#ffffff0f;border:1px solid #94a3b82e;border-radius:999px;outline:none;flex:1;min-height:42px;padding:0 14px}.feed-comment-input::placeholder{color:#e2e8f09e}.feed-comments-list{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#22c55eb3 #0f172a73;gap:10px;max-height:min(460px,58vh);padding-right:6px;display:grid;overflow-y:auto}.feed-comments-list::-webkit-scrollbar{width:10px}.feed-comments-list::-webkit-scrollbar-track{background:#0f172a73;border-radius:999px}.feed-comments-list::-webkit-scrollbar-thumb{background:linear-gradient(#22c55ee0,#0ea5e9e0);border:2px solid #0f172a59;border-radius:999px}.feed-comment{background:#ffffff0e;border:1px solid #94a3b81f;border-radius:18px;padding:12px}.feed-comment-header{color:#94a3b8;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:6px;font-size:12px;display:flex}.feed-comment-header>span{overflow-wrap:anywhere;min-width:0}.feed-comment-author{color:#f8fafc;font-weight:900}.feed-comment-text{color:#dbeafe;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;margin:0;line-height:1.45}.feed-comment-menu-wrap{flex:none;position:relative}.feed-comment-menu-button{color:#cbd5e1;cursor:pointer;background:#ffffff0e;border:1px solid #94a3b829;border-radius:999px;place-items:center;width:28px;height:28px;padding:0;font-size:18px;font-weight:900;line-height:1;display:inline-grid}.feed-comment-menu-button:hover{background:#ffffff1a}.feed-comment-menu{z-index:12;background:#0f172afa;border:1px solid #94a3b82e;border-radius:14px;min-width:132px;padding:6px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 18px 42px #0000005c}.feed-comment-menu button{color:#e5e7eb;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;width:100%;padding:9px 10px;font-weight:800}.feed-comment-menu button:hover{background:#94a3b81f}.feed-comment-menu button.danger{color:#fca5a5}.feed-empty-comments{color:#94a3b8;font-size:14px}.feed-empty{text-align:center;background:#0f172ac7;border:1px solid #94a3b82e;border-radius:30px;max-width:760px;margin:0 auto;padding:42px 24px}.feed-empty-icon{background:#22c55e1f;border-radius:24px;place-items:center;width:74px;height:74px;margin:0 auto 16px;font-size:34px;display:grid}.feed-empty h2{margin:0 0 8px}.feed-empty p{color:#94a3b8;margin:0}.feed-loading-state{background:radial-gradient(circle at top,#22c55e1f,#0000 42%),#0f172ad6;border:1px solid #94a3b829;border-radius:30px;place-items:center;max-width:780px;min-height:420px;margin:0 auto;display:grid;box-shadow:0 22px 70px #02061747}.feed-loading-content{text-align:center;color:#cbd5e1}.feed-loading-content strong{color:#f8fafc;margin-bottom:6px;display:block}.feed-loading-content p{color:#94a3b8;margin:0}.feed-loading-spinner{border:4px solid #94a3b833;border-top-color:#22c55e;border-radius:50%;width:46px;height:46px;margin:0 auto 14px;animation:.9s linear infinite feedSpin}@keyframes feedSpin{to{transform:rotate(360deg)}}@media (width<=860px){.feed-toolbar{grid-template-columns:1fr;position:static}.feed-searches{grid-template-columns:1fr}.feed-actions{flex-direction:column;align-items:stretch}.feed-navigation-actions{justify-content:stretch}.feed-action-button{flex:1}}@media (width<=560px){.feed-page{padding:14px 9px 36px}.feed-card{border-radius:24px}.feed-card-header{flex-direction:column;align-items:flex-start}.feed-header-actions{justify-content:flex-start}.feed-photo{max-height:460px}.feed-comment-form{flex-direction:column}}.feed-card-highlighted{animation:2.2s feedCardHighlight}@keyframes feedCardHighlight{0%{transform:translateY(0);box-shadow:0 0 0 1px #22c55e26,0 0 #22c55e00}25%{transform:translateY(-2px);box-shadow:0 0 0 2px #22c55e8c,0 0 42px #22c55e47}to{transform:translateY(0);box-shadow:0 22px 70px #02061747}}.feed-reply-target{color:#d1fae5;background:#22c55e1a;border:1px solid #22c55e38;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;padding:9px 12px;font-size:13px;display:flex}.feed-reply-target button,.feed-comment-reply{color:#93c5fd;cursor:pointer;background:0 0;border:none;font-weight:800}.feed-replies-toggle{color:#86efac;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-weight:900;display:inline-flex}.feed-replies-toggle span{place-items:center;width:14px;line-height:1;display:inline-grid}.feed-comments-show-more{color:#e2e8f0;cursor:pointer;background:#ffffff0f;border:1px solid #94a3b82e;border-radius:999px;width:100%;min-height:40px;font-weight:900}.feed-comments-show-more:hover{background:#ffffff1a}.feed-comment-thread{gap:8px;display:grid}.feed-comment-tools{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.feed-comment-replies{border-left:2px solid #94a3b82e;gap:8px;margin-left:22px;padding-left:14px;display:grid}.feed-comment-answer{background:#0f172ab8}.feed-reply-to{color:#93c5fd;font-weight:800}.feed-detail-modal-backdrop{z-index:55;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overscroll-behavior:contain;background:#020617c2;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.feed-detail-modal{scrollbar-width:thin;scrollbar-color:#22c55eb3 #0f172a73;overscroll-behavior:contain;background:linear-gradient(#0f172afa,#0f172af0);border:1px solid #94a3b833;border-radius:28px;gap:16px;width:min(760px,100%);max-height:min(860px,100vh - 36px);padding:18px;display:grid;overflow-y:auto;box-shadow:0 28px 90px #00000070}.feed-detail-modal::-webkit-scrollbar{width:10px}.feed-detail-modal::-webkit-scrollbar-track{background:#0f172a73;border-radius:999px}.feed-detail-modal::-webkit-scrollbar-thumb{background:linear-gradient(#22c55ee0,#0ea5e9e0);border:2px solid #0f172a59;border-radius:999px}.feed-detail-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.feed-detail-kicker{color:#86efac;letter-spacing:.08em;text-transform:uppercase;margin:0 0 5px;font-size:12px;font-weight:900}.feed-detail-header h2{overflow-wrap:anywhere;margin:0;font-size:clamp(24px,5vw,34px);line-height:1.08}.feed-detail-photo{object-fit:cover;background:#0f172a;border-radius:22px;width:100%;max-height:520px;display:block}.feed-detail-author{align-items:center;gap:12px;min-width:0;display:flex}.feed-detail-author img,.feed-detail-author>span{border-radius:50%;flex:none;width:48px;height:48px}.feed-detail-author img{object-fit:cover}.feed-detail-author>span{color:#fff;background:linear-gradient(135deg,#334155,#0f766e);place-items:center;font-weight:900;display:grid}.feed-detail-author strong,.feed-detail-author small{display:block}.feed-detail-author small{color:#94a3b8;margin-top:2px}.feed-detail-meta{flex-wrap:wrap;gap:8px;display:flex}.feed-detail-meta span{color:#dbeafe;overflow-wrap:anywhere;background:#ffffff0f;border:1px solid #94a3b81f;border-radius:999px;max-width:100%;padding:7px 11px;font-size:13px;font-weight:800}.feed-detail-description{color:#e5e7eb;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;margin:0;line-height:1.7}.feed-detail-description.muted{color:#94a3b8}.feed-detail-actions{flex-wrap:wrap;gap:8px;padding-top:4px;display:flex}.feed-share-modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#020617b8;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.feed-share-modal{background:linear-gradient(#0f172afa,#0f172af0);border:1px solid #94a3b833;border-radius:26px;grid-template-rows:auto auto auto 1fr auto;gap:12px;width:min(520px,100%);max-height:min(720px,100vh - 36px);padding:18px;display:grid;overflow:hidden;box-shadow:0 28px 90px #0000006b}.feed-share-modal-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.feed-share-modal-header h3{margin:0 0 5px;font-size:22px}.feed-share-modal-header p{color:#94a3b8;margin:0;line-height:1.4}.feed-share-close{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #94a3b82e;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding:0;line-height:1;transition:all .16s;display:inline-flex}.feed-share-close:hover{background:#ffffff1a;transform:translateY(-1px)}.feed-share-close-icon{font-size:24px;line-height:1;display:block;transform:translateY(-1px)}.feed-share-search{border-radius:16px}.feed-share-chat-list{scrollbar-width:thin;scrollbar-color:#22c55eb3 #0f172a73;gap:8px;padding-right:4px;display:grid;overflow-y:auto}.feed-share-chat-list::-webkit-scrollbar{width:10px}.feed-share-message::-webkit-scrollbar{width:10px}.feed-share-chat-list::-webkit-scrollbar-track{background:#0f172a73;border-radius:999px}.feed-share-message::-webkit-scrollbar-track{background:#0f172a73;border-radius:999px}.feed-share-chat-list::-webkit-scrollbar-thumb{background:linear-gradient(#22c55ee0,#0ea5e9e0);border:2px solid #0f172a59;border-radius:999px}.feed-share-message::-webkit-scrollbar-thumb{background:linear-gradient(#22c55ee0,#0ea5e9e0);border:2px solid #0f172a59;border-radius:999px}.feed-share-chat-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(#4ade80f2,#38bdf8f2)}.feed-share-message::-webkit-scrollbar-thumb:hover{background:linear-gradient(#4ade80f2,#38bdf8f2)}.feed-share-chat{color:#f8fafc;cursor:pointer;text-align:left;background:#ffffff0e;border:1px solid #94a3b824;border-radius:18px;align-items:center;gap:12px;width:100%;padding:11px;display:flex}.feed-share-chat:hover{background:#ffffff17}.feed-share-chat.selected{background:#22c55e21;border-color:#22c55e85}.feed-share-chat:disabled{opacity:.55;cursor:not-allowed}.feed-share-chat-avatar,.feed-share-chat-avatar img,.feed-share-chat-avatar span{border-radius:50%;flex:none;width:44px;height:44px}.feed-share-chat-avatar img{object-fit:cover;display:block}.feed-share-chat-avatar span{color:#fff;background:linear-gradient(135deg,#334155,#0f766e);place-items:center;font-weight:900;display:grid}.feed-share-chat-info{flex:1;min-width:0}.feed-share-check{color:#86efac;box-sizing:border-box;background:#0f172ab8;border:1px solid #94a3b83d;border-radius:50%;flex:0 0 28px;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;min-height:28px;padding:0;font-weight:900;line-height:1;display:flex}.feed-share-check .feed-share-check-icon{justify-content:center;align-items:center;width:100%;height:100%;font-size:16px;font-weight:900;line-height:1;transform:none;color:inherit!important;margin:0!important;display:flex!important}.feed-share-chat.selected .feed-share-check{background:#22c55e2e;border-color:#22c55ea8}.feed-share-chat-info strong,.feed-share-chat-info span{display:block}.feed-share-chat-info span{color:#94a3b8;margin-top:2px;font-size:13px}.feed-share-message{box-sizing:border-box;resize:vertical;color:#f8fafc;width:100%;min-height:86px;font:inherit;scrollbar-width:thin;scrollbar-color:#22c55eb3 #0f172a73;background:#ffffff0f;border:1px solid #94a3b833;border-radius:18px;outline:none;padding:12px 14px;line-height:1.45}.feed-share-message::placeholder{color:#94a3b8}.feed-share-message:focus{border-color:#22c55e7a;box-shadow:0 0 0 4px #22c55e1f}.feed-share-footer{border-top:1px solid #94a3b824;justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.feed-share-selected-count{color:#cbd5e1;font-weight:800}.feed-share-send-button{min-width:140px}@media (width<=560px){.feed-share-footer{flex-direction:column;align-items:stretch}.feed-share-send-button{width:100%}}.feed-share-modal-backdrop,.feed-share-modal,.feed-share-chat-list{overscroll-behavior:contain}html.feed-modal-open,body.feed-modal-open{overflow:hidden}.feed-comments{max-height:none}@media (width<=560px){.feed-detail-modal-backdrop{padding:8px}.feed-detail-modal{border-radius:22px;max-height:calc(100vh - 16px)}.feed-detail-actions .feed-action-button{width:100%}}html,body,#root{background:#07111f;min-height:100%}.feed-load-more-sentinel{width:100%;height:1px}.feed-load-more-state,.feed-end-state{color:#cbd5e1;background:#0f172aad;border:1px solid #94a3b824;border-radius:20px;justify-content:center;align-items:center;gap:10px;min-height:54px;padding:12px 16px;display:flex;box-shadow:0 14px 34px #02061738}.feed-load-more-spinner{border:3px solid #94a3b838;border-top-color:#22c55e;border-radius:50%;width:22px;height:22px;animation:.85s linear infinite feedSpin}.feed-end-state{color:#94a3b8;font-weight:800}.feed-toolbar-companions{grid-template-columns:auto 1fr}.feed-view-tabs{flex-wrap:nowrap}.feed-companion-toolbar-note{color:#cbd5e1;font-weight:700;line-height:1.45}.feed-companion-card .feed-card-body{gap:14px;display:grid}.feed-companion-status-pill{color:#dcfce7;background:#22c55e21;border:1px solid #22c55e38;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-size:13px;font-weight:900;display:inline-flex}.feed-companion-status-pill.full{color:#fecaca;background:#ef444421;border-color:#ef44443d}.feed-companion-description{margin-top:2px}.feed-companion-stats{flex-wrap:wrap;gap:8px;display:flex}.feed-companion-stats span,.feed-companion-going,.feed-companion-my-status{color:#dbeafe;background:#ffffff0f;border:1px solid #94a3b81f;border-radius:16px;padding:9px 12px;font-size:14px;font-weight:800}.feed-companion-going strong{color:#86efac}.feed-companion-my-status{color:#dcfce7;background:#22c55e1a;border-color:#22c55e33}.feed-companion-response-form{background:#02061742;border:1px solid #94a3b824;border-radius:20px;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:12px;display:grid}.feed-companion-response-form .feed-input{border-radius:16px}@media (width<=860px){.feed-toolbar-companions{grid-template-columns:1fr}}@media (width<=560px){.feed-view-tabs,.feed-companion-response-form{grid-template-columns:1fr}.feed-view-tabs{display:grid}}.feed-media-gallery{background:#0f172ae6;width:100%;position:relative;overflow:hidden}.feed-media-gallery .feed-photo,.feed-media-gallery .feed-video,.feed-detail-media{object-fit:cover;background:#0f172a;width:100%;max-height:620px;display:block}.feed-detail-media{object-fit:contain;border-radius:22px;max-height:560px}.feed-media-counter,.feed-video-badge{z-index:4;color:#f8fafc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ab8;border:1px solid #ffffff24;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:5px 10px;font-size:12px;font-weight:900;display:inline-flex;position:absolute}.feed-media-counter{top:14px;left:14px}.feed-video-badge{top:14px;right:14px}.feed-media-nav{z-index:5;color:#f8fafc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#0f172ab8;border:1px solid #ffffff29;border-radius:50%;width:42px;height:42px;padding:0;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 12px 30px #0000004d}.feed-media-nav:hover{background:#22c55ec7}.feed-media-nav.prev{left:14px}.feed-media-nav.next{right:14px}.feed-media-dots{z-index:5;gap:6px;display:inline-flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.feed-media-dot{background:#ffffff73;border-radius:50%;width:7px;height:7px}.feed-media-dot.active{background:#86efac}.feed-meta-strip .feed-meta-action,.feed-detail-meta .feed-meta-action{color:#dbeafe;max-width:100%;font:inherit;cursor:pointer;overflow-wrap:anywhere;text-align:left;background:#ffffff0f;border:1px solid #94a3b81f;border-radius:999px;padding:7px 11px;font-size:13px;font-weight:800}.feed-meta-strip .feed-meta-action:hover:not(:disabled),.feed-detail-meta .feed-meta-action:hover:not(:disabled){color:#dcfce7;background:#22c55e24;border-color:#22c55e66}.feed-meta-strip .feed-meta-action:disabled,.feed-detail-meta .feed-meta-action:disabled{cursor:default;opacity:.72}@media (width<=760px){.feed-detail-modal-backdrop{place-items:stretch stretch;padding:8px;overflow-y:auto}.feed-detail-modal{width:100%;min-height:0;max-height:calc(100dvh - 16px);padding-bottom:max(18px, env(safe-area-inset-bottom));overscroll-behavior:contain}.feed-detail-header{z-index:3;background:linear-gradient(#0f172afa,#0f172ae6);padding-top:2px;padding-bottom:8px;position:sticky;top:-18px}.feed-detail-actions{z-index:3;padding:12px 18px max(14px, env(safe-area-inset-bottom));background:linear-gradient(#0f172a33,#0f172afa 34%);margin:0 -18px -18px;position:sticky;bottom:-18px}}.feed-gallery-touchable{touch-action:pan-y}.feed-detail-gallery{cursor:zoom-in}.feed-fullscreen-backdrop{z-index:120;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#020617eb;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.feed-fullscreen-viewer{background:#0f172aeb;border:1px solid #94a3b838;border-radius:24px;grid-template-rows:auto 1fr;width:min(100%,1120px);height:min(100%,86dvh);display:grid;position:relative;overflow:hidden;box-shadow:0 28px 90px #0000007a}.feed-fullscreen-topbar{color:#e5e7eb;border-bottom:1px solid #94a3b829;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.feed-fullscreen-topbar div{gap:2px;min-width:0;display:grid}.feed-fullscreen-topbar strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.feed-fullscreen-topbar span{color:#e2e8f0b8;font-size:13px}.feed-fullscreen-topbar button,.feed-fullscreen-nav{color:#fff;cursor:pointer;background:#0f172ab8;border:none}.feed-fullscreen-topbar button{border-radius:14px;width:38px;height:38px;font-size:26px;line-height:1}.feed-fullscreen-media-wrap{place-items:center;min-height:0;display:grid;position:relative;overflow:hidden}.feed-fullscreen-media{object-fit:contain;max-width:100%;max-height:100%;display:block}.feed-fullscreen-nav{border-radius:16px;width:44px;height:58px;font-size:42px;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.feed-fullscreen-nav.prev{left:14px}.feed-fullscreen-nav.next{right:14px}@media (width<=640px){.feed-fullscreen-backdrop{padding:0}.feed-fullscreen-viewer{border:none;border-radius:0;width:100%;height:100dvh}.feed-fullscreen-nav{width:38px;height:52px;font-size:36px}}.feed-comment-menu{z-index:300}.feed-detail-modal-backdrop{z-index:140}.feed-fullscreen-backdrop{z-index:260}.feed-fullscreen-topbar strong{font-size:15px}.feed-fullscreen-topbar span{min-height:18px}.feed-fullscreen-topbar button{place-items:center;line-height:1;display:grid}.feed-page{padding-inline:clamp(14px,2vw,24px);padding-bottom:max(64px, env(safe-area-inset-bottom))}.feed-toolbar{border-radius:24px;max-width:960px;box-shadow:0 18px 46px #0206173d}.feed-list{max-width:820px}.feed-card{background:linear-gradient(#0f172af7,#0f172aeb);border-radius:26px;box-shadow:0 18px 48px #0206173d}.feed-card-header{padding:14px 16px}.feed-header-actions:empty{display:none}.feed-mini-button.feed-admin-button{color:#fecaca;background:#ef44441f;border-color:#f8717147;min-height:34px;padding:0 12px}.feed-card-body{padding:16px}.feed-card-title{margin-bottom:9px;font-size:clamp(21px,3vw,28px)}.feed-meta-strip{gap:7px}.feed-meta-strip span,.feed-meta-strip .feed-meta-action,.feed-detail-meta span,.feed-detail-meta .feed-meta-action{box-sizing:border-box;border-radius:14px;align-items:center;gap:6px;min-height:34px;line-height:1.25;display:inline-flex}.feed-meta-strip .feed-meta-action,.feed-detail-meta .feed-meta-action{transition:border-color .16s,background .16s,color .16s}.feed-actions.feed-actions-compact{border-top:1px solid #94a3b81a;padding:10px 16px 16px;display:block}.feed-navigation-actions{display:none!important}.feed-social-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;display:grid}.feed-action-button.feed-social-button{border-radius:16px;flex:none;justify-content:center;align-items:center;gap:8px;width:100%;min-height:42px;padding:0 12px;font-size:14px;line-height:1;display:inline-flex}.feed-social-icon{justify-content:center;align-items:center;min-width:20px;font-size:16px;line-height:1;display:inline-flex;transform:translateY(-.5px)}.feed-comments .feed-action-button,.feed-comment-form .feed-action-button{flex:none;width:auto}.feed-detail-actions.feed-detail-actions-compact{justify-content:flex-end}.feed-detail-actions.feed-detail-actions-compact .feed-social-button{width:auto;min-width:156px}@media (width<=860px){.feed-page{padding-bottom:max(108px, env(safe-area-inset-bottom))}.feed-actions.feed-actions-compact{flex-direction:initial;align-items:stretch}.feed-action-button.feed-social-button{flex:none}}@media (width<=640px){.feed-page{padding:10px 0 max(106px, env(safe-area-inset-bottom))}.feed-toolbar,.feed-list,.feed-message,.feed-empty,.feed-loading-state,.feed-load-more-state,.feed-end-state{box-sizing:border-box;width:calc(100% - 14px);max-width:none;margin-left:auto;margin-right:auto}.feed-toolbar{border-radius:22px;margin-bottom:16px;padding:11px}.feed-list{gap:16px}.feed-card{border-radius:22px}.feed-card-header{flex-direction:row;align-items:center;padding:12px}.feed-avatar-button,.feed-avatar,.feed-avatar-fallback{width:46px;height:46px}.feed-author{flex:1;gap:10px;min-width:0}.feed-author-name{max-width:190px;font-size:15px}.feed-date{font-size:12px}.feed-photo,.feed-media-gallery .feed-photo,.feed-media-gallery .feed-video{max-height:430px}.feed-photo-gradient{padding:56px 12px 12px}.feed-location-pill{max-width:calc(100vw - 48px);padding:7px 10px;font-size:12px}.feed-card-body{padding:13px 12px 10px}.feed-card-title{margin-bottom:8px;font-size:21px;line-height:1.12}.feed-description{font-size:14px;line-height:1.5}.feed-meta-strip{grid-template-columns:1fr;gap:7px;margin-top:12px;display:grid}.feed-meta-strip span,.feed-meta-strip .feed-meta-action{text-overflow:ellipsis;border-radius:13px;justify-content:flex-start;width:100%;min-height:34px;padding:7px 10px;font-size:12px;overflow:hidden}.feed-actions.feed-actions-compact{padding:10px 12px 13px}.feed-social-actions{gap:8px}.feed-action-button.feed-social-button{border-radius:14px;min-height:40px;padding:0 8px;font-size:13px}.feed-social-icon{min-width:18px;font-size:15px}.feed-comment-form{flex-direction:column}.feed-comment-form .feed-action-button,.feed-detail-actions.feed-detail-actions-compact .feed-social-button{width:100%}}.feed-action-button.feed-share-button{color:#dff8ff;background:#0ea5e91a;border-color:#22d3ee3d}.feed-action-button.feed-share-button:hover{background:#0ea5e929;border-color:#22d3ee61}.feed-repost-social-icon{color:#67e8f9}.feed-repost-icon{fill:none;stroke:currentColor;stroke-width:2.15px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px;display:block}@media (width>=861px){.feed-toolbar:not(.feed-toolbar-companions){grid-template-columns:auto auto minmax(330px,1fr) auto;align-items:center;gap:12px;max-width:1040px;padding:14px}.feed-toolbar:not(.feed-toolbar-companions)>.feed-tabs{flex-wrap:nowrap;align-items:center}.feed-toolbar:not(.feed-toolbar-companions) .feed-tab,.feed-toolbar:not(.feed-toolbar-companions) .feed-button,.feed-toolbar:not(.feed-toolbar-companions) .feed-input,.feed-toolbar:not(.feed-toolbar-companions) .feed-select{min-height:38px}.feed-toolbar:not(.feed-toolbar-companions) .feed-tab,.feed-toolbar:not(.feed-toolbar-companions) .feed-button{white-space:nowrap;padding:0 16px}.feed-toolbar:not(.feed-toolbar-companions) .feed-searches{grid-template-columns:minmax(210px,1fr) minmax(150px,.72fr);justify-self:stretch;gap:10px;min-width:0}.feed-toolbar:not(.feed-toolbar-companions)>.feed-button{justify-self:end;min-width:124px}}@media (width>=861px) and (width<=1080px){.feed-toolbar:not(.feed-toolbar-companions){grid-template-columns:auto auto}.feed-toolbar:not(.feed-toolbar-companions) .feed-searches{grid-column:1/2}.feed-toolbar:not(.feed-toolbar-companions)>.feed-button{grid-column:2/3;width:100%}}@media (width>=861px){.feed-toolbar:not(.feed-toolbar-companions){grid-template-columns:auto auto minmax(300px,1fr) auto;align-items:center;gap:10px 12px}.feed-toolbar:not(.feed-toolbar-companions)>.feed-view-tabs{grid-column:1}.feed-toolbar:not(.feed-toolbar-companions)>.feed-tabs:not(.feed-view-tabs){grid-column:2;justify-self:start}.feed-toolbar:not(.feed-toolbar-companions) .feed-searches{grid-column:3;grid-template-columns:minmax(220px,1fr) minmax(150px,.62fr);min-width:0}.feed-toolbar:not(.feed-toolbar-companions)>.feed-button{grid-column:4;justify-self:end;width:auto;min-width:126px}}@media (width>=861px) and (width<=1080px){.feed-toolbar:not(.feed-toolbar-companions){grid-template-columns:auto 1fr;max-width:820px}.feed-toolbar:not(.feed-toolbar-companions)>.feed-view-tabs{grid-area:1/1/auto/2}.feed-toolbar:not(.feed-toolbar-companions)>.feed-tabs:not(.feed-view-tabs){grid-area:1/2/auto/3;justify-self:start}.feed-toolbar:not(.feed-toolbar-companions) .feed-searches{grid-area:2/1/auto/3;grid-template-columns:minmax(0,1fr) minmax(150px,190px);width:100%}.feed-toolbar:not(.feed-toolbar-companions)>.feed-button{grid-area:3/1/auto/3;justify-self:start;min-width:160px}}@media (width<=640px){main.page-container:has(>.feed-page){width:100%;max-width:none;padding:0}.feed-page{padding:8px 0 max(106px, env(safe-area-inset-bottom))}.feed-toolbar,.feed-list,.feed-message,.feed-empty,.feed-loading-state,.feed-load-more-state,.feed-end-state{width:100%;max-width:none;margin-left:0;margin-right:0}.feed-toolbar{border-left:0;border-right:0;border-radius:0}.feed-list{gap:14px}.feed-card{border-left:0;border-right:0;border-radius:0}}.feed-share-modal-backdrop{z-index:9600}@media (width>=861px){.feed-toolbar:not(.feed-toolbar-companions){grid-template-rows:auto auto;grid-template-columns:auto minmax(360px,1fr) auto;justify-content:center;align-items:center;gap:12px;max-width:940px;padding:14px 16px;display:grid}.feed-toolbar:not(.feed-toolbar-companions)>.feed-view-tabs{grid-area:1/1/auto/-1;justify-self:start}.feed-toolbar:not(.feed-toolbar-companions)>.feed-tabs:not(.feed-view-tabs){flex-wrap:nowrap;grid-area:2/1;justify-self:start}.feed-toolbar:not(.feed-toolbar-companions) .feed-searches{grid-area:2/2;grid-template-columns:minmax(220px,1fr) minmax(150px,190px);width:100%;min-width:0}.feed-toolbar:not(.feed-toolbar-companions)>.feed-button{grid-area:2/3;justify-self:end;width:auto;min-width:132px}}@media (width>=861px) and (width<=1080px){.feed-toolbar:not(.feed-toolbar-companions){grid-template-columns:auto 1fr auto;max-width:min(900px,100vw - 32px)}.feed-toolbar:not(.feed-toolbar-companions) .feed-searches{grid-template-columns:minmax(190px,1fr) minmax(135px,170px)}}@media (width<=640px){.feed-list{width:calc(100% - 16px);max-width:none;margin-left:auto;margin-right:auto}.feed-card{border-left:1px solid #94a3b82e;border-right:1px solid #94a3b82e;border-radius:22px}}.profile-page{gap:24px;display:grid}.profile-hero{border-radius:28px;padding:0;overflow:hidden}.profile-cover{background:radial-gradient(circle at 18% 24%,#22c55e80,#0000 26%),radial-gradient(circle at 78% 18%,#3b82f657,#0000 28%),linear-gradient(135deg,#07111f 0%,#0f2f23 45%,#12335d 100%);min-height:170px;position:relative}.profile-cover:after{content:"";background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:34px 34px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000);mask-image:linear-gradient(#000,#0000)}.profile-cover-badge{z-index:1;color:#dcfce7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#02061780;border:1px solid #dcfce733;border-radius:999px;padding:8px 14px;font-size:14px;font-weight:700;position:absolute;top:22px;right:24px}.profile-main{z-index:2;align-items:flex-end;gap:24px;margin-top:-62px;padding:0 28px 24px;display:flex;position:relative}.profile-avatar{object-fit:cover;background:#172033;border:5px solid #141828fa;border-radius:50%;flex-shrink:0;box-shadow:0 18px 42px #00000061}.profile-avatar-small{border-width:2px;width:56px;height:56px;font-size:20px}.profile-avatar[onclick],.profile-avatar[role=button]{cursor:pointer}.profile-avatar-placeholder{color:#ecfdf5;background:linear-gradient(135deg,#14532d,#1d4ed8);place-items:center;font-weight:900;display:grid}.profile-info{min-width:0;padding-bottom:6px}.profile-kicker{color:#86efac;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:13px;font-weight:800}.profile-info h1{overflow-wrap:anywhere;margin:0;font-size:clamp(34px,5vw,56px);line-height:1}.profile-region{color:#cbd5e1;margin:10px 0 0;font-weight:700}.profile-about{color:#e5e7eb;max-width:720px;margin:12px 0 0;line-height:1.6}.profile-stats{flex-wrap:wrap;gap:12px;padding:0 28px 24px;display:flex}.profile-stat{color:#f8fafc;text-align:center;background:#0f172a7a;border:1px solid #94a3b838;border-radius:18px;min-width:128px;padding:14px 18px}.profile-stat:hover{background:#1e293bb8}.profile-stat-static:hover{background:#0f172a7a}.profile-stat strong{font-size:24px;line-height:1.1;display:block}.profile-stat span{color:#cbd5e1;margin-top:5px;font-size:14px;display:block}.profile-actions{flex-wrap:wrap;gap:12px;padding:0 28px 28px;display:flex}.profile-message{margin:0;padding:0 4px;font-weight:700}.profile-content-card,.profile-edit-card{border-radius:24px}.profile-section-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.profile-section-header .section-title{margin-bottom:0}.profile-tabs{gap:10px;margin-bottom:22px;padding-bottom:2px;display:flex;overflow-x:auto}.profile-tab,.profile-chip{color:#e5e7eb;white-space:nowrap;background:#94a3b81f;border:1px solid #94a3b82e;border-radius:999px}.profile-tab:hover,.profile-chip:hover{background:#94a3b838}.profile-tab.active,.profile-chip.active{color:#052e16;background:#22c55e}.profile-filter-row{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.profile-chip{padding:9px 14px;font-size:14px}.profile-entry-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;display:grid}.profile-entry-card{background:#0f172ab8;border:1px solid #94a3b82e;border-radius:24px;overflow:hidden;box-shadow:0 16px 34px #00000038}.profile-entry-image{object-fit:cover;background:#111827;width:100%;height:230px;display:block}.profile-entry-image-empty{background:radial-gradient(circle at 30% 30%,#22c55e59,#0000 32%),linear-gradient(135deg,#111827,#0f2f23);place-items:center;font-size:46px;display:grid}.profile-entry-body{padding:18px}.profile-entry-topline{color:#94a3b8;justify-content:space-between;gap:12px;margin-bottom:10px;font-size:13px;display:flex}.profile-entry-body h3{margin:0;font-size:20px;line-height:1.25}.profile-entry-location{color:#86efac;margin:8px 0 0;font-weight:700}.profile-entry-meta{color:#cbd5e1;flex-wrap:wrap;gap:8px;font-size:13px;display:flex}.profile-entry-meta span{background:#94a3b81f;border:1px solid #94a3b81f;border-radius:999px;padding:6px 10px}.profile-empty-state{text-align:center;background:#0f172a73;border:1px dashed #94a3b842;border-radius:22px;place-items:center;min-height:220px;padding:32px;display:grid}.profile-empty-state h3{margin:8px 0;font-size:22px}.profile-empty-state p{color:#cbd5e1;max-width:420px;margin:0;line-height:1.5}.profile-empty-icon{font-size:42px}.profile-edit-form{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:24px;display:grid}.profile-edit-avatar{justify-items:center;gap:14px;display:grid}.profile-upload-label{color:#fff;cursor:pointer;background:#4b5563;border-radius:12px;justify-content:center;align-items:center;min-height:42px;padding:10px 14px;font-weight:700;display:inline-flex;position:relative}.profile-upload-label:hover{background:#374151}.profile-upload-label input{opacity:0;cursor:pointer;position:absolute;inset:0}.profile-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.profile-info-item{background:#0f172a73;border:1px solid #94a3b829;border-radius:18px;padding:16px}.profile-info-item-wide{grid-column:1/-1}.profile-info-item span{color:#94a3b8;margin-bottom:8px;font-size:14px;display:block}.profile-info-item strong{overflow-wrap:anywhere}.profile-people-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.profile-person-card{background:#0f172a7a;border:1px solid #94a3b829;border-radius:20px;gap:14px;padding:16px;display:grid}.profile-person-main{align-items:center;gap:12px;min-width:0;display:flex}.profile-person-main strong{overflow-wrap:anywhere;display:block}.profile-person-main p{color:#cbd5e1;margin:4px 0 0}.profile-person-actions{flex-wrap:wrap;gap:8px;display:flex}.profile-modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b8;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.profile-avatar-backdrop{z-index:120;background:#000000db}.profile-modal-card{background:#141828fa;border:1px solid #ffffff24;border-radius:26px;width:min(860px,100%);max-height:86vh;padding:22px;overflow-y:auto;box-shadow:0 24px 80px #0000007a}.profile-modal-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.profile-modal-header h2,.profile-modal-section h3{margin:0}.profile-modal-section+.profile-modal-section{margin-top:28px}.profile-modal-section h3{margin-bottom:14px}.profile-modal-close{z-index:125;background:#0f172acc;border-radius:50%;width:44px;height:44px;padding:0;font-size:30px;line-height:1;position:fixed;top:20px;right:20px}.profile-avatar-preview{object-fit:contain;border-radius:24px;max-width:92vw;max-height:90vh;box-shadow:0 24px 80px #0000008c}@media (width<=760px){.profile-main{text-align:center;flex-direction:column;align-items:center;padding-inline:18px}.profile-cover-badge{left:18px;right:auto}.profile-stats,.profile-actions,.profile-section-header{justify-content:center}.profile-section-header{flex-direction:column;align-items:stretch}.profile-filter-row{justify-content:flex-start}.profile-edit-form,.profile-info-grid{grid-template-columns:1fr}.profile-actions button,.profile-stats .profile-stat{flex:100%}}.profile-entry-upload-row,.profile-entry-location-actions{background:#0f172a6b;border:1px solid #94a3b82e;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.profile-entry-upload-row p{margin:4px 0 0}.profile-entry-upload-row input[type=file]{max-width:280px}.profile-entry-preview-image{object-fit:cover;border:1px solid #94a3b838;border-radius:18px;width:min(360px,100%);max-height:260px}@media (width<=720px){.profile-entry-upload-row,.profile-entry-location-actions{flex-direction:column;align-items:stretch}.profile-entry-upload-row input[type=file]{max-width:none}}.profile-actions{align-items:center}.profile-entry-card{background:#0f172ac7;border-radius:26px;position:relative}.profile-entry-media{position:relative}.profile-entry-image{height:240px}.profile-entry-overlay-top{z-index:2;flex-wrap:wrap;gap:8px;display:flex;position:absolute;top:12px;left:12px}.profile-entry-overlay-badge{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172aad;border:1px solid #ffffff24;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.profile-entry-overlay-badge-secondary{background:#0b542fa6}.profile-entry-menu-wrap{z-index:3;position:absolute;top:12px;right:12px}.profile-entry-menu-button{color:#f8fafc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a8c;border:1px solid #ffffff24;border-radius:50%;place-items:center;width:34px;height:34px;padding:0;display:grid;box-shadow:0 10px 24px #0000003d}.profile-entry-menu-button:hover{background:#0f172ac7}.profile-entry-menu{background:#0f172aeb;border:1px solid #ffffff1f;border-radius:16px;gap:4px;min-width:200px;padding:8px;display:grid;position:absolute;top:42px;right:0;box-shadow:0 18px 50px #00000061}.profile-entry-menu button{text-align:left;background:0 0;border:0;border-radius:12px;justify-content:flex-start;padding:10px 12px}.profile-entry-menu button:hover{background:#94a3b81f}.profile-entry-menu .danger{color:#fca5a5}.profile-entry-body{gap:10px;padding:16px 16px 18px;display:grid}.profile-entry-topline{margin-bottom:0}.profile-entry-topline span{color:#cbd5e1;font-size:13px;font-weight:600}.profile-entry-body h3{font-size:19px}.profile-entry-location{color:#86efac;margin:0}.profile-entry-weather-line{color:#dbeafe;background:#2563eb24;border:1px solid #60a5fa33;border-radius:14px;align-items:center;gap:8px;width:fit-content;max-width:100%;padding:8px 12px;font-size:13px;display:inline-flex}.profile-entry-weather-icon{flex-shrink:0}.profile-entry-description{color:#e5e7eb;margin:0;line-height:1.55}.profile-entry-meta{gap:8px}.profile-entry-meta span{padding:6px 10px;font-size:12px}.profile-section-header-wrap{align-items:flex-start}.profile-entry-form-grid-time{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-entry-form-grid-time-secondary{grid-template-columns:repeat(1,minmax(0,280px));margin-bottom:12px}.profile-checkbox-row-tight{margin:6px 0 10px}.profile-entry-location-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}@media (width<=900px){.profile-entry-form-grid-time{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.profile-entry-form-grid-time{grid-template-columns:1fr}.profile-entry-image{height:220px}.profile-entry-menu{min-width:180px}}.profile-location-picker{background:radial-gradient(circle at 0 0,#22d3ee21,#0000 34%),#0f172a94;border:1px solid #ffffff21;border-radius:24px;gap:12px;margin:18px 0;padding:14px;display:grid;box-shadow:0 18px 52px #0003}.profile-location-picker-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.profile-location-picker-header h3{margin:0;font-size:20px}.profile-location-picker-header p:not(.profile-kicker){color:#cbd5e1;margin:6px 0 0;line-height:1.45}.profile-location-search{gap:10px;display:flex}.profile-location-search input{background:#0206176b;border-radius:16px;flex:1;min-width:0}.profile-location-search button{border-radius:16px;flex-shrink:0}.profile-location-results{gap:8px;display:grid}.profile-location-results button{text-align:left;color:#e5eef8;background:#ffffff14;border:1px solid #ffffff1f;border-radius:16px;justify-content:space-between;gap:12px;padding:12px 14px;display:flex}.profile-location-results button:hover{background:#ffffff21;border-color:#67e8f975}.profile-location-results span{color:#94a3b8}.profile-location-map-wrapper{background:#0f172a;border:1px solid #ffffff24;border-radius:22px;height:min(38vh,380px);min-height:300px;overflow:hidden}.profile-location-selected{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.profile-location-selected div{background:#0206175c;border:1px solid #ffffff1a;border-radius:16px;padding:12px 14px}.profile-location-selected span{color:#94a3b8;margin-bottom:5px;font-size:12px;display:block}.profile-location-selected strong{color:#f8fafc;overflow-wrap:anywhere;display:block}@media (width<=640px){.profile-location-picker-header,.profile-location-search,.profile-location-results button{flex-direction:column;align-items:stretch}.profile-location-map-wrapper{height:40vh;min-height:280px}.profile-location-selected{grid-template-columns:1fr}}.profile-time-picker{background:#02061757;border:1px solid #ffffff1f;border-radius:24px;gap:14px;margin:18px 0;padding:16px;display:grid}.profile-time-picker-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.profile-time-picker-header h3{margin:0;font-size:20px}.profile-time-picker-header p:not(.profile-kicker){color:#cbd5e1;margin:6px 0 0;line-height:1.45}.profile-time-grid{grid-template-columns:1.2fr 1fr 1fr;gap:12px;display:grid}.profile-time-grid-single{grid-template-columns:minmax(0,260px)}.profile-time-presets{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.profile-time-presets button{color:#dbeafe;background:#3b82f626;border:1px solid #60a5fa3d;border-radius:999px;padding:8px 12px;font-size:13px}.profile-time-presets-wide{justify-content:flex-start}.profile-switch-row{background:#0f172a85;border:1px solid #94a3b829;border-radius:18px;align-items:flex-start;gap:12px;padding:13px 14px;display:flex}.profile-switch-row input{accent-color:#22c55e;width:auto;margin-top:3px}.profile-switch-row span{gap:4px;display:grid}.profile-switch-row small{color:#94a3b8}.profile-publish-card{cursor:pointer;background:#0f172a80;border:1px solid #94a3b82e;border-radius:22px;align-items:center;gap:14px;margin:16px 0;padding:15px;transition:border-color .18s,background .18s,transform .18s;display:flex}.profile-publish-card:hover{background:#0f172ab8;border-color:#22c55e52;transform:translateY(-1px)}.profile-publish-card input{opacity:0;pointer-events:none;position:absolute}.profile-publish-card span:last-child{gap:4px;display:grid}.profile-publish-card strong{color:#f8fafc}.profile-publish-card small{color:#94a3b8}.profile-publish-card.active{background:linear-gradient(135deg,#22c55e29,#14b8a61a);border-color:#22c55e75}.profile-publish-card.disabled{cursor:not-allowed;opacity:.68}.profile-publish-toggle{background:#94a3b847;border:1px solid #ffffff1f;border-radius:999px;flex:none;width:48px;height:28px;position:relative}.profile-publish-toggle:after{content:"";background:#e5e7eb;border-radius:50%;width:18px;height:18px;transition:transform .18s,background .18s;position:absolute;top:4px;left:4px}.profile-location-picker-header .button-secondary{white-space:nowrap}@media (width<=760px){.profile-time-picker-header{flex-direction:column}.profile-time-presets{justify-content:flex-start}.profile-time-grid{grid-template-columns:1fr}.profile-publish-card{align-items:flex-start}}.profile-location-picker-header{align-items:flex-start}.profile-time-mode-row{background:#94a3b81f;border:1px solid #94a3b824;border-radius:999px;gap:6px;margin:14px 0;padding:5px;display:inline-flex}.profile-time-mode-row button{color:#e5e7eb;box-shadow:none;background:0 0;border-radius:999px;padding:9px 14px}.profile-time-mode-row button:hover,.profile-time-mode-row button.active{color:#052e16;background:#22c55e}.profile-time-range-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.profile-time-range-card{background:#0f172a6b;border:1px solid #94a3b826;border-radius:20px;gap:10px;padding:14px;display:grid}.profile-time-range-card>span,.profile-time-range-card-title span{color:#86efac;letter-spacing:.05em;text-transform:uppercase;font-size:13px;font-weight:900}.profile-time-range-card-title{justify-content:space-between;align-items:center;gap:10px;display:flex}.profile-time-range-card-title button{color:#cbd5e1;box-shadow:none;background:#94a3b81f;border-radius:999px;padding:7px 10px;font-size:12px}.profile-time-range-card-title button:hover{background:#94a3b838}.profile-time-range-card small{color:#94a3b8;line-height:1.4}@media (width<=760px){.profile-time-range-layout{grid-template-columns:1fr}.profile-time-mode-row{grid-template-columns:1fr 1fr;width:100%;display:grid}}.profile-saved-points-search{background:#0f172a7a;border:1px solid #94a3b82e;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(240px,360px);align-items:center;gap:14px;margin-bottom:12px;padding:14px;display:grid}.profile-saved-points-search strong{color:#f8fafc;margin-bottom:5px;display:block}.profile-saved-points-search p{color:#cbd5e1;margin:0;font-size:14px;line-height:1.45}.profile-saved-points-search input:disabled{opacity:.72;cursor:not-allowed}.profile-time-range-card small{line-height:1.45}@media (width<=760px){.profile-saved-points-search{grid-template-columns:1fr}}.profile-modal-backdrop-locked{cursor:default}.profile-draft-banner{color:#e0f2fe;background:linear-gradient(135deg,#0ea5e92e,#22c55e1f);border:1px solid #7dd3fc40;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;margin:-4px 0 18px;padding:14px 16px;display:flex}.profile-draft-banner strong{margin-bottom:4px;display:block}.profile-draft-banner p{color:#cbd5e1;margin:0;font-size:14px}.profile-draft-banner button{flex-shrink:0}@media (width<=640px){.profile-draft-banner{flex-direction:column;align-items:stretch}}.profile-entry-editor{background:radial-gradient(circle at 20% 0,#22c55e1f,#0000 32%),#0f172afa;border-radius:30px;width:min(980px,100%);padding:0;overflow:hidden}.profile-entry-editor>*{margin-left:22px;margin-right:22px}.profile-entry-editor .profile-modal-header{background:linear-gradient(135deg,#0f766e40,#2563eb1f);border-bottom:1px solid #ffffff1a;margin:0 0 20px;padding:22px}.profile-entry-editor .profile-modal-actions{background:#02061747;border-top:1px solid #ffffff1a;margin:20px 0 0;padding:18px 22px}.profile-entry-editor label{color:#cbd5e1;font-size:13px;font-weight:800}.profile-entry-editor input:focus,.profile-entry-editor textarea:focus,.profile-entry-editor select:focus{border-color:#22c55ebf;box-shadow:0 0 0 4px #22c55e1f}.profile-form-primary-button,.profile-form-ghost-button,.profile-time-presets button,.profile-time-mode-row button,.profile-time-range-card-title button{border-radius:999px;min-height:42px;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s}.profile-form-primary-button{color:#052e16;background:linear-gradient(135deg,#86efac,#22c55e);border:1px solid #bbf7d08c;padding:12px 22px;font-weight:900;box-shadow:0 14px 30px #22c55e2e}.profile-form-primary-button:hover:not(:disabled){background:linear-gradient(135deg,#bbf7d0,#22c55e);transform:translateY(-1px);box-shadow:0 18px 34px #22c55e3d}.profile-form-ghost-button{color:#e5e7eb;box-shadow:none;background:#94a3b81f;border:1px solid #94a3b833;padding:11px 18px}.profile-form-ghost-button:hover{background:#94a3b833;transform:translateY(-1px)}.profile-time-picker,.profile-location-picker,.profile-publish-card,.profile-weather-note,.profile-entry-upload-row,.profile-full-field{margin-top:16px}.profile-time-picker{background:linear-gradient(135deg,#22c55e17,#3b82f60f),#02061752;border-color:#22c55e2e;border-radius:26px;padding:18px}.profile-time-picker-header h3,.profile-location-picker-header h3{font-size:22px}.profile-time-presets button{color:#bbf7d0;box-shadow:none;background:#22c55e1a;border:1px solid #22c55e3d}.profile-time-presets button:hover{background:#22c55e2e}.profile-time-mode-row{background:#0206176b;border-color:#94a3b82e;width:fit-content;padding:6px}.profile-time-mode-row button{min-width:140px;font-weight:800}.profile-time-mode-row button.active{color:#052e16;background:linear-gradient(135deg,#86efac,#22c55e);box-shadow:0 10px 24px #22c55e29}.profile-time-range-card{background:#0f172a8a;border-color:#94a3b82e;border-radius:24px}.profile-publish-card{background:linear-gradient(135deg,#3b82f614,#22c55e0f),#0f172a8a;border-radius:24px;align-items:center;padding:17px 18px;position:relative}.profile-publish-card.active{background:linear-gradient(135deg,#22c55e33,#14b8a61f),#0f172aad}.profile-publish-toggle{background:#475569b8;border:1px solid #94a3b847;width:58px;height:32px;box-shadow:inset 0 2px 8px #00000038}.profile-publish-toggle:after{background:linear-gradient(135deg,#f8fafc,#cbd5e1);width:22px;height:22px;box-shadow:0 4px 10px #00000038}.profile-publish-card.active .profile-publish-toggle{background:linear-gradient(135deg,#22c55e,#14b8a6)}.profile-publish-card.active .profile-publish-toggle:after{background:#ecfdf5;transform:translate(26px)}.profile-location-picker{background:linear-gradient(135deg,#0ea5e914,#14b8a612),#02061752;border-color:#67e8f929;border-radius:26px}.profile-location-map-wrapper{border-radius:24px;box-shadow:0 18px 46px #0000003d}@media (width<=760px){.profile-entry-editor>*{margin-left:16px;margin-right:16px}.profile-entry-editor .profile-modal-header,.profile-entry-editor .profile-modal-actions{padding-left:16px;padding-right:16px}.profile-time-mode-row{width:100%}.profile-time-mode-row button{min-width:0}.profile-publish-card{align-items:flex-start}}.profile-modal-backdrop{align-items:flex-start;padding:16px;overflow-y:auto}.profile-modal-card,.profile-entry-editor{overscroll-behavior:contain;scrollbar-width:thin;max-height:calc(100dvh - 32px);overflow-y:auto}.profile-entry-editor{width:min(980px,100%);padding-bottom:0;display:block}.profile-entry-editor::-webkit-scrollbar{width:8px}.profile-modal-card::-webkit-scrollbar{width:8px}.profile-entry-editor::-webkit-scrollbar-thumb{background:#94a3b852;border-radius:999px}.profile-modal-card::-webkit-scrollbar-thumb{background:#94a3b852;border-radius:999px}.profile-entry-editor .profile-modal-actions{z-index:8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#141828f5;border-top:1px solid #ffffff1a;margin:22px -22px 0;padding:16px 22px;position:sticky;bottom:0}@media (width<=760px){.profile-modal-backdrop{padding:8px}.profile-modal-card,.profile-entry-editor{border-radius:22px;max-height:calc(100dvh - 16px)}.profile-entry-editor .profile-modal-header{margin:-22px -22px 18px;padding:18px}.profile-entry-editor .profile-modal-actions{margin:18px -22px 0;padding:14px 18px}}.profile-modal-backdrop{scrollbar-width:thin;scrollbar-color:#86efac8c #0f172ab8;align-items:flex-start;padding:18px;overflow-y:auto}.profile-modal-backdrop::-webkit-scrollbar{width:10px}.profile-entry-editor::-webkit-scrollbar{width:10px}.profile-modal-card::-webkit-scrollbar{width:10px}.profile-modal-backdrop::-webkit-scrollbar-track{background:#0f172ab8;border-radius:999px}.profile-entry-editor::-webkit-scrollbar-track{background:#0f172ab8;border-radius:999px}.profile-modal-card::-webkit-scrollbar-track{background:#0f172ab8;border-radius:999px}.profile-modal-backdrop::-webkit-scrollbar-thumb{background:linear-gradient(#86efac,#22c55e);border:2px solid #0f172ab8;border-radius:999px}.profile-entry-editor::-webkit-scrollbar-thumb{background:linear-gradient(#86efac,#22c55e);border:2px solid #0f172ab8;border-radius:999px}.profile-modal-card::-webkit-scrollbar-thumb{background:linear-gradient(#86efac,#22c55e);border:2px solid #0f172ab8;border-radius:999px}.profile-entry-editor{overscroll-behavior:contain;background:radial-gradient(circle at 18% 0,#22c55e1f,#0000 34%),#0f172afa;border-radius:30px;width:min(980px,100%);max-height:calc(100dvh - 36px);padding:0;overflow-y:auto}.profile-entry-editor>:not(.profile-modal-header):not(.profile-modal-actions){margin-left:24px;margin-right:24px}.profile-entry-editor .profile-modal-header{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#141828f7;border-bottom:1px solid #ffffff1c;margin:0 0 20px;padding:24px 24px 22px;position:sticky;top:0}.profile-entry-editor .profile-modal-header .button-secondary,.profile-entry-editor .profile-modal-header button{border-radius:999px;flex-shrink:0;min-width:112px}.profile-draft-banner{background:linear-gradient(135deg,#0ea5e92e,#22c55e1f);border:1px solid #7dd3fc47;border-radius:20px;margin-top:0;margin-bottom:20px;padding:16px 18px}.profile-draft-banner button{border-radius:999px;min-width:110px}.profile-entry-editor label{color:#cbd5e1;gap:8px;font-size:13px;font-weight:800;display:grid}.profile-entry-editor input,.profile-entry-editor textarea,.profile-entry-editor select{background:#0206176b;border-color:#94a3b833;border-radius:17px;margin-top:0}.profile-entry-editor textarea{min-height:132px;padding-top:14px;line-height:1.5}.profile-entry-form-grid,.profile-time-picker,.profile-location-picker,.profile-entry-upload-row,.profile-publish-card,.profile-weather-note,.profile-full-field{margin-top:18px}.profile-time-picker,.profile-location-picker{border-radius:28px;padding:20px}.profile-time-picker-header,.profile-location-picker-header{padding:0 2px}.profile-time-picker-header h3,.profile-location-picker-header h3{margin:0}.profile-time-presets{gap:10px;padding-right:0}.profile-time-presets button,.profile-time-mode-row button,.profile-time-range-card-title button{border-radius:999px}.profile-time-range-layout{gap:14px}.profile-time-range-card{border-radius:24px;padding:16px}.profile-time-range-card-title button{min-width:108px}.profile-publish-card{min-height:78px;padding:18px 20px}.profile-entry-editor .profile-modal-actions{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#141828f7;border-top:1px solid #ffffff1c;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0 0;padding:18px 24px;display:grid;position:sticky;bottom:0}.profile-entry-editor .profile-modal-actions button,.profile-form-primary-button,.profile-form-ghost-button{border-radius:999px;width:100%;min-height:48px;font-weight:900}.profile-entry-editor .profile-modal-actions button[type=submit],.profile-form-primary-button{color:#052e16;background:linear-gradient(135deg,#86efac,#22c55e);border:1px solid #bbf7d08c;box-shadow:0 14px 30px #22c55e2e}.profile-entry-editor .profile-modal-actions button[type=button],.profile-form-ghost-button{color:#e5e7eb;box-shadow:none;background:#94a3b821;border:1px solid #94a3b838}@media (width<=760px){.profile-modal-backdrop{padding:8px}.profile-entry-editor{border-radius:22px;max-height:calc(100dvh - 16px)}.profile-entry-editor>:not(.profile-modal-header):not(.profile-modal-actions){margin-left:16px;margin-right:16px}.profile-entry-editor .profile-modal-header,.profile-entry-editor .profile-modal-actions{padding-left:16px;padding-right:16px}.profile-entry-editor .profile-modal-actions{grid-template-columns:1fr}.profile-time-picker,.profile-location-picker{padding:16px}}.profile-entry-editor .profile-modal-header{justify-content:space-between;align-items:center;gap:18px;display:flex}.profile-entry-editor .profile-modal-header>div{flex:auto;min-width:0}.profile-entry-editor .profile-modal-header h2,.profile-entry-editor .profile-modal-header .profile-kicker{overflow-wrap:anywhere}.profile-entry-editor .profile-modal-header .profile-form-ghost-button,.profile-entry-editor .profile-modal-header button{white-space:nowrap;flex:none;width:auto;min-width:132px;max-width:220px;padding-left:20px;padding-right:20px}.profile-draft-banner{justify-content:space-between;align-items:center;gap:18px;display:flex}.profile-draft-banner>div{flex:auto;min-width:0}.profile-draft-banner strong,.profile-draft-banner p{overflow-wrap:anywhere}.profile-draft-banner .profile-form-ghost-button,.profile-draft-banner button{white-space:nowrap;flex:none;width:auto;min-width:132px;max-width:220px;padding-left:20px;padding-right:20px}.profile-entry-editor .profile-form-ghost-button:not(.profile-modal-actions .profile-form-ghost-button),.profile-entry-editor .profile-form-primary-button:not(.profile-modal-actions .profile-form-primary-button){width:auto}.profile-entry-editor .profile-modal-actions .profile-form-primary-button,.profile-entry-editor .profile-modal-actions .profile-form-ghost-button{width:100%}@media (width<=640px){.profile-entry-editor .profile-modal-header,.profile-draft-banner{flex-direction:column;align-items:stretch}.profile-entry-editor .profile-modal-header .profile-form-ghost-button,.profile-entry-editor .profile-modal-header button,.profile-draft-banner .profile-form-ghost-button,.profile-draft-banner button{width:100%;max-width:none}}.profile-entry-editor input[type=date],.profile-entry-editor input[type=time]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.profile-entry-editor input[type=date]::-webkit-calendar-picker-indicator{opacity:1;cursor:pointer;filter:invert(88%)sepia(13%)saturate(533%)hue-rotate(178deg)brightness(104%)contrast(92%)}.profile-entry-editor input[type=time]::-webkit-calendar-picker-indicator{opacity:1;cursor:pointer;filter:invert(88%)sepia(13%)saturate(533%)hue-rotate(178deg)brightness(104%)contrast(92%)}.profile-entry-editor input[type=date]::-webkit-calendar-picker-indicator:hover{filter:invert(86%)sepia(43%)saturate(653%)hue-rotate(77deg)brightness(103%)contrast(93%)}.profile-entry-editor input[type=time]::-webkit-calendar-picker-indicator:hover{filter:invert(86%)sepia(43%)saturate(653%)hue-rotate(77deg)brightness(103%)contrast(93%)}.profile-entry-location-row{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.profile-entry-location-row .profile-entry-location{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.profile-entry-map-link{color:#bbf7d0;min-height:34px;box-shadow:none;background:#22c55e1a;border:1px solid #22c55e3d;border-radius:999px;flex-shrink:0;padding:7px 11px;font-size:12px;font-weight:800}.profile-entry-map-link:hover{color:#052e16;background:#86efac;border-color:#bbf7d0b3;transform:translateY(-1px)}@media (width<=520px){.profile-entry-location-row{flex-direction:column;align-items:flex-start}.profile-entry-location-row .profile-entry-location{white-space:normal}.profile-entry-map-link{width:100%}}.profile-saved-points-list{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px;margin:-2px 0 12px;display:grid}.profile-saved-points-list button{text-align:left;color:#e5e7eb;min-height:54px;box-shadow:none;background:#0f172a80;border:1px solid #94a3b82e;border-radius:16px;justify-items:start;gap:4px;padding:10px 12px;display:grid}.profile-saved-points-list button:hover,.profile-saved-points-list button.active{color:#052e16;background:linear-gradient(135deg,#86efac,#22c55e);border-color:#bbf7d08c}.profile-saved-points-list span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-weight:900;overflow:hidden}.profile-saved-points-list small{text-overflow:ellipsis;white-space:nowrap;opacity:.85;max-width:100%;overflow:hidden}.profile-location-tools{gap:12px;margin:16px 0 14px;display:grid}.profile-saved-point-picker{background:#0f172a7a;border:1px solid #94a3b82e;border-radius:20px;grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:center;gap:14px;padding:14px;display:grid}.profile-saved-point-picker strong{color:#f8fafc;display:block}.profile-saved-point-picker p{color:#cbd5e1;margin:5px 0 0;font-size:14px;line-height:1.45}.profile-saved-point-combobox{min-width:0;position:relative}.profile-saved-point-combobox input,.profile-place-search input{color:#f8fafc;background:#0206176b;border:1px solid #94a3b82e;border-radius:16px;width:100%;min-width:0;min-height:46px}.profile-saved-point-dropdown,.profile-place-results{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172af5;border:1px solid #ffffff1f;border-radius:18px;gap:8px;padding:10px;display:grid;box-shadow:0 18px 50px #00000061}.profile-saved-point-dropdown{z-index:30;scrollbar-width:thin;max-height:280px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto}.profile-saved-point-dropdown::-webkit-scrollbar{width:8px}.profile-place-results::-webkit-scrollbar{width:8px}.profile-saved-point-dropdown::-webkit-scrollbar-thumb{background:linear-gradient(#67e8f9bf,#22c55ebf);border-radius:999px}.profile-place-results::-webkit-scrollbar-thumb{background:linear-gradient(#67e8f9bf,#22c55ebf);border-radius:999px}.profile-saved-point-dropdown p{color:#94a3b8;margin:0;padding:10px}.profile-saved-point-dropdown button,.profile-place-results button{color:#e5eef8;width:100%;box-shadow:none;text-align:left;background:#ffffff14;border:1px solid #ffffff1a;border-radius:14px;gap:4px;padding:11px 12px;display:grid}.profile-saved-point-dropdown button:hover,.profile-place-results button:hover{background:#ffffff21;border-color:#67e8f975}.profile-saved-point-dropdown button strong,.profile-place-results button strong{overflow-wrap:anywhere}.profile-saved-point-dropdown button span,.profile-place-results button span{color:#94a3b8;font-size:13px;line-height:1.35}.profile-place-search{gap:10px;display:flex}.profile-place-search button{color:#052e16;background:linear-gradient(135deg,#86efac,#22c55e);border:1px solid #bbf7d08c;border-radius:16px;flex-shrink:0;min-height:46px;padding:0 20px;font-weight:900;box-shadow:0 14px 28px #22c55e2e}.profile-place-search button:disabled{opacity:.65;cursor:not-allowed}.profile-place-results{max-height:260px;overflow-y:auto}@media (width<=760px){.profile-saved-point-picker{grid-template-columns:1fr}.profile-place-search{display:grid}.profile-place-search button{width:100%}}.profile-entry-card,.profile-entry-body,.profile-entry-meta,.profile-entry-location-row{min-width:0}.profile-entry-card{flex-direction:column;display:flex}.profile-entry-body h3,.profile-entry-location,.profile-entry-description,.profile-entry-weather-line span:last-child,.profile-entry-meta span{overflow-wrap:anywhere;word-break:break-word}.profile-entry-description{line-clamp:3;-webkit-line-clamp:3;white-space:pre-wrap;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.profile-entry-location-row{flex-wrap:wrap;align-items:flex-start}.profile-entry-location-row .profile-entry-location{white-space:normal;flex:160px}.profile-entry-map-link{flex:none}.profile-entry-weather-line{box-sizing:border-box;white-space:normal;align-items:flex-start;width:100%}.profile-entry-weather-line span:last-child{min-width:0}.profile-entry-meta span{white-space:normal;max-width:100%}.profile-entry-card-clickable{cursor:pointer;transition:transform .16s,border-color .16s,box-shadow .16s}.profile-entry-card-clickable:hover{border-color:#86efac61;transform:translateY(-2px);box-shadow:0 22px 48px #00000047}.profile-entry-card-clickable:focus-visible{outline-offset:4px;outline:3px solid #86efaca6}.profile-entry-menu-wrap,.profile-entry-map-link,.profile-entry-weather-button{cursor:auto}.profile-entry-weather-button{cursor:pointer;text-align:left;border:1px solid #60a5fa38;transition:transform .16s,background .16s,border-color .16s}.profile-entry-weather-button:hover:not(:disabled){background:#2563eb38;border-color:#93c5fd57;transform:translateY(-1px)}.profile-entry-weather-button:disabled{opacity:.72;cursor:not-allowed}.profile-entry-details-modal{background:radial-gradient(circle at 20% 0,#22c55e1f,#0000 32%),#0f172afa;border-radius:30px;width:min(920px,100%);padding:0;overflow:hidden}.profile-entry-details-modal .profile-modal-header{background:#141828f5;border-bottom:1px solid #ffffff1a;margin:0;padding:22px 24px}.profile-entry-details-image{object-fit:cover;background:#0f172a;place-items:center;width:100%;max-height:520px;display:grid}.profile-entry-details-content{gap:16px;padding:22px 24px 24px;display:grid}.profile-entry-details-main{color:#cbd5e1;background:#02061759;border:1px solid #94a3b824;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px 16px;display:flex}.profile-entry-details-main strong{color:#86efac;text-align:right;overflow-wrap:anywhere}.profile-entry-details-description{color:#e5e7eb;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.7}.profile-entry-details-meta{margin-top:2px}.profile-entry-details-actions{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.profile-entry-details-actions button{width:auto;min-width:170px}@media (width<=640px){.profile-entry-details-modal{border-radius:22px}.profile-entry-details-modal .profile-modal-header,.profile-entry-details-content{padding-left:16px;padding-right:16px}.profile-entry-details-main{display:grid}.profile-entry-details-main strong{text-align:left}.profile-entry-details-actions{display:grid}.profile-entry-details-actions button{width:100%}}.profile-security-card{color:var(--text-primary,#f5f7f5);gap:18px;display:grid}.profile-security-note{background:#ffffff0a;border:1px solid #788c7838;border-radius:18px;max-width:720px;padding:16px 18px}.profile-security-note span{color:#9aa79e;margin-bottom:4px;font-size:13px;font-weight:600;display:block}.profile-security-note strong{color:#38d66b;font-size:17px;font-weight:800;display:block}.profile-security-note p{color:#b7c0ba;margin:10px 0 0;font-size:14px;line-height:1.45}.profile-security-form{gap:16px;max-width:720px;display:grid}.profile-form-row{gap:7px;display:grid}.profile-form-row label{color:#f2f5f2;font-size:14px;font-weight:700}.profile-form-row input{box-sizing:border-box;color:#f5f7f5;background:#ffffff14;border:1px solid #96a59647;border-radius:13px;outline:none;width:100%;min-height:44px;padding:11px 13px;font-size:15px;transition:border-color .15s,background .15s,box-shadow .15s}.profile-form-row input::placeholder{color:#8e9890}.profile-form-row input:focus{background:#ffffff1c;border-color:#38d66b;box-shadow:0 0 0 3px #38d66b29}.profile-password-field{position:relative}.profile-password-field input{padding-right:96px}.profile-password-toggle{color:#d6ded8;cursor:pointer;background:#ffffff14;border:none;border-radius:10px;height:32px;padding:0 10px;font-size:12px;font-weight:700;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.profile-password-toggle:hover:not(:disabled){color:#fff;background:#38d66b2e}.password-check-card{background:#ffffff0a;border:1px solid #96a59638;border-radius:16px;gap:9px;padding:15px 16px;display:grid}.password-check-header{color:#f2f5f2;margin-bottom:2px;font-size:15px;font-weight:800}.password-rule{color:#9fa9a2;align-items:center;gap:10px;font-size:14px;line-height:1.25;display:flex}.password-rule.is-valid{color:#38d66b;font-weight:700}.password-rule-icon{color:#07130c;border:1px solid #96a59657;border-radius:50%;flex:0 0 19px;justify-content:center;align-items:center;width:19px;height:19px;font-size:12px;font-weight:900;display:inline-flex}.password-rule.is-valid .password-rule-icon{background:#38d66b;border-color:#38d66b}.profile-security-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.profile-security-actions .button-secondary{border-radius:14px;min-height:42px}.profile-security-status{color:#38d66b;font-size:14px;font-weight:700}.profile-code-input{text-align:center;letter-spacing:8px;max-width:260px;font-weight:800;font-size:22px!important}.profile-security-submit{justify-content:flex-start;display:flex}.profile-security-submit button{color:#fff;cursor:pointer;background:#2f6fd6;border:none;border-radius:14px;min-height:44px;padding:0 18px;font-size:14px;font-weight:800;transition:opacity .15s,transform .15s,box-shadow .15s}.profile-security-submit button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #2f6fd647}.profile-security-submit button:disabled,.profile-security-actions button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}@media (width<=640px){.profile-password-field input{padding-right:86px}.profile-security-submit button{width:100%}.profile-code-input{max-width:100%}}.profile-actions{align-items:center;gap:10px}.profile-actions .profile-form-primary-button,.profile-actions .profile-form-ghost-button{white-space:nowrap;border-radius:999px;width:auto;min-height:44px;padding:0 18px;font-weight:900}.profile-actions .profile-form-primary-button{color:#052e16;background:linear-gradient(135deg,#86efac,#22c55e);border:1px solid #bbf7d08c;box-shadow:0 14px 30px #22c55e2e}.profile-actions .profile-form-primary-button:hover:not(:disabled){background:linear-gradient(135deg,#bbf7d0,#22c55e);transform:translateY(-1px);box-shadow:0 18px 34px #22c55e3d}.profile-actions .profile-form-ghost-button{color:#e5e7eb;box-shadow:none;background:#94a3b81f;border:1px solid #94a3b833}.profile-actions .profile-form-ghost-button:hover:not(:disabled){background:#94a3b833;transform:translateY(-1px)}.profile-settings-dropdown{z-index:25;position:relative}.profile-settings-button{color:#f8fafc;width:44px;min-width:44px;height:44px;min-height:44px;box-shadow:none;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a7a;border:1px solid #94a3b838;border-radius:999px;place-items:center;padding:0;font-size:19px;line-height:1;transition:transform .16s,background .16s,border-color .16s;display:grid}.profile-settings-button:hover{color:#052e16;background:linear-gradient(135deg,#86efac,#22c55e);border-color:#bbf7d08c;transform:translateY(-1px)}.profile-settings-menu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f172af5;border:1px solid #ffffff1f;border-radius:18px;gap:4px;min-width:230px;padding:8px;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 50px #00000061}.profile-settings-menu:before{content:"";background:#0f172af5;border-top:1px solid #ffffff1f;border-left:1px solid #ffffff1f;width:12px;height:12px;position:absolute;top:-6px;right:17px;transform:rotate(45deg)}.profile-settings-menu button{z-index:1;color:#e5e7eb;width:100%;min-height:40px;box-shadow:none;text-align:left;background:0 0;border:0;border-radius:12px;justify-content:flex-start;padding:10px 12px;font-size:14px;font-weight:800;position:relative}.profile-settings-menu button:hover{color:#f8fafc;box-shadow:none;background:#94a3b824;transform:none}.profile-settings-menu button.danger{color:#fca5a5}.profile-settings-menu button.danger:hover{color:#fecaca;background:#ef44441f}.profile-tabs .profile-tab{min-height:40px}@media (width<=760px){.profile-actions{grid-template-columns:1fr 1fr auto;width:calc(100% - 36px);padding-left:18px;padding-right:18px;display:grid}.profile-actions .profile-form-primary-button,.profile-actions .profile-form-ghost-button{width:100%;padding-left:12px;padding-right:12px}.profile-settings-menu{min-width:min(230px,100vw - 36px);right:0}}@media (width<=520px){.profile-actions{grid-template-columns:1fr}.profile-settings-dropdown,.profile-settings-button{width:100%}.profile-settings-button{border-radius:16px}.profile-settings-menu{min-width:100%;left:0;right:0}.profile-settings-menu:before{right:50%;transform:translate(50%)rotate(45deg)}}.profile-page{gap:24px}.profile-hero{background:radial-gradient(circle at 20% 0,#22c55e1f,#0000 34%),radial-gradient(circle at 82% 12%,#2563eb2e,#0000 36%),#0f172ab8;border:1px solid #94a3b82e;border-radius:24px;padding:0;position:relative;overflow:visible;box-shadow:0 22px 80px #00000042}.profile-cover{background:radial-gradient(circle at 14% 18%,#22c55e61,#0000 28%),radial-gradient(circle at 86% 14%,#2563eb57,#0000 32%),linear-gradient(135deg,#06111d 0%,#0c2f24 46%,#11325d 100%);border-radius:24px 24px 0 0;min-height:210px}.profile-cover-badge{color:#f8fafc;background:#0206179e;border-color:#ffffff24;border-radius:999px;padding:9px 16px;top:28px;right:28px}.profile-main{align-items:center;gap:34px;margin-top:-112px;padding:0 36px 24px}.profile-avatar-large{width:166px;height:166px;font-size:54px}.profile-avatar{border:3px solid #22c55ecc;box-shadow:0 22px 52px #0000006b,0 0 0 6px #0f172adb}.profile-avatar-placeholder{background:radial-gradient(circle at 30% 25%,#22c55e57,#0000 34%),linear-gradient(135deg,#14532d,#0f5ed7)}.profile-info{padding-top:20px}.profile-info h1{letter-spacing:-.04em;text-shadow:0 10px 26px #00000038;font-size:clamp(42px,5vw,58px)}.profile-username{color:#d3dce6;margin:10px 0 0;font-size:17px;font-weight:800}.profile-region{color:#eef4f0;align-items:center;gap:8px;margin-top:16px;font-size:17px;display:flex}.profile-region:before{content:"⌖";color:#38d66b;font-size:20px;line-height:1}.profile-about{color:#d6dde5;margin-top:18px;font-size:16px}.profile-kicker{color:#86efac;letter-spacing:.04em;background:#22c55e1f;border-radius:999px;width:fit-content;padding:5px 12px}.profile-stats{gap:20px;padding:4px 36px 28px}.profile-stat{text-align:left;background:#0f172a61;border:1px solid #94a3b829;border-radius:18px;grid-template-rows:1fr 1fr;grid-template-columns:auto 1fr;align-items:center;column-gap:14px;min-width:198px;min-height:96px;padding:18px 22px;display:grid}.profile-stat:before{color:#38d66b;background:#22c55e14;border:1px solid #22c55e14;border-radius:14px;grid-row:1/span 2;place-items:center;width:42px;height:42px;font-size:20px;display:grid}.profile-stat:first-child:before{content:"▧"}.profile-stat:nth-child(2):before{content:"♧"}.profile-stat:nth-child(3):before{content:"♙"}.profile-stat strong{font-size:28px;line-height:1}.profile-stat span{color:#eef4f0;margin-top:0;font-size:15px;font-weight:800}.profile-actions{gap:18px;padding:4px 36px 38px;position:relative}.profile-actions .profile-form-primary-button,.profile-actions .profile-form-ghost-button{border-radius:12px;min-height:50px;padding:0 22px;font-size:16px}.profile-actions .profile-form-primary-button{color:#fff;background:linear-gradient(135deg,#2f7df0,#1569e8);border-color:#60a5fa6b;box-shadow:0 16px 34px #2563eb3d}.profile-actions .profile-form-primary-button:before{content:"+";margin-right:9px;font-size:23px;font-weight:400;line-height:0}.profile-actions .profile-form-ghost-button{color:#eef4f0;background:#94a3b824;border-color:#94a3b82e}.profile-actions .profile-form-ghost-button:before{content:"⌯";color:#e5e7eb;margin-right:10px}.profile-settings-dropdown{position:absolute;top:-230px;right:26px}.profile-settings-button{color:#e5e7eb;background:#0f172ab3;border-color:#ffffff29;border-radius:12px;width:54px;min-width:54px;height:54px;min-height:54px}.profile-settings-menu{background:#0f172af0;border-radius:12px;min-width:260px;padding:12px;top:calc(100% + 10px)}.profile-settings-menu button{border-radius:10px;align-items:center;gap:12px;min-height:48px;padding:12px 14px;font-size:15px;display:flex}.profile-settings-menu button:before{text-align:center;color:#94a3b8;width:18px;font-size:18px;font-weight:400}.profile-settings-menu button:nth-child(4):before{content:"↪";color:#f87171}.profile-settings-menu button.danger{border-top:1px solid #94a3b81f;margin-top:6px;padding-top:16px}.profile-content-card{background:#0f172aad;border-radius:18px;padding:0;overflow:hidden}.profile-content-card>.profile-tabs{border-bottom:1px solid #94a3b829;margin:0;padding:0 22px}.profile-content-card .profile-tab{color:#d5dde7;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;min-height:64px;padding:0 12px;font-size:16px;font-weight:900}.profile-content-card .profile-tab:hover{color:#fff;background:0 0}.profile-content-card .profile-tab.active{color:#fff;background:0 0;border-bottom-color:#38d66b}.profile-section-header-wrap{margin:0;padding:22px 24px 6px}.profile-section-header-wrap>div:first-child{display:none}.profile-filter-row{justify-content:flex-end;gap:10px;width:100%}.profile-chip{color:#eef4f0;background:#94a3b824;border:0;min-height:38px;padding:9px 17px;font-size:14px;font-weight:900}.profile-chip:hover{background:#94a3b838}.profile-chip.active{color:#052e16;background:linear-gradient(135deg,#86efac,#22c55e)}.profile-empty-state{background:radial-gradient(circle,#22c55e14,#0000 40%),#0f172a6b;border:1px solid #94a3b824;border-radius:14px;min-height:360px;margin:18px 22px 22px}.profile-empty-icon{color:#38d66b;background:#22c55e14;border:1px solid #22c55e47;border-radius:34px;place-items:center;width:132px;height:132px;margin:0 auto 18px;font-size:54px;display:grid}.profile-empty-state h3{margin-bottom:12px;font-size:26px}.profile-empty-state p{color:#b8c2cc;max-width:620px;font-size:16px}.profile-empty-state .profile-form-primary-button,.profile-empty-state button{color:#fff;background:linear-gradient(135deg,#2f7df0,#1569e8);border:1px solid #60a5fa6b;border-radius:12px;min-height:52px;margin-top:26px;padding:0 28px;font-size:16px;font-weight:900;box-shadow:0 16px 34px #2563eb3d}.profile-entry-grid{padding:0 22px 22px}.profile-info-grid,.profile-content-card>div:not(.profile-tabs):not(.profile-entry-grid),.profile-security-card{margin:22px}@media (width<=900px){.profile-main{align-items:center;margin-top:-96px}.profile-stats{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.profile-stat{min-width:0}.profile-settings-dropdown{top:-214px}}@media (width<=760px){.profile-main{margin-top:-86px;padding:0 18px 22px}.profile-avatar-large{width:136px;height:136px}.profile-actions{grid-template-columns:1fr;width:auto;padding:0 18px 24px;display:grid;position:static}.profile-settings-dropdown{width:100%;position:relative;top:auto;right:auto}.profile-settings-button{border-radius:14px;width:100%}.profile-settings-menu{min-width:100%;left:0;right:0}.profile-stats{grid-template-columns:1fr;padding-left:18px;padding-right:18px}.profile-content-card>.profile-tabs{padding:0 12px}.profile-filter-row{justify-content:flex-start}}.profile-stat small{color:#86efac;margin-top:4px;font-size:12px;font-weight:800;display:block}.profile-modal-toolbar-single{grid-template-columns:minmax(0,1fr) minmax(260px,360px);align-items:center;gap:14px;display:grid}.profile-friends-summary{color:#cbd5e1;flex-wrap:wrap;align-items:center;gap:10px;display:flex}.profile-friends-summary strong{color:#f8fafc;font-size:24px;line-height:1}.profile-friends-summary span{background:#94a3b81f;border:1px solid #94a3b829;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:800}.profile-friends-sections{gap:22px;display:grid}.profile-friends-section{gap:12px;display:grid}.profile-section-header-compact{margin-bottom:0}.profile-section-header-compact h3{color:#f8fafc;margin:0;font-size:20px}@media (width<=760px){.profile-modal-toolbar-single{grid-template-columns:1fr}}.profile-friend-search-card{background:#0f172a7a;border:1px solid #94a3b82e;border-radius:22px;gap:14px;margin-bottom:18px;padding:16px;display:grid}.profile-friend-search-card h3{color:#f8fafc;margin:0;font-size:20px}.profile-friend-search-card .muted-text{margin:6px 0 0}.profile-friend-search-form{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.profile-friend-search-form button{color:#052e16;background:linear-gradient(135deg,#86efac,#22c55e);border:1px solid #bbf7d08c;border-radius:16px;min-height:46px;padding:0 20px;font-weight:900;box-shadow:0 14px 28px #22c55e2e}.profile-friend-search-form button:disabled{opacity:.65;cursor:not-allowed}.profile-friend-status{color:#cbd5e1;background:#94a3b81f;border:1px solid #94a3b82e;border-radius:999px;align-items:center;min-height:36px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.profile-person-main p+p{color:#94a3b8;margin-top:2px;font-size:13px}@media (width<=640px){.profile-friend-search-form{grid-template-columns:1fr}.profile-friend-search-form button{width:100%}}.profile-action-with-badge{gap:8px;position:relative}.profile-action-with-badge .profile-action-badge{color:#052e16;background:#86efac;border-radius:999px;place-items:center;min-width:22px;height:22px;margin-left:4px;font-size:12px;font-weight:900;display:inline-grid}.profile-companion-modal{width:min(980px,100%)}.profile-companion-subtitle{color:#cbd5e1;max-width:620px;margin:8px 0 0;line-height:1.45}.profile-companion-top-actions{justify-content:flex-end;margin-bottom:16px;display:flex}.profile-companion-loading{color:#cbd5e1;text-align:center;background:#0f172a7a;border:1px solid #94a3b829;border-radius:22px;padding:28px}.profile-companion-form{gap:14px;display:grid}.profile-companion-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.profile-companion-list{gap:16px;display:grid}.profile-companion-card{background:#0f172aa3;border:1px solid #94a3b82e;border-radius:24px;gap:14px;padding:18px;display:grid;position:relative;box-shadow:0 18px 48px #00000038}.profile-companion-card-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.profile-companion-card h3{margin:10px 0 6px;font-size:22px}.profile-companion-card p{color:#cbd5e1;margin:0}.profile-companion-badges,.profile-companion-meta{flex-wrap:wrap;gap:8px;display:flex}.profile-companion-badges span,.profile-companion-meta span{color:#dbeafe;background:#ffffff12;border:1px solid #94a3b824;border-radius:999px;align-items:center;min-height:30px;padding:5px 10px;font-size:13px;font-weight:800;display:inline-flex}.profile-companion-badges .profile-companion-badge-alert{color:#052e16;background:#86efac;border-color:#bbf7d0b3}.profile-companion-description{color:#e5e7eb;white-space:pre-wrap;line-height:1.55}.profile-companion-response-section{background:#02061742;border:1px solid #94a3b821;border-radius:20px;gap:10px;padding:14px;display:grid}.profile-companion-response-section h4{color:#f8fafc;margin:0}.profile-companion-response-list{gap:10px;display:grid}.profile-companion-response{background:#ffffff0e;border:1px solid #94a3b81f;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.profile-companion-response strong,.profile-companion-response span{display:block}.profile-companion-response span{color:#94a3b8;margin-top:3px;font-size:13px}.profile-companion-response p{color:#dbeafe;white-space:pre-wrap;margin-top:8px}.profile-companion-response-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}@media (width<=760px){.profile-companion-form-grid,.profile-companion-card-header,.profile-companion-response{grid-template-columns:1fr}.profile-companion-card-header{flex-direction:column}.profile-companion-response-actions{justify-content:flex-start}}.profile-companion-section{gap:14px;margin-top:22px;display:grid}.profile-companion-section:first-of-type{margin-top:0}.profile-companion-section-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.profile-companion-section-header h3{margin:0 0 6px;font-size:22px}.profile-companion-section-header p{color:#94a3b8;margin:0;line-height:1.45}.profile-companion-user-link{color:#86efac;font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;padding:0;font-weight:900;display:inline}.profile-companion-user-link:hover{color:#bbf7d0;text-underline-offset:3px;text-decoration:underline}.profile-companion-user-link.inline{vertical-align:baseline}.profile-companion-card-partner{background:linear-gradient(135deg,#22c55e14,#0ea5e90d),#0f172aa3;border-color:#22c55e3d}.profile-companion-own-actions{justify-content:flex-start}.profile-companion-mini-empty{color:#cbd5e1;background:#0f172a75;border:1px dashed #94a3b838;border-radius:20px;padding:16px}@media (width<=760px){.profile-companion-section-header{flex-direction:column}}.profile-entry-media-frame{background:#0f172a;width:100%;height:240px;position:relative;overflow:hidden}.profile-entry-media-frame.profile-entry-details-image{border-radius:0;height:auto;min-height:280px;max-height:none;display:block;overflow:hidden}.profile-entry-media-frame .profile-entry-image,.profile-entry-media-frame .profile-entry-video,.profile-entry-details-media{object-fit:cover;background:#0f172a;width:100%;height:100%;display:block}.profile-entry-media-frame.profile-entry-details-image .profile-entry-details-media{object-fit:contain;max-height:560px}.profile-entry-media-counter,.profile-entry-video-badge{z-index:4;color:#f8fafc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ab8;border:1px solid #ffffff24;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:5px 10px;font-size:12px;font-weight:900;display:inline-flex;position:absolute}.profile-entry-media-counter{bottom:12px;left:12px}.profile-entry-video-badge{bottom:12px;right:12px}.profile-entry-media-nav{z-index:5;color:#f8fafc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ab8;border:1px solid #ffffff29;border-radius:50%;width:38px;height:38px;padding:0;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 12px 30px #0000004d}.profile-entry-media-nav:hover{background:#22c55ec7}.profile-entry-media-nav.prev{left:12px}.profile-entry-media-nav.next{right:12px}.profile-entry-media-dots{z-index:5;gap:6px;display:inline-flex;position:absolute;bottom:13px;left:50%;transform:translate(-50%)}.profile-entry-media-dot{background:#ffffff73;border-radius:50%;width:7px;height:7px}.profile-entry-media-dot.active{background:#86efac}.profile-media-upload-list{grid-template-columns:repeat(auto-fill,minmax(126px,1fr));gap:10px;margin-top:12px;display:grid}.profile-media-upload-item{background:#0f172aad;border:1px solid #94a3b82e;border-radius:18px;min-height:116px;position:relative;overflow:hidden}.profile-media-upload-item img,.profile-media-upload-item video{object-fit:cover;width:100%;height:116px;display:block}.profile-media-upload-remove{z-index:2;color:#f8fafc;width:30px;height:30px;box-shadow:none;background:#0f172ac2;border:1px solid #ffffff29;border-radius:50%;padding:0;position:absolute;top:8px;right:8px}.profile-media-upload-type{color:#f8fafc;background:#0f172ac2;border:1px solid #ffffff24;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:900;position:absolute;bottom:8px;left:8px}@media (width<=640px){.profile-entry-media-frame{height:220px}.profile-entry-media-nav{width:34px;height:34px}}.profile-saved-points-search{position:relative}.profile-location-search-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;width:min(100%,760px);display:grid}.profile-location-search-field{flex-direction:column;gap:6px;display:flex}.profile-location-search-field span{color:#e2e8f0b8;font-size:13px;font-weight:700}.profile-location-search-dropdown{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a1422fa;border:1px solid #94a3b83d;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;padding:14px;display:grid;position:absolute;top:calc(100% - 10px);left:18px;right:18px;box-shadow:0 24px 60px #00000057}.profile-location-search-column{min-width:0}.profile-location-search-title{color:#e2e8f0b8;letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800}.profile-location-search-option{color:#e5e7eb;cursor:pointer;text-align:left;background:#0f172ad1;border:1px solid #94a3b82e;border-radius:14px;flex-direction:column;align-items:flex-start;gap:3px;width:100%;margin:0 0 8px;padding:10px 12px;transition:background .16s,border-color .16s,transform .16s;display:flex}.profile-location-search-option:hover{background:#15803d2e;border-color:#4ade805c;transform:translateY(-1px)}.profile-location-search-option strong{font-size:14px}.profile-location-search-option span{color:#e2e8f0ad;font-size:12px}.profile-location-search-empty{color:#e2e8f0a3;border:1px dashed #94a3b83d;border-radius:14px;padding:12px;font-size:13px}@media (width<=760px){.profile-location-search-grid,.profile-location-search-dropdown{grid-template-columns:1fr}.profile-location-search-dropdown{left:12px;right:12px}}.profile-location-search-dropdown-single{scrollbar-width:thin;max-height:310px;display:block;top:calc(100% + 8px);left:0;right:0;overflow-y:auto}.profile-location-search-dropdown-single::-webkit-scrollbar{width:8px}.profile-location-search-dropdown-single::-webkit-scrollbar-thumb{background:linear-gradient(#67e8f9bf,#22c55ebf);border-radius:999px}.profile-location-search-dropdown-single{width:min(760px,100vw - 72px);max-height:360px}.profile-location-search-option{min-height:72px}.profile-location-search-option strong{font-size:15px;line-height:1.25}.profile-location-search-option span{font-size:13px;line-height:1.35}@media (width<=860px){.profile-location-search-dropdown-single{width:auto;left:0!important;right:0!important}}.profile-location-search-field-dropdown .profile-location-search-dropdown-single{width:min(760px,100vw - 72px);max-height:360px}.profile-location-search-field-dropdown:first-child .profile-location-search-dropdown-single{left:0!important;right:auto!important}.profile-location-search-field-dropdown:last-child .profile-location-search-dropdown-single{left:auto!important;right:0!important}.profile-location-search-grid{position:relative}@media (width<=860px){.profile-location-search-field-dropdown .profile-location-search-dropdown-single{width:auto;left:0!important;right:0!important}}.profile-saved-points-search{position:relative;overflow:visible}.profile-location-search-field-dropdown{position:static}.profile-location-search-field-dropdown .profile-location-search-dropdown-single{width:min(760px,100% - 28px);max-width:calc(100% - 28px);top:calc(100% + 10px);transform:translate(-50%);left:50%!important;right:auto!important}.profile-location-search-field-dropdown:first-child .profile-location-search-dropdown-single,.profile-location-search-field-dropdown:last-child .profile-location-search-dropdown-single{left:50%!important;right:auto!important}@media (width<=860px){.profile-location-search-field-dropdown .profile-location-search-dropdown-single{width:calc(100% - 20px);max-width:calc(100% - 20px);transform:translate(-50%);left:50%!important;right:auto!important}}.profile-presence-stat strong{justify-content:center;align-items:center;gap:8px;display:inline-flex}.profile-presence-dot{background:#94a3b8;border-radius:50%;flex:0 0 10px;width:10px;height:10px;box-shadow:0 0 0 4px #94a3b81f}.profile-presence-stat.is-online .profile-presence-dot{background:#22c55e;box-shadow:0 0 0 4px #22c55e29,0 0 18px #22c55e80}.profile-presence-stat.is-online strong{color:#bbf7d0}.profile-presence-stat.is-offline strong{color:#e5e7eb}.profile-content-card>.profile-tabs,.profile-section-header-wrap,.profile-filter-row{justify-content:center}.profile-entry-grid{box-sizing:border-box;grid-template-columns:repeat(auto-fit,minmax(280px,360px));justify-content:center;width:100%}.profile-entry-card{width:100%}@media (width<=760px){.profile-content-card>.profile-tabs{justify-content:center;padding-left:12px;padding-right:12px}.profile-content-card .profile-tab{text-align:center;flex:1 1 0}.profile-section-header-wrap{padding:18px 14px 8px}.profile-filter-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;display:grid}.profile-chip{text-align:center;width:100%;padding-left:10px;padding-right:10px}.profile-entry-grid{grid-template-columns:minmax(0,360px);padding-left:14px;padding-right:14px}}@media (width<=560px){.profile-entry-body{padding:14px 16px 16px}.profile-entry-topline{margin-bottom:8px}.profile-entry-body h3{margin-bottom:6px}.profile-entry-location-row{gap:8px;margin-top:0}.profile-entry-location-row .profile-entry-location{margin:0}.profile-entry-map-link{margin-top:8px}.profile-entry-weather-line,.profile-entry-weather-button{margin-top:10px}.profile-entry-description{margin-top:12px}}.profile-gallery-touchable{touch-action:pan-y}.profile-entry-details-image.profile-gallery-touchable{cursor:zoom-in}.profile-fullscreen-backdrop{z-index:130;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#020617eb;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.profile-fullscreen-viewer{background:#0f172aeb;border:1px solid #94a3b838;border-radius:24px;grid-template-rows:auto 1fr;width:min(100%,1120px);height:min(100%,86dvh);display:grid;position:relative;overflow:hidden;box-shadow:0 28px 90px #0000007a}.profile-fullscreen-topbar{color:#e5e7eb;border-bottom:1px solid #94a3b829;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.profile-fullscreen-topbar div{gap:2px;min-width:0;display:grid}.profile-fullscreen-topbar strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-fullscreen-topbar span{color:#e2e8f0b8;font-size:13px}.profile-fullscreen-topbar button,.profile-fullscreen-nav{color:#fff;cursor:pointer;background:#0f172ab8;border:none}.profile-fullscreen-topbar button{border-radius:14px;width:38px;height:38px;font-size:26px;line-height:1}.profile-fullscreen-media-wrap{place-items:center;min-height:0;display:grid;position:relative;overflow:hidden}.profile-fullscreen-media{object-fit:contain;max-width:100%;max-height:100%;display:block}.profile-fullscreen-nav{border-radius:16px;width:44px;height:58px;font-size:42px;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.profile-fullscreen-nav.prev{left:14px}.profile-fullscreen-nav.next{right:14px}@media (width<=640px){.profile-fullscreen-backdrop{padding:0}.profile-fullscreen-viewer{border:none;border-radius:0;width:100%;height:100dvh}.profile-fullscreen-nav{width:38px;height:52px;font-size:36px}}.profile-form-inline-error{color:#fecaca;background:#7f1d1d2e;border:1px solid #f8717157;border-radius:14px;padding:12px 14px;font-size:14px;font-weight:700;line-height:1.4}.profile-entry-upload-row{background:linear-gradient(135deg,#22c55e12,#0ea5e90f),#02061757;border:1px solid #94a3b829;border-radius:22px;grid-template-columns:1fr;align-items:stretch;gap:14px;padding:16px;display:grid}.profile-entry-upload-copy strong{color:#f8fafc;font-size:15px;font-weight:900}.profile-media-upload-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.profile-media-upload-dropzone{color:#e2e8f0;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;background:radial-gradient(circle at 50% 0,#67e8f924,#0000 42%),#0f172a7a;border:1px dashed #7dd3fc57;border-radius:20px;place-items:center;gap:7px;min-height:128px;padding:22px 18px;transition:border-color .16s,background .16s,transform .16s;display:grid;position:relative}.profile-media-upload-dropzone:has(.profile-media-upload-input:disabled){cursor:wait;opacity:.72;transform:none}.profile-media-upload-dropzone-icon{color:#ecfeff;background:#22c55e24;border:1px solid #86efac47;border-radius:16px;place-items:center;width:46px;height:46px;font-size:28px;font-weight:900;line-height:1;display:inline-grid}.profile-media-upload-dropzone-main{color:#f8fafc;font-size:16px;font-weight:900;line-height:1.25}.profile-media-upload-dropzone-sub{color:#cbd5e1b8;max-width:420px;font-size:13px;line-height:1.35}.profile-media-upload-count{color:#bbf7d0;white-space:nowrap;background:#16653457;border:1px solid #86efac3d;border-radius:999px;align-items:center;min-height:28px;padding:6px 10px;font-size:12px;font-weight:900;display:inline-flex;position:absolute;top:12px;right:12px}@media (width<=720px){.profile-entry-upload-row{padding:14px}.profile-media-upload-dropzone{min-height:118px;padding:20px 14px}.profile-media-upload-count{margin-top:2px;position:static}}.profile-entry-upload-row{background:#0f172a61;border:1px solid #94a3b829;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px}.profile-entry-upload-copy{gap:2px}.profile-entry-upload-copy strong{letter-spacing:.01em;font-size:14px}.profile-entry-upload-copy .muted-text{color:#cbd5e1b8;margin:0;font-size:12px;line-height:1.35}.profile-media-upload-dropzone{color:#e2e8f0eb;text-align:left;width:auto;min-height:0;box-shadow:none;background:#02061747;border:1px solid #94a3b847;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:9px 12px;display:inline-flex}.profile-media-upload-dropzone-icon{color:#dffcff;background:#14b8a629;border:1px solid #5eead43d;border-radius:8px;flex:0 0 24px;width:24px;height:24px;font-size:18px;line-height:1}.profile-media-upload-dropzone-sub{display:none}.profile-media-upload-count{color:#bbf7d0eb;background:#16653438;border:1px solid #86efac2e;border-radius:999px;min-height:22px;margin-left:2px;padding:4px 8px;font-size:11px;font-weight:800;position:static}@media (width<=720px){.profile-entry-upload-row{grid-template-columns:1fr;align-items:stretch;padding:12px}.profile-media-upload-dropzone{width:100%}.profile-media-upload-dropzone-main{white-space:normal}}.profile-entry-upload-row{background:#0f172a57;border:1px solid #94a3b829;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:13px 14px;display:flex}.profile-entry-upload-copy{gap:3px;min-width:0;display:grid}.profile-entry-upload-copy strong{color:#f8fafc;letter-spacing:.01em;font-size:14px;font-weight:900}.profile-entry-upload-copy .muted-text{color:#cbd5e1b8;max-width:520px;margin:0;font-size:12px;line-height:1.35}.profile-media-upload-dropzone{color:#e2e8f0eb;text-align:left;width:auto;min-width:158px;min-height:0;box-shadow:none;background:#0206173d;border:1px solid #94a3b847;border-radius:12px;flex:none;justify-content:center;align-items:center;gap:8px;padding:8px 11px;display:inline-flex}.profile-media-upload-dropzone:has(.profile-media-upload-input:disabled){cursor:wait;opacity:.72;transform:none}.profile-media-upload-dropzone-sub,.profile-media-upload-count{display:none}@media (width<=720px){.profile-entry-upload-row{flex-direction:column;align-items:stretch;padding:12px}.profile-media-upload-dropzone{width:100%;min-width:0}}.profile-entry-upload-row{background:#0f172a52;border:1px solid #94a3b82e;border-radius:16px;justify-items:center;gap:8px;padding:14px 16px;display:grid}.profile-media-upload-dropzone{color:#f8fafcf0;text-align:center;width:auto;min-width:0;min-height:0;box-shadow:none;background:#02061757;border:1px solid #94a3b84d;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:9px 15px;display:inline-flex}.profile-media-upload-dropzone:hover{background:#0f172a9e;border-color:#5eead470;transform:none}.profile-media-upload-dropzone:focus-within{outline-offset:2px;outline:2px solid #5eead438}.profile-media-upload-dropzone.is-loading{cursor:wait;opacity:.72;transform:none}.profile-media-upload-dropzone:has(.profile-media-upload-input:disabled){cursor:wait;opacity:.72;transform:none}.profile-media-upload-dropzone-icon{color:#dffcff;background:#14b8a624;border:1px solid #5eead438;border-radius:999px;flex:0 0 20px;place-items:center;width:20px;height:20px;font-size:15px;font-weight:900;line-height:1;display:inline-grid}.profile-media-upload-dropzone-main{color:#f8fafcf0;white-space:nowrap;font-size:13px;font-weight:800;line-height:1.2}.profile-entry-upload-note{color:#cbd5e1b8;text-align:center;margin:0;font-size:12px;line-height:1.35}.profile-entry-upload-copy,.profile-media-upload-dropzone-sub,.profile-media-upload-count{display:none}@media (width<=720px){.profile-entry-upload-row{padding:13px 12px}.profile-media-upload-dropzone{width:auto;max-width:100%}.profile-media-upload-dropzone-main{white-space:normal}}.profile-entry-media-picker{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 0 6px;display:flex}.profile-entry-media-picker__input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.profile-entry-media-picker__button{color:#f8fafcf0;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:40px;box-shadow:none;background:#0f172aa3;border:1px solid #94a3b847;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 18px;transition:border-color .16s,background .16s,transform .16s;display:inline-flex;position:relative}.profile-entry-media-picker__button:hover{background:#0f172ae0;border-color:#5eead473;transform:translateY(-1px)}.profile-entry-media-picker__button:focus-within{outline-offset:3px;outline:2px solid #5eead43d}.profile-entry-media-picker__button.is-loading{cursor:wait;opacity:.72;transform:none}.profile-entry-media-picker__button:has(.profile-entry-media-picker__input:disabled){cursor:wait;opacity:.72;transform:none}.profile-entry-media-picker__icon{color:#dffcff;background:#14b8a624;border:1px solid #5eead438;border-radius:999px;place-items:center;width:22px;height:22px;font-size:16px;font-weight:900;line-height:1;display:inline-grid}.profile-entry-media-picker__text{white-space:nowrap;font-size:13px;font-weight:850;line-height:1.2}.profile-entry-media-picker__note{color:#cbd5e1b8;text-align:center;margin:0;font-size:12px;line-height:1.35}@media (width<=520px){.profile-entry-media-picker{padding-top:8px}.profile-entry-media-picker__button{width:min(100%,280px)}.profile-entry-media-picker__text{white-space:normal}}.profile-entry-editor .profile-entry-media-picker{flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;margin:8px 0 18px;padding:0;display:flex}.profile-entry-editor .profile-entry-media-picker__button{color:#f8fafcf2;cursor:pointer;-webkit-user-select:none;user-select:none;text-align:center;width:auto;min-width:0;min-height:38px;box-shadow:none;background:#0f172aa3;border:1px solid #94a3b84d;border-radius:999px;justify-content:center;align-items:center;gap:8px;margin:0;padding:0 18px;transition:border-color .16s,background .16s,transform .16s;flex-direction:row!important;display:inline-flex!important}.profile-entry-editor .profile-entry-media-picker__button:hover{background:#0f172ae0;border-color:#5eead473;transform:translateY(-1px)}.profile-entry-editor .profile-entry-media-picker__button:focus-within{outline-offset:3px;outline:2px solid #5eead43d}.profile-entry-editor .profile-entry-media-picker__button.is-loading{cursor:wait;opacity:.72;transform:none}.profile-entry-editor .profile-entry-media-picker__button:has(.profile-entry-media-picker__input:disabled){cursor:wait;opacity:.72;transform:none}.profile-entry-editor .profile-entry-media-picker__input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.profile-entry-editor .profile-entry-media-picker__icon{color:#dffcff;background:#14b8a624;border:1px solid #5eead438;border-radius:999px;flex:0 0 20px;place-items:center;width:20px;height:20px;margin:0;font-size:15px;font-weight:900;line-height:1;display:inline-grid}.profile-entry-editor .profile-entry-media-picker__text{color:#f8fafcf2;white-space:nowrap;margin:0;font-size:13px;font-weight:850;line-height:1.2;display:inline-block}.profile-entry-editor .profile-entry-media-picker__note{color:#cbd5e1b8;text-align:center;margin:0;font-size:12px;font-weight:600;line-height:1.35}@media (width<=520px){.profile-entry-editor .profile-entry-media-picker{margin:6px 0 16px}.profile-entry-editor .profile-entry-media-picker__button{max-width:100%}.profile-entry-editor .profile-entry-media-picker__text{white-space:normal}}.profile-avatar-picker{background:radial-gradient(circle at 0 0,#22c55e14,#0000 34%),#0f172a80;border:1px solid #94a3b833;border-radius:22px;grid-template-columns:96px 1fr;align-items:center;gap:20px;padding:18px;display:grid}.profile-avatar-picker__preview{color:#dcfce7;background:radial-gradient(circle at 30% 24%,#22c55e57,#0000 36%),#020617a3;border:1px solid #5eead447;border-radius:50%;place-items:center;width:96px;height:96px;font-size:30px;font-weight:900;display:grid;overflow:hidden;box-shadow:0 16px 36px #00000047}.profile-avatar-picker__preview img{object-fit:cover;width:100%;height:100%}.profile-avatar-picker__body{gap:10px;min-width:0;display:grid}.profile-avatar-picker__title{color:#f8fafcf0;font-size:15px;font-weight:900}.profile-avatar-picker__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.profile-avatar-picker__input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.profile-avatar-picker__button,.profile-avatar-picker__remove{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:999px;justify-content:center;align-items:center;gap:9px;width:fit-content;min-height:42px;padding:0 17px;font-size:13px;font-weight:900;line-height:1.2;transition:border-color .16s,background .16s,transform .16s,box-shadow .16s,color .16s;display:inline-flex!important}.profile-avatar-picker__button{appearance:none;color:#f8fafcfa;background:linear-gradient(135deg,#14b8a63d,#22c55e29);border:1px solid #5eead466;box-shadow:0 12px 28px #14b8a624}.profile-avatar-picker__button:hover{background:linear-gradient(135deg,#14b8a64d,#22c55e38);border-color:#86efacad;transform:translateY(-1px);box-shadow:0 16px 36px #14b8a62e}.profile-avatar-picker__button:focus-within,.profile-avatar-picker__remove:focus-visible{outline-offset:3px;outline:2px solid #5eead440}.profile-avatar-picker__button.is-loading,.profile-avatar-picker__button:disabled,.profile-avatar-picker__remove:disabled{cursor:wait;opacity:.68;transform:none}.profile-avatar-picker__remove{color:#fecaca;background:#7f1d1d29;border:1px solid #f8717147}.profile-avatar-picker__remove:hover:not(:disabled){color:#fff;background:#7f1d1d3d;border-color:#f871717a;transform:translateY(-1px)}.profile-avatar-picker__icon{color:#dffcff;background:#14b8a633;border:1px solid #5eead44d;border-radius:999px;flex:none;place-items:center;width:24px;height:24px;font-size:16px;font-weight:900;line-height:1;display:inline-grid}.profile-avatar-picker__text{white-space:nowrap}.profile-avatar-picker__note{color:#cbd5e1c2;max-width:580px;margin:0;font-size:13px;line-height:1.4}@media (width<=560px){.profile-avatar-picker{text-align:center;grid-template-columns:1fr;justify-items:center}.profile-avatar-picker__body,.profile-avatar-picker__actions{justify-content:center;justify-items:center}.profile-avatar-picker__button,.profile-avatar-picker__remove{width:min(100%,280px)}.profile-avatar-picker__text{white-space:normal}}.profile-entry-editor .profile-entry-media-picker{margin:16px 0 22px}.profile-entry-editor .profile-entry-media-picker__button{color:#f8fafc;background:linear-gradient(135deg,#22c55e3d,#2dd4bf21),#0f172ac7;border-color:#4ade807a;min-height:42px;padding:0 22px;box-shadow:0 0 0 1px #22c55e14,0 12px 30px #22c55e1f}.profile-entry-editor .profile-entry-media-picker__button:hover{background:linear-gradient(135deg,#22c55e52,#2dd4bf2e),#0f172aeb;border-color:#86efacb8;box-shadow:0 0 0 1px #22c55e21,0 14px 34px #22c55e29}.profile-entry-editor .profile-entry-media-picker__icon{color:#052e16;background:#86efac;border-color:#86efacb8}.profile-entry-editor .profile-entry-media-picker__text{color:#fff;font-size:13.5px}.profile-entry-editor .profile-entry-media-picker__note{color:#e2e8f0c2}@media (width<=560px){.profile-avatar-crop-backdrop{align-items:end;padding:10px}.profile-avatar-crop-modal{border-radius:24px;width:100%;padding:18px}.profile-avatar-crop-modal h2{font-size:21px}.profile-avatar-crop-modal__stage{border-radius:24px;width:min(100%,300px)}.profile-avatar-crop-modal__actions{grid-template-columns:1fr;display:grid}}.profile-avatar-picker__error{color:#fecaca;margin:2px 0 0;font-size:13px;line-height:1.35}.profile-entry-grid{grid-template-columns:minmax(0,min(760px,100%));justify-content:center}.profile-entry-card{background:#0f172ad1;border-radius:28px}.profile-entry-media-frame{touch-action:pan-y}.profile-entry-media-frame:not(.profile-entry-details-image){height:min(56vw,430px);min-height:260px}.profile-modal-backdrop{z-index:150}.profile-fullscreen-backdrop{z-index:260}.profile-fullscreen-topbar strong{font-size:15px}.profile-fullscreen-topbar button{place-items:center;line-height:1;display:grid}@media (width<=640px){.profile-entry-media-frame:not(.profile-entry-details-image){height:260px;min-height:220px}}@media (width>=641px){.profile-entry-grid{grid-template-columns:minmax(0,min(760px,100%));justify-content:center}.profile-entry-media-frame:not(.profile-entry-details-image){height:min(56vw,430px);min-height:260px}}.profile-entry-card{overflow:visible}.profile-entry-card .profile-entry-media{border-radius:inherit inherit 0 0;overflow:hidden}.profile-entry-menu-wrap{z-index:420}.profile-entry-menu{z-index:430}.profile-entry-details-backdrop{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;align-items:flex-start;overflow-y:auto}.profile-entry-details-modal{-webkit-overflow-scrolling:touch;scrollbar-width:thin;max-height:calc(100dvh - 32px);overflow-y:auto}.profile-entry-details-header{z-index:8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#141828f5;border-bottom:1px solid #ffffff1a;align-items:center;gap:12px;margin:0;padding:14px 16px;display:flex;position:sticky;top:0}.profile-entry-details-header h2{color:#f8fafc;overflow-wrap:anywhere;min-width:0;margin:0;font-size:clamp(20px,3vw,28px);line-height:1.16}.profile-entry-details-back-button{color:#f8fafc;background:#ffffff0f;border:1px solid #94a3b83d;border-radius:999px;flex:none;place-items:center;width:42px;height:42px;padding:0;font-size:22px;font-weight:900;line-height:1;display:grid}.profile-entry-details-back-button:hover{background:#ffffff1c}@media (width<=640px){.profile-page .profile-content-card{width:calc(100% + 24px);box-shadow:none;background:0 0;border:0;border-radius:0;margin-inline:-12px}.profile-content-card>.profile-tabs{background:#0f172a94;border:1px solid #94a3b824;border-radius:18px;margin:0 8px 14px;padding:0 12px}.profile-content-card .profile-tab{min-height:52px;font-size:15px}.profile-section-header-wrap{padding:0 4px 12px}.profile-filter-row{gap:7px}.profile-chip{padding:9px 13px;font-size:13px}.profile-entry-grid{grid-template-columns:minmax(0,1fr);justify-content:stretch;gap:8px;padding:0 4px 18px}.profile-entry-card{background:#0f172ad6;border-radius:18px;grid-template-columns:116px minmax(0,1fr);align-items:stretch;min-height:132px;display:grid;overflow:visible}.profile-entry-card-clickable:hover{transform:none}.profile-entry-card .profile-entry-media{border-radius:18px 0 0 18px;min-height:132px;overflow:hidden}.profile-entry-card .profile-entry-media-frame:not(.profile-entry-details-image),.profile-entry-card .profile-entry-image,.profile-entry-card .profile-entry-video,.profile-entry-card .profile-entry-image-empty{width:100%;height:100%;min-height:132px}.profile-entry-card .profile-entry-image,.profile-entry-card .profile-entry-video{object-fit:cover}.profile-entry-card .profile-entry-body{flex-direction:column;justify-content:center;gap:5px;min-width:0;padding:10px 11px;display:flex}.profile-entry-card .profile-entry-topline{margin:0}.profile-entry-card .profile-entry-topline span{color:#a8b3c2;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.25;display:block;overflow:hidden}.profile-entry-card .profile-entry-body h3{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:15px;line-height:1.22;display:-webkit-box;overflow:hidden}.profile-entry-card .profile-entry-location-row{flex-wrap:nowrap;align-items:center;gap:6px;margin:0;display:flex}.profile-entry-card .profile-entry-location-row .profile-entry-location{color:#86efac;text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;margin:0;font-size:12px;line-height:1.3;overflow:hidden}.profile-entry-card .profile-entry-map-link{border-radius:999px;flex:none;width:auto;min-height:24px;margin:0;padding:4px 8px;font-size:0;line-height:1}.profile-entry-card .profile-entry-map-link:after{content:"Карта";font-size:11px;font-weight:900}.profile-entry-card .profile-entry-weather-line,.profile-entry-card .profile-entry-weather-button{border-radius:10px;align-items:center;gap:5px;width:100%;min-height:0;margin:0;padding:5px 7px;font-size:11px;line-height:1.25;display:flex}.profile-entry-card .profile-entry-weather-line span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.profile-entry-card .profile-entry-weather-icon{flex:none}.profile-entry-card .profile-entry-description{color:#cbd5e1;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}.profile-entry-card .profile-entry-meta{display:none}.profile-entry-card .profile-entry-overlay-top{gap:4px;top:6px;left:6px}.profile-entry-card .profile-entry-overlay-badge{padding:4px 7px;font-size:10px}.profile-entry-card .profile-entry-overlay-badge-secondary{display:none}.profile-entry-card .profile-entry-menu-wrap{top:6px;right:6px}.profile-entry-card .profile-entry-menu-button{width:30px;height:30px;font-size:18px}.profile-entry-card .profile-entry-menu{min-width:min(224px,100vw - 28px);max-width:calc(100vw - 28px);top:36px;right:0}.profile-entry-card .profile-entry-media-nav{display:none}.profile-entry-card .profile-entry-media-counter{min-height:22px;padding:3px 7px;font-size:10px;bottom:7px;left:7px}.profile-entry-card .profile-entry-media-dots{display:none}.profile-entry-card .profile-entry-video-badge{min-height:22px;padding:3px 7px;font-size:10px;bottom:7px;right:7px}.profile-entry-details-backdrop{padding:8px 0 calc(8px + env(safe-area-inset-bottom))}.profile-entry-details-modal{border-radius:22px;width:calc(100% - 16px);max-height:calc(100dvh - 16px)}.profile-entry-details-header{gap:10px;padding:10px 12px}.profile-entry-details-back-button{width:38px;height:38px;font-size:21px}.profile-entry-details-header h2{font-size:21px}.profile-entry-details-image,.profile-entry-details-media,.profile-entry-details-image .profile-entry-details-media{max-height:none}.profile-entry-details-content{padding:16px}.profile-entry-details-actions{grid-template-columns:1fr}}@media (width<=380px){.profile-entry-card{grid-template-columns:102px minmax(0,1fr);min-height:124px}.profile-entry-card .profile-entry-media,.profile-entry-card .profile-entry-media-frame:not(.profile-entry-details-image),.profile-entry-card .profile-entry-image,.profile-entry-card .profile-entry-video,.profile-entry-card .profile-entry-image-empty{min-height:124px}.profile-entry-card .profile-entry-body{padding:9px 10px}}.profile-modal-backdrop,.profile-feed-share-modal-backdrop{z-index:1200}.profile-entry-details-backdrop{z-index:1210}.profile-avatar-backdrop,.profile-fullscreen-backdrop{z-index:1300}.profile-feed-share-modal-backdrop{place-items:center;padding:18px;display:grid}.profile-feed-share-modal-backdrop .feed-share-modal{width:min(520px,100%)}@media (width<=640px){.profile-page .profile-content-card{width:calc(100% + 56px);margin-inline:-28px}.profile-content-card>.profile-tabs,.profile-section-header-wrap,.profile-filter-row{margin-inline:14px}.profile-entry-grid{padding-inline:4px}.profile-entry-card{border-radius:16px}.profile-entry-card .profile-entry-media{border-radius:16px 0 0 16px}.profile-feed-share-modal-backdrop{padding:12px}.profile-feed-share-modal-backdrop .feed-share-modal{border-radius:24px;max-height:calc(100dvh - 24px)}.profile-entry-card{isolation:isolate;position:relative;z-index:0!important}.profile-entry-card-menu-open{z-index:24!important}.profile-entry-card .profile-entry-menu-wrap{z-index:4!important}.profile-entry-card-menu-open .profile-entry-menu-wrap{z-index:25!important}.profile-entry-card .profile-entry-menu{z-index:5!important}.profile-entry-card-menu-open .profile-entry-menu{z-index:26!important}}.profile-entry-card{isolation:isolate;position:relative;z-index:0!important}.profile-entry-card-menu-open{z-index:24!important}.profile-entry-card .profile-entry-menu-wrap{z-index:4!important}.profile-entry-card-menu-open .profile-entry-menu-wrap{z-index:25!important}.profile-entry-card .profile-entry-menu{z-index:5!important}.profile-entry-card-menu-open .profile-entry-menu{z-index:26!important}@media (width<=640px){.profile-page{gap:14px}.profile-page .profile-hero.card,.profile-page .profile-hero{border-radius:0;width:calc(100% + 56px);margin-inline:-28px;padding:0 14px 16px;overflow:visible;box-shadow:none!important;background:0 0!important;border:0!important}.profile-page .profile-cover{border-radius:0 0 24px 24px;min-height:112px;margin-inline:-14px}.profile-page .profile-cover:after{opacity:.72}.profile-page .profile-cover-badge{padding:6px 11px;font-size:12px;line-height:1;top:14px;right:24px}.profile-page .profile-main{text-align:left;grid-template-columns:88px minmax(0,1fr);align-items:end;gap:12px;margin-top:-42px;padding:0 8px 12px;display:grid}.profile-page .profile-avatar-large{border-width:2px;width:88px;height:88px;font-size:30px;box-shadow:0 14px 34px #00000061,0 0 0 5px #0f172ad6}.profile-page .profile-info{min-width:0;padding:0 0 4px}.profile-page .profile-kicker{letter-spacing:.06em;margin:0 0 5px;padding:4px 9px;font-size:10px}.profile-page .profile-info h1{letter-spacing:-.03em;text-align:left;text-shadow:none;margin:0;font-size:clamp(25px,7vw,32px);line-height:1.05}.profile-page .profile-username{margin-top:6px;font-size:13px;line-height:1.2}.profile-page .profile-region{gap:5px;margin-top:7px;font-size:13px;line-height:1.25}.profile-page .profile-region:before{font-size:15px}.profile-page .profile-about{color:#d8e0ea;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:8px;font-size:13px;line-height:1.35;display:-webkit-box;overflow:hidden}.profile-page .profile-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 8px 10px;display:grid}.profile-page .profile-stat{background:#0f172a8a;border-radius:14px;grid-template-columns:auto minmax(0,1fr);column-gap:10px;min-width:0;min-height:58px;padding:10px 12px}.profile-page .profile-stat:before{border-radius:10px;width:30px;height:30px;font-size:15px}.profile-page .profile-stat strong{font-size:21px}.profile-page .profile-stat span{text-overflow:ellipsis;font-size:12px;line-height:1.15;overflow:hidden}.profile-page .profile-stat small{margin-top:2px;font-size:10px}.profile-page .profile-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 8px;display:grid}.profile-page .profile-actions button,.profile-page .profile-actions .profile-form-primary-button,.profile-page .profile-actions .profile-form-ghost-button,.profile-page .profile-actions .button-secondary,.profile-page .profile-actions .button-danger{border-radius:12px;width:100%;min-height:42px;padding:0 11px;font-size:13px;line-height:1.15}.profile-page .profile-settings-dropdown{width:100%;position:relative;top:auto;right:auto}.profile-page .profile-settings-button{width:100%;min-width:0;height:42px;min-height:42px}.profile-page .profile-settings-menu{min-width:100%;left:0;right:0}}@media (width<=380px){.profile-page .profile-main{grid-template-columns:78px minmax(0,1fr);gap:10px;margin-top:-38px}.profile-page .profile-avatar-large{width:78px;height:78px}.profile-page .profile-info h1{font-size:24px}.profile-page .profile-actions{grid-template-columns:1fr}}.profile-feed-share-modal-backdrop{z-index:1320}.profile-action-label-mobile{display:none}.profile-settings-menu button:before{content:none}.profile-settings-menu-edit:before{content:"✎"!important}.profile-settings-menu-security:before{content:"♙"!important}.profile-settings-menu-notifications:before{content:"✉"!important}.profile-settings-menu-share:before{content:"↗"!important}.profile-settings-menu-email:before{content:"@"!important}.profile-settings-menu-logout:before{content:"↪"!important;color:#f87171!important}@media (width<=640px){.profile-page .profile-main .profile-kicker{display:none}.profile-page .profile-actions{grid-template-columns:repeat(2,minmax(0,1fr));place-items:center stretch;width:100%;max-width:360px;margin:0 auto;padding:0 8px 2px}.profile-page .profile-actions .profile-form-primary-button,.profile-page .profile-actions .profile-form-ghost-button{white-space:nowrap;justify-content:center;gap:7px;min-width:0}.profile-page .profile-action-label-full{display:none}.profile-page .profile-action-label-mobile{display:inline}.profile-page .profile-action-companion:before{content:"+";color:currentColor;margin-right:0;font-size:19px;font-weight:700;line-height:1}.profile-page .profile-action-badge{min-width:20px;height:20px;margin-left:0;font-size:11px;position:absolute;top:-7px;right:-7px}.profile-page .profile-settings-dropdown{grid-column:1/-1;justify-self:center;width:54px;margin-top:2px}.profile-page .profile-settings-button{border-radius:14px;width:54px;min-width:54px;height:42px;min-height:42px;margin:0 auto}.profile-page .profile-settings-menu{width:min(288px,100vw - 40px);min-width:0;left:50%;right:auto;transform:translate(-50%)}.profile-page .profile-content-card>.profile-tabs{width:min(354px,100% - 32px);margin-left:auto;margin-right:auto}.profile-page .profile-section-header-wrap{width:min(360px,100% - 32px);margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}.profile-page .profile-filter-row{width:100%;max-width:360px;margin-left:auto;margin-right:auto}}.profile-page .profile-quick-actions{grid-template-columns:minmax(180px,222px) minmax(190px,250px) 54px;align-items:center;gap:10px;width:fit-content;max-width:calc(100% - 72px);padding:2px 36px 38px;display:grid}.profile-page .profile-quick-actions .profile-form-primary-button,.profile-page .profile-quick-actions .profile-form-ghost-button,.profile-page .profile-quick-actions .profile-settings-button{letter-spacing:.01em;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:50px;font-weight:900;display:inline-flex}.profile-page .profile-quick-actions .profile-form-primary-button:before,.profile-page .profile-quick-actions .profile-action-companion:before{place-items:center;width:22px;height:22px;display:inline-grid;transform:translateY(-1px);content:"+"!important;color:currentColor!important;margin:0 1px 0 0!important;font-size:27px!important;font-weight:800!important;line-height:1!important}.profile-page .profile-quick-actions .profile-settings-dropdown{justify-self:start;width:54px;min-width:54px;position:relative!important;inset:auto!important}.profile-page .profile-quick-actions .profile-settings-button{color:#dce7f5;width:54px;min-width:54px;height:50px;min-height:50px;box-shadow:none;background:#0f172a80;border:1px solid #94a3b838;margin:0}.profile-page .profile-quick-actions .profile-settings-button:hover{background:#1e293bb8;border-color:#94a3b857}.profile-page .profile-quick-actions .profile-settings-menu{min-width:260px;top:calc(100% + 10px);left:auto;right:0;transform:none}@media (width<=760px){.profile-page .profile-quick-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 50px;gap:8px;width:min(100%,396px);max-width:none;margin:0 auto;padding:0 8px 2px}.profile-page .profile-quick-actions .profile-form-primary-button,.profile-page .profile-quick-actions .profile-form-ghost-button,.profile-page .profile-quick-actions .profile-settings-button{border-radius:14px;height:46px;min-height:46px;padding:0 10px;font-size:14px;line-height:1}.profile-page .profile-quick-actions .profile-form-primary-button:before,.profile-page .profile-quick-actions .profile-action-companion:before{width:22px;height:22px;margin-right:2px!important;font-size:28px!important}.profile-page .profile-quick-actions .profile-settings-dropdown{grid-column:auto;justify-self:stretch;width:50px;min-width:50px;margin-top:0}.profile-page .profile-quick-actions .profile-settings-button{width:50px;min-width:50px}.profile-page .profile-quick-actions .profile-settings-menu{width:min(288px,100vw - 40px);min-width:0;left:auto;right:0;transform:none}}@media (width<=380px){.profile-page .profile-quick-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 46px;gap:7px}.profile-page .profile-quick-actions .profile-form-primary-button,.profile-page .profile-quick-actions .profile-form-ghost-button,.profile-page .profile-quick-actions .profile-settings-button{height:44px;min-height:44px;padding:0 8px;font-size:13px}.profile-page .profile-quick-actions .profile-form-primary-button:before,.profile-page .profile-quick-actions .profile-action-companion:before{width:18px;margin-right:0!important;font-size:24px!important}.profile-page .profile-quick-actions .profile-settings-dropdown,.profile-page .profile-quick-actions .profile-settings-button{width:46px;min-width:46px}}.profile-page .profile-public-stats{grid-template-columns:minmax(160px,190px) minmax(230px,320px);align-items:stretch;gap:10px;width:fit-content;max-width:calc(100% - 72px);padding:2px 36px 14px;display:grid}.profile-page .profile-public-stats .profile-stat{background:#0f172a75;border-radius:16px;min-width:0;min-height:66px;padding:12px 14px}.profile-page .profile-public-stats .profile-stat:before{border-radius:11px;width:34px;height:34px;font-size:16px}.profile-page .profile-public-stats .profile-stat strong{min-width:0;font-size:22px;line-height:1}.profile-page .profile-public-stats .profile-stat span:not(.profile-presence-dot){text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;line-height:1.18;overflow:hidden}.profile-page .profile-public-presence strong{text-overflow:ellipsis;white-space:nowrap;justify-content:flex-start;font-size:19px;overflow:hidden}.profile-page .profile-public-actions{grid-template-columns:minmax(170px,210px) minmax(150px,184px) 54px;align-items:center;gap:10px;width:fit-content;max-width:calc(100% - 72px);padding:0 36px 34px;display:grid}.profile-page .profile-public-actions>button,.profile-page .profile-public-actions .profile-public-menu-button{white-space:nowrap;border-radius:15px;justify-content:center;align-items:center;width:100%;min-height:48px;padding:0 18px;font-weight:900;line-height:1.1;display:inline-flex}.profile-page .profile-public-actions>button:first-child:not(.button-secondary):not(.button-danger){color:#fff;background:linear-gradient(135deg,#2f7df0,#1569e8);border-color:#60a5fa6b;box-shadow:0 14px 30px #2563eb38}.profile-page .profile-public-menu-dropdown{width:54px;min-width:54px;position:relative}.profile-page .profile-public-menu-button{color:#dce7f5;min-width:54px;box-shadow:none;letter-spacing:.08em;background:#0f172a85;border:1px solid #94a3b838;font-size:21px;width:54px!important;padding:0!important}.profile-page .profile-public-menu{z-index:80;background:#0f172afa;border:1px solid #94a3b82e;border-radius:16px;gap:6px;width:270px;max-width:calc(100vw - 36px);padding:8px;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 38px #0000006b}.profile-page .profile-public-menu button{text-align:left;border-radius:12px;justify-content:flex-start;width:100%;min-height:42px;padding:0 14px;font-size:14px}.profile-page .profile-public-section-header{text-align:center;justify-content:center;padding-top:18px;padding-bottom:8px}.profile-page .profile-public-section-header .section-title{margin:0}@media (width<=640px){.profile-page .profile-public-stats{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:8px;width:min(100%,380px);max-width:none;margin:0 auto;padding:0 8px 10px}.profile-page .profile-public-stats .profile-stat{border-radius:14px;grid-template-rows:auto auto;grid-template-columns:auto minmax(0,1fr);column-gap:9px;min-height:52px;padding:9px 10px}.profile-page .profile-public-stats .profile-stat:before{border-radius:9px;width:28px;height:28px;font-size:13px}.profile-page .profile-public-stats .profile-stat strong{font-size:18px}.profile-page .profile-public-stats .profile-stat span:not(.profile-presence-dot){font-size:11px;line-height:1.1}.profile-page .profile-public-presence strong{gap:6px;font-size:15px}.profile-page .profile-public-presence .profile-presence-dot{flex-basis:8px;width:8px;height:8px;box-shadow:0 0 0 3px #94a3b81f}.profile-page .profile-public-presence.is-online .profile-presence-dot{box-shadow:0 0 0 3px #22c55e29,0 0 14px #22c55e73}.profile-page .profile-public-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 48px;gap:8px;width:min(100%,380px);max-width:none;margin:0 auto;padding:0 8px 4px}.profile-page .profile-public-actions>button,.profile-page .profile-public-actions .profile-public-menu-button{border-radius:13px;height:42px;min-height:42px;padding:0 10px;font-size:13px}.profile-page .profile-public-menu-dropdown{width:48px;min-width:48px}.profile-page .profile-public-menu-button{min-width:48px;font-size:20px;width:48px!important}.profile-page .profile-public-menu{width:min(286px,100vw - 34px);right:0}.profile-page .profile-public-section-header{padding:16px 14px 6px}.profile-page .profile-public-section-header .section-title{font-size:24px;line-height:1.08}}@media (width<=380px){.profile-page .profile-public-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 44px;gap:7px}.profile-page .profile-public-actions>button,.profile-page .profile-public-actions .profile-public-menu-button{height:40px;min-height:40px;font-size:12.5px}.profile-page .profile-public-menu-dropdown,.profile-page .profile-public-menu-button{min-width:44px;width:44px!important}}@media (width<=640px){.profile-modal-backdrop:has(.profile-entry-editor){-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d1;align-items:stretch;padding:0}.profile-entry-editor{background:radial-gradient(circle at 18% 0,#22c55e1a,#0000 32%),#0b1220;border:0;border-radius:0;width:100%;max-width:none;height:100dvh;max-height:100dvh}.profile-entry-editor>:not(.profile-modal-header):not(.profile-modal-actions){margin-left:12px;margin-right:12px}.profile-entry-editor .profile-modal-header{padding:calc(12px + env(safe-area-inset-top)) 14px 12px;grid-template-columns:minmax(0,1fr) 40px;align-items:center;gap:10px;margin:0 0 12px;display:grid}.profile-entry-editor .profile-modal-header>div{min-width:0}.profile-entry-editor .profile-modal-header .profile-kicker{display:none}.profile-entry-editor .profile-modal-header h2{font-size:22px;line-height:1.15}.profile-entry-editor .profile-modal-header .profile-form-ghost-button,.profile-entry-editor .profile-modal-header button{border-radius:50%;width:40px;min-width:40px;max-width:40px;height:40px;min-height:40px;padding:0;font-size:0;line-height:1}.profile-entry-editor .profile-modal-header .profile-form-ghost-button:before,.profile-entry-editor .profile-modal-header button:before{content:"×";color:#f8fafc;font-size:28px;font-weight:700;line-height:1}.profile-entry-form-grid-time{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.profile-entry-form-grid-time label:first-child,.profile-entry-form-grid-time label:nth-child(2),.profile-entry-form-grid-time label:nth-child(5),.profile-entry-form-grid-time label:nth-child(6){grid-column:1/-1}.profile-entry-editor label{gap:5px;font-size:12px;line-height:1.25}.profile-entry-editor input,.profile-entry-editor textarea,.profile-entry-editor select{border-radius:14px;min-height:42px;padding:10px 12px;font-size:16px}.profile-entry-editor textarea{min-height:108px}.profile-time-picker,.profile-location-picker{border-radius:20px;margin-top:12px;padding:12px}.profile-time-picker{gap:10px}.profile-time-picker-header,.profile-location-picker-header{gap:10px;padding:0;display:grid}.profile-time-picker-header h3,.profile-location-picker-header h3{font-size:20px;line-height:1.15}.profile-time-picker-header p:not(.profile-kicker),.profile-location-picker-header p:not(.profile-kicker){display:none}.profile-time-presets{flex-wrap:wrap;gap:8px;display:flex}.profile-time-presets button{min-height:36px;padding:8px 12px;font-size:12px}.profile-time-mode-row{width:100%;padding:4px}.profile-time-mode-row button{min-width:0;min-height:42px;padding:8px 10px;font-size:14px;line-height:1.2}.profile-time-range-layout{grid-template-columns:1fr;gap:10px}.profile-time-range-card{border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px;padding:12px}.profile-time-range-card>span,.profile-time-range-card-title,.profile-time-range-card small{grid-column:1/-1}.profile-time-range-card-title{gap:8px}.profile-time-range-card-title button{white-space:nowrap;width:auto;min-width:0;min-height:32px;padding:6px 10px;font-size:12px}.profile-time-range-card small{font-size:12px}.profile-full-field,.profile-entry-media-picker,.profile-entry-upload-row,.profile-publish-card,.profile-weather-note{margin-top:12px}.profile-entry-upload-row{border-radius:18px;padding:12px}.profile-saved-points-search{border-radius:16px;gap:10px;margin-bottom:10px;padding:10px}.profile-saved-points-search>div:first-child{display:none}.profile-location-search-grid{grid-template-columns:1fr;gap:10px}.profile-location-map-wrapper{border-radius:18px;height:min(46vh,340px);min-height:260px}.profile-location-selected{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-location-selected div{border-radius:12px;padding:8px 10px}.profile-location-selected span{margin-bottom:3px;font-size:11px}.profile-location-selected strong{font-size:12px}.profile-publish-card{border-radius:18px;align-items:center;min-height:0;padding:12px}.profile-publish-toggle{width:50px;height:28px}.profile-publish-toggle:after{width:20px;height:20px}.profile-publish-card.active .profile-publish-toggle:after{transform:translate(22px)}.profile-weather-note{border-radius:16px;padding:12px;font-size:13px;line-height:1.45}.profile-entry-editor .profile-modal-actions{padding:14px 12px calc(14px + env(safe-area-inset-bottom));grid-template-columns:1fr;gap:10px;margin:14px 0 0;display:grid;position:static}.profile-entry-editor .profile-modal-actions button,.profile-entry-editor .profile-modal-actions .profile-form-primary-button,.profile-entry-editor .profile-modal-actions .profile-form-ghost-button{min-height:48px;font-size:14px}}@media (width<=560px){.profile-avatar-crop-backdrop{place-items:center!important;padding:10px!important}.profile-avatar-crop-modal{width:min(100%,100vw - 20px)!important;max-width:calc(100vw - 20px)!important;max-height:calc(100dvh - 20px)!important;padding:18px!important}.profile-avatar-crop-modal__stage{width:min(100%,320px)!important}.profile-avatar-crop-modal__actions{grid-template-columns:1fr 1fr!important;gap:10px!important;display:grid!important}.profile-avatar-crop-modal__actions button{width:100%;padding-inline:12px}}@media (width<=380px){.profile-avatar-crop-modal__actions{grid-template-columns:1fr!important}}@media (width<=560px){.profile-avatar-crop-backdrop{min-height:100dvh!important;padding:10px!important;overflow:hidden auto!important}.profile-avatar-crop-modal{width:min(100%,100dvw - 20px)!important;max-width:calc(100dvw - 20px)!important}}.profile-notification-settings-card{gap:18px;display:grid}.profile-notification-settings-list{gap:12px;display:grid}.profile-notification-toggle{cursor:pointer;background:#0f172a94;border:1px solid #94a3b82e;border-radius:22px;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:14px;padding:16px;transition:border-color .18s,background .18s,transform .18s;display:grid}.profile-notification-toggle:hover{background:#0f172ac7;border-color:#5eead459;transform:translateY(-1px)}.profile-notification-toggle input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.profile-notification-toggle__switch{box-sizing:border-box;background:#1e293bf2;border:1px solid #94a3b847;border-radius:999px;width:52px;height:30px;padding:3px;transition:background .18s,border-color .18s,box-shadow .18s}.profile-notification-toggle__switch:before{content:"";background:#e2e8f0eb;border-radius:999px;width:22px;height:22px;transition:transform .18s,background .18s;display:block;box-shadow:0 6px 14px #00000040}.profile-notification-toggle.active .profile-notification-toggle__switch{background:linear-gradient(135deg,#22c55ef2,#14b8a6e6);border-color:#4ade808f;box-shadow:0 10px 26px #22c55e24}.profile-notification-toggle.active .profile-notification-toggle__switch:before{background:#fff;transform:translate(22px)}.profile-notification-toggle__content{gap:4px;min-width:0;display:grid}.profile-notification-toggle__content strong{color:#f8fafc;font-size:15px;line-height:1.25}.profile-notification-toggle__content small{color:#cbd5e1c7;font-size:13px;line-height:1.4}.profile-notification-toggle--nested{background:#0f172a61;margin-left:24px}.profile-notification-toggle.disabled{cursor:not-allowed;opacity:.58;transform:none}.profile-notification-settings-saving{color:#cbd5e1c7;margin:0;font-size:13px;font-weight:700}.profile-settings-menu button:first-child:before{content:"✎"}.profile-settings-menu button:nth-child(2):before{content:"♙"}.profile-settings-menu button:nth-child(3):before{content:"🔔"}.profile-settings-menu button:nth-child(4):before{content:"✉"}.profile-settings-menu button:nth-child(5):before{content:"↪";color:#f87171}@media (width<=640px){.profile-notification-toggle{border-radius:20px;grid-template-columns:48px minmax(0,1fr);gap:12px;padding:14px}.profile-notification-toggle--nested{margin-left:0}}.map-points-page{color:#e5eef8;background:radial-gradient(circle at 0 0,#22d3ee29,#0000 30%),radial-gradient(circle at 75% 12%,#22c55e24,#0000 28%),linear-gradient(135deg,#0f172a 0%,#13243a 48%,#14532d 100%);min-height:100vh;padding:20px 16px 28px}.map-points-header,.map-points-message,.map-points-map-card,.map-points-list-section{width:min(100%,1480px);margin-left:auto;margin-right:auto}.map-points-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:14px;display:flex}.map-points-header h1{margin:0;font-size:clamp(32px,4vw,46px);line-height:1.05}.map-points-header p{color:#cbd5e1;max-width:760px;margin:8px 0 0;line-height:1.55}.map-points-kicker{color:#86efac;letter-spacing:.11em;text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:900}.map-points-header-stats{flex-shrink:0;gap:10px;display:flex}.map-points-header-stats div,.map-points-map-card,.map-points-list-section,.map-point-card,.map-points-message,.map-points-floating-form,.map-points-search-results,.map-points-empty{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f172aad;border:1px solid #ffffff21;box-shadow:0 22px 70px #0000003d}.map-points-header-stats div{text-align:center;border-radius:20px;min-width:120px;padding:14px 16px}.map-points-header-stats strong{font-size:28px;line-height:1;display:block}.map-points-header-stats span{color:#cbd5e1;margin-top:7px;font-size:13px;display:block}.map-points-message{color:#bae6fd;border-radius:18px;margin-bottom:14px;padding:14px 16px}.map-points-message.error{color:#fecaca;border-color:#f871713d}.map-points-message.success{color:#bbf7d0;border-color:#22c55e3d}.map-points-map-card,.map-points-list-section{border-radius:28px;margin-bottom:16px;padding:16px}.map-points-map-topbar,.map-points-list-header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px;display:flex}.map-points-map-topbar h2,.map-points-list-header h2,.map-points-form-header h2{margin:0;font-size:24px}.map-points-place-search{gap:10px;width:min(100%,620px);display:flex}.map-points-place-search input,.map-points-filters input,.map-points-filters select,.map-points-floating-form input,.map-points-floating-form textarea,.map-points-floating-form select{color:#f8fafc;background:#0206176b;border:1px solid #ffffff24;border-radius:16px;outline:none;width:100%;min-width:0;padding:12px 14px;font-size:15px}.map-points-place-search input::placeholder,.map-points-filters input::placeholder,.map-points-floating-form input::placeholder,.map-points-floating-form textarea::placeholder{color:#94a3b8}.map-points-place-search input:focus,.map-points-filters input:focus,.map-points-filters select:focus,.map-points-floating-form input:focus,.map-points-floating-form textarea:focus,.map-points-floating-form select:focus{border-color:#67e8f9d9;box-shadow:0 0 0 4px #67e8f91f}.map-points-place-search button,.map-points-primary-button{color:#052e16;cursor:pointer;background:linear-gradient(135deg,#86efac,#22c55e);border:none;font-weight:900;box-shadow:0 14px 28px #22c55e2e}.map-points-place-search button{border-radius:16px;flex-shrink:0;min-height:46px;padding:0 22px}.map-points-place-search button:hover:not(:disabled),.map-points-primary-button:hover:not(:disabled),.map-points-secondary-button:hover:not(:disabled),.map-points-danger-button:hover:not(:disabled){transform:translateY(-1px)}.map-points-place-search button:disabled,.map-points-primary-button:disabled,.map-points-secondary-button:disabled{opacity:.65;cursor:not-allowed}.map-points-search-results{border-radius:20px;gap:8px;margin-bottom:12px;padding:10px;display:grid}.map-points-search-results button{color:#e5eef8;cursor:pointer;text-align:left;background:#ffffff14;border:1px solid #ffffff1f;border-radius:16px;justify-content:space-between;gap:12px;padding:12px 14px;display:flex}.map-points-search-results button:hover{background:#ffffff21;border-color:#67e8f975}.map-points-search-results span{color:#94a3b8}.map-points-map-shell{background:#0f172a;border:1px solid #ffffff24;border-radius:24px;height:min(58vh,620px);min-height:420px;position:relative;overflow:hidden}.map-points-form-backdrop{z-index:20;pointer-events:auto;justify-content:flex-end;align-items:stretch;padding:14px;display:flex;position:absolute;inset:0}.map-points-floating-form{scrollbar-width:thin;background:radial-gradient(circle at 20% 0,#22c55e26,#0000 30%),#0f172af0;border-radius:24px;width:min(440px,100%);max-height:100%;padding:18px;overflow-y:auto}.map-points-floating-form::-webkit-scrollbar{width:8px}.map-points-floating-form::-webkit-scrollbar-thumb{background:linear-gradient(#67e8f9bf,#22c55ebf);border-radius:999px}.map-points-floating-form label{color:#cbd5e1;margin-top:14px;font-size:13px;font-weight:900;display:block}.map-points-floating-form textarea{resize:vertical;min-height:96px}.map-points-form-header{grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:10px;margin-bottom:14px;display:grid}.map-points-back-button,.map-points-close-button,.map-point-menu-button{color:#e5e7eb;width:38px;height:38px;box-shadow:none;background:#94a3b81f;border:1px solid #94a3b82e;border-radius:50%;place-items:center;padding:0;display:grid}.map-points-back-button:hover,.map-points-close-button:hover,.map-point-menu-button:hover{background:#94a3b838}.map-points-type-picker{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:14px 0 4px;display:grid}.map-points-type-picker button{color:#cbd5e1;min-height:74px;box-shadow:none;background:#0f172a8c;border:1px solid #94a3b829;border-radius:16px;justify-items:center;gap:5px;padding:10px 8px;display:grid}.map-points-type-picker button.active{color:#052e16;background:linear-gradient(135deg,#86efac,#22c55e);border-color:#bbf7d08c}.map-points-type-picker span{font-size:22px}.map-points-type-picker small{text-align:center;font-size:11px;font-weight:800;line-height:1.2}.map-points-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.map-points-visibility-card{cursor:pointer;background:#0f172a8c;border:1px solid #94a3b82e;border-radius:20px;align-items:center;gap:12px;padding:14px;display:flex!important}.map-points-visibility-card input{opacity:0;pointer-events:none;position:absolute}.map-points-toggle{background:#475569b8;border:1px solid #94a3b847;border-radius:999px;flex:none;width:54px;height:30px;position:relative;box-shadow:inset 0 2px 8px #00000038}.map-points-toggle:after{content:"";background:linear-gradient(135deg,#f8fafc,#cbd5e1);border-radius:50%;width:20px;height:20px;transition:transform .18s;position:absolute;top:4px;left:4px}.map-points-visibility-card.active .map-points-toggle{background:linear-gradient(135deg,#22c55e,#14b8a6)}.map-points-visibility-card.active .map-points-toggle:after{transform:translate(24px)}.map-points-visibility-card strong{color:#f8fafc;display:block}.map-points-visibility-card small{color:#94a3b8;margin-top:4px;line-height:1.35;display:block}.map-points-form-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:16px;display:grid}.map-points-primary-button,.map-points-secondary-button,.map-points-danger-button{border-radius:999px;min-height:44px;padding:11px 16px;font-weight:900;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s}.map-points-secondary-button{color:#e5e7eb;box-shadow:none;background:#94a3b81f;border:1px solid #94a3b833}.map-points-secondary-button:hover{background:#94a3b833}.map-points-danger-button{color:#fecaca;box-shadow:none;background:#ef44441f;border:1px solid #f8717138}.map-points-danger-button:hover{background:#ef444433}.map-points-list-header{align-items:flex-end}.map-points-filters{grid-template-columns:minmax(260px,1fr) 180px 150px;gap:10px;width:min(100%,720px);display:grid}.map-points-empty{text-align:center;border-radius:22px;place-items:center;min-height:220px;padding:34px;display:grid}.map-points-empty span{font-size:42px}.map-points-empty h3{margin:10px 0 8px}.map-points-empty p{color:#cbd5e1;max-width:460px;margin:0;line-height:1.5}.map-points-grid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:14px;display:grid}.map-point-card{border-radius:24px;gap:13px;padding:16px;transition:transform .16s,border-color .16s,background .16s;display:grid;position:relative}.map-point-card:hover{border-color:#67e8f96b;transform:translateY(-2px)}.map-point-card.active{background:linear-gradient(135deg,#22c55e29,#3b82f614),#0f172ab8;border-color:#22c55e94}.map-point-card.hidden-point{opacity:.72}.map-point-card-header{align-items:flex-start;gap:12px;padding-right:42px;display:flex}.map-point-icon{background:#ffffff1a;border-radius:16px;flex:none;place-items:center;width:46px;height:46px;font-size:24px;display:grid}.map-point-card h3{color:#f8fafc;overflow-wrap:anywhere;margin:0;font-size:20px;line-height:1.2}.map-point-card-header p{color:#cbd5e1;margin:5px 0 0;font-size:14px}.map-point-description{color:#e5e7eb;margin:0;line-height:1.5}.map-point-coordinates{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.map-point-coordinates span,.map-point-meta span{color:#cbd5e1;background:#94a3b81a;border:1px solid #94a3b81f;border-radius:14px;padding:8px 10px;font-size:12px}.map-point-coordinates strong{color:#f8fafc}.map-point-meta{flex-wrap:wrap;gap:8px;display:flex}.map-point-actions-main{grid-template-columns:1fr 1fr;gap:8px;display:grid}.map-point-actions-main button:first-child{color:#052e16;background:linear-gradient(135deg,#86efac,#22c55e);border:1px solid #bbf7d08c;font-weight:900}.map-point-menu-wrap{z-index:5;position:absolute;top:14px;right:14px}.map-point-menu{background:#0f172af2;border:1px solid #ffffff1f;border-radius:16px;gap:4px;min-width:210px;padding:8px;display:grid;position:absolute;top:44px;right:0;box-shadow:0 18px 50px #00000061}.map-point-menu button{text-align:left;color:#e5e7eb;box-shadow:none;background:0 0;border:0;border-radius:12px;justify-content:flex-start;padding:10px 12px}.map-point-menu button:hover{background:#94a3b81f}.map-point-menu .danger{color:#fca5a5}@media (width<=980px){.map-points-header,.map-points-map-topbar,.map-points-list-header{flex-direction:column;align-items:stretch}.map-points-place-search,.map-points-filters{width:100%}.map-points-filters{grid-template-columns:1fr}.map-points-map-shell{min-height:520px}.map-points-form-backdrop{justify-content:center;align-items:flex-end}.map-points-floating-form{width:100%;max-height:82%}}@media (width<=640px){.map-points-page{padding:14px}.map-points-header-stats,.map-points-place-search,.map-points-form-actions,.map-point-actions-main,.map-point-coordinates{flex-direction:column;grid-template-columns:1fr}.map-points-header-stats{grid-template-columns:1fr 1fr;display:grid}.map-points-place-search{display:grid}.map-points-map-card,.map-points-list-section{border-radius:22px;padding:12px}.map-points-map-shell{border-radius:20px;height:70vh;min-height:500px}.map-points-type-picker{grid-template-columns:repeat(2,minmax(0,1fr))}.map-points-form-grid{grid-template-columns:1fr}.map-points-search-results button{flex-direction:column}}.map-points-map-topbar-search-only{margin-bottom:12px;display:block}.map-points-map-topbar-search-only .map-points-place-search{width:100%;max-width:none}.map-points-place-search input{min-height:50px}.map-points-map-shell{position:relative}.map-points-selected-panel{z-index:12;color:#e5eef8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f172ae0;border:1px solid #ffffff24;border-radius:22px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex;position:absolute;bottom:18px;left:18px;right:18px;box-shadow:0 18px 50px #00000059}.map-points-selected-panel strong{color:#f8fafc;font-size:17px;display:block}.map-points-selected-panel span{color:#cbd5e1;margin-top:5px;font-size:14px;display:block}.map-points-floating-form{width:min(430px,100vw - 36px)}.map-points-floating-form .map-points-form-grid{display:none}.map-points-floating-form label{gap:7px;display:grid}.map-points-floating-form textarea{min-height:96px}.map-points-type-picker button{min-height:72px}.map-point-coordinates{gap:6px;display:grid}.map-point-coordinates span{color:#cbd5e1;background:#02061747;border:1px solid #94a3b824;border-radius:12px;justify-content:space-between;gap:10px;padding:8px 10px;font-size:13px;display:flex}.map-point-coordinates strong{color:#f8fafc;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.yandex-map-marker-icon{color:#f8fafc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172adb;border:2px solid #ffffffdb;border-radius:50%;place-items:center;min-width:34px;height:34px;font-size:18px;line-height:1;display:grid;transform:translate(-50%,-50%);box-shadow:0 10px 24px #00000057}.yandex-map-marker-icon.draft{color:#052e16;background:linear-gradient(135deg,#22c55e,#14b8a6);border-color:#dcfce7}.yandex-map-marker-icon.external{color:#082f49;background:linear-gradient(135deg,#60a5fa,#22d3ee);border-color:#dbeafe}.yandex-map-user-marker{background:#1976d2;border:3px solid #fff;border-radius:50%;width:22px;height:22px;transform:translate(-50%,-50%);box-shadow:0 0 8px #0006}@media (width<=720px){.map-points-selected-panel{flex-direction:column;align-items:stretch;bottom:12px;left:12px;right:12px}.map-points-selected-panel button{width:100%}.map-points-place-search{flex-direction:column}.map-points-place-search button{width:100%}}.map-points-selected-panel{background:#0f172ad1;border-radius:18px;align-items:center;gap:12px;width:min(360px,100% - 32px);padding:12px;bottom:16px;left:16px;right:auto}.map-points-selected-panel>div{min-width:0}.map-points-selected-panel span{white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:12px;overflow:hidden}.map-points-selected-panel .map-points-primary-button{flex:none;min-height:38px;padding:9px 13px;font-size:13px}.map-points-list-section{padding:14px}.map-points-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.map-point-card{border-radius:20px;gap:10px;padding:13px;box-shadow:0 14px 40px #0003}.map-point-card:hover{transform:translateY(-1px)}.map-point-card-header{gap:10px;padding-right:38px}.map-point-icon{border-radius:14px;width:40px;height:40px;font-size:21px}.map-point-card h3{font-size:18px}.map-point-card-header p{margin-top:3px;font-size:13px;line-height:1.25}.map-point-description{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.map-point-coordinates{grid-template-columns:1fr 1fr;gap:6px}.map-point-coordinates span{gap:3px;padding:7px 8px;font-size:11px;display:grid}.map-point-coordinates strong{font-size:12px}.map-point-meta{gap:6px}.map-point-meta span{border-radius:12px;padding:6px 8px;font-size:11px}.map-point-actions-main{gap:7px}.map-point-actions-main button,.map-points-secondary-button{border-radius:16px;min-height:40px;padding:9px 12px;font-size:13px}.map-point-menu-wrap{top:12px;right:12px}.map-point-menu-button{width:34px;height:34px}@media (width<=720px){.map-points-map-shell{height:68vh;min-height:500px}.map-points-selected-panel{flex-direction:row;width:auto;left:12px;right:12px}.map-points-selected-panel span{display:none}.map-points-selected-panel button{width:auto}}.map-points-selected-panel{justify-content:space-between;align-items:center;gap:12px;width:min(430px,100% - 32px);padding:12px 14px;bottom:18px;left:50%;right:auto;transform:translate(-50%)}.map-points-selected-panel strong{white-space:normal;font-size:15px}.map-points-selected-panel span{display:none}.map-points-selected-panel .map-points-primary-button{white-space:nowrap;min-height:38px;padding:9px 14px}@media (width<=560px){.map-points-selected-panel{width:calc(100% - 24px);bottom:12px}}.map-points-selected-panel{padding-right:48px}.map-points-selected-close{color:#e5eef8;width:30px;height:30px;box-shadow:none;background:#94a3b829;border:1px solid #ffffff24;border-radius:50%;place-items:center;padding:0;font-size:20px;line-height:1;display:grid;position:absolute;top:10px;right:10px}.map-points-selected-close:hover{background:#94a3b842}.map-points-selected-panel-info{grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;width:min(560px,100% - 32px);display:grid}.map-points-selected-icon{background:#ffffff1c;border-radius:16px;place-items:center;width:44px;height:44px;font-size:23px;display:grid}.map-points-selected-content{min-width:0}.map-points-selected-content strong,.map-points-selected-content span{text-overflow:ellipsis;overflow:hidden}.map-points-selected-content span{white-space:nowrap;display:block}.map-points-selected-actions{align-items:center;gap:8px;display:flex}.map-points-selected-actions .map-points-primary-button,.map-points-selected-actions .map-points-secondary-button{white-space:nowrap;min-height:38px;padding:9px 13px}.yandex-map-marker-icon{cursor:pointer;-webkit-user-select:none;user-select:none}.yandex-map-marker-icon:focus-visible{outline-offset:3px;outline:3px solid #86eface6}@media (width<=720px){.map-points-selected-panel-info{grid-template-columns:38px minmax(0,1fr);align-items:start}.map-points-selected-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;width:100%;display:grid}.map-points-selected-actions .map-points-primary-button,.map-points-selected-actions .map-points-secondary-button{width:100%}.map-points-selected-icon{border-radius:14px;width:38px;height:38px;font-size:20px}}@media (width<=760px){.map-points-page{background:#07111d;min-height:100dvh;padding:0 0 112px;overflow-x:hidden}.map-points-header{display:none}.map-points-message{top:max(10px, env(safe-area-inset-top));z-index:90;border-radius:16px;width:auto;margin:0;padding:11px 13px;position:fixed;left:10px;right:10px}.map-points-map-card{width:100%;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#07111d;border:0;border-radius:0;margin:0;padding:0;position:relative}.map-points-map-topbar-search-only{z-index:35;pointer-events:none;margin:0;position:absolute;top:64px;left:10px;right:10px}.map-points-place-search{pointer-events:auto;grid-template-columns:minmax(0,1fr) auto;gap:8px;width:100%;padding:0;display:grid}.map-points-place-search input{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172ad6;border-color:#ffffff29;border-radius:15px;min-height:42px;padding:0 13px;box-shadow:0 12px 34px #00000047}.map-points-place-search button{border-radius:15px;min-height:42px;padding:0 14px;box-shadow:0 12px 26px #22c55e2e}.map-points-search-results{z-index:36;background:#0f172aeb;border-radius:18px;max-height:38dvh;margin:0;position:absolute;top:112px;left:10px;right:10px;overflow-y:auto}.map-points-map-shell{background:#07111d;border:0;border-radius:0;width:100%;height:calc(100dvh - 88px);min-height:560px}.map-points-selected-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f172ae6;border-color:#ffffff26;border-radius:20px;width:auto;min-height:66px;padding:12px 46px 12px 13px;bottom:12px;left:10px;right:10px;transform:none;box-shadow:0 18px 55px #0000006b}.map-points-selected-panel-draft{grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid}.map-points-selected-panel-info{grid-template-columns:40px minmax(0,1fr);align-items:center;gap:10px;display:grid}.map-points-selected-panel .map-points-kicker{margin-bottom:4px;font-size:10px}.map-points-selected-panel strong{font-size:14px;line-height:1.2}.map-points-selected-panel span,.map-points-selected-content span{display:none}.map-points-selected-close{background:#94a3b82e;width:30px;height:30px;top:10px;right:10px}.map-points-selected-icon{border-radius:15px;width:40px;height:40px;font-size:22px}.map-points-selected-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:8px;width:100%;margin-top:4px;display:grid}.map-points-selected-actions .map-points-primary-button,.map-points-selected-actions .map-points-secondary-button,.map-points-selected-panel .map-points-primary-button{border-radius:16px;width:auto;min-height:40px;padding:9px 14px;font-size:13px}.map-points-form-backdrop{z-index:110;background:#02061773;align-items:flex-end;padding:10px;position:fixed;inset:0}.map-points-floating-form{border-radius:24px 24px 18px 18px;width:100%;max-height:min(86dvh,720px)}.map-points-list-section{width:100%;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#07111d;border:0;border-radius:24px 24px 0 0;margin:12px 0 0;padding:16px 14px 24px}.map-points-list-header{gap:14px;display:grid}.map-points-list-header h2{font-size:28px}.map-points-filters,.map-points-grid{grid-template-columns:1fr}.map-point-card{border-radius:20px}}@media (width<=380px){.map-points-map-shell{height:calc(100dvh - 82px);min-height:520px}.map-points-place-search{grid-template-columns:1fr}.map-points-place-search button{display:none}}.map-points-map-card{position:relative}.map-points-map-topbar-search-only{z-index:35;pointer-events:none;width:min(620px,100% - 64px);margin:0;position:absolute;top:30px;left:32px}.map-points-map-topbar-search-only .map-points-place-search{pointer-events:auto;grid-template-columns:minmax(0,1fr) auto;gap:9px;width:100%;max-width:none;display:grid}.map-points-map-topbar-search-only .map-points-place-search input{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172ab3;border-color:#ffffff24;border-radius:15px;min-height:44px;box-shadow:0 14px 34px #00000038}.map-points-map-topbar-search-only .map-points-place-search button{border-radius:15px;min-height:44px;padding:0 18px;box-shadow:0 12px 28px #22c55e29}.map-points-search-results{z-index:36;background:#0f172ae6;width:min(620px,100% - 64px);max-height:min(340px,44vh);margin:0;position:absolute;top:82px;left:32px;overflow-y:auto}.map-points-map-shell{height:min(72vh,740px);min-height:540px}.map-points-selected-panel{background:#0f172ad6;border-radius:18px;width:min(380px,100% - 32px);padding:10px 42px 10px 12px;box-shadow:0 16px 42px #00000057}.map-points-selected-panel strong{font-size:14px;line-height:1.2}.map-points-selected-panel .map-points-kicker{margin-bottom:3px;font-size:9px}.map-points-selected-close{width:28px;height:28px;top:8px;right:8px}.map-points-selected-panel-info{grid-template-columns:38px minmax(0,1fr) auto;gap:10px;width:min(430px,100% - 32px)}.map-points-selected-icon{border-radius:14px;width:38px;height:38px;font-size:20px}.map-points-selected-actions{gap:6px}.map-points-selected-actions .map-points-primary-button,.map-points-selected-actions .map-points-secondary-button,.map-point-actions-main button,.map-points-secondary-button{border-radius:14px;min-height:34px;padding:7px 11px;font-size:12px}@media (width<=760px){.map-points-map-topbar-search-only{top:max(10px, env(safe-area-inset-top));width:auto;left:12px;right:12px}.map-points-map-topbar-search-only .map-points-place-search{grid-template-columns:minmax(0,1fr) auto;gap:8px}.map-points-map-topbar-search-only .map-points-place-search input{background:#0f172aa8;border-radius:14px;min-height:40px;padding:0 12px;box-shadow:0 10px 26px #00000038}.map-points-map-topbar-search-only .map-points-place-search button{border-radius:14px;min-height:40px;padding:0 13px}.map-points-search-results{top:calc(max(10px, env(safe-area-inset-top)) + 48px);width:auto;max-height:34dvh;left:12px;right:12px}.map-points-map-shell{height:calc(100dvh - 88px);min-height:560px}.map-points-selected-panel{left:12px;right:12px;bottom:max(58px, env(safe-area-inset-bottom));border-radius:18px;width:auto;min-height:54px;padding:10px 40px 10px 12px}.map-points-selected-panel-draft{grid-template-columns:minmax(0,1fr) auto;gap:8px}.map-points-selected-panel-draft .map-points-primary-button{border-radius:14px;min-height:36px;padding:7px 12px;font-size:12px}.map-points-selected-panel-info{grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px}.map-points-selected-icon{border-radius:13px;width:34px;height:34px;font-size:18px}.map-points-selected-panel strong{font-size:13px}.map-points-selected-actions{grid-column:auto;gap:6px;width:auto;margin-top:0;display:flex}.map-points-selected-actions .map-points-primary-button,.map-points-selected-actions .map-points-secondary-button{border-radius:13px;min-height:34px;padding:7px 10px;font-size:11px}.map-points-selected-close{width:26px;height:26px;font-size:18px}}@media (width<=420px){.map-points-map-topbar-search-only{left:10px;right:10px}.map-points-map-topbar-search-only .map-points-place-search{grid-template-columns:minmax(0,1fr) 74px}.map-points-map-topbar-search-only .map-points-place-search button{padding:0 10px}.map-points-selected-panel-info{grid-template-columns:32px minmax(0,1fr)}.map-points-selected-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;width:100%;margin-top:4px;display:grid}}.map-points-scroll-down{z-index:34;color:#052e16;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:linear-gradient(135deg,#86efacf0,#22c55eeb);border:1px solid #ffffff29;border-radius:999px;width:44px;height:44px;padding:0;font-size:22px;font-weight:900;position:absolute;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 16px 36px #00000052}.map-point-list-item{background:#0f172a9e;border:1px solid #ffffff1f;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 12px;padding:12px;transition:border-color .16s,background .16s,transform .16s;display:grid;position:relative;box-shadow:0 14px 34px #0000002e}.map-point-list-item.active{background:#14532d4d;border-color:#86efac9e}.map-point-list-item.hidden-point{opacity:.74}.map-point-list-main{min-width:0;color:inherit;box-shadow:none;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;padding:0;display:grid}.map-point-list-main:hover{background:0 0;transform:none}.map-point-list-text{gap:2px;min-width:0;display:grid}.map-point-list-text strong{color:#f8fafc;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:1.18;overflow:hidden}.map-point-list-text small{color:#9fb0c5;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.map-point-list-text span{color:#cbd5e1;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.3;overflow:hidden}.map-point-list-actions{justify-content:flex-end;align-items:center;gap:7px;display:flex}.map-point-expand-button{color:#dbeafe;width:34px;height:34px;box-shadow:none;background:#94a3b81f;border:1px solid #ffffff24;border-radius:12px;padding:0;font-size:18px;line-height:1}.map-point-expand-button.active{color:#052e16;background:linear-gradient(135deg,#86efac,#22c55e);transform:rotate(180deg)}.map-point-list-details{background:#02061757;border-radius:14px;grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:11px;display:grid}.map-point-list-details div{gap:3px;min-width:0;display:grid}.map-point-list-details span{color:#94a3b8;font-size:11px}.map-point-list-details strong{color:#e5eef8;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.map-point-list-coordinates,.map-point-list-detail-actions{grid-column:span 2}.map-point-list-detail-actions{flex-direction:row;justify-content:flex-end;gap:8px;display:flex!important}.map-point-list-detail-actions button{color:#dbeafe;min-height:32px;box-shadow:none;background:#94a3b81f;border:1px solid #ffffff1f;border-radius:12px;padding:7px 10px;font-size:12px}@media (width>=761px){.map-points-grid{grid-template-columns:1fr;gap:10px;display:grid}.map-points-map-shell{height:min(76vh,780px)}}@media (width<=760px){.map-points-page{padding:0 0 108px}.map-points-map-card,.map-points-map-shell{height:100dvh;min-height:100dvh}.map-points-map-topbar-search-only{top:max(10px, env(safe-area-inset-top));left:12px;right:12px}.map-points-search-results{top:calc(max(10px, env(safe-area-inset-top)) + 48px)}.map-points-scroll-down{bottom:max(92px, calc(env(safe-area-inset-bottom) + 82px))}.map-points-selected-panel{bottom:max(142px, calc(env(safe-area-inset-bottom) + 132px))}.map-points-selected-panel-info{grid-template-columns:34px minmax(0,1fr)}.map-points-selected-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.map-points-selected-actions .map-points-primary-button,.map-points-selected-actions .map-points-secondary-button,.map-points-selected-panel .map-points-primary-button{border-radius:13px;min-height:34px;padding:7px 8px;font-size:11px}.map-points-list-section{min-height:calc(100dvh - 78px);margin:0;padding:18px 12px 28px;scroll-margin-top:0}.map-points-list-header h2{font-size:26px}.map-points-grid{grid-template-columns:1fr;gap:9px;display:grid}.map-point-list-item{border-radius:17px;grid-template-columns:minmax(0,1fr);gap:10px;padding:11px}.map-point-list-actions{justify-content:stretch}.map-point-list-actions .map-points-secondary-button{flex:1}.map-point-list-details{grid-template-columns:1fr 1fr;padding:10px}.map-point-list-coordinates,.map-point-list-detail-actions{grid-column:1/-1}.map-point-list-detail-actions{grid-template-columns:1fr;display:grid!important}}@media (width<=420px){.map-points-selected-actions{grid-template-columns:1fr 1fr}.map-points-selected-actions .map-points-secondary-button:last-child{grid-column:1/-1}}.map-points-scroll-down{display:none}@media (width>=761px){.map-point-list-item{grid-template-columns:minmax(0,1fr) max-content;gap:12px 18px;padding:13px 14px}.map-point-list-main{min-width:0}.map-point-list-actions{grid-template-columns:auto 34px 34px;justify-content:end;align-items:center;gap:8px;min-width:170px;display:grid}.map-point-list-actions .map-points-secondary-button{white-space:nowrap;min-width:92px}.map-point-list-actions .map-point-menu-wrap{z-index:7;position:relative;top:auto;right:auto}.map-point-list-actions .map-point-menu{top:42px;right:0}.map-point-list-details{grid-template-columns:repeat(5,minmax(0,1fr))}.map-point-list-coordinates{grid-column:span 2}.map-point-list-detail-actions{grid-column:span 3}}@media (width<=760px){.map-points-scroll-down{width:38px;height:38px;bottom:max(118px, calc(env(safe-area-inset-bottom) + 104px));color:#e2e8f0eb;opacity:.82;background:#0f172a8a;border-color:#ffffff1f;place-items:center;font-size:18px;display:grid;box-shadow:0 12px 30px #0000003d}.map-points-scroll-down{z-index:24;color:#e2e8f0e6;opacity:.78;background:#0f172a7a;border-color:#ffffff1f;width:38px;height:38px;inset:calc(50% + 74px) 12px auto auto;transform:none;box-shadow:0 10px 26px #00000038}.map-points-scroll-down:hover,.map-points-scroll-down:active{opacity:1;background:#0f172aa3}.map-points-selected-panel .map-points-selected-close{aspect-ratio:1;border-radius:999px;flex:0 0 28px;place-items:center;font-size:18px;line-height:1;display:grid;width:28px!important;min-width:28px!important;max-width:28px!important;height:28px!important;min-height:28px!important;max-height:28px!important;padding:0!important}.map-points-selected-panel.map-points-selected-panel-draft{background:#0f172ae0;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;width:auto;min-height:58px;padding:11px 44px 11px 13px;inset:50% 14px auto;transform:translateY(-50%)}.map-points-selected-panel.map-points-selected-panel-draft strong{font-size:13px;line-height:1.2}.map-points-selected-panel.map-points-selected-panel-draft .map-points-primary-button{border-radius:13px;min-height:34px;padding:7px 12px;font-size:12px}}@media (width>=761px){.map-points-map-shell .map-points-selected-panel-info{grid-template-columns:44px minmax(240px,1fr) auto;align-items:center;gap:12px;width:min(640px,100% - 150px);min-width:520px;max-width:640px}.map-points-map-shell .map-points-selected-panel-info .map-points-selected-content{min-width:0}.map-points-map-shell .map-points-selected-panel-info .map-points-selected-actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;min-width:max-content;display:flex}.map-points-map-shell .map-points-selected-panel-info .map-points-primary-button,.map-points-map-shell .map-points-selected-panel-info .map-points-secondary-button{white-space:nowrap;min-width:auto;height:34px;padding:0 13px;font-size:13px}.map-points-map-shell .map-points-selected-panel-info .map-points-selected-close{border-radius:50%;place-items:center;width:30px;min-width:30px;height:30px;min-height:30px;padding:0;line-height:1;display:grid}}.map-points-header{display:none}.map-points-page{padding-top:14px}@media (width<=760px){main.page-container:has(>.map-points-page){width:100%;max-width:none;padding:0}.map-points-page{padding:8px 0 max(108px, env(safe-area-inset-bottom))}.map-points-map-card,.map-points-list-section,.map-points-message{border-left:0;border-right:0;border-radius:0;width:100%;max-width:none;margin-left:0;margin-right:0}.map-points-map-card,.map-points-list-section{padding-left:10px;padding-right:10px}}.weather-page{color:#e5eef8;background:radial-gradient(circle at 0 0,#22d3ee38,#0000 30%),radial-gradient(circle at 75% 12%,#2dd4bf29,#0000 28%),linear-gradient(135deg,#0f172a 0%,#13243a 46%,#0f766e 100%);min-height:100vh;padding:20px 16px}.weather-page-header,.weather-map-card,.weather-summary-card,.weather-stats-grid,.weather-week-section,.weather-hourly-section,.weather-message,.weather-loading-panel{width:min(100%,1480px);margin-left:auto;margin-right:auto}.weather-page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:14px;display:flex}.weather-kicker{color:#67e8f9;letter-spacing:.11em;text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:800}.weather-page-header h1{margin:0;font-size:clamp(30px,4vw,44px);line-height:1.05}.weather-page-header p{color:#cbd5e1;max-width:780px;margin:8px 0 0}.weather-map-card,.weather-summary-card,.weather-stat-card,.weather-loading-panel,.weather-message,.weather-top-card,.weather-day-card,.weather-hourly-table-wrapper{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f172aad;border:1px solid #ffffff21;box-shadow:0 22px 70px #0000003d}.weather-map-card{border-radius:28px;margin-bottom:14px;padding:16px}.weather-search{gap:12px;margin-bottom:12px;display:flex}.weather-search input{color:#f8fafc;background:#0206176b;border:1px solid #ffffff24;border-radius:18px;outline:none;flex:1;min-width:0;padding:14px 16px;font-size:15px}.weather-search input::placeholder{color:#94a3b8}.weather-search input:focus{border-color:#67e8f9d9;box-shadow:0 0 0 4px #67e8f91f}.weather-search button,.weather-date-input-row button{color:#082f49;cursor:pointer;background:linear-gradient(135deg,#67e8f9,#5eead4);border:none;font-weight:900;box-shadow:0 14px 28px #67e8f92e}.weather-search button{border-radius:18px;min-height:48px;padding:0 22px}.weather-search button:hover:not(:disabled),.weather-date-input-row button:hover{transform:translateY(-1px)}.weather-search button:disabled{opacity:.65;cursor:not-allowed}.weather-search-results{gap:8px;margin-bottom:12px;display:grid}.weather-search-results button{color:#e5eef8;cursor:pointer;text-align:left;background:#ffffff14;border:1px solid #ffffff1f;border-radius:16px;justify-content:space-between;gap:12px;padding:12px 14px;display:flex}.weather-search-results button:hover{background:#ffffff21;border-color:#67e8f975}.weather-search-results span{color:#94a3b8}.weather-map-info{grid-template-columns:minmax(300px,420px) minmax(0,1fr);gap:12px;margin-bottom:12px;display:grid}.weather-top-card{border-radius:18px;min-width:0;padding:13px 15px}.weather-top-card span{color:#94a3b8;margin-bottom:6px;font-size:12px;display:block}.weather-top-card strong{color:#f8fafc;text-overflow:ellipsis;white-space:nowrap;font-size:15px;display:block;overflow:hidden}.weather-top-card small{color:#bae6fd;margin-top:8px;font-size:12px;display:block}.weather-date-input-row{align-items:center;gap:8px;display:flex}.weather-date-input-row input{color:#f8fafc;background:#0f172ab8;border:1px solid #ffffff24;border-radius:12px;outline:none;width:100%;min-width:0;padding:10px 11px;font-weight:700}.weather-date-input-row input:focus{border-color:#67e8f9;box-shadow:0 0 0 3px #67e8f924}.weather-date-input-row button{border-radius:12px;flex-shrink:0;padding:10px 12px;font-size:13px}.weather-map-wrapper{border:1px solid #ffffff24;border-radius:24px;height:min(42vh,440px);min-height:320px;overflow:hidden}.weather-loading-box{color:#cbd5e1;place-items:center;height:100%;display:grid}.weather-message,.weather-loading-panel{color:#bae6fd;border-radius:18px;margin-bottom:14px;padding:14px 16px}.weather-summary-card{border-radius:26px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:12px;padding:16px 18px;display:flex}.weather-summary-main{align-items:center;gap:14px;min-width:0;display:flex}.weather-summary-text{min-width:0}.weather-summary-kicker{margin-bottom:4px}.weather-emoji{background:#ffffff1a;border-radius:20px;flex:none;place-items:center;width:62px;height:62px;font-size:34px;display:grid}.weather-summary-card h2{text-overflow:ellipsis;white-space:nowrap;max-width:760px;margin:0;font-size:clamp(24px,3vw,34px);overflow:hidden}.weather-date{color:#cbd5e1;margin:6px 0 0}.weather-temp-block{text-align:right;flex:none}.weather-temp-block strong{font-size:clamp(34px,5vw,54px);line-height:1;display:block}.weather-temp-block span{color:#cbd5e1;margin-top:6px;font-size:15px;display:block}.weather-stats-grid{grid-template-columns:repeat(auto-fit,minmax(138px,1fr));gap:10px;margin-bottom:18px;display:grid}.weather-stat-card{border-radius:20px;padding:14px}.weather-stat-card span{font-size:24px}.weather-stat-card p{color:#cbd5e1;margin:8px 0 5px;font-size:12px}.weather-stat-card strong{color:#f8fafc;font-size:17px;line-height:1.2;display:block}.weather-stat-card-wide{background:linear-gradient(135deg,#22d3ee29,#14b8a624)}.weather-week-section,.weather-hourly-section{margin-top:0;margin-bottom:18px}.weather-section-title{justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:12px;display:flex}.weather-section-title h2{margin:0;font-size:24px}.weather-section-title p{color:#cbd5e1;margin:6px 0 0}.weather-week-cards{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;display:grid}.weather-day-card{color:#e5eef8;text-align:left;cursor:pointer;border-radius:20px;flex-direction:column;align-items:flex-start;min-width:0;min-height:174px;padding:13px 12px;transition:border-color .15s,transform .15s,background .15s;display:flex}.weather-day-card:hover{border-color:#67e8f98c;transform:translateY(-2px)}.weather-day-card.active{background:linear-gradient(135deg,#22d3ee3d,#14b8a62e);border-color:#67e8f9d9}.weather-day-card-name{font-size:14px;font-weight:900}.weather-day-card-date{color:#94a3b8;margin-top:2px;font-size:12px}.weather-day-card-description{color:#cbd5e1;text-overflow:ellipsis;white-space:nowrap;width:100%;margin-top:4px;font-size:12px;overflow:hidden}.weather-day-card-temp{color:#fb923c;margin-top:8px;font-size:19px;font-weight:900}.weather-day-card-meta,.weather-day-card-sun{color:#cbd5e1;margin-top:5px;font-size:12px}.weather-day-card-sun{margin-top:auto;padding-top:8px}.weather-hourly-table-wrapper{scrollbar-width:thin;border-radius:22px;overflow-x:auto}.weather-hourly-table-wrapper::-webkit-scrollbar-thumb{background:#ffffff3d;border-radius:999px}.weather-hourly-table{border-collapse:collapse;width:100%;min-width:1500px}.weather-hourly-table th,.weather-hourly-table td{text-align:center;border:1px solid #ffffff17;padding:10px 8px}.weather-hourly-table th{z-index:1;color:#cbd5e1;text-align:left;background:#020617c2;width:180px;min-width:180px;font-size:13px;position:sticky;left:0}.weather-hourly-table td{color:#e5eef8;background:#ffffff0b;min-width:55px;font-size:13px}.weather-hourly-table-icon{font-size:21px}.weather-hourly-temp-cell{font-weight:900;color:#fb923c!important}@media (width<=1200px){.weather-week-cards{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=900px){.weather-page{padding:18px}.weather-page-header,.weather-summary-card{flex-direction:column;align-items:stretch}.weather-temp-block{text-align:left}.weather-map-info{grid-template-columns:1fr}.weather-week-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.weather-page{padding:14px}.weather-search,.weather-date-input-row{flex-direction:column;align-items:stretch}.weather-search button{min-height:46px}.weather-search-results button{flex-direction:column}.weather-map-card,.weather-summary-card{border-radius:22px;padding:14px}.weather-map-wrapper{height:42vh;min-height:300px}.weather-summary-main{align-items:flex-start}.weather-emoji{border-radius:18px;width:56px;height:56px;font-size:30px}.weather-summary-card h2{white-space:normal}.weather-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.weather-stat-card{padding:14px}.weather-week-cards{grid-template-columns:1fr}}.weather-summary-card{border-radius:22px;margin-bottom:10px;padding:12px 16px}.weather-summary-main{gap:12px}.weather-emoji{border-radius:16px;width:50px;height:50px;font-size:28px}.weather-summary-card h2{font-size:clamp(21px,2.4vw,30px)}.weather-summary-kicker{margin-bottom:2px;font-size:11px}.weather-date{margin-top:4px;font-size:14px}.weather-temp-block strong{font-size:clamp(32px,4.2vw,48px)}.weather-temp-block span{margin-top:4px;font-size:13px}.weather-stats-grid{margin-bottom:14px}.weather-section-title-compact{margin-bottom:10px}.weather-section-title-compact h2{font-size:22px}.weather-week-section{margin-bottom:14px}.weather-day-card{min-height:158px;padding:12px 11px}.weather-day-card-icon{margin-top:7px;font-size:24px}.weather-day-card-temp{margin-top:6px;font-size:18px}.weather-hourly-section{margin-bottom:0}@media (width<=900px){.weather-summary-card{padding:14px}}.weather-hourly-table-wrapper{scrollbar-width:thin;scrollbar-color:#67e8f96b #0f172a61;border-radius:22px;padding-bottom:8px;overflow:auto hidden}.weather-hourly-table-wrapper::-webkit-scrollbar{height:10px}.weather-hourly-table-wrapper::-webkit-scrollbar-track{background:#0f172a61;border-radius:999px;margin:0 14px}.weather-hourly-table-wrapper::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#67e8f9b8,#5eead4b8);border:3px solid #0f172a61;border-radius:999px}.weather-hourly-table-wrapper::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#67e8f9e6,#5eead4e6)}.weather-hourly-table{border-radius:18px;overflow:hidden}.weather-hourly-table tr:last-child th,.weather-hourly-table tr:last-child td{border-bottom-color:#0000}.weather-page-header{display:none}.weather-page{padding-top:14px}@media (width<=760px){main.page-container:has(>.weather-page){width:100%;max-width:none;padding:0}.weather-page{padding:8px 0 max(108px, env(safe-area-inset-bottom))}.weather-map-card,.weather-summary-card,.weather-week-section,.weather-hourly-section,.weather-message,.weather-loading-panel{border-left:0;border-right:0;border-radius:0;width:100%;max-width:none;margin-left:0;margin-right:0}.weather-map-card{padding:12px 10px}.weather-summary-card,.weather-week-section,.weather-hourly-section,.weather-message,.weather-loading-panel{padding-left:12px;padding-right:12px}.weather-search,.weather-date-input-row{flex-direction:column;align-items:stretch}.weather-map-wrapper{border-radius:18px}}.create-group-modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#020617ad;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.create-group-modal{color:#e5e7eb;background:radial-gradient(circle at 0 0,#22c55e17,#0000 36%),linear-gradient(#0f172afa,#0c1220fa);border:1px solid #94a3b82e;border-radius:24px;width:min(100%,720px);max-height:88dvh;padding:18px;overflow:auto;box-shadow:0 28px 90px #0000007a}.create-group-modal__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.create-group-modal__kicker,.create-group-section__kicker{color:#86efac;letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:900}.create-group-modal h2,.create-group-modal h3{color:#f8fafc;margin:0;line-height:1.15}.create-group-modal h2{font-size:24px}.create-group-modal h3{font-size:18px}.create-group-modal__subtitle{color:#cbd5e1c7;margin:7px 0 0;font-size:14px;line-height:1.45}.create-group-modal__close,.create-group-modal__primary,.create-group-modal__secondary{cursor:pointer;border:0;border-radius:999px;min-height:42px;padding:0 18px;font-size:13px;font-weight:900;transition:transform .16s,background .16s,border-color .16s,opacity .16s}.create-group-modal__close,.create-group-modal__secondary{color:#e5e7eb;background:#ffffff12;border:1px solid #94a3b838}.create-group-modal__close:hover:not(:disabled),.create-group-modal__secondary:hover:not(:disabled){background:#ffffff1c;border-color:#e2e8f057;transform:translateY(-1px)}.create-group-modal__primary{color:#052e16;background:linear-gradient(135deg,#86efac,#5eead4);box-shadow:0 12px 30px #22c55e2b}.create-group-modal__primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 36px #22c55e38}.create-group-modal button:disabled,.create-group-field input:disabled,.create-group-field textarea:disabled,.create-group-search:disabled{cursor:not-allowed;opacity:.62}.create-group-form{gap:14px;display:grid}.create-group-section{background:#0f172a52;border:1px solid #94a3b824;border-radius:20px;gap:12px;padding:14px;display:grid}.create-group-section--main{background:0 0;border:0;padding:0}.create-group-field{gap:7px;display:grid}.create-group-field span{color:#e2e8f0db;letter-spacing:.02em;font-size:12px;font-weight:900}.create-group-field input,.create-group-field textarea,.create-group-search{box-sizing:border-box;color:#f8fafc;background:#02061752;border:1px solid #94a3b838;border-radius:14px;outline:none;width:100%;transition:border-color .16s,box-shadow .16s,background .16s}.create-group-field input,.create-group-search{min-height:42px;padding:0 13px}.create-group-field textarea{resize:vertical;min-height:86px;padding:12px 13px}.create-group-field input::placeholder,.create-group-field textarea::placeholder,.create-group-search::placeholder{color:#94a3b8b8}.create-group-field input:focus,.create-group-field textarea:focus,.create-group-search:focus{background:#02061775;border-color:#5eead46b;box-shadow:0 0 0 3px #2dd4bf17}.create-group-section--avatar{grid-template-columns:74px minmax(0,1fr);align-items:center;gap:14px}.create-group-avatar-field__input{display:none}.create-group-avatar-field__preview{color:#e2e8f0e6;background:radial-gradient(circle at 35% 25%,#5eead43d,#0000 42%),#0f172aeb;border:1px solid #5eead447;border-radius:50%;place-items:center;width:74px;height:74px;font-size:24px;font-weight:900;display:grid;overflow:hidden;box-shadow:inset 0 0 0 4px #ffffff08}.create-group-avatar-field__preview img{object-fit:cover;width:100%;height:100%;display:block}.create-group-avatar-field__content{gap:8px;min-width:0;display:grid}.create-group-avatar-field__title{color:#e5e7eb;font-weight:900;line-height:1.2}.create-group-avatar-field__hint{color:#cbd5e1ad;margin:0;font-size:13px;line-height:1.38}.create-group-avatar-field__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.create-group-avatar-field__button,.create-group-avatar-field__remove{cursor:pointer;border-radius:999px;min-height:36px;padding:8px 14px;font-size:13px;font-weight:900;transition:transform .16s,border-color .16s,background .16s,opacity .16s}.create-group-avatar-field__button{color:#dffcf3;background:#14b8a624;border:1px solid #5eead457;justify-content:center;align-items:center;gap:8px;display:inline-flex}.create-group-avatar-field__button:hover:not(:disabled){background:#14b8a633;border-color:#5eead494;transform:translateY(-1px)}.create-group-avatar-field__plus{color:#06131f;background:#5eead4;border-radius:50%;place-items:center;width:18px;height:18px;font-size:15px;font-weight:1000;line-height:1;display:grid}.create-group-avatar-field__remove{color:#fecaca;background:#7f1d1d29;border:1px solid #f8717142}.create-group-avatar-field__remove:hover:not(:disabled){background:#7f1d1d3d;border-color:#f871716b;transform:translateY(-1px)}.create-group-toggle{cursor:pointer;background:#0f172a47;border:1px solid #94a3b824;border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:13px 14px;display:grid}.create-group-toggle input{opacity:0;pointer-events:none;position:absolute}.create-group-toggle__switch{background:#0f172aeb;border:1px solid #94a3b847;border-radius:999px;flex-shrink:0;width:46px;height:26px;transition:background .16s,border-color .16s,box-shadow .16s;position:relative}.create-group-toggle__switch:after{content:"";background:#e2e8f0c7;border-radius:50%;width:18px;height:18px;transition:transform .16s,background .16s;position:absolute;top:3px;left:3px}.create-group-toggle input:checked+.create-group-toggle__switch{background:#14b8a642;border-color:#5eead48f;box-shadow:0 0 0 3px #2dd4bf14}.create-group-toggle input:checked+.create-group-toggle__switch:after{background:#5eead4;transform:translate(20px)}.create-group-toggle__content{gap:3px;min-width:0;display:grid}.create-group-toggle__title{color:#f8fafc;font-size:14px;font-weight:900}.create-group-toggle__hint{color:#cbd5e1a3;font-size:13px;line-height:1.35}.create-group-friends-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.create-group-selected-count{color:#e2e8f0d1;background:#ffffff0f;border-radius:999px;flex:none;padding:7px 10px;font-size:12px;font-weight:900}.create-group-friends-list{gap:8px;max-height:310px;padding-right:3px;display:grid;overflow-y:auto}.create-group-friend{cursor:pointer;background:#ffffff09;border:1px solid #94a3b81f;border-radius:16px;grid-template-columns:44px minmax(0,1fr) 28px;align-items:center;gap:11px;padding:10px 11px;transition:background .16s,border-color .16s,transform .16s;display:grid}.create-group-friend:hover{background:#ffffff0e;border-color:#94a3b838;transform:translateY(-1px)}.create-group-friend.is-selected{background:#14b8a61f;border-color:#5eead46b}.create-group-friend__avatar{object-fit:cover;border-radius:50%;width:44px;height:44px;display:block}.create-group-friend__avatar--fallback{color:#e2e8f0;background:#334155;place-items:center;font-weight:900;display:grid}.create-group-friend__info{gap:2px;min-width:0;display:grid}.create-group-friend__name,.create-group-friend__meta{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.create-group-friend__name{color:#f8fafc;font-weight:900}.create-group-friend__meta{color:#cbd5e1ad;font-size:13px}.create-group-checkbox{justify-self:end;width:22px;height:22px;position:relative}.create-group-checkbox input{opacity:0;cursor:pointer;position:absolute;inset:0}.create-group-checkbox span{background:#0f172ad6;border:1px solid #94a3b857;border-radius:8px;place-items:center;transition:background .16s,border-color .16s,box-shadow .16s;display:grid;position:absolute;inset:0}.create-group-checkbox span:after{content:"";opacity:0;border-bottom:2px solid #052e16;border-left:2px solid #052e16;width:9px;height:5px;transform:rotate(-45deg)translate(1px,-1px)}.create-group-checkbox input:checked+span{background:#5eead4;border-color:#5eead4b8;box-shadow:0 0 0 3px #2dd4bf1a}.create-group-checkbox input:checked+span:after{opacity:1}.create-group-empty{color:#cbd5e1b8;text-align:center;background:#ffffff09;border-radius:16px;margin:0;padding:18px}.create-group-error{color:#fecaca;background:#7f1d1d38;border:1px solid #f8717159;border-radius:16px;margin:0;padding:12px 14px;font-size:13px;line-height:1.4}.create-group-modal__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;padding-top:2px;display:flex}.profile-avatar-crop-modal__close:hover:not(:disabled){background:#ffffff1a;border-color:#e2e8f05c}.profile-avatar-crop-modal__close:disabled{cursor:wait;opacity:.6}.profile-avatar-crop-modal__stage{aspect-ratio:1;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background-color:#020617;background-image:linear-gradient(45deg,#ffffff0a 25%,#0000 25% 75%,#ffffff0a 75%),linear-gradient(45deg,#ffffff0a 25%,#0000 25% 75%,#ffffff0a 75%),none;background-position:0 0,12px 12px;background-repeat:repeat,repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #5eead438;border-radius:28px;width:min(100%,340px);margin:0 auto 18px;position:relative;overflow:hidden}.profile-avatar-crop-modal__stage:active{cursor:grabbing}.profile-avatar-crop-modal__primary:hover:not(:disabled),.profile-avatar-crop-modal__secondary:hover:not(:disabled){transform:translateY(-1px)}.profile-avatar-crop-modal__primary:disabled,.profile-avatar-crop-modal__secondary:disabled{cursor:wait;opacity:.62;transform:none}@media (width<=640px){.create-group-modal-backdrop{align-items:end;padding:10px}.create-group-modal{border-radius:22px;width:100%;max-height:92dvh;padding:16px}.create-group-modal__header{align-items:flex-start}.create-group-modal h2{font-size:22px}.create-group-section--avatar{text-align:center;grid-template-columns:1fr;justify-items:center}.create-group-avatar-field__content,.create-group-avatar-field__actions{justify-content:center;justify-items:center}.create-group-toggle{text-align:center;grid-template-columns:1fr;justify-items:center}.create-group-friends-head{align-items:flex-start}.create-group-modal__actions{grid-template-columns:1fr;display:grid}.create-group-modal__primary,.create-group-modal__secondary{width:100%}}@media (width<=560px){.profile-avatar-crop-backdrop{align-items:end;padding:10px}.profile-avatar-crop-modal{border-radius:24px;width:100%;padding:18px}.profile-avatar-crop-modal h2{font-size:21px}.profile-avatar-crop-modal__stage{border-radius:24px;width:min(100%,300px)}.profile-avatar-crop-modal__actions{grid-template-columns:1fr;display:grid}}@media (width<=560px){.profile-avatar-crop-backdrop{place-items:center!important;padding:10px!important}.profile-avatar-crop-modal{width:min(100%,100vw - 20px)!important;max-width:calc(100vw - 20px)!important;max-height:calc(100dvh - 20px)!important;padding:18px!important}.profile-avatar-crop-modal__stage{width:min(100%,320px)!important}.profile-avatar-crop-modal__actions{grid-template-columns:1fr 1fr!important;gap:10px!important;display:grid!important}.profile-avatar-crop-modal__actions button{width:100%;padding-inline:12px}}@media (width<=380px){.profile-avatar-crop-modal__actions{grid-template-columns:1fr!important}}@media (width<=560px){.profile-avatar-crop-backdrop{min-height:100dvh!important;padding:10px!important;overflow:hidden auto!important}.profile-avatar-crop-modal{width:min(100%,100dvw - 20px)!important;max-width:calc(100dvw - 20px)!important}}html.chat-details-document,html.chat-details-document body,html.chat-details-document #root,html.chat-details-document #root>div{width:100%;min-width:0;max-width:100%;overflow-x:hidden!important}.chat-details-route-main{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:16px;display:block;overflow-x:hidden}html:has(.chat-details-page){width:100%;min-width:0;max-width:100%;overflow-x:hidden}body:has(.chat-details-page){width:100%;min-width:0;max-width:100%;overflow-x:hidden}#root:has(.chat-details-page){width:100%;min-width:0;max-width:100%;overflow-x:hidden}.chat-details-page,.chat-details-page *,.chat-details-modal-backdrop,.chat-details-modal,.chat-details-modal *{box-sizing:border-box}.chat-details-page :where(section,article,div,header,footer,form,label,p,h1,h2,h3,span){min-width:0}.chat-details-page{color:#e5e7eb;gap:16px;width:min(980px,100%);min-width:0;max-width:980px;margin:16px auto 22px;display:grid;overflow:visible}.chat-details-hero,.chat-details-card,.chat-details-alert,.chat-details-message,.chat-details-loading{background:radial-gradient(circle at 0 0,#22c55e14,#0000 36%),linear-gradient(#0f172ae0,#0d1321eb);border:1px solid #94a3b829;border-radius:24px;width:100%;min-width:0;box-shadow:0 18px 55px #00000038}.chat-details-loading,.chat-details-alert,.chat-details-message{color:#cbd5e1d1;padding:15px 16px;font-size:14px;line-height:1.45}.chat-details-alert{background:#f59e0b14;border-color:#f59e0b4d;gap:4px;display:grid}.chat-details-alert strong{color:#fde68a}.chat-details-message{color:#fecaca;background:#7f1d1d2e;border-color:#f8717152}.chat-details-hero{grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:18px;padding:18px;display:grid}.chat-details-hero__main{align-items:flex-start;gap:18px;min-width:0;display:flex}.chat-details-hero__content{gap:8px;min-width:0;display:grid}.chat-details-kicker{color:#86efac;letter-spacing:.08em;text-transform:uppercase;background:#22c55e1f;border-radius:999px;width:fit-content;max-width:100%;margin:0;padding:5px 10px;font-size:11px;font-weight:1000}.chat-details-hero h1,.chat-details-card h2,.chat-details-modal h2{color:#f8fafc;margin:0;line-height:1.14}.chat-details-hero h1{overflow-wrap:anywhere;font-size:clamp(24px,3vw,34px)}.chat-details-card h2,.chat-details-modal h2{font-size:21px}.chat-details-description{color:#cbd5e1c7;overflow-wrap:anywhere;max-width:660px;margin:0;font-size:14px;line-height:1.52}.chat-details-avatar{object-fit:cover;background:radial-gradient(circle at 35% 25%,#5eead438,#0000 42%),#0f172af2;border:1px solid #5eead43d;border-radius:50%;flex:none;display:block;box-shadow:inset 0 0 0 4px #ffffff08}.chat-details-avatar--large{width:96px;height:96px;font-size:34px}.chat-details-avatar--edit{width:82px;height:82px;font-size:28px}.chat-details-avatar--medium{width:52px;height:52px;font-size:18px}.chat-details-avatar--small{width:44px;height:44px;font-size:16px}.chat-details-avatar--fallback{color:#e2e8f0;place-items:center;font-weight:1000;display:grid}.chat-details-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:min(100%,390px);margin-top:8px;display:grid}.chat-details-stat,.chat-details-count{background:#02061747;border:1px solid #94a3b821;border-radius:16px}.chat-details-stat{gap:6px;padding:13px 14px;display:grid}.chat-details-stat span{color:#cbd5e1c2;font-size:13px;font-weight:900;line-height:1.2}.chat-details-stat strong{color:#f8fafc;font-size:16px;font-weight:1000;line-height:1.25}.chat-details-hero__actions,.chat-details-actions-row,.chat-details-section-actions,.chat-details-modal__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.chat-details-button{cursor:pointer;white-space:nowrap;border:0;border-radius:999px;max-width:100%;min-height:40px;padding:0 16px;font-size:13px;font-weight:1000;transition:transform .16s,background .16s,border-color .16s,opacity .16s,box-shadow .16s}.chat-details-button:hover:not(:disabled){transform:translateY(-1px)}.chat-details-button:disabled{cursor:not-allowed;opacity:.58;transform:none}.chat-details-button--primary{color:#052e16;background:linear-gradient(135deg,#86efac,#5eead4);box-shadow:0 12px 28px #22c55e29}.chat-details-button--secondary{color:#e5e7eb;background:#ffffff12;border:1px solid #94a3b838}.chat-details-button--secondary:hover:not(:disabled){background:#ffffff1c;border-color:#e2e8f057}.chat-details-button--danger{color:#fecaca;background:#7f1d1d2b;border:1px solid #f8717147}.chat-details-button--danger:hover:not(:disabled){background:#7f1d1d40;border-color:#f871716b}.chat-details-button--small{min-height:34px;padding:0 12px;font-size:12px}.chat-details-card{gap:15px;padding:18px;display:grid}.chat-details-section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;min-width:0;display:flex}.chat-details-section-head>div{gap:7px;min-width:0;display:grid}.chat-details-count{color:#e2e8f0d6;flex:none;padding:7px 11px;font-size:12px;font-weight:1000}.chat-details-edit-form{gap:13px;display:grid}.chat-details-field{gap:7px;min-width:0;display:grid!important}.chat-details-field span{color:#e2e8f0db;letter-spacing:.02em;font-size:12px;font-weight:1000}.chat-details-field input,.chat-details-field textarea{color:#f8fafc;background:#02061752;border:1px solid #94a3b838;border-radius:15px;outline:none;width:100%;min-width:0;transition:border-color .16s,box-shadow .16s,background .16s}.chat-details-field input{min-height:44px;padding:0 14px}.chat-details-field textarea{resize:vertical;min-height:96px;padding:12px 14px}.chat-details-field input::placeholder,.chat-details-field textarea::placeholder{color:#94a3b8b8}.chat-details-field input:focus,.chat-details-field textarea:focus{background:#02061775;border-color:#5eead46b;box-shadow:0 0 0 3px #2dd4bf17}.chat-details-avatar-editor{background:#0206173d;border:1px solid #94a3b824;border-radius:20px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;padding:14px;display:grid}.chat-details-avatar-editor__input{display:none}.chat-details-avatar-editor__content{gap:7px;min-width:0;display:grid}.chat-details-avatar-editor__title{color:#f8fafc;font-weight:1000}.chat-details-avatar-editor__content p{color:#cbd5e1ad;margin:0;font-size:13px;line-height:1.38}.chat-details-avatar-editor__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.chat-details-avatar-editor__button,.chat-details-avatar-editor__remove{cursor:pointer;border-radius:999px;min-height:36px;padding:8px 14px;font-size:13px;font-weight:1000;transition:transform .16s,background .16s,border-color .16s,opacity .16s}.chat-details-avatar-editor__button{color:#dffcf3;background:#14b8a624;border:1px solid #5eead457}.chat-details-avatar-editor__remove{color:#fecaca;background:#7f1d1d29;border:1px solid #f8717142}.chat-details-toggle{cursor:pointer;background:#02061738;border:1px solid #94a3b824;border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:13px 14px;display:grid!important}.chat-details-toggle input{opacity:0;pointer-events:none;position:absolute}.chat-details-toggle__switch{background:#0f172aeb;border:1px solid #94a3b847;border-radius:999px;width:46px;height:26px;transition:background .16s,border-color .16s,box-shadow .16s;position:relative}.chat-details-toggle__switch:after{content:"";background:#e2e8f0c7;border-radius:50%;width:18px;height:18px;transition:transform .16s,background .16s;position:absolute;top:3px;left:3px}.chat-details-toggle input:checked+.chat-details-toggle__switch{background:#14b8a642;border-color:#5eead48f;box-shadow:0 0 0 3px #2dd4bf14}.chat-details-toggle input:checked+.chat-details-toggle__switch:after{background:#5eead4;transform:translate(20px)}.chat-details-toggle__content{gap:3px;min-width:0;display:grid}.chat-details-toggle__content strong{color:#f8fafc;font-size:14px}.chat-details-toggle__content small{color:#cbd5e1a3;font-size:13px;line-height:1.35}.chat-details-participants-list{grid-template-columns:1fr;gap:10px;width:100%;display:grid;overflow:visible}.chat-details-person-card{background:#ffffff09;border:1px solid #94a3b81f;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-width:0;padding:12px;display:grid}.chat-details-person-card__avatar-button,.chat-details-person-card__name{cursor:pointer;background:0 0;border:0;padding:0}.chat-details-person-card__info{gap:2px;min-width:0;display:grid}.chat-details-person-card__name{color:#f8fafc;text-align:left;white-space:nowrap;text-overflow:ellipsis;width:fit-content;max-width:100%;font-size:15px;font-weight:1000;overflow:hidden}.chat-details-person-card__name:hover{color:#86efac}.chat-details-person-card__info span{color:#cbd5e1a8;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:13px;overflow:hidden}.chat-details-person-card__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.chat-details-empty{color:#cbd5e1c7;text-align:center;background:#ffffff09;border-radius:16px;margin:0;padding:15px;font-size:14px;line-height:1.45}.chat-details-modal-backdrop{z-index:10010;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#020617c2;place-items:center;padding:18px;display:grid;position:fixed;inset:0;overflow-x:hidden}.chat-details-modal{color:#e5e7eb;background:radial-gradient(circle at 0 0,#22c55e1f,#0000 34%),linear-gradient(#0f172afa,#0c121efa);border:1px solid #94a3b838;border-radius:24px;grid-template-rows:auto auto minmax(0,1fr) auto;gap:14px;width:min(720px,100%);min-width:0;max-width:720px;max-height:min(92dvh,780px);padding:18px;display:grid;overflow:hidden;box-shadow:0 28px 90px #00000080}.chat-details-modal__head{justify-content:space-between;align-items:flex-start;gap:14px;min-width:0;display:flex}.chat-details-modal__head>div{gap:7px;min-width:0;display:grid}.chat-details-modal__head p{color:#cbd5e1b8;margin:0;font-size:13px;line-height:1.42}.chat-details-icon-button{color:#f8fafce6;cursor:pointer;background:#ffffff0f;border:1px solid #94a3b83d;border-radius:999px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;font-size:0;line-height:1;display:inline-flex}.chat-details-modal__body{gap:14px;min-height:0;padding-right:2px;display:grid;overflow:hidden auto}.chat-details-add-block{gap:8px;min-width:0;display:grid}.chat-details-add-block__title{color:#e2e8f0db;letter-spacing:.02em;font-size:12px;font-weight:1000}.chat-details-user-list{gap:8px;min-width:0;display:grid}.chat-details-user-row{cursor:pointer;background:#ffffff09;border:1px solid #94a3b81f;border-radius:16px;grid-template-columns:44px minmax(0,1fr) 28px;align-items:center;gap:11px;min-width:0;padding:10px 11px;transition:background .16s,border-color .16s,transform .16s;display:grid!important}.chat-details-user-row:hover{background:#ffffff0e;border-color:#94a3b838;transform:translateY(-1px)}.chat-details-user-row.is-selected{background:#14b8a61f;border-color:#5eead46b}.chat-details-user-row.is-disabled{opacity:.55;cursor:not-allowed}.chat-details-user-row__info{gap:2px;min-width:0;display:grid}.chat-details-user-row__info strong,.chat-details-user-row__info small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chat-details-user-row__info strong{color:#f8fafc;font-size:14px;font-weight:1000}.chat-details-user-row__info small{color:#cbd5e1a8;font-size:13px}.chat-details-checkbox{justify-self:end;width:22px;height:22px;position:relative}.chat-details-checkbox input{opacity:0;cursor:pointer;position:absolute;inset:0}.chat-details-checkbox span{background:#0f172ad6;border:1px solid #94a3b857;border-radius:8px;place-items:center;transition:background .16s,border-color .16s,box-shadow .16s;display:grid;position:absolute;inset:0}.chat-details-checkbox span:after{content:"";opacity:0;border-bottom:2px solid #052e16;border-left:2px solid #052e16;width:9px;height:5px;transform:rotate(-45deg)translate(1px,-1px)}.chat-details-checkbox input:checked+span{background:#5eead4;border-color:#5eead4b8;box-shadow:0 0 0 3px #2dd4bf1a}.chat-details-checkbox input:checked+span:after{opacity:1}.chat-details-modal__actions>span{color:#cbd5e1b8;margin-right:auto;font-size:13px;font-weight:900}@media (width<=860px){.chat-details-hero{grid-template-columns:1fr}.chat-details-hero__actions{justify-content:flex-start}}@media (width<=640px){:is(html:has(.chat-details-page),body:has(.chat-details-page)){width:100%;max-width:100%;overflow-x:hidden}.chat-details-route-main{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:10px 12px calc(22px + env(safe-area-inset-bottom));overflow-x:hidden}.chat-details-page{gap:12px;width:min(382px,100%);min-width:0;max-width:382px;margin:0 auto;overflow-x:hidden}.chat-details-hero,.chat-details-card,.chat-details-alert,.chat-details-message,.chat-details-loading{border-radius:18px;width:100%;min-width:0;max-width:100%;padding:12px;overflow:hidden}.chat-details-hero{grid-template-columns:1fr;gap:12px}.chat-details-hero__main{gap:10px;width:100%;min-width:0}.chat-details-hero__content{min-width:0}.chat-details-avatar--large{width:64px;height:64px;font-size:23px}.chat-details-avatar--medium{width:46px;height:46px;font-size:16px}.chat-details-hero h1{overflow-wrap:anywhere;font-size:22px;line-height:1.15}.chat-details-description{font-size:13px}.chat-details-stats{grid-template-columns:1fr;gap:8px;width:100%}.chat-details-stat{padding:10px 11px}.chat-details-section-head{grid-template-columns:minmax(0,1fr);gap:10px;display:grid}.chat-details-section-actions,.chat-details-actions-row,.chat-details-hero__actions,.chat-details-modal__actions{grid-template-columns:minmax(0,1fr);justify-content:stretch;gap:8px;width:100%;max-width:100%;display:grid}.chat-details-section-actions .chat-details-count{width:fit-content;max-width:100%}.chat-details-button{white-space:normal;width:100%;min-width:0;min-height:38px;padding:0 12px;line-height:1.15}.chat-details-edit-form,.chat-details-participants-list{width:100%;min-width:0;max-width:100%}.chat-details-person-card{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;width:100%;min-width:0;max-width:100%;padding:10px}.chat-details-person-card__actions{grid-column:1/-1;grid-template-columns:minmax(0,1fr);justify-content:stretch;gap:8px;width:100%;max-width:100%;display:grid}.chat-details-avatar-editor{grid-template-columns:1fr;justify-items:start;width:100%;max-width:100%;padding:12px}.chat-details-avatar-editor__actions{grid-template-columns:minmax(0,1fr);gap:8px;width:100%;display:grid}.chat-details-avatar-editor__button,.chat-details-avatar-editor__remove{text-align:center;width:100%;min-width:0}.chat-details-toggle{grid-template-columns:auto minmax(0,1fr);align-items:start;width:100%;max-width:100%;padding:11px}.chat-details-field input,.chat-details-field textarea{width:100%;min-width:0;max-width:100%}.chat-details-modal-backdrop{place-items:center;padding:12px;overflow-x:hidden}.chat-details-modal{border-radius:22px;width:min(382px,100%);min-width:0;max-width:382px;max-height:min(88dvh,720px);padding:14px;overflow-x:hidden}.chat-details-modal__head{gap:10px}.chat-details-user-row{grid-template-columns:40px minmax(0,1fr) 24px;gap:9px;width:100%;min-width:0;max-width:100%;padding:9px}.chat-details-checkbox{width:22px;min-width:22px}}.profile-avatar-crop-backdrop{z-index:10020;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#020617d1;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.profile-avatar-crop-modal{color:#e5e7eb;background:radial-gradient(circle at 0 0,#22c55e1f,#0000 34%),linear-gradient(#0f172afa,#0c121efa);border:1px solid #94a3b83d;border-radius:26px;width:min(100%,520px);max-height:min(92dvh,760px);padding:22px;overflow:auto;box-shadow:0 28px 90px #00000080}.profile-avatar-crop-modal__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:10px;display:flex}.profile-avatar-crop-modal__kicker{color:#86efac;letter-spacing:.08em;text-transform:uppercase;margin:0 0 7px;font-size:12px;font-weight:900}.profile-avatar-crop-modal h2{color:#fff;margin:0;font-size:24px;line-height:1.16}.profile-avatar-crop-modal__close{color:#f8fafce6;cursor:pointer;background:#ffffff0f;border:1px solid #94a3b83d;border-radius:999px;flex:none;place-items:center;width:42px;height:42px;font-size:26px;line-height:1;display:inline-grid}.profile-avatar-crop-modal__hint{color:#cbd5e1d1;margin:0 0 18px;font-size:14px;line-height:1.5}.profile-avatar-crop-modal__stage{aspect-ratio:1;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:#020617;border:1px solid #5eead438;border-radius:28px;width:min(100%,340px);margin:0 auto 18px;position:relative;overflow:hidden}.profile-avatar-crop-modal__image{max-width:none;max-height:none;transform:translate(calc(-50% + var(--avatar-crop-x,0px)), calc(-50% + var(--avatar-crop-y,0px))) scale(var(--avatar-crop-zoom,1));transform-origin:50%;-webkit-user-select:none;user-select:none;pointer-events:none;position:absolute;top:50%;left:50%}.profile-avatar-crop-modal__image.is-wide{width:auto;height:100%}.profile-avatar-crop-modal__image.is-tall{width:100%;height:auto}.profile-avatar-crop-modal__circle{aspect-ratio:1;pointer-events:none;border:2px solid #86efacf5;border-radius:999px;width:76%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 9999px #0206178f,inset 0 0 0 1px #0f172ae6,0 0 34px #22c55e2e}.profile-avatar-crop-modal__circle:after{content:"";opacity:.7;border:0;border-left:1px solid #ffffff38;border-right:1px solid #ffffff38;position:absolute;inset:33.333%}.profile-avatar-crop-modal__zoom{color:#e2e8f0db;gap:10px;margin:0 0 16px;font-size:13px;font-weight:800;display:grid!important}.profile-avatar-crop-modal__zoom input{accent-color:#22c55e;width:100%}.profile-avatar-crop-modal__error{color:#fecaca;background:#7f1d1d38;border:1px solid #f8717159;border-radius:15px;margin-bottom:14px;padding:11px 13px;font-size:13px;line-height:1.4}.profile-avatar-crop-modal__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.profile-avatar-crop-modal__primary,.profile-avatar-crop-modal__secondary{cursor:pointer;border-radius:999px;min-height:44px;padding:0 18px;font-size:13px;font-weight:900;transition:transform .16s,border-color .16s,background .16s,opacity .16s}.profile-avatar-crop-modal__primary{color:#052e16;background:linear-gradient(135deg,#86efac,#5eead4);border:1px solid #86efacb8;box-shadow:0 14px 34px #22c55e2e}.profile-avatar-crop-modal__secondary{color:#e5e7eb;background:#ffffff0f;border:1px solid #94a3b83d}html.chat-details-document,body.chat-details-document{width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:clip!important}body.chat-details-document #root,body.chat-details-document #root>div{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:clip!important}.chat-details-route-main{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;overflow-x:clip!important}.chat-details-page{box-sizing:border-box!important;width:calc(100% - 32px)!important;min-width:0!important;max-width:980px!important;margin:16px auto 24px!important;overflow-x:clip!important}.chat-details-page,.chat-details-page *,.chat-details-modal-backdrop,.chat-details-modal,.chat-details-modal *{box-sizing:border-box!important}.chat-details-page :where(.chat-details-hero,.chat-details-card,.chat-details-alert,.chat-details-message,.chat-details-loading,.chat-details-participants-list,.chat-details-person-card,.chat-details-section-actions,.chat-details-actions-row,.chat-details-hero__actions){min-width:0!important;max-width:100%!important}.chat-details-modal-backdrop{place-items:center!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:18px!important;display:grid!important;position:fixed!important;inset:0!important;overflow-x:clip!important}.chat-details-modal{width:min(720px,100% - 36px)!important;min-width:0!important;max-width:720px!important;margin:0 auto!important}.chat-details-icon-button{justify-content:center!important;align-items:center!important;padding:0!important;font-size:0!important;line-height:1!important;display:inline-flex!important;overflow:hidden!important}.chat-details-icon-button:before{content:"×";color:currentColor;font-size:28px;line-height:1;display:block;transform:translateY(-1px)}@media (width<=640px){.chat-details-page{width:calc(100% - 32px)!important;max-width:382px!important;margin:10px auto 24px!important}.chat-details-hero,.chat-details-card,.chat-details-alert,.chat-details-message,.chat-details-loading{border-radius:18px!important;padding:12px!important;overflow:hidden!important}.chat-details-hero,.chat-details-card{width:100%!important}.chat-details-hero__main{width:100%!important;min-width:0!important}.chat-details-section-actions,.chat-details-actions-row,.chat-details-hero__actions,.chat-details-person-card__actions,.chat-details-modal__actions{grid-template-columns:minmax(0,1fr)!important;gap:8px!important;width:100%!important;max-width:100%!important;display:grid!important}.chat-details-button{white-space:normal!important;width:100%!important;min-width:0!important}.chat-details-person-card{grid-template-columns:auto minmax(0,1fr)!important;width:100%!important;min-width:0!important;max-width:100%!important}.chat-details-person-card__actions{grid-column:1/-1!important}.chat-details-modal-backdrop{padding:12px 16px!important}.chat-details-modal{border-radius:22px!important;width:100%!important;min-width:0!important;max-width:382px!important;padding:14px!important}.chat-details-modal__head{grid-template-columns:minmax(0,1fr) 40px!important;align-items:start!important;gap:10px!important;display:grid!important}.chat-details-icon-button{justify-self:end!important;width:40px!important;height:40px!important}.chat-details-user-row{grid-template-columns:38px minmax(0,1fr) 22px!important;gap:8px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:9px!important}.chat-details-avatar--small{width:38px!important;height:38px!important;font-size:15px!important}.chat-details-checkbox{justify-self:end!important;width:22px!important;min-width:22px!important}}@media (width<=380px){.chat-details-page{width:calc(100% - 24px)!important;max-width:342px!important}.chat-details-modal-backdrop{padding-inline:12px!important}}.profile-avatar-crop-backdrop{box-sizing:border-box!important;place-items:center!important;width:100%!important;max-width:100%!important;min-height:100dvh!important;padding:16px!important;display:grid!important;overflow:hidden auto!important}.profile-avatar-crop-modal,.profile-avatar-crop-modal *{box-sizing:border-box}.profile-avatar-crop-modal{overscroll-behavior:contain;width:min(520px,100vw - 32px)!important;max-width:calc(100vw - 32px)!important;max-height:calc(100dvh - 32px)!important;margin:auto!important}.profile-avatar-crop-modal__close{text-align:center!important;justify-content:center!important;align-items:center!important;padding:0!important;font-family:Arial,Helvetica,sans-serif!important;font-size:28px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.profile-avatar-crop-modal__stage{overscroll-behavior:contain;touch-action:none!important}.profile-avatar-crop-modal__zoom input[type=range]{min-width:0;display:block;width:100%!important}@media (width<=560px){.profile-avatar-crop-backdrop{place-items:center!important;padding:10px!important}.profile-avatar-crop-modal{width:min(100%,100vw - 20px)!important;max-width:calc(100vw - 20px)!important;max-height:calc(100dvh - 20px)!important;padding:18px!important}.profile-avatar-crop-modal__stage{width:min(100%,320px)!important}.profile-avatar-crop-modal__actions{grid-template-columns:1fr 1fr!important;gap:10px!important;display:grid!important}.profile-avatar-crop-modal__actions button{width:100%;padding-inline:12px}}@media (width<=380px){.profile-avatar-crop-modal__actions{grid-template-columns:1fr!important}}.profile-avatar-crop-modal__zoom input[type=range]{cursor:pointer;height:24px;appearance:none!important;background:0 0!important;border:0!important;padding:0!important}.profile-avatar-crop-modal__zoom input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(90deg, #22c55e 0 var(--avatar-zoom-progress,0%), #94a3b86b var(--avatar-zoom-progress,0%) 100%);border-radius:999px;height:6px}.profile-avatar-crop-modal__zoom input[type=range]::-webkit-slider-thumb{appearance:none;background:#22c55e;border:0;border-radius:50%;width:18px;height:18px;margin-top:-6px;box-shadow:0 0 0 4px #22c55e2e}.profile-avatar-crop-modal__zoom input[type=range]::-moz-range-track{background:#94a3b86b;border-radius:999px;height:6px}.profile-avatar-crop-modal__zoom input[type=range]::-moz-range-progress{background:#22c55e;border-radius:999px;height:6px}.profile-avatar-crop-modal__zoom input[type=range]::-moz-range-thumb{background:#22c55e;border:0;border-radius:50%;width:18px;height:18px;box-shadow:0 0 0 4px #22c55e2e}.profile-avatar-crop-backdrop{box-sizing:border-box!important;width:100dvw!important;max-width:100dvw!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}.profile-avatar-crop-modal{box-sizing:border-box!important;margin-inline:auto!important}.profile-avatar-crop-modal__close{text-align:center!important;justify-content:center!important;align-items:center!important;padding:0!important;line-height:1!important;display:inline-flex!important}@media (width<=560px){.profile-avatar-crop-backdrop{min-height:100dvh!important;padding:10px!important;overflow:hidden auto!important}.profile-avatar-crop-modal{width:min(100%,100dvw - 20px)!important;max-width:calc(100dvw - 20px)!important}}@media (width<=640px){html.chat-details-document,html.chat-details-document body,html.chat-details-document #root{overscroll-behavior-x:none;width:100dvw!important;min-width:0!important;max-width:100dvw!important;overflow-x:hidden!important}html.chat-details-document body{touch-action:pan-y;position:relative}html.chat-details-document #root>*{width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.chat-details-route-main,.chat-details-page{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.chat-details-route-main{padding-left:10px!important;padding-right:10px!important}.chat-details-page{margin:0 auto 24px!important}.chat-details-page *,.chat-details-modal,.chat-details-modal *{box-sizing:border-box;min-width:0;max-width:100%}.chat-details-hero,.chat-details-card,.chat-details-alert,.chat-details-message,.chat-details-loading,.chat-details-section-head,.chat-details-section-actions,.chat-details-actions-row,.chat-details-hero__actions,.chat-details-edit-form,.chat-details-participants-list,.chat-details-person-card,.chat-details-person-card__info,.chat-details-person-card__actions,.chat-details-avatar-editor,.chat-details-avatar-editor__content,.chat-details-avatar-editor__actions,.chat-details-toggle,.chat-details-toggle__content,.chat-details-user-list,.chat-details-user-row{width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.chat-details-hero__main{align-items:flex-start;width:100%!important;min-width:0!important}.chat-details-hero__content{min-width:0!important;max-width:100%!important}.chat-details-description,.chat-details-hero h1,.chat-details-person-card__name,.chat-details-person-card__info span,.chat-details-toggle__content strong,.chat-details-toggle__content small,.chat-details-field span,.chat-details-field input,.chat-details-field textarea{word-break:break-word;overflow-wrap:anywhere!important}.chat-details-button,.chat-details-avatar-editor__button,.chat-details-avatar-editor__remove{white-space:normal!important;width:100%!important;min-width:0!important;max-width:100%!important}}.chat-details-notification-card{padding:0;overflow:hidden}.chat-details-toggle--notification{border-radius:inherit;background:0 0;border:none;margin:0}.chat-details-toggle--notification .chat-details-toggle__content strong{color:#f8fafc}.chat-details-toggle--notification.is-muted .chat-details-toggle__content strong{color:#fecaca}html,body,#root{min-height:100%;margin:0;padding:0}body{color:#f3f4f6;background:linear-gradient(#0f1220 0%,#151a2e 100%);font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}a{color:#9ecbff;text-decoration:none}a:hover{text-decoration:underline}.page-container{max-width:1100px;margin:0 auto;padding:24px}.page-title{text-align:center;margin:0 0 20px;font-size:52px;font-weight:700}.section-title{margin:0 0 16px;font-size:28px;font-weight:700}.card{background:#141828eb;border:1px solid #ffffff24;border-radius:16px;padding:20px;box-shadow:0 8px 24px #00000040}.card-grid{gap:16px;display:grid}.form-grid{gap:12px;display:grid}input,textarea,select{color:#f3f4f6;background:#1c2238;border:1px solid #ffffff29;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:15px}input:focus,textarea:focus,select:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa2e}textarea{resize:vertical;min-height:100px}button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:10px;padding:12px 16px;font-size:15px;font-weight:600;transition:all .2s}button:hover{background:#2563eb}button:disabled{opacity:.65;cursor:not-allowed}.button-secondary{background:#4b5563}.button-secondary:hover{background:#374151}.button-danger{background:#dc2626}.button-danger:hover{background:#b91c1c}.button-row{flex-wrap:wrap;gap:10px;display:flex}.muted-text{color:#cbd5e1}.success-text{color:#86efac}.error-text{color:#fca5a5}.avatar-large{object-fit:cover;border:3px solid #ffffff26;border-radius:50%;width:140px;height:140px}.preview-image{border-radius:12px;width:220px;max-width:100%;display:block}.info-list{gap:8px;display:grid}.map-wrapper{background:#111827;border:1px solid #ffffff24;border-radius:16px;height:460px;margin-bottom:24px;overflow:hidden}@media (width<=768px){.page-container{padding:16px}.page-title{font-size:38px}}.yandex-map-container{width:100%;height:100%;position:relative}.yandex-map-controls{z-index:10;flex-direction:column;gap:8px;display:flex;position:absolute;top:14px;right:14px}.yandex-map-controls button{color:#1f2937;cursor:pointer;background:#fff;border:none;border-radius:12px;width:42px;height:42px;font-size:22px;font-weight:800;line-height:1;box-shadow:0 8px 22px #0f172a38}.yandex-map-controls button:hover{background:#f1f5f9;transform:translateY(-1px)}.yandex-map-controls button:active{transform:translateY(0)}.legal-footer{color:#e2e8f0a3;width:min(100%,1100px);margin:0 auto;padding:8px 24px 28px;font-size:13px}.legal-footer__inner{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:14px;display:flex}.legal-footer__links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px 14px;display:flex}.legal-footer__links a{color:#e2e8f0c7;text-decoration:none}.legal-footer__links a:hover{color:#fff;text-decoration:underline}@media (width<=640px){.legal-footer{padding:4px 16px 104px;font-size:12px}.legal-footer__inner,.legal-footer__links{text-align:center;justify-content:center}}.legal-consent-modal-backdrop{z-index:120;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#020617c2;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.legal-consent-modal{box-sizing:border-box;color:#e5e7eb;background:linear-gradient(#0f172afa,#0f1220fa);border:1px solid #94a3b83d;border-radius:26px;width:min(100%,620px);max-height:min(92dvh,760px);padding:24px;overflow:auto;box-shadow:0 28px 90px #0000007a}.legal-consent-modal__header{gap:10px;margin-bottom:18px;display:grid}.legal-consent-modal__kicker{color:#67e8f9;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:12px;font-weight:900}.legal-consent-modal h2{color:#fff;margin:0;font-size:24px;line-height:1.18}.legal-consent-modal p{color:#e2e8f0c7;margin:0;font-size:15px;line-height:1.55}.legal-consent-modal__form{gap:12px;display:grid}.legal-consent-modal__check{color:#e2e8f0e0;background:#ffffff0b;border:1px solid #94a3b82e;border-radius:18px;grid-template-columns:22px 1fr;align-items:flex-start;gap:12px;padding:14px;font-size:14px;line-height:1.5;display:grid}.legal-consent-modal__check input{accent-color:#22c55e;width:18px;height:18px;margin:2px 0 0}.legal-consent-modal__check a{color:#67e8f9;font-weight:800;text-decoration:none}.legal-consent-modal__check a:hover{text-decoration:underline}.legal-consent-modal__error{color:#fecaca;background:#7f1d1d3d;border:1px solid #f8717159;border-radius:16px;padding:12px 14px;font-size:14px;line-height:1.45}.legal-consent-modal__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.legal-consent-modal__primary,.legal-consent-modal__secondary{cursor:pointer;border-radius:14px;padding:12px 16px;font-weight:900;transition:transform .15s,opacity .15s}.legal-consent-modal__primary:hover,.legal-consent-modal__secondary:hover{transform:translateY(-1px)}.legal-consent-modal__primary:disabled,.legal-consent-modal__secondary:disabled{cursor:not-allowed;opacity:.58;transform:none}.legal-consent-modal__primary{color:#082f49;background:linear-gradient(135deg,#67e8f9,#5eead4);border:none;box-shadow:0 12px 30px #2dd4bf38}.legal-consent-modal__secondary{color:#e5e7eb;background:#ffffff0f;border:1px solid #94a3b83d}@media (width<=640px){.legal-consent-modal-backdrop{align-items:end;padding:12px}.legal-consent-modal{border-radius:22px;max-height:88dvh;padding:18px}.legal-consent-modal h2{font-size:21px}.legal-consent-modal__actions{grid-template-columns:1fr;display:grid}}.app-header-actions{flex-shrink:0;align-items:center;gap:10px;display:flex;position:relative}.app-header-bell-wrap{position:relative}.app-header-bell{color:#e2e8f0e0;cursor:pointer;background:#ffffff0e;border:1px solid #94a3b838;border-radius:16px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;line-height:0;transition:transform .15s,border-color .15s,background .15s,color .15s;display:inline-flex;position:relative}.app-header-bell__icon{flex:none;display:block}.app-header-bell:hover,.app-header-bell--active{color:#fff;background:#2dd4bf21;border-color:#5eead46b;transform:translateY(-1px)}.app-header-bell-panel{z-index:120;color:#e5e7eb;background:linear-gradient(#0f172afa,#0f1220fa);border:1px solid #94a3b838;border-radius:22px;width:min(360px,100vw - 28px);position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 24px 70px #00000070}.app-header-bell-panel:before{content:"";background:#0f172afa;border-top:1px solid #94a3b838;border-left:1px solid #94a3b838;width:12px;height:12px;position:absolute;top:-6px;right:18px;transform:rotate(45deg)}.app-header-bell-panel__head{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding:16px 16px 12px;display:flex;position:relative}.app-header-bell-panel__head strong{color:#fff;font-size:16px}.app-header-bell-panel__head span{color:#99f6e4;background:#14b8a61f;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900}.app-header-bell-panel__action,.app-header-bell-panel__item{text-align:left;width:100%;color:inherit;cursor:pointer;background:0 0;border:0;gap:4px;display:grid}.app-header-bell-panel__action{background:#22c55e14;border-bottom:1px solid #ffffff14;padding:13px 16px}.app-header-bell-panel__action span,.app-header-bell-panel__item strong{color:#fff;font-size:14px;font-weight:900}.app-header-bell-panel__action small,.app-header-bell-panel__item span,.app-header-bell-panel__empty{color:#e2e8f0ad;font-size:13px;line-height:1.35}.app-header-bell-panel__list{scrollbar-width:thin;scrollbar-color:#5eead473 #0f172a8c;max-height:330px;display:grid;overflow:auto}.app-header-bell-panel__list::-webkit-scrollbar{width:8px}.app-header-bell-panel__list::-webkit-scrollbar-track{background:#0f172a8c;border-radius:999px}.app-header-bell-panel__list::-webkit-scrollbar-thumb{background:#5eead473;border:2px solid #0f172a8c;border-radius:999px}.app-header-bell-panel__list::-webkit-scrollbar-thumb:hover{background:#5eead4b3}.app-header-bell-panel__item{border-bottom:1px solid #ffffff0f;padding:13px 16px}.app-header-bell-panel__item:hover,.app-header-bell-panel__action:hover{background:#fff1}.app-header-bell-panel__empty{margin:0;padding:18px 16px}.app-notification-toast-stack{z-index:115;pointer-events:none;gap:10px;width:min(360px,100vw - 28px);display:grid;position:fixed}.app-notification-toast-stack--chat{bottom:98px;left:50%;transform:translate(-50%)}.app-notification-toast-stack--bell{top:76px;right:18px}.app-notification-toast{color:#e5e7eb;pointer-events:auto;background:linear-gradient(#0f172afa,#0f1220fa);border:1px solid #94a3b838;border-radius:20px;grid-template-columns:1fr auto;align-items:center;gap:4px;animation:.18s ease-out appNotificationIn;display:grid;box-shadow:0 20px 60px #0000006b}.app-notification-toast--chat{border-color:#60a5fa4d}.app-notification-toast--bell{border-color:#5eead447}.app-notification-toast__content{text-align:left;min-width:0;color:inherit;cursor:pointer;background:0 0;border:0;grid-template-columns:38px 1fr;align-items:center;gap:11px;padding:12px 10px 12px 13px;display:grid}.app-notification-toast__icon{background:#ffffff12;border-radius:14px;place-items:center;width:38px;height:38px;font-size:18px;display:grid}.app-notification-toast__text{gap:3px;min-width:0;display:grid}.app-notification-toast__text strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.2;overflow:hidden}.app-notification-toast__text span{color:#e2e8f0b8;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.3;overflow:hidden}.app-notification-toast__close{color:#e2e8f0b3;cursor:pointer;background:#ffffff0e;border:0;border-radius:12px;justify-content:center;align-items:center;width:32px;height:32px;margin-right:8px;padding:0;line-height:0;display:inline-flex;position:relative}.app-notification-toast__close span,.app-notification-toast__close span:before{content:"";background:currentColor;border-radius:999px;width:13px;height:2px;position:absolute}.app-notification-toast__close span{transform:rotate(45deg)}.app-notification-toast__close span:before{top:0;left:0;transform:rotate(90deg)}.app-notification-toast__close:hover{color:#fff;background:#ffffff1a}@keyframes appNotificationIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=760px){.app-header-bell-panel{right:-54px}.app-header-bell-panel:before{right:70px}.app-notification-toast-stack--bell{top:68px;right:12px}.app-notification-toast-stack--chat{bottom:92px}}body.fishchat-mobile-chat-open .app-notification-toast-stack--chat{bottom:16px}.app-notification-toast-stack--top-right,.app-notification-toast-stack--chat,.app-notification-toast-stack--bell{inset:76px 18px auto auto;transform:none}.app-notification-toast--chat .app-notification-toast__icon{color:#bfdbfe}.app-notification-toast--bell .app-notification-toast__icon{color:#99f6e4}@media (width<=760px){.app-notification-toast-stack--top-right,.app-notification-toast-stack--chat,.app-notification-toast-stack--bell{width:auto;top:68px;left:12px;right:12px;transform:none}}body.fishchat-mobile-chat-open .app-notification-toast-stack--top-right,body.fishchat-mobile-chat-open .app-notification-toast-stack--chat{top:16px;bottom:auto}.chat-sidebar-list{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#5eead457 #0f172a40}.chat-sidebar-list::-webkit-scrollbar{width:8px}.chat-sidebar-list::-webkit-scrollbar-track{background:#0f172a40;border-radius:999px}.chat-sidebar-list::-webkit-scrollbar-thumb{background:#5eead457 padding-box padding-box;border:2px solid #0f172a40;border-radius:999px}.chat-sidebar-list::-webkit-scrollbar-thumb:hover{background:#5eead494 padding-box padding-box}@media (width<=760px){.chat-sidebar-list{padding-bottom:calc(96px + env(safe-area-inset-bottom))!important}}.app-notification-toast-stack--top-right,.app-notification-toast-stack--chat,.app-notification-toast-stack--bell{width:min(360px,100vw - 28px);inset:76px 18px auto auto;transform:none}@media (width<=760px){.app-notification-toast-stack--top-right,.app-notification-toast-stack--chat,.app-notification-toast-stack--bell{width:min(360px,100vw - 24px);top:68px;left:auto;right:12px;transform:none}}body.fishchat-mobile-chat-open .app-notification-toast-stack--top-right,body.fishchat-mobile-chat-open .app-notification-toast-stack--chat{inset:16px 12px auto auto}.chat-sidebar-panel{min-height:0}.chat-sidebar-list{overscroll-behavior:contain;scrollbar-gutter:stable;min-height:0;padding-bottom:18px!important}.chat-sidebar-list>button{flex-shrink:0;scroll-margin-bottom:14px}@media (width<=760px){.chat-sidebar-list{padding-bottom:calc(30px + env(safe-area-inset-bottom))!important}}
