@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap";:root{--bg-space:#fbfaff;--bg-header:#fff;--bg-card:#fff;--bg-card-hover:#f8fafc;--border-glass:#e5e7eb;--accent-cyan:#6d28d9;--accent-blue:#7c3aed;--accent-orange:#a855f7;--accent-purple:#8b5cf6;--accent-green:#10b981;--text-primary:#0f172a;--text-secondary:#334155;--text-muted:#64748b;--text-glow:#0000000d;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-display:"Outfit", sans-serif;--font-mono:"JetBrains Mono", monospace;--shadow-premium:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-header:0 1px 2px 0 #00000008;box-sizing:border-box}body{background-color:var(--bg-space);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}#root{box-sizing:border-box;background-color:var(--bg-space);flex-direction:column;width:100vw;height:100vh;margin:0;padding:0;display:flex;overflow:hidden}.app-shell{height:100vh}.mobile-app-content{background:#f8fafc;height:calc(100dvh - 128px);min-height:0}.glass{background:var(--bg-card);border:1px solid var(--border-glass);box-shadow:var(--shadow-premium)}.glass-interactive{transition:all .2s cubic-bezier(.25,.8,.25,1)}.glass-interactive:hover{background:var(--bg-card-hover);border-color:#cbd5e1;transform:translateY(-1px)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f3f4f64d}::-webkit-scrollbar-thumb{background:#94a3b866;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b99}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.01em;margin:0;font-weight:600}.gradient-text{color:var(--text-primary)}.badge{font-family:var(--font-sans);border:1px solid var(--border-glass);border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:500;display:inline-flex}.badge-cyan{color:#3b82f6;background:#5b89c914;border-color:#5b89c933}.badge-purple{color:var(--accent-purple);background:#8b5cf614;border-color:#8b5cf633}@keyframes pulse-cyan{0%{box-shadow:0 0 #5b89c966}70%{box-shadow:0 0 0 8px #5b89c900}to{box-shadow:0 0 #5b89c900}}.pulse-dot{background-color:var(--accent-blue);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-cyan;display:inline-block}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer-loading{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 37%,#f1f5f9 63%) 0 0/200% 100%;animation:1.5s infinite shimmer}.custom-marker{cursor:pointer;justify-content:center;align-items:center;transition:all .2s;display:flex}.custom-marker-inner{border:2px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 0 8px #0000004d}.custom-marker:hover{z-index:999;transform:scale(1.2)}.dev-avatar-marker{cursor:pointer;background-position:50%;background-size:cover;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s cubic-bezier(.175,.885,.32,1.275);display:flex;overflow:hidden;box-shadow:0 4px 12px #00000026,0 2px 4px #0000001a}.dev-avatar-marker:hover{z-index:999;border-color:#000;transform:scale(1.15)translateY(-2px);box-shadow:0 8px 16px #0003,0 4px 8px #0000001f}.dev-avatar-marker img{object-fit:cover;width:100%;height:100%}.dev-avatar-fallback{color:#fff;width:100%;height:100%;font-family:var(--font-display);text-transform:uppercase;background:linear-gradient(135deg,#0f172a,#334155);justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}.sidesheet{z-index:1000;opacity:0;pointer-events:none;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:380px;height:calc(100vh - 128px);transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .2s;position:absolute;top:80px;right:24px;overflow:hidden;transform:translate(120%);box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.sidesheet.open{opacity:1;pointer-events:auto;transform:translate(0)}@media (width<=768px){.sidesheet{width:100vw;height:100vh;box-shadow:none;z-index:2000;border:none;border-radius:0;top:0;right:0;transform:translateY(100%)}.sidesheet.open{opacity:1;transform:translateY(0)}}.btn-premium{transition:all .2s cubic-bezier(.4,0,.2,1)}.btn-premium:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}@keyframes status-pulse-hiring{0%{box-shadow:0 0 #10b98199}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}@keyframes status-pulse-building{0%{box-shadow:0 0 #8b5cf699}70%{box-shadow:0 0 0 10px #8b5cf600}to{box-shadow:0 0 #8b5cf600}}@keyframes status-pulse-freelancing{0%{box-shadow:0 0 #06b6d499}70%{box-shadow:0 0 0 10px #06b6d400}to{box-shadow:0 0 #06b6d400}}.status-ring-hiring{animation:2s infinite status-pulse-hiring;border-color:#10b981!important}.status-ring-building{animation:2s infinite status-pulse-building;border-color:#8b5cf6!important}.status-ring-freelancing{animation:2s infinite status-pulse-freelancing;border-color:#06b6d4!important}.bottom-nav{-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:2200;min-height:72px;padding:6px 10px max(8px, env(safe-area-inset-bottom,0px));box-sizing:border-box;background:#ffffffeb;border-top:1px solid #e2e8f0f2;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 30px #0f172a14}.bottom-nav-item{color:var(--text-muted);cursor:pointer;min-width:0;min-height:56px;font-family:var(--font-sans);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:5px;padding:8px 6px;font-size:11px;font-weight:650;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.bottom-nav-item svg{transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}.bottom-nav-item:active svg{transform:scale(.85)}.bottom-nav-item.active{color:var(--accent-cyan);font-weight:800}.bottom-nav-item.active svg{color:var(--accent-cyan);transform:translateY(-2px)}.bottom-nav-item.active:after{content:"";background-color:var(--accent-cyan);border-radius:0 0 4px 4px;width:28px;height:3px;position:absolute;top:-6px;left:50%;transform:translate(-50%)}.mobile-map-topbar{z-index:130;pointer-events:none;align-items:center;gap:10px;display:flex;position:absolute;top:12px;left:14px;right:14px}.mobile-map-topbar>*{pointer-events:auto}.mobile-map-search{color:#475569;-webkit-backdrop-filter:blur(18px);min-width:0;height:44px;font:700 13px var(--font-sans);cursor:pointer;background:#fffffff0;border:1px solid #e2e8f0f5;border-radius:14px;flex:1;align-items:center;gap:10px;padding:0 14px;display:flex;box-shadow:0 12px 30px #0f172a1f}.mobile-map-pin-action{color:#fff;cursor:pointer;background:#6d28d9;border:none;border-radius:14px;flex:none;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 12px 26px #6d28d942}.mobile-map-status{z-index:130;-webkit-backdrop-filter:blur(18px);box-sizing:border-box;background:#fffffff0;border:1px solid #e2e8f0f5;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:9px 10px 9px 14px;display:flex;position:absolute;bottom:14px;left:14px;right:14px;box-shadow:0 16px 36px #0f172a24}.mobile-map-status div{color:#475569;min-width:0;font-size:12px;font-weight:650}.mobile-map-status strong{color:#0f172a;margin-right:4px;font-size:16px;font-weight:900}.mobile-map-status button{color:#fff;height:36px;font:800 12px var(--font-sans);cursor:pointer;background:#0f172a;border:none;border-radius:11px;flex:none;align-items:center;gap:7px;padding:0 13px;display:inline-flex}.mobile-map-shoutbox-fab{z-index:140;color:#fff;cursor:pointer;background:#6d28d9;border:none;border-radius:999px;place-items:center;width:54px;height:54px;display:grid;position:absolute;bottom:86px;right:18px;box-shadow:0 16px 34px #6d28d952}@media (width<=768px){html,body,#root,.app-shell-mobile{overscroll-behavior:none;height:100dvh;min-height:100dvh}body{background:#f8fafc}.mobile-panel-surface{border-radius:0;overflow:hidden;background:#fff!important}.mobile-map-surface{isolation:isolate;height:100%;min-height:0;position:relative;overflow:hidden}.mobile-map-surface>div:first-child{z-index:0;isolation:isolate;position:relative;overflow:hidden}.mobile-map-surface>div:first-child,.mobile-map-surface .maplibregl-map,.mobile-map-surface .maplibregl-canvas-container,.mobile-map-surface .maplibregl-canvas{height:100%!important;min-height:100%!important}.mobile-map-surface .maplibregl-ctrl-bottom-left,.mobile-map-surface .maplibregl-ctrl-bottom-right{margin-bottom:72px}.mobile-map-surface .dev-avatar-marker{width:48px;height:48px}.mobile-map-surface .map-floating-controls{gap:8px!important;top:68px!important;left:14px!important}.mobile-map-surface .map-floating-controls button{border-radius:12px!important;width:38px!important;height:38px!important}.mobile-map-surface .map-guest-banner{border-radius:16px!important;gap:12px!important;width:auto!important;padding:14px!important;inset:auto 14px 82px!important;transform:none!important}.mobile-map-surface .map-guest-banner>div:first-child{border-radius:13px!important;width:42px!important;height:42px!important}.mobile-map-surface .map-guest-banner>div:nth-child(2)>div:first-child{font-size:10px!important}.mobile-map-surface .map-guest-banner>div:nth-child(2)>div:nth-child(2){margin-bottom:3px!important;font-size:15px!important}.mobile-map-surface .map-guest-banner>div:nth-child(2)>div:nth-child(3){display:none!important}.mobile-map-surface .map-guest-banner button{border-radius:11px!important;height:38px!important;padding:0 13px!important}.mobile-map-surface .viewport-chatbox-container{isolation:isolate;z-index:6000!important;border-radius:16px!important;width:auto!important;height:auto!important;max-height:min(420px,100dvh - 170px)!important;bottom:86px!important;left:14px!important;right:14px!important;box-shadow:0 18px 42px #0f172a2e!important}.mobile-map-surface .viewport-chatbox-container.open{bottom:86px!important}.mobile-map-surface .viewport-chatbox-container.closed{display:none!important}.mobile-map-surface .viewport-chatbox-container>button{min-height:48px!important;padding:10px 12px!important}.mobile-map-surface .viewport-chatbox-messages{background:#f8fafc!important;flex:0 auto!important;height:min(220px,32dvh)!important;min-height:112px!important;padding:12px!important}.mobile-map-surface .viewport-chatbox-form{padding:10px 12px 12px!important}.mobile-map-surface .viewport-chatbox-form input{min-height:38px!important;font-size:13px!important}.mobile-map-surface .viewport-chatbox-form button{flex:0 0 38px!important;width:38px!important;height:38px!important}.mobile-browse-panel .browse-panel-intro{background:#fff!important;padding:18px 18px 14px!important}.mobile-browse-panel .browse-panel-list{background:#f8fafc;padding:14px 16px 18px!important}.mobile-browse-panel .browse-panel-footer{display:none!important}.mobile-profile-editor .profile-editor-header{align-items:center!important;padding:12px 18px 10px!important}.mobile-profile-editor .profile-editor-header h3{letter-spacing:0!important;font-size:12px!important}.mobile-profile-editor .profile-editor-header p{display:none!important}.mobile-profile-editor .profile-editor-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#f8fafc!important;gap:12px!important;min-height:0!important;padding:12px 16px 18px!important}.mobile-profile-tabs{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex:none;grid-template-columns:1fr 1fr;gap:4px;margin:10px 16px 8px;padding:4px;display:grid;box-shadow:0 8px 20px #0f172a0d}.mobile-profile-tabs button{color:#64748b;min-height:40px;font:800 12px var(--font-sans);cursor:pointer;background:0 0;border:none;border-radius:11px;justify-content:center;align-items:center;gap:7px;display:inline-flex}.mobile-profile-tabs button.active{color:#fff;background:#6d28d9;box-shadow:0 8px 18px #6d28d92e}.mobile-profile-editor .profile-editor-actions{box-shadow:0 -10px 24px #0f172a0f;padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px))!important}.mobile-profile-form{gap:12px!important}.mobile-profile-form .profile-section-core{order:1}.mobile-profile-form .profile-section-location{order:2}.mobile-profile-form .profile-section-github{order:3}.mobile-profile-form .profile-section-social{order:4}.mobile-profile-form .profile-section-links{order:5}.mobile-profile-form .profile-section-style{order:6}.mobile-profile-form .profile-section-upgrade{order:7}.mobile-profile-form .profile-section-upgrade>div{margin-bottom:0!important}.mobile-profile-form .profile-section-core,.mobile-profile-form .profile-section-social,.mobile-profile-form .profile-section-links,.mobile-profile-form .profile-section-style,.mobile-profile-form .profile-section-location{border-radius:12px!important;padding:14px!important;box-shadow:0 5px 16px #0f172a09!important}.mobile-profile-form .profile-section-style,.mobile-profile-form .profile-section-upgrade{display:none!important}.mobile-profile-advanced-backdrop{z-index:2190;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;background:#0f172a47;border:none;position:fixed;inset:0}.mobile-profile-style-fab{z-index:2210;color:#fff;cursor:pointer;background:#6d28d9;border:none;border-radius:999px;place-items:center;width:52px;height:52px;display:grid;position:fixed;bottom:92px;right:18px;box-shadow:0 16px 34px #6d28d957}.mobile-profile-style-sheet{z-index:2200;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#fff;border-radius:18px 18px 8px 8px;max-height:min(66dvh,540px);position:fixed;bottom:86px;left:12px;right:12px;overflow-y:auto;box-shadow:0 -18px 50px #0f172a47}.mobile-style-sheet-content{padding:10px 14px 16px}.mobile-style-sheet-handle{background:#cbd5e1;border-radius:999px;width:38px;height:4px;margin:0 auto 12px}.mobile-style-sheet-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.mobile-style-sheet-header h3{font:900 15px var(--font-display);color:#0f172a;margin:0}.mobile-style-sheet-header p{color:#64748b;margin:3px 0 0;font-size:11px;line-height:1.35}.mobile-style-sheet-header span{color:#92400e;font:900 10px var(--font-sans);text-transform:uppercase;background:#fef3c7;border-radius:999px;padding:4px 8px}.mobile-style-sheet-content section{margin-top:14px}.mobile-style-sheet-content label{color:#334155;font:900 11px var(--font-sans);margin-bottom:8px;display:block}.mobile-style-theme-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.mobile-style-theme-grid button{text-align:left;cursor:pointer;border:1px solid #cbd5e1;border-radius:12px;min-height:58px;padding:9px 10px}.mobile-style-theme-grid button.active{border:2px solid #6d28d9;box-shadow:0 0 0 3px #6d28d91f}.mobile-style-theme-grid strong,.mobile-style-theme-grid small{display:block}.mobile-style-theme-grid strong{color:#0f172a;margin-bottom:3px;font-size:11px}.mobile-style-theme-grid small{color:#64748b;font-size:9px}.mobile-style-accent-row{flex-wrap:wrap;gap:9px;display:flex}.mobile-style-tier-row{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.mobile-style-tier-row button{color:#475569;min-height:36px;font:900 11px var(--font-sans);cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px}.mobile-style-tier-row button.active{color:#6d28d9;background:#f5f3ff;border-color:#6d28d9}.mobile-style-accent-row button{cursor:pointer;border:1px solid #cbd5e1;border-radius:14px;width:42px;height:42px;box-shadow:0 5px 12px #0f172a1f}.mobile-style-accent-row button.active{border:3px solid #0f172a}.mobile-style-sheet-content select{width:100%;font:700 12px var(--font-sans);background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:11px 12px}.mobile-style-upgrade{color:#fff;width:100%;font:900 12px var(--font-sans);cursor:pointer;background:#0f172a;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:16px;padding:12px 14px;display:inline-flex}.mobile-profile-editor .profile-editor-actions>span{display:none!important}.mobile-profile-editor .profile-card-preview{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;overflow:visible!important}.mobile-profile-editor .profile-preview-toggle{display:none!important}.mobile-profile-editor .profile-preview-stage{background:0 0!important;padding:0 0 18px!important}.mobile-profile-editor .profile-preview-card-shell{width:100%!important;max-width:380px!important;box-shadow:0 14px 34px #0f172a1a!important}.mobile-profile-preview-mode .profile-editor-scroll{padding:0!important;display:flex!important;overflow:hidden!important}.mobile-profile-preview-scroll-frame{background:#f8fafc;flex:auto;width:100%;min-height:0;overflow:hidden}.mobile-public-profile-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;background:#f8fafc;height:100%;min-height:0;overflow:hidden auto}.mobile-public-profile-card{color:#0f172a;background:#fff;min-height:100%}.mobile-public-profile-banner{background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 58%,#0f172a 100%);height:76px;position:relative;overflow:hidden}.mobile-public-profile-banner:after{content:"";filter:blur(18px);background:#c4b5fd94;border-radius:999px;width:96px;height:96px;position:absolute;top:-24px;right:-18px}.mobile-public-profile-identity{z-index:1;text-align:center;border-bottom:1px solid var(--mobile-public-border,#e2e8f0);flex-direction:column;align-items:center;padding:0 20px 18px;display:flex;position:relative}.mobile-public-avatar{z-index:2;color:#475569;width:62px;height:62px;font:900 18px var(--font-display);background:#f1f5f9;border:4px solid #fff;border-radius:999px;place-items:center;margin-top:-31px;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 24px #0f172a2e}.mobile-public-avatar img{object-fit:cover;object-position:center 24%;width:100%;height:100%}.mobile-public-profile-identity h2{font:900 18px var(--font-display);color:#0f172a;letter-spacing:0;margin:10px 0 4px}.mobile-public-title{color:#64748b;font-size:14px;font-weight:800}.mobile-public-location{color:#64748b;align-items:center;gap:4px;margin-top:8px;font-size:12px;font-weight:700;display:inline-flex}.mobile-public-location svg{color:#ef4444}.mobile-public-profile-identity p{color:#475569;margin:14px 0 0;font-size:13px;line-height:1.55}.mobile-public-actions{justify-content:center;gap:10px;margin-top:16px;display:flex}.mobile-public-actions a{color:#6d28d9;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;place-items:center;width:38px;height:38px;display:grid}.mobile-public-section{border-bottom:1px solid var(--mobile-public-border,#e2e8f0);padding:16px 18px}.mobile-public-section h3{color:#94a3b8;font:900 11px var(--font-sans);text-transform:uppercase;letter-spacing:.03em;margin:0 0 10px}.mobile-public-tags{flex-wrap:wrap;gap:8px;display:flex}.mobile-public-tags span,.mobile-public-list span{border:1px solid;border-radius:999px;align-items:center;gap:5px;padding:4px 8px;font-size:11px;font-weight:800;display:inline-flex}.mobile-public-tags i,.mobile-public-list i{border-radius:999px;width:5px;height:5px;display:inline-block}.mobile-public-stats{border-bottom:1px solid var(--mobile-public-border,#e2e8f0);grid-template-columns:repeat(3,1fr);display:grid}.mobile-public-stats div{border-right:1px solid var(--mobile-public-border,#e2e8f0);align-content:center;place-items:center;gap:5px;min-height:64px;display:grid}.mobile-public-stats div:last-child{border-right:none}.mobile-public-stats strong{color:#0f172a;font-size:18px;font-weight:900}.mobile-public-stats span{color:#94a3b8;text-transform:uppercase;font-size:10px;font-weight:800}.mobile-public-list{flex-direction:column;gap:8px;display:flex}.mobile-public-list a{border:1px solid var(--mobile-public-border,#e2e8f0);color:inherit;background:#fff;border-radius:10px;justify-content:space-between;gap:12px;padding:11px 12px;text-decoration:none;display:flex}.mobile-public-list strong{color:#0f172a;margin-bottom:3px;font-size:13px;display:block}.mobile-public-list p{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 6px;font-size:11px;line-height:1.35;display:-webkit-box;overflow:hidden}.mobile-public-list em{color:#7c3aed;flex-shrink:0;align-items:center;gap:3px;font-size:11px;font-style:normal;font-weight:800;display:inline-flex}.mobile-public-link-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.mobile-public-link-grid a{border:1px solid var(--mobile-public-border,#e2e8f0);color:#6d28d9;text-overflow:ellipsis;white-space:nowrap;background:#f8fafc;border-radius:10px;min-width:0;padding:10px;font-size:12px;font-weight:800;text-decoration:none;overflow:hidden}.mobile-profile-preview-mode .profile-card-preview{width:100%!important;min-height:100%!important}.mobile-profile-preview-mode .profile-preview-stage{background:0 0!important;padding:0!important;overflow:visible!important}.mobile-profile-preview-mode .profile-preview-card-shell{width:100%!important;max-width:none!important;height:auto!important;min-height:100%!important;max-height:none!important;box-shadow:none!important;border-left:none!important;border-right:none!important;border-radius:0!important;margin:0!important;overflow:visible!important}.mobile-profile-preview-mode .profile-preview-live-indicator{display:none!important}}.sidesheet-handle{background-color:#cbd5e1;border-radius:9999px;flex-shrink:0;width:36px;height:5px;margin:10px auto}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (width<=768px){.sidesheet{box-sizing:border-box;padding-bottom:0;background:#fff!important;border-radius:24px 24px 0 0!important;height:calc(100% - 132px)!important;top:60px!important;box-shadow:0 -10px 25px #00000014!important}.sidesheet .profile-drawer-scroll{scroll-padding-bottom:max(32px, env(safe-area-inset-bottom,0px));padding-bottom:max(32px, env(safe-area-inset-bottom,0px))!important}.mobile-dedicated-layout{background:#f8fafc;flex-direction:column;flex:auto;height:calc(100dvh - 56px);min-height:0;display:flex;position:relative;overflow:hidden}.mobile-dedicated-stage{box-sizing:border-box;flex:auto;height:100%;min-height:0;padding-bottom:72px;overflow:hidden}.mobile-view,.mobile-map-view{background:#f8fafc;height:100%;min-height:0;overflow:hidden}.mobile-view{flex-direction:column;display:flex}.mobile-team-invite{z-index:2500;background:#ecfeff;border:1px solid #67e8f9;border-radius:14px;align-items:center;gap:8px;padding:10px;display:flex;position:absolute;top:10px;left:12px;right:12px;box-shadow:0 12px 30px #0f172a21}.mobile-team-invite span{color:#0f172a;min-width:0;font:800 12px var(--font-sans);flex:1}.mobile-team-invite button{color:#0e7490;font:900 11px var(--font-sans);background:#fff;border:1px solid #bae6fd;border-radius:9px;padding:7px 9px}.mobile-team-invite button:first-of-type{color:#fff;background:#0891b2;border-color:#0891b2}.mobile-view-hero{background:#fff;border-bottom:1px solid #e2e8f0;flex:none;padding:20px 18px 16px}.mobile-kicker{color:#64748b;font:900 11px var(--font-sans);text-transform:uppercase;align-items:center;gap:7px;display:inline-flex}.mobile-view-hero h1{color:#0f172a;font:900 20px var(--font-display);letter-spacing:0;margin:8px 0 6px}.mobile-view-hero p{color:#475569;margin:0;font-size:13px;line-height:1.5}.mobile-secondary-action,.mobile-dark-action,.mobile-outline-action{width:100%;min-height:42px;font:900 12px var(--font-sans);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;display:inline-flex}.mobile-secondary-action{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;margin-top:14px}.mobile-dark-action{color:#fff;background:#0f172a;border:none}.mobile-outline-action{color:#334155;background:#fff;border:1px solid #cbd5e1}.mobile-browse-toolbar{background:#f8fafc;flex:none;padding:14px 16px 10px}.mobile-search-field{align-items:center;display:flex;position:relative}.mobile-search-field svg{color:#94a3b8;position:absolute;left:13px}.mobile-search-field input,.mobile-profile-edit-form input,.mobile-profile-edit-form select,.mobile-profile-edit-form textarea{box-sizing:border-box;color:#0f172a;width:100%;font:700 13px var(--font-sans);background:#fff;border:1px solid #dbe3ee;border-radius:12px;outline:none}.mobile-search-field input{min-height:42px;padding:0 12px 0 38px}.mobile-list-heading{justify-content:space-between;align-items:center;gap:12px;margin-top:14px;display:flex}.mobile-list-heading>span{color:#475569;font:900 12px var(--font-sans);text-transform:uppercase}.mobile-list-heading button{color:#0f172a;font:900 11px var(--font-sans);background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:6px;padding:7px 9px;display:inline-flex}.mobile-list-heading button.locked{color:#64748b}.mobile-browse-list{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;padding:0 16px 18px;overflow-y:auto}.mobile-pioneer-row{text-align:left;color:#0f172a;background:#fff;border:1px solid #e6edf5;border-radius:14px;align-items:center;gap:12px;width:100%;min-height:74px;margin-bottom:10px;padding:12px;display:flex}.mobile-pioneer-row>span{flex:1;min-width:0;display:block}.mobile-pioneer-row strong,.mobile-pioneer-row small,.mobile-pioneer-row em{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.mobile-pioneer-row strong{margin-bottom:3px;font-size:14px}.mobile-pioneer-row small{color:#64748b;margin-bottom:5px;font-size:12px}.mobile-pioneer-row em{color:#475569;font:800 11px var(--font-sans);font-style:normal}.mobile-empty-state{color:#94a3b8;place-items:center;gap:8px;padding:44px 0;display:grid}.mobile-profile-workspace-header{background:#fff;border-bottom:1px solid #e2e8f0;flex:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px 12px;display:flex}.mobile-profile-workspace-header h1{color:#0f172a;font:900 13px var(--font-sans);text-transform:uppercase;margin:0 0 3px}.mobile-profile-workspace-header p{color:#64748b;margin:0;font-size:11px}.mobile-profile-workspace-header button{color:#64748b;font:900 11px var(--font-sans);background:0 0;border:none}.mobile-profile-edit-scroll,.mobile-profile-preview-shell{flex:auto;min-height:0;overflow:hidden}.mobile-profile-edit-scroll{-webkit-overflow-scrolling:touch;padding:14px 16px 18px;overflow-y:auto}.mobile-profile-preview-shell,.mobile-profile-preview-scroll{background:#fff}.mobile-profile-preview-tier-notice{z-index:5;color:#6d28d9;text-align:center;background:#f5f3ff;border-bottom:1px solid #ddd6fe;padding:9px 14px;font-size:10.5px;font-weight:800;position:sticky;top:0}.mobile-profile-preview-card{background:#fff;border:0;width:100%;min-height:100%}.mobile-profile-preview-identity{text-align:center;border-bottom:1px solid var(--preview-border,#e2e8f0);flex-direction:column;align-items:center;padding:36px 20px 20px;display:flex}.mobile-profile-preview-avatar{color:#475569;width:80px;height:80px;font:900 22px var(--font-display);border:4px solid #fff;border-radius:999px;place-items:center;display:grid;overflow:hidden}.mobile-profile-preview-avatar img{object-fit:cover;object-position:center 24%;width:100%;height:100%}.mobile-profile-preview-name{justify-content:center;align-items:center;gap:6px;margin-top:12px;display:flex}.mobile-profile-preview-name h2{font:900 18px var(--font-display);margin:0}.mobile-profile-preview-name span{letter-spacing:.05em;border:1px solid;border-radius:4px;align-items:center;gap:2px;padding:2px 6px;font-size:8.5px;font-weight:800;display:inline-flex}.mobile-profile-preview-title{border:1px solid;border-radius:6px;margin-top:4px;padding:4px 12px;font-size:13.5px;font-weight:700}.mobile-profile-preview-location{align-items:center;gap:4px;margin-top:10px;font-size:11.5px;font-weight:600;display:flex}.mobile-profile-preview-location svg{color:#ef4444}.mobile-profile-preview-identity>p{white-space:pre-wrap;max-width:340px;margin:16px 0 0;font-size:13px;line-height:1.55}.mobile-profile-preview-socials{justify-content:center;gap:12px;width:100%;margin-top:18px;display:flex}.mobile-profile-preview-socials a{border:1px solid;border-radius:999px;place-items:center;width:38px;height:38px;display:grid}.mobile-profile-preview-content{padding:0 20px max(36px, env(safe-area-inset-bottom,0px))}.mobile-profile-preview-section{margin-bottom:24px;padding:18px 0 0}.mobile-profile-preview-section h3{font:800 11px var(--font-sans);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:6px;margin:0 0 9px;display:flex}.mobile-profile-preview-tech{flex-wrap:wrap;gap:8px;display:flex}.mobile-profile-preview-tech span{border:1px solid;border-radius:6px;padding:4px 10px;font-size:11.5px;font-weight:700;box-shadow:0 2px 4px #0000000d}.mobile-profile-preview-stats{border:1px solid;border-radius:10px;grid-template-columns:repeat(3,1fr);padding:12px;display:grid}.mobile-profile-preview-stats div{text-align:center}.mobile-profile-preview-stats div+div{border-left:1px solid var(--preview-border,#e2e8f0)}.mobile-profile-preview-stats strong,.mobile-profile-preview-stats span{display:block}.mobile-profile-preview-stats strong{font-size:16px;font-weight:800}.mobile-profile-preview-stats span{text-transform:uppercase;margin-top:4px;font-size:9px;font-weight:600}.mobile-preview-contributions{margin-top:14px}.mobile-preview-contributions strong{margin-bottom:6px;font-size:11px;display:block}.mobile-preview-contributions div{gap:3px;margin-top:3px;display:flex}.mobile-preview-contributions i{border-radius:2px;width:10px;height:10px}.mobile-profile-preview-experience{border:1px solid;border-radius:10px;padding:12px 14px;font-size:11.5px;line-height:1.5}.mobile-profile-preview-experience div+div{margin-top:10px}.mobile-profile-preview-experience p{margin:3px 0 0}.mobile-profile-preview-list{flex-direction:column;gap:8px;display:flex}.mobile-profile-preview-list>a{color:inherit;border:1px solid;border-radius:10px;justify-content:space-between;gap:12px;padding:12px;text-decoration:none;display:flex}.mobile-profile-preview-list>a>div{min-width:0}.mobile-profile-preview-list strong{font-size:12px;display:block}.mobile-profile-preview-list p{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:4px 0;font-size:11px;line-height:1.4;display:-webkit-box;overflow:hidden}.mobile-profile-preview-list small{align-items:center;gap:4px;font-size:10px;font-weight:600;display:inline-flex}.mobile-profile-preview-list small i{border-radius:999px;width:8px;height:8px}.mobile-profile-preview-list em{flex:none;align-items:center;gap:3px;font-size:10px;font-style:normal;font-weight:800;display:inline-flex}.mobile-profile-preview-links{grid-template-columns:1fr 1fr;gap:8px;display:grid}.mobile-profile-preview-links a{text-overflow:ellipsis;white-space:nowrap;border:1px solid;border-radius:10px;padding:10px;font-size:12px;font-weight:800;text-decoration:none;overflow:hidden}.mobile-profile-edit-form{flex-direction:column;gap:12px;display:flex}.mobile-profile-edit-form section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.mobile-form-heading{color:#334155;font:900 13px var(--font-sans);align-items:center;gap:8px;margin-bottom:8px;display:flex}.mobile-profile-edit-form p{color:#64748b;margin:0 0 11px;font-size:12px;line-height:1.45}.mobile-profile-edit-form input,.mobile-profile-edit-form select,.mobile-profile-edit-form textarea{margin-top:8px;padding:11px 12px}.mobile-profile-edit-form textarea{resize:vertical;min-height:92px}.mobile-profile-edit-form small{color:#64748b;margin-top:8px;font-size:10px;display:block}.mobile-link-adder button{color:#fff;width:100%;min-height:38px;font:900 12px var(--font-sans);background:#6d28d9;border:none;border-radius:11px;justify-content:center;align-items:center;gap:7px;margin-top:8px;display:inline-flex}.mobile-link-row{border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:10px;margin-top:9px;padding:10px;display:flex}.mobile-link-row span{flex:1;min-width:0}.mobile-link-row strong,.mobile-link-row small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.mobile-link-row button{color:#be123c;background:#fff1f2;border:1px solid #fecaca;border-radius:10px;width:34px;height:34px}.mobile-profile-savebar{background:#fff;border-top:1px solid #e2e8f0;flex:none;padding:10px 14px}.mobile-profile-savebar span{color:#64748b;margin-bottom:8px;font-size:10.5px;display:block}.mobile-profile-savebar button{color:#fff;width:100%;min-height:42px;font:900 12px var(--font-sans);background:#0f172a;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;display:inline-flex}.mobile-public-profile-scroll{-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior:contain;background:#eef2f7;height:100%;min-height:0;overflow-x:hidden;overflow-y:auto!important}.mobile-public-profile-card{width:100%;min-height:100%;box-shadow:none!important;border-radius:0!important}.mobile-public-profile-banner:after{display:none}.mobile-public-profile-card.tier-agency .mobile-public-avatar{border-color:#cffafe}.mobile-public-profile-card.tier-pro .mobile-public-avatar{border-color:#fef3c7}.mobile-section-title{background:#fff;border-bottom:1px solid #e2e8f0;align-items:center;gap:9px;padding:18px;display:flex}.mobile-section-title h1{color:#0f172a;font:900 15px var(--font-sans);margin:0}.mobile-info-view{-webkit-overflow-scrolling:touch;padding-bottom:18px;overflow-y:auto}.mobile-info-stats{grid-template-columns:1fr 1fr;gap:12px;padding:16px;display:grid}.mobile-info-stats div,.mobile-info-mission,.mobile-info-guide{background:#fff;border:1px solid #e2e8f0;border-radius:14px}.mobile-info-stats div{text-align:center;padding:16px}.mobile-info-stats strong{color:#0f172a;font-size:24px;font-weight:900;display:block}.mobile-info-stats span{color:#64748b;font:900 10px var(--font-sans);text-transform:uppercase}.mobile-info-mission,.mobile-info-guide,.mobile-info-actions{margin:0 16px 14px;padding:16px}.mobile-info-mission strong{color:#6d28d9;margin-left:6px;font-size:13px}.mobile-info-mission p,.mobile-info-guide p{color:#475569;font-size:12.5px;line-height:1.5}.mobile-info-guide h2{color:#0f172a;margin:0 0 10px;font-size:13px}.mobile-info-guide p{gap:9px;margin:0 0 10px;display:flex}.mobile-info-actions{flex-direction:column;gap:9px;padding:0;display:flex}.mobile-info-actions button{color:#334155;min-height:42px;font:900 12px var(--font-sans);background:#fff;border:1px solid #cbd5e1;border-radius:12px;justify-content:center;align-items:center;gap:8px;display:inline-flex}.mobile-info-actions button.primary{color:#fff;background:#0f172a;border:none}.mobile-settings-view{-webkit-overflow-scrolling:touch;padding-bottom:18px;overflow-y:auto}.mobile-settings-list{flex-direction:column;gap:10px;padding:16px;display:flex}.mobile-settings-list button{color:#0f172a;text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:12px;width:100%;min-height:70px;padding:12px;display:flex}.mobile-settings-list button:disabled{cursor:not-allowed;opacity:.66}.mobile-settings-icon{color:#6d28d9;background:#f5f3ff;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid}.mobile-settings-list button>span:nth-child(2){flex:1;min-width:0}.mobile-settings-list strong,.mobile-settings-list small{display:block}.mobile-settings-list strong{color:#0f172a;font:900 13px var(--font-sans);margin-bottom:3px}.mobile-settings-list small{color:#64748b;font-size:11px}.mobile-settings-note{color:#5b21b6;font:800 11px var(--font-sans);background:#f5f3ff;border:1px solid #ddd6fe;border-radius:12px;align-items:center;gap:9px;margin:0 16px;padding:12px;display:flex}}.account-management-panel{color:#0f172a;background:#f8fafc;flex-direction:column;height:100%;min-height:0;display:flex}.account-management-header{background:#fff;border-bottom:1px solid #e2e8f0;flex:none;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px;display:flex}.account-management-header h2{font:900 14px var(--font-sans);text-transform:uppercase;margin:0 0 4px}.account-management-header p{color:#64748b;margin:0;font-size:11px;line-height:1.4}.account-management-header button{color:#64748b;cursor:pointer;background:0 0;border:none;padding:4px}.account-management-card,.account-management-section,.account-management-actions{background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin:14px 16px 0}.account-management-card{align-items:center;gap:12px;padding:14px;display:flex}.account-management-avatar{color:#6d28d9;background:#f5f3ff;border-radius:999px;flex:none;place-items:center;width:48px;height:48px;display:grid;overflow:hidden}.account-management-avatar img{object-fit:cover;width:100%;height:100%}.account-management-card strong,.account-management-card span{display:block}.account-management-card strong{margin-bottom:3px;font-size:14px}.account-management-card span{color:#64748b;font-size:11px}.account-management-section{padding:14px}.account-management-section h3{color:#64748b;font:900 11px var(--font-sans);text-transform:uppercase;margin:0 0 10px}.account-management-row{color:#475569;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:36px;font-size:12px;display:flex}.account-management-row-action{cursor:pointer;font:inherit;text-align:left;background-color:#0000;border-bottom:0;border-left:0;border-right:0;padding:0}.account-management-row-action:hover{color:#6d28d9}.account-management-row-action:focus-visible{outline-offset:3px;border-radius:8px;outline:2px solid #8b5cf6}.account-management-row strong{color:#6d28d9;font-size:11px}.account-management-actions{flex-direction:column;gap:9px;padding:12px;display:flex}.account-management-actions button{color:#6d28d9;width:100%;min-height:42px;font:900 12px var(--font-sans);cursor:pointer;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:12px;justify-content:center;align-items:center;gap:8px;display:inline-flex}.account-management-actions button.danger{color:#be123c;background:#fff1f2;border-color:#fecaca}.account-management-admin{color:#0e7490;min-height:36px;font:900 11px var(--font-sans);background:#ecfeff;border:1px solid #bae6fd;border-radius:10px;justify-content:center;align-items:center;gap:7px;display:flex}@keyframes status-pulse-premium{0%{outline:0 solid #fbbf2473}70%{outline:12px solid #fbbf2400}to{outline:0 solid #fbbf2400}}.marker-premium{border:3.5px solid #fbbf24!important;animation:1.8s infinite status-pulse-premium!important}@keyframes gradient-flow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.premium-gradient-header{background:linear-gradient(-45deg,#ca8a04d9,#d97706d9,#1e1b4bd9,#311042d9,#7c3aedd9,#ca8a04d9) 0 0/400% 400%;animation:12s infinite gradient-flow}.premium-card-dark{-webkit-backdrop-filter:blur(24px)saturate(200%)!important;color:#f8fafc!important;background:linear-gradient(135deg,#0f172afa 0%,#1e293bf2 100%)!important;border:1px solid #eab30847!important;box-shadow:0 15px 35px -10px #000c,0 0 20px #eab3081f!important}.premium-glass-card{background:#1e293b80;border:1px solid #ffffff14;border-radius:12px;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;transition:all .25s cubic-bezier(.25,.8,.25,1)!important}.premium-glass-card:hover{background:#1e293bbf;border-color:#eab30866;transform:translateY(-2px)!important;box-shadow:0 8px 24px -6px #0009,0 0 12px #eab30826!important}.premium-gold-badge{color:#f59e0b!important;font-family:var(--font-display)!important;text-shadow:0 0 4px #eab3084d!important;background:#eab30826!important;border:1px solid #eab30866!important;font-weight:700!important;box-shadow:0 0 8px #eab30840!important}.premium-social-btn{color:#e2e8f0;background:#ffffff0a;border:1px solid #ffffff1a;transition:all .2s cubic-bezier(.175,.885,.32,1.275)!important}.premium-social-btn:hover{color:#fff;background:#eab30826;border-color:#eab30880;transform:scale(1.08)!important;box-shadow:0 0 10px #eab3084d!important}.premium-shop-cta{color:#0f172a!important;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)!important;border:none!important;font-weight:800!important;transition:all .25s cubic-bezier(.175,.885,.32,1.275)!important;box-shadow:0 4px 15px #eab30866!important}.premium-shop-cta:hover{transform:translateY(-2px)scale(1.03)!important;box-shadow:0 6px 20px #eab30899!important}@media (width>=769px){.sidesheet.premium-wide{color:#f8fafc;background:linear-gradient(135deg,#0f172afa 0%,#0a0f1efa 100%);border:1.5px solid #eab30861;box-shadow:0 20px 50px #000000d9,0 0 30px #eab3082e;-webkit-backdrop-filter:blur(24px)saturate(200%)!important;width:760px!important}}@media (width<=768px){.sidesheet.premium-wide{color:#f8fafc;background:linear-gradient(#0b0f19 0%,#0f172a 100%)}}@keyframes status-pulse-agency{0%{outline:0 solid #06b6d473}70%{outline:12px solid #06b6d400}to{outline:0 solid #06b6d400}}.marker-agency{border:3.5px solid #06b6d4!important;animation:1.8s infinite status-pulse-agency!important}.premium-card-agency{-webkit-backdrop-filter:blur(24px)saturate(200%)!important;color:#f8fafc!important;background:linear-gradient(135deg,#081424fa 0%,#0f2036f2 100%)!important;border:1px solid #06b6d459!important;box-shadow:0 15px 35px -10px #000c,0 0 20px #06b6d426!important}.agency-gradient-header{background:linear-gradient(-45deg,#06b6d4d9,#14b8a6d9,#0f172ad9,#1e3a8ad9,#06b6d4d9) 0 0/400% 400%;animation:12s infinite gradient-flow}@media (width>=769px){.sidesheet.premium-wide.premium-wide-agency{background:linear-gradient(135deg,#081424fa 0%,#0a0f1efa 100%);border:1.5px solid #06b6d461;box-shadow:0 20px 50px #000000d9,0 0 30px #06b6d42e}}aside:has(.custom-modal-backdrop){z-index:20001!important}@keyframes jetSmoke{0%{opacity:.9;transform:scale(.8)translateY(0)}to{opacity:.2;transform:scale(1.3)translateY(4px)}}.vehicle-sprite{transition:transform .1s linear,box-shadow .2s!important}.vehicle-sprite:hover{transform:scale(1.15) rotate(var(--sprite-rotation,0deg))!important;box-shadow:0 0 20px var(--sprite-hover-color,#7c3aed)!important}.ad-hover-label{opacity:0;transition:opacity .2s,transform .2s;transform:translateY(3px)}.ad-hover-container:hover .ad-hover-label{opacity:1!important;transform:translateY(0)!important}@keyframes pulseGlow{0%{transform:scale(.9);box-shadow:0 0 #7c3aedb3}70%{transform:scale(1.1);box-shadow:0 0 0 5px #7c3aed00}to{transform:scale(.9);box-shadow:0 0 #7c3aed00}}.medium-page{width:100vw;height:100vh;font-family:var(--font-sans);color:#0f172a;background:#fff;flex-direction:column;display:flex;overflow:hidden}.medium-auth-card{text-align:center;width:min(420px,100%);box-shadow:var(--shadow-premium);background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin:auto;padding:32px}.medium-auth-title{font:700 26px var(--font-display);color:#0f172a;margin:12px 0 8px}.medium-auth-sub{color:#64748b;margin:0 0 24px;font-size:14px;line-height:1.5}.medium-editor-header{z-index:100;-webkit-user-select:none;user-select:none;background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;height:65px;padding:0 24px;display:flex;position:relative}.medium-editor-header-left{align-items:center;gap:16px;display:flex}.medium-header-back{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s;display:flex}.medium-header-back:hover{color:#0f172a;background:#f1f5f9}.medium-logo-area{align-items:center;gap:10px;display:flex}.medium-logo-text{font-family:var(--font-display);color:#0f172a;letter-spacing:-.02em;font-size:18px;font-weight:700}.medium-draft-badge{color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f1f5f9;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:600}.medium-editor-header-right{align-items:center;gap:14px;display:flex}.medium-word-count{color:#94a3b8;font-size:12px;font-weight:500;font-family:var(--font-sans)}.medium-header-ghost-btn{color:#64748b;font:600 13px var(--font-sans);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;transition:background .15s,color .15s;display:inline-flex}.medium-header-ghost-btn:hover{color:#0f172a;background:#f8fafc}.medium-header-publish-btn{color:#fff;font:600 13px var(--font-sans);cursor:pointer;white-space:nowrap;background:#7c3aed;border:none;border-radius:999px;align-items:center;padding:7px 16px;transition:background .15s;display:inline-flex}.medium-header-publish-btn:hover{background:#6d28d9}.medium-header-publish-btn:disabled,.medium-header-ghost-btn:disabled{opacity:.5;cursor:not-allowed}.medium-header-stories-wrap{position:relative}.medium-stories-dropdown{z-index:110;background:#fff;border:1px solid #cbd5e1;border-radius:12px;flex-direction:column;gap:4px;width:280px;padding:12px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 25px #0000000f}.medium-stories-dropdown-head{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;color:#64748b;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:6px;padding-bottom:8px;font-size:11px;font-weight:700;display:flex}.medium-stories-new{color:#7c3aed;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:11px;font-weight:600;transition:background .15s}.medium-stories-new:hover{background:#f5f3ff}.medium-stories-empty{text-align:center;color:#94a3b8;padding:12px;font-size:13px}.medium-stories-item{text-align:left;cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:8px 10px;transition:background .15s;display:flex}.medium-stories-item:hover{background:#f8fafc}.medium-stories-item.active{background:#f5f3ff}.medium-stories-item-title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;max-width:170px;font-size:13.5px;font-weight:500;overflow:hidden}.medium-stories-item.active .medium-stories-item-title{color:#7c3aed;font-weight:600}.medium-stories-item-status{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:700}.medium-stories-item-status.published{color:#059669;background:#ecfdf5}.medium-stories-item-status.draft{color:#64748b;background:#f1f5f9}.medium-stories-overlay{z-index:105;background:0 0;width:100vw;height:100vh;position:fixed;top:0;left:0}.medium-scroll-area{background:#fff;flex-direction:column;flex:1;display:flex;overflow-y:auto}.medium-content-col{box-sizing:border-box;flex-direction:column;width:100%;max-width:740px;margin:0 auto;padding:48px 24px 120px;display:flex}.medium-meta-toggle-row{-webkit-user-select:none;user-select:none;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:12px;display:flex}.medium-meta-toggle-btn{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:13px;font-weight:500;transition:color .15s}.medium-meta-toggle-btn:hover{color:#7c3aed}.medium-meta-delete-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;font-size:13px;font-weight:500;transition:color .15s}.medium-meta-delete-btn:hover{color:#dc2626}.medium-meta-bar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:28px;padding:18px;animation:.2s cubic-bezier(.16,1,.3,1) slideDown;display:grid}.medium-meta-field{flex-direction:column;gap:6px;display:flex}.medium-meta-field span{text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-size:10px;font-weight:700}.medium-meta-field input{font-size:13px;font-family:var(--font-sans);color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:8px 12px;transition:border-color .15s}.medium-meta-field input:focus{border-color:#7c3aed}.medium-canvas-wrap{width:100%;position:relative}.medium-title-input{color:#0f172a;box-sizing:border-box;resize:none;background:0 0;border:none;border-bottom:1px solid #f1f5f9;outline:none;width:100%;margin:0 0 24px;padding:0 0 16px;font-family:Playfair Display,Georgia,serif;font-size:42px;font-weight:700;line-height:1.25;overflow:hidden}.medium-title-input::placeholder{color:#cbd5e1;font-style:italic}.medium-editor-body{color:#292929;caret-color:#7c3aed;border:none;outline:none;min-height:400px;font-family:Playfair Display,Georgia,serif;font-size:18px;line-height:1.8}.medium-editor-body[data-placeholder]:empty:before{content:attr(data-placeholder);color:#cbd5e1;pointer-events:none;font-style:italic;display:block}.medium-editor-body p{color:#292929;margin:0 0 20px}.medium-editor-body h1,.medium-editor-body h2,.medium-editor-body h3{font-family:var(--font-display);color:#0f172a;margin:36px 0 16px;font-weight:700;line-height:1.3}.medium-editor-body h2{font-size:26px}.medium-editor-body h3{font-size:22px}.medium-editor-body blockquote{color:#64748b;border-left:3px solid #7c3aed;margin:24px 0;padding-left:20px;font-size:20px;font-style:italic;line-height:1.6}.medium-editor-body pre{font-family:var(--font-mono);background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:24px 0;padding:16px;font-size:14.5px;overflow-x:auto}.medium-editor-body code{font-family:var(--font-mono);color:#5b21b6;background:#f1f5f9;border-radius:4px;padding:2px 6px;font-size:14px}.medium-editor-body pre code{color:inherit;font-size:inherit;background:0 0;border-radius:0;padding:0}.medium-editor-body figure{flex-direction:column;align-items:center;margin:32px 0;display:flex}.medium-editor-body figure img{border-radius:8px;max-width:100%;box-shadow:0 4px 12px #00000008}.medium-editor-body hr{text-align:center;border:none;border-top:1px dashed #cbd5e1;width:60px;margin:40px auto}.medium-editor-body a{color:#7c3aed;text-underline-offset:3px;cursor:pointer;text-decoration:underline}.medium-editor-body ul,.medium-editor-body ol{margin:0 0 20px;padding-left:24px}.medium-editor-body li{margin-bottom:6px}.medium-sel-toolbar{z-index:200;pointer-events:auto;background:#0f172a;border-radius:8px;align-items:center;padding:4px;transition:opacity .15s,transform .15s;display:flex;position:absolute;box-shadow:0 4px 12px #00000026}.medium-sel-btn{color:#e2e8f0;font-size:14px;font-family:var(--font-sans);cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:8px 10px;font-weight:600;transition:color .15s,background-color .15s;display:inline-flex}.medium-sel-btn:hover{color:#fff;background-color:#ffffff1a}.medium-sel-btn.medium-T-big{font-size:16px;font-weight:700}.medium-sel-btn.medium-T-small{font-size:13px;font-weight:600}.medium-sel-sep{background:#ffffff26;width:1px;height:18px;margin:0 4px}.medium-plus-toolbar{z-index:190;align-items:center;gap:8px;height:32px;display:flex;position:absolute;left:-52px}.medium-plus-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:50%;outline:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex}.medium-plus-btn:hover,.medium-plus-btn.expanded{color:#7c3aed;border-color:#7c3aed}.medium-plus-items{background:#fff;border:1px solid #cbd5e1;border-radius:20px;align-items:center;gap:6px;padding:3px 10px 3px 6px;animation:.2s cubic-bezier(.16,1,.3,1) fadeInRight;display:flex;box-shadow:0 4px 10px #0000000d}.medium-plus-item{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s,color .15s;display:flex}.medium-plus-item:hover{color:#0f172a;background:#f1f5f9}.markdown-renderer{color:#292929;font-family:Playfair Display,Georgia,serif;font-size:18px;line-height:1.8}.markdown-renderer h1{font:800 36px/1.2 var(--font-display);letter-spacing:-.02em;color:#0f172a;margin:36px 0 16px}.markdown-renderer h2{font:700 26px/1.2 var(--font-display);letter-spacing:-.01em;color:#0f172a;border-bottom:1px solid #f1f5f9;margin:32px 0 14px;padding-bottom:8px}.markdown-renderer h3{font:700 20px/1.3 var(--font-sans);color:#1e293b;margin:24px 0 12px}.markdown-renderer p{margin:0 0 20px}.markdown-renderer ul,.markdown-renderer ol{margin:0 0 20px;padding-left:24px}.markdown-renderer li{margin-bottom:6px}.markdown-renderer code{font:400 14px/1 var(--font-mono);color:#5b21b6;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:2px 6px}.markdown-renderer pre{font:400 14.5px/1.6 var(--font-mono);background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:24px 0;padding:16px;overflow:auto}.markdown-renderer pre code{color:inherit;font-size:inherit;background:0 0;border:none;padding:0}.markdown-renderer blockquote{color:#64748b;background:#faf5ff;border-left:3px solid #7c3aed;border-radius:0 8px 8px 0;margin:24px 0;padding:6px 16px;font-style:italic}.markdown-renderer a{color:#7c3aed;text-underline-offset:3px;text-decoration:underline}.markdown-renderer figure{flex-direction:column;align-items:center;margin:32px 0;display:flex}.markdown-renderer figure img{border-radius:8px;max-width:100%;box-shadow:0 4px 12px #00000008}.public-blog-cover,.public-blog-card>img{object-fit:cover;border-radius:12px;width:100%;max-height:320px}.public-blog-page{-webkit-overflow-scrolling:touch;color:#0f172a;box-sizing:border-box;background:#fbfaff;height:100vh;padding:36px 20px;overflow:hidden auto}.public-blog-shell,.public-blog-article{max-width:740px;margin:0 auto}.public-blog-back{color:#6d28d9;align-items:center;gap:7px;margin-bottom:24px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.public-blog-hero{border-bottom:1px solid #e8e0ef;align-items:center;gap:18px;margin-bottom:28px;padding-bottom:28px;display:flex}.public-blog-hero img,.public-blog-author img{object-fit:cover;border-radius:999px;width:64px;height:64px}.public-blog-hero h1{font:900 44px var(--font-display);letter-spacing:0;margin:0 0 8px}.public-blog-article h1{color:#0f172a;letter-spacing:-.01em;margin:0 0 16px;font-family:Playfair Display,Georgia,serif;font-size:42px;font-weight:700;line-height:1.25}.public-blog-hero p,.public-blog-article header p{color:#475569;margin:0 0 10px;font-size:16px}.public-blog-hero span,.public-blog-meta,.public-blog-author{color:#64748b;align-items:center;gap:7px;font-size:13px;display:flex}.public-blog-list{gap:16px;display:grid}.public-blog-card{color:inherit;background:#fff;border:1px solid #e8e0ef;border-radius:14px;grid-template-columns:190px minmax(0,1fr);gap:18px;padding:18px;text-decoration:none;display:grid}.public-blog-card h2{font:900 22px var(--font-display);margin:0 0 8px}.public-blog-card p{color:#475569;line-height:1.55}.public-blog-tags{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.public-blog-tags span{color:#6d28d9;border:1px solid #ddd6fe;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800}.public-blog-empty{color:#64748b;text-align:center;border:1px dashed #ddd6fe;border-radius:14px;padding:32px}.public-blog-author{margin:16px 0 24px}.public-blog-author img{width:34px;height:34px}@media (width<=720px){.medium-content-col{padding:24px 16px 80px}.medium-title-input{margin-bottom:16px;font-size:32px}.medium-editor-body{font-size:16px}.medium-meta-bar{grid-template-columns:1fr;gap:12px;padding:14px}.medium-plus-toolbar{left:-38px}.medium-editor-header{padding:0 16px}.public-blog-page{padding:24px 16px}.public-blog-hero,.public-blog-card{grid-template-columns:1fr}.public-blog-card{flex-direction:column;display:flex}.public-blog-hero h1,.public-blog-article h1{font-size:34px}}@keyframes status-flat-ripple{0%{opacity:.85;transform:scale(1)}to{opacity:0;transform:scale(2.4)}}.status-ripple-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;display:inline-flex;position:relative}.status-ripple-dot:after{content:"";box-sizing:border-box;border:1.5px solid;border-radius:50%;width:100%;height:100%;animation:1.8s cubic-bezier(.16,1,.3,1) infinite status-flat-ripple;position:absolute;top:0;left:0}.map-cluster-marker:hover{transform:scale(1.08)!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
