*{box-sizing:border-box}html,body,#root{color:#f9fafb;background:#111827;width:100%;height:100%;margin:0;font-family:Arial,sans-serif}button,input,select{font:inherit}.app{width:100%;height:100%;display:flex}.sidebar{background:linear-gradient(#1b2432 0%,#161d29 100%);border-right:1px solid #2d3748;flex-direction:column;gap:14px;width:340px;padding:20px;display:flex;overflow:auto}.sidebar-header{align-items:center;gap:12px;padding:4px 0 10px;display:flex}.sidebar-logo-img{object-fit:contain;width:42px;height:42px}.sidebar-title{margin:0;font-size:24px;line-height:1}.sidebar-subtitle{color:#94a3b8;margin:4px 0 0;font-size:13px}.sidebar-section{background:#0f172a8c;border:1px solid #2b3647;border-radius:14px;padding:14px}.sidebar-section-title{letter-spacing:.08em;text-transform:uppercase;color:#93c5fd;margin:0 0 12px;font-size:12px;font-weight:800}.sidebar-input,.sidebar-select{color:#f8fafc;appearance:none;background:#0f172a url("data:image/svg+xml;utf8,<svg fill='%233b82f6' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>") right 10px center/16px no-repeat;border:1px solid #334155;border-radius:10px;width:100%;height:38px;padding:0 12px}.sidebar-input:focus,.sidebar-select:focus{border-color:#60a5fa}.sidebar-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:0;border-radius:10px;width:100%;height:38px;margin-top:10px;font-weight:700;transition:transform .12s,opacity .12s}.sidebar-button:hover{opacity:.95}.sidebar-button:active{transform:translateY(1px)}.sidebar-error{color:#f87171;margin:10px 0 0;font-size:13px}.sidebar-info-list{flex-direction:column;gap:8px;display:flex}.sidebar-info-list p{color:#e5e7eb;margin:0;font-size:13px}.sidebar-checkbox{color:#e5e7eb;align-items:center;gap:10px;margin-bottom:8px;font-size:14px;display:flex}.sidebar-checkbox:last-child{margin-bottom:0}.sidebar-checkbox input{accent-color:#3b82f6}.sidebar-color-grid{flex-wrap:wrap;gap:8px;display:flex}.sidebar-color-swatch{cursor:pointer;border:1px solid #475569;border-radius:999px;width:24px;height:24px;transition:transform .12s,box-shadow .12s,border-color .12s}.sidebar-color-swatch:hover{transform:scale(1.06)}.sidebar-color-swatch.active{border:2px solid #fff;box-shadow:0 0 0 2px #60a5fa59}.sidebar-color-swatch:disabled,.sidebar-color-swatch:disabled:hover,.sidebar-color-swatch:disabled.active{box-shadow:none;cursor:not-allowed;opacity:.4;border:1px solid #475569;transform:none}.sidebar-footer{flex-direction:column;gap:12px;margin-top:auto;padding-top:6px;display:flex}.sidebar-credits{border-top:1px solid #2b3647;justify-content:space-between;align-items:center;gap:10px;padding-top:10px;display:flex}.sidebar-credits p{color:#94a3b8;margin:0;font-size:10.5px;line-height:1.28}.sidebar-credits-text{opacity:.82;flex-direction:column;gap:1px;min-width:0;display:flex}.sidebar-credits-text p{margin:0}.discord-circle-button{color:#fff;background:#5865f2;border-radius:999px;flex:none;justify-content:center;align-self:center;align-items:center;width:30px;height:30px;margin-top:0;text-decoration:none;transition:transform .15s,opacity .2s;display:inline-flex}.discord-circle-button:hover{opacity:.95;transform:translateY(-1px)}.discord-circle-icon{width:16px;height:16px;display:block}.viewer{background:#0f172a;flex:1;position:relative;overflow:hidden}.map-viewport{-webkit-user-select:none;user-select:none;touch-action:none;width:100%;height:100%;cursor:var(--map-cursor,crosshair);background:radial-gradient(circle at 30% 30%,#ffffff14,#0000 25%),radial-gradient(circle at 70% 60%,#ffffff0d,#0000 30%),linear-gradient(#1b6ca8 0%,#14507c 45%,#0c3554 100%);position:relative;overflow:hidden}.map-viewport.dragging{cursor:grabbing}.map-stage{transform-origin:0 0;position:absolute;top:0;left:0}.map-stage-animated{transition:transform .35s}.map-image{-webkit-user-select:none;user-select:none;pointer-events:none;-webkit-user-drag:none;width:100%;height:100%;position:absolute;inset:0}.map-overlay{pointer-events:none;z-index:5;position:absolute;top:0;left:0}.map-marker{z-index:20;cursor:pointer;background:#ff4d4f;border:2px solid #fff;border-radius:999px;width:12px;height:12px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 10px #ff4d4fe6}.position-avatar-marker{cursor:pointer;width:0;height:0;position:absolute}.position-avatar-marker-shared{z-index:22}.position-avatar-marker-self{z-index:28}.position-avatar-shell{border-radius:999px;padding:2px;animation:2.8s ease-in-out infinite position-avatar-float;position:absolute;top:-10px;left:0;transform:translate(-50%,-100%);box-shadow:0 10px 18px #0f172a47}.position-avatar-shell-shared{background:linear-gradient(#fffffff2,#dcfce7f2)}.position-avatar-shell-self{background:linear-gradient(#fffffffa,#dbeafefa);box-shadow:0 12px 22px #2563eb52}.position-avatar{object-fit:cover;background:#111827;border-radius:999px;width:28px;height:28px;display:block}.position-avatar-shared{border:2px solid #22c55ecc}.position-avatar-self{border:2px solid #3b82f6d9}.position-avatar-dot{top:0;left:0}@keyframes position-avatar-float{0%,to{transform:translate(-50%,-100%)translateY(0)}50%{transform:translate(-50%,-100%)translateY(-3px)}}.context-menu{z-index:1000;background:#1f2937;border:1px solid #374151;border-radius:10px;flex-direction:column;gap:6px;min-width:180px;padding:8px;display:flex;position:fixed;box-shadow:0 8px 24px #00000059}.context-menu button{text-align:left;color:#f9fafb;cursor:pointer;background:#111827;border:1px solid #374151;border-radius:8px;width:100%;padding:8px 10px}.context-menu button:hover:not(:disabled){background:#374151}.context-menu button:disabled{opacity:.45;cursor:not-allowed}.salt-rock-wrapper{z-index:8;pointer-events:none;-webkit-user-select:none;user-select:none;transform-origin:50%;position:absolute}.salt-rock-marker{object-fit:contain;box-sizing:content-box;background:#000000b3;border-radius:999px;width:28px;height:28px;padding:6px;display:block}.zone-mig{fill:#0a64d799;stroke:#0a64d7e6;stroke-width:2px}.zone-pz{fill:#be0fdc99;stroke:#be0fdce6;stroke-width:2px}.zone-sanc{fill:#f009;stroke:#ffff00e6;stroke-width:2px}.map-label{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:9;text-align:center;white-space:nowrap;text-shadow:-1px -1px #000,1px -1px #000,-1px 1px #000,1px 1px #000,0 0 4px #000000a6;font-weight:700;line-height:1.05;position:absolute}.map-label-small-line{font-size:.65em}.map-label-primal_area{color:#fff;filter:drop-shadow(0 0 5px #000);font-size:22px}.map-label-secondary_area{color:#fff;filter:drop-shadow(0 0 3px #000);font-size:16px}.map-label-water_label{color:#7dd3fc;filter:drop-shadow(0 0 2px #000);font-size:14px}.map-label-structure{color:#facc15;filter:drop-shadow(0 0 2px #000);font-size:14px}.map-label-gate{color:#ef4444;filter:drop-shadow(0 0 2px #000);font-size:14px}.map-label-landsite_big{color:#fb923c;filter:drop-shadow(0 0 3px #000);font-size:18px}.map-label-landsite_small{color:#fb923c;filter:drop-shadow(0 0 2px #000);font-size:14px}.air-current-path{fill:none;stroke:#ffffffe6;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:8 6;opacity:.95}.air-current-arrowhead{fill:none;stroke:#fffffff2;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.air-current-path-bold{fill:none;stroke:#ffc80ab3;stroke-width:15px;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke;filter:drop-shadow(0 0 5px #000)}.air-current-arrowhead-bold{fill:none;stroke:#ffc80ab3;stroke-width:15px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 5px #000)}.air-current-up-spiral{fill:none;stroke:#fffc;stroke-width:3.5px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 5px #000)}.air-current-up-dot{fill:#fffc;filter:drop-shadow(0 0 5px #000)}.air-current-hover-target{fill:#0000;pointer-events:auto}.air-current-tooltip{pointer-events:none;z-index:30;color:#fff;white-space:nowrap;background:#000000d9;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:600;position:fixed;transform:translate(-50%,-100%);box-shadow:0 2px 8px #00000059}.map-marker-icon-wrapper{width:34px;height:34px;transform:translate(-50%, -100%) scale(var(--marker-scale,1));transform-origin:50%;z-index:12;cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;display:flex;position:absolute}.map-marker-icon{object-fit:contain;z-index:2;pointer-events:none;filter:drop-shadow(0 2px 6px #0000008c);width:34px;height:34px;position:relative}.map-marker-icon-wrapper-alert .map-marker-icon{filter:drop-shadow(0 0 8px #f97316e6)drop-shadow(0 2px 6px #0000008c)}.map-marker-alert-pulse{z-index:1;pointer-events:none;background:#f9731659;border-radius:999px;width:18px;height:18px;animation:1.6s ease-out infinite marker-alert-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 #f97316b3}@keyframes marker-alert-pulse{0%{opacity:.95;transform:translate(-50%,-50%)scale(.7);box-shadow:0 0 #f97316b3}70%{opacity:.15;transform:translate(-50%,-50%)scale(2.2);box-shadow:0 0 0 12px #f9731600}to{opacity:0;transform:translate(-50%,-50%)scale(2.5);box-shadow:0 0 0 18px #f9731600}}.map-marker-icon-wrapper-alert{animation:.9s ease-in-out infinite marker-alert-shake}@keyframes marker-alert-shake{0%{transform:translate(-50%, -100%) scale(var(--marker-scale,1)) rotate(0deg)}10%{transform:translate(calc(-50% - 1px), -100%) scale(var(--marker-scale,1)) rotate(-2deg)}20%{transform:translate(calc(-50% + 1px), -100%) scale(var(--marker-scale,1)) rotate(2deg)}30%{transform:translate(calc(-50% - 1px), calc(-100% - 1px)) scale(var(--marker-scale,1)) rotate(-2deg)}40%{transform:translate(calc(-50% + 1px), calc(-100% + 1px)) scale(var(--marker-scale,1)) rotate(2deg)}50%{transform:translate(calc(-50% - 1px), -100%) scale(var(--marker-scale,1)) rotate(-1deg)}60%{transform:translate(calc(-50% + 1px), -100%) scale(var(--marker-scale,1)) rotate(1deg)}70%{transform:translate(calc(-50% - 1px), calc(-100% - 1px)) scale(var(--marker-scale,1)) rotate(-1deg)}80%{transform:translate(calc(-50% + 1px), calc(-100% + 1px)) scale(var(--marker-scale,1)) rotate(1deg)}90%{transform:translate(-50%, -100%) scale(var(--marker-scale,1)) rotate(0deg)}to{transform:translate(-50%, -100%) scale(var(--marker-scale,1)) rotate(0deg)}}.map-position-trail{fill:none;stroke:#fff;stroke-width:2px;stroke-dasharray:6 6;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;z-index:6}.map-position-trail-point{fill:#fff;stroke:#000c;stroke-width:1px;pointer-events:none}.draw-line{fill:none;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.draw-line-white{stroke:#fff}.draw-line-black{stroke:#000}.draw-line-yellow{stroke:#ff0}.draw-line-orange{stroke:orange}.draw-line-red{stroke:red}.draw-line-blue{stroke:#00f}.draw-line-green{stroke:#32cd32}.draw-line-violet{stroke:violet}.draw-line.drawing{stroke-dasharray:6 6}.draw-line-shared-own{stroke-dasharray:12 6;filter:drop-shadow(0 0 5px #ffffff59)}.draw-line-shared-remote{stroke-dasharray:10 8;opacity:.65;stroke-width:2.5px}.draw-line-selected{stroke-width:4px;filter:drop-shadow(0 0 6px #fff9)}.draw-legend{color:#fff;pointer-events:none;background:#0009;border-radius:6px;padding:10px;font-size:12px;position:absolute;bottom:12px;right:12px}.auth-login-button{color:#fff;cursor:pointer;background:#5865f2;border:none;border-radius:10px;width:100%;padding:10px 12px;font-weight:600;transition:opacity .2s}.auth-login-button:hover{opacity:.92}.auth-profile-wrapper{position:relative}.auth-profile{width:100%;color:inherit;cursor:pointer;text-align:left;background:#ffffff0a;border:none;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;display:flex}.auth-profile:hover{background:#ffffff14}.auth-avatar-wrapper{flex:none;position:relative}.auth-avatar{object-fit:cover;border-radius:999px;width:38px;height:38px;display:block}.auth-status-dot{border:2px solid #111;border-radius:999px;width:12px;height:12px;position:absolute;bottom:-1px;right:-1px}.auth-status-dot.online{background:#43b581}.auth-status-dot.away{background:#faa61a}.auth-info{flex-direction:column;min-width:0;display:flex}.auth-name{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;line-height:1.2;overflow:hidden}.auth-username{opacity:.7;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.auth-dropdown{z-index:40;background:#101218fa;border:1px solid #ffffff14;border-radius:12px;width:260px;padding:10px;position:absolute;bottom:calc(100% + 10px);left:0;box-shadow:0 12px 30px #00000059}.auth-dropdown-section+.auth-dropdown-section{border-top:1px solid #ffffff14;margin-top:12px;padding-top:10px}.auth-dropdown-title{text-transform:uppercase;letter-spacing:.08em;opacity:.55;margin-bottom:10px;font-size:11px}.auth-dropdown-button{width:100%;color:inherit;cursor:pointer;text-align:left;background:#ffffff0f;border:none;border-radius:8px;padding:6px 8px}.auth-dropdown-button:hover{background:#ffffff1a}.auth-dropdown-button.danger{color:#ff8b8b}.auth-profile-wrapper,.auth-login-button{width:100%}.auth-dropdown{max-width:100%}.auth-dropdown-section{flex-direction:column;gap:8px;display:flex}.auth-dropdown-header{border-bottom:1px solid #ffffff14;align-items:center;gap:10px;margin-bottom:10px;padding-bottom:10px;display:flex}.auth-dropdown-header-avatar-wrapper{flex:none;position:relative}.auth-dropdown-header-avatar{object-fit:cover;border-radius:999px;width:42px;height:42px;display:block}.auth-dropdown-header-info{flex-direction:column;gap:2px;min-width:0;display:flex}.auth-dropdown-header-info strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;line-height:1.2;overflow:hidden}.auth-dropdown-header-info span{opacity:.7;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.auth-search-wrapper{display:flex}.auth-search-input{color:#f9fafb;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;outline:none;width:100%;height:34px;padding:0 10px}.auth-search-input:focus{border-color:#5865f2b3}.auth-search-result{background:#ffffff0a;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;display:flex}.auth-friend-item,.auth-notification-item{background:#ffffff0a;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:7px 10px;display:flex}.auth-icon-button{width:28px;height:28px;color:inherit;cursor:pointer;background:#ffffff14;border:none;border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.auth-icon-button:hover{background:#ffffff24}.auth-dropdown-list,.auth-notification-list{flex-direction:column;gap:12px;max-height:130px;padding:4px 6px 4px 0;display:flex;overflow-y:auto}.auth-friend-list{flex-direction:column;gap:12px;max-height:200px;padding:4px 6px 4px 0;display:flex;overflow-y:auto}.auth-dropdown-item{background:#ffffff0a;border-radius:8px;padding:8px 10px}.auth-dropdown-list::-webkit-scrollbar{width:6px}.auth-friend-list::-webkit-scrollbar{width:6px}.auth-notification-list::-webkit-scrollbar{width:6px}.auth-dropdown-list::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:999px}.auth-friend-list::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:999px}.auth-notification-list::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:999px}.auth-dropdown-list::-webkit-scrollbar-thumb:hover{background:#ffffff40}.auth-friend-list::-webkit-scrollbar-thumb:hover{background:#ffffff40}.auth-notification-list::-webkit-scrollbar-thumb:hover{background:#ffffff40}.auth-icon-button.success{color:#43b581;background:#43b58133}.auth-icon-button.blocked{color:#ffffff4d;cursor:pointer;background:#ffffff0f}.auth-icon-button.pending{color:#faa61a;cursor:default;background:#faa61a2e}.auth-icon-button:disabled{pointer-events:none}.auth-dropdown-user{align-items:center;gap:10px;display:flex}.auth-dropdown-actions{gap:6px;display:flex}.auth-accept{color:#43b581;background:#43b58133}.auth-reject{color:#f04747;background:#f0474733}.auth-block{color:#cbd5e1;background:#ffffff14}.auth-accept,.auth-reject,.auth-block{cursor:pointer;border:none;border-radius:7px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:11px;line-height:1;display:inline-flex}.auth-block:hover{background:#ffffff24}.auth-list-user{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.auth-list-avatar{object-fit:cover;border-radius:999px;flex:none;width:34px;height:34px;display:block}.auth-list-user-info{flex-direction:column;justify-content:center;gap:4px;min-width:0;display:flex}.auth-list-user-info strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.2;overflow:hidden}.auth-list-user-info span{opacity:.72;white-space:nowrap;text-overflow:ellipsis;font-size:11px;line-height:1.2;overflow:hidden}.auth-list-actions{flex:none;align-items:center;gap:6px;display:flex}.auth-remove-button{color:#f04747;cursor:pointer;background:#f047472e;border:none;border-radius:999px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.auth-remove-button:hover{background:#f0474747}.auth-footer-row{align-items:center;gap:8px;display:flex}.auth-footer-row .auth-profile-wrapper{flex:1;min-width:0}.auth-bell-button{color:#f8fafc;cursor:pointer;background:#ffffff0d;border:none;border-radius:10px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;transition:background .18s,transform .12s;display:inline-flex;position:relative}.auth-bell-button:hover{background:#ffffff1a}.auth-bell-button:active{transform:translateY(1px)}.auth-bell-icon{width:18px;height:18px;display:block}.auth-bell-badge{color:#fff;text-align:center;background:#f04747;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;line-height:18px;position:absolute;top:-4px;right:-4px;box-shadow:0 0 0 2px #1b2432}.auth-icon-button.warning{color:#facc15;background:#facc152e}.auth-icon-button.warning:hover{background:#facc1547}.auth-sharing-row{justify-content:space-between;align-items:center;display:flex}.auth-sharing-label{opacity:.8;font-size:12px}.auth-switch{cursor:pointer;border:none;border-radius:999px;width:42px;height:22px;padding:0;transition:background .2s;position:relative}.auth-switch.off{background:#f0474766}.auth-switch.on{background:#43b581cc}.auth-switch-handle{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:2px;left:2px}.auth-switch.on .auth-switch-handle{transform:translate(20px)}.auth-switch.on{background:#43b581cc;box-shadow:0 0 6px #43b58199}@media (width<=1100px){.sidebar{width:300px;padding:16px}.auth-dropdown{width:min(320px,100vw - 40px)}}@media (width<=900px){.app{flex-direction:column;height:auto;min-height:100dvh}.sidebar{border-bottom:1px solid #2d3748;border-right:none;gap:12px;width:100%}.sidebar-footer{margin-top:0}.viewer{min-height:60dvh}.draw-legend{max-width:calc(100vw - 24px);font-size:11px}}@media (width<=700px){.sidebar{padding:12px}.sidebar-header{gap:10px;padding:2px 0 8px}.sidebar-title{font-size:21px}.sidebar-subtitle{font-size:12px}.sidebar-section{border-radius:12px;padding:12px}.viewer{min-height:56dvh}.auth-dropdown{width:auto;max-width:none;max-height:min(72vh,640px);position:fixed;bottom:12px;left:12px;right:12px;overflow-y:auto}.auth-dropdown-header-avatar{width:38px;height:38px}.auth-friend-item,.auth-notification-item,.auth-search-result,.auth-dropdown-item{padding:12px}.auth-list-user{gap:12px}.auth-list-avatar{width:30px;height:30px}.auth-friend-list{max-height:180px}.auth-dropdown-list,.auth-notification-list{max-height:160px}.draw-legend{width:auto;bottom:12px;left:12px;right:12px}}.mobile-sidebar-toggle{z-index:1300;color:#f8fafc;letter-spacing:.02em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#0f172aeb;border:1px solid #ffffff1a;border-radius:999px;height:40px;padding:0 14px;font-weight:700;position:fixed;top:16px;left:16px;box-shadow:0 14px 28px #02061759}.sidebar-backdrop{z-index:1150;background:#0206178f;border:none;position:fixed;inset:0}.portrait-lock{z-index:1400;text-align:center;background:#020617f0;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.portrait-lock-card{background:linear-gradient(#0f172af5,#0f172ae6);border:1px solid #94a3b83d;border-radius:18px;width:min(100%,360px);padding:24px 22px;box-shadow:0 18px 42px #02061773}.portrait-lock-title{margin:0 0 10px;font-size:21px;line-height:1.2}.portrait-lock-text{color:#cbd5e1;margin:0;font-size:14px;line-height:1.5}.app.app-touch-layout{height:100dvh;min-height:100dvh}.app.app-touch-layout .viewer{min-height:100dvh}.app.app-touch-layout .sidebar{z-index:1200;width:min(360px,100vw - 20px);max-width:88vw;padding:84px 16px 18px;padding-top:calc(84px + env(safe-area-inset-top));padding-bottom:calc(18px + env(safe-area-inset-bottom));overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border-bottom:none;border-right:1px solid #2d3748;transition:transform .22s;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-112%);box-shadow:0 18px 40px #0206175c}.app.app-touch-layout .sidebar.sidebar-touch-open{pointer-events:auto;transform:translate(0)}.app.app-touch-layout .sidebar.sidebar-touch-closed{pointer-events:none}.app.app-touch-layout .sidebar-header{padding-right:48px}.app.app-touch-layout .auth-dropdown{width:100%;max-width:none;max-height:none;margin-top:10px;position:static;bottom:auto;left:auto;right:auto;overflow:visible}.app.app-touch-layout .auth-dropdown-list,.app.app-touch-layout .auth-notification-list{max-height:min(24dvh,180px)}.app.app-touch-layout .auth-friend-list{max-height:min(28dvh,220px)}@media (width<=700px){.mobile-sidebar-toggle{height:38px;padding:0 13px;top:12px;left:12px}.app.app-touch-layout .sidebar{width:min(340px,100vw - 16px);max-width:calc(100vw - 16px);padding-left:14px;padding-right:14px}.portrait-lock-card{padding:22px 18px}}
