.vip-header{z-index:100;background:var(--bg-card);-webkit-backdrop-filter:blur(40px)saturate(1.4);width:calc(100% - 20px);height:48px;box-shadow:var(--shadow-card), var(--shadow-inset-tactile);color:var(--text-primary);border:1px solid #ffffff14;border-top-color:#d4af3759;border-radius:10px;justify-content:space-between;align-items:center;padding:0 20px;display:flex;position:fixed;top:10px;left:50%;transform:translate(-50%)}.vip-header-left,.vip-header-right{align-items:center;gap:18px;display:flex}.vip-header-right{min-width:0}.vip-divider{background:#ffffff26;border-radius:1px;width:1px;height:20px}.vip-logo{-webkit-user-select:none;user-select:none;align-items:center;gap:12px;display:flex}.vip-logo-icon{color:#fff;opacity:.9;width:24px;height:24px}.vip-logo-copy{flex-direction:column;gap:0;display:flex}.vip-logo-text{font-family:var(--font-display,sans-serif);letter-spacing:.12em;text-transform:uppercase;color:var(--atlas-accent);font-size:15px;font-weight:550}.vip-logo-subtitle{font-family:var(--font-serif,serif);color:#fff6;letter-spacing:.05em;font-size:10px;font-style:italic}.vip-live-badge{font-family:var(--font-body,sans-serif);color:#fffc;background:#ffffff0f;border:1px solid #ffffff0d;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:500;display:flex}.vip-live-dot{background:#f36;border-radius:50%;width:6px;height:6px;animation:2s cubic-bezier(.4,0,.6,1) infinite vip-pulse;box-shadow:0 0 8px #f369}@keyframes vip-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.vip-time-wrapper{text-align:right;flex-direction:column;gap:0;display:flex}.vip-time-value{font-family:var(--font-display,sans-serif);color:#fff;font-variant-numeric:tabular-nums;letter-spacing:.01em;font-size:15px;font-weight:500}.vip-time-date{font-family:var(--font-body,sans-serif);color:#ffffff80;font-size:10px}.vip-voice-entry{color:#f8fbff;cursor:pointer;background:#12141873;border:1px solid #ffffff0f;border-radius:8px;align-items:center;gap:10px;min-height:32px;padding:0 10px;transition:transform .18s,border-color .18s,background .18s;display:inline-flex}.vip-voice-entry:hover{background:#ffffff05;border-color:#d4af3759;transform:translateY(-1px)}.vip-voice-entry-icon{color:#ffffffd6;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.vip-voice-entry-icon svg{width:16px;height:16px}.vip-voice-entry-icon--idle{color:#ffffffc7;background:#ffffff0d}.vip-voice-entry-icon--live{color:#bbf7d0;background:#4ade8029}.vip-voice-entry-icon--info{color:#d8f1ff;background:#5bbcff29}.vip-voice-entry-icon--warning{color:#fde68a;background:#fbbf2429}.vip-voice-entry-icon--error{color:#fecaca;background:#f8717129}.vip-voice-entry-copy{text-align:left;flex-direction:column;gap:1px;display:flex}.vip-voice-entry-kicker{color:var(--atlas-accent);letter-spacing:.12em;text-transform:uppercase;font-size:8.5px;font-weight:700}.vip-voice-entry-title{color:#ffffffe0;font-size:12px;font-weight:600}.vip-voice-entry-state{white-space:nowrap;border-radius:999px;align-items:center;min-height:24px;padding:0 10px;font-size:10px;font-weight:700;display:inline-flex}.vip-voice-entry-state--idle{color:#ffffffc7;background:#ffffff14}.vip-voice-entry-state--live{color:#bbf7d0;background:#4ade8029}.vip-voice-entry-state--info{color:#d8f1ff;background:#5bbcff29}.vip-voice-entry-state--warning{color:#fde68a;background:#fbbf2429}.vip-voice-entry-state--error{color:#fecaca;background:#f8717129}.vip-icon-button{color:#d4af37d9;cursor:pointer;background:#080c14a6;border:1px solid #ffffff14;border-bottom-color:#d4af3733;border-radius:8px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:inset 0 1px 1px #0006}.vip-icon-button:hover{color:#d4af37;background:#d4af371a;border-color:#d4af3759;transform:translateY(-1px);box-shadow:0 4px 12px #d4af3726}.vip-stories-button.active{color:#38bdf8;background:#38bdf826;border-color:#38bdf88c;box-shadow:0 0 12px #38bdf840}.vip-icon-button svg{width:18px;height:18px}.vip-quality-switch,.vip-school-switch{background:#080c14a6;border:1px solid #ffffff14;border-bottom-color:#d4af3733;border-radius:8px;flex:none;align-items:center;gap:2px;min-height:32px;padding:2.5px;display:inline-flex;box-shadow:inset 0 1px 2px #0009}.vip-school-option,.vip-quality-option{color:#ffffff8c;cursor:pointer;height:25px;font-family:var(--font-body,sans-serif);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:0 0;border:0;border-radius:5px;padding:0 9px;font-size:9.5px;font-weight:500;transition:all .2s cubic-bezier(.16,1,.3,1)}.vip-school-option:hover,.vip-quality-option:hover{color:#d4af37f2;background:#d4af3714}.vip-school-option.active,.vip-quality-option.active{color:#0b0c10;text-shadow:0 .5px 1px #ffffff1a;background:linear-gradient(135deg,#d4af37 0%,#b8860b 100%);font-weight:600;box-shadow:0 2px 8px #d4af3738,inset 0 1px #ffffff40}@media (width<=768px){.vip-header{border-radius:18px;width:calc(100% - 24px);height:52px;padding:0 16px;top:12px}.vip-logo-subtitle,.vip-divider{display:none}.vip-logo-icon{width:22px;height:22px}.vip-live-badge{display:none}.vip-school-switch{z-index:101;scrollbar-width:none;background:#0c1018d1;border-radius:14px;max-width:calc(100vw - 24px);min-height:36px;padding:3px;display:inline-flex;position:absolute;top:calc(100% + 8px);left:50%;overflow-x:auto;transform:translate(-50%);box-shadow:0 12px 28px #00000047}.vip-school-switch::-webkit-scrollbar{display:none}.vip-school-option{border-radius:9px;min-width:44px;height:28px;padding:0 8px;font-size:10px}.vip-quality-switch{display:none}.vip-stories-button{display:none!important}.vip-voice-entry{gap:10px;min-height:36px;padding:0 10px}.vip-voice-entry-icon{border-radius:11px;width:30px;height:30px}.vip-voice-entry-kicker{font-size:8px}.vip-voice-entry-title{font-size:11px}.vip-voice-entry-state{padding:0 8px}.vip-icon-button{border-radius:12px;width:36px;height:36px}.vip-time-value{font-size:14px}.vip-time-date{font-size:8px}}@media (width<=480px){.vip-header{border-radius:14px;height:46px;padding:0 12px}.vip-logo-icon{width:20px;height:20px}.vip-logo-text{font-size:14px}.vip-voice-entry-copy{display:none}.vip-voice-entry{padding:0 8px}.vip-voice-entry-icon{width:28px;height:28px}.vip-voice-entry-state,.vip-help-button,.vip-time-date{display:none}.vip-school-switch{min-height:34px;top:calc(100% + 7px)}.vip-school-option{min-width:42px;height:27px;padding:0 7px;font-size:9.5px}}.atlas-command-bar{top:calc(var(--header-height) + 28px);z-index:95;width:min(860px,100% - 32px);position:fixed;left:50%;transform:translate(-50%)}.atlas-command-shell{border:1px solid var(--atlas-line);-webkit-backdrop-filter:blur(30px)saturate(1.25);backdrop-filter:blur(30px)saturate(1.25);box-shadow:var(--atlas-shadow);background:#070e18c2;border-radius:24px;padding:14px}.atlas-command-header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:10px;display:flex}.atlas-command-copy{margin-bottom:0}.atlas-command-kicker{color:#93ddff;letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:700;display:inline-flex}.atlas-command-copy p{color:#ffffffad;margin:0;font-size:12px;line-height:1.45}.atlas-command-close{color:#ffffffd6;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;flex-shrink:0;width:40px;height:40px;font-size:24px;line-height:1}.atlas-command-close:hover{background:#5bbcff14;border-color:#5bbcff38}.atlas-command-form{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.atlas-command-input{width:100%;min-height:44px;color:var(--atlas-ink);background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;outline:none;padding:0 14px;font-size:14px}.atlas-command-input::placeholder{color:#ffffff5c}.atlas-command-input:focus{border-color:#5bbcff4d;box-shadow:0 0 0 3px #5bbcff14}.atlas-command-submit{color:#d8f1ff;cursor:pointer;background:#5bbcff24;border:1px solid #5bbcff38;border-radius:16px;min-width:118px;min-height:44px;font-size:13px;font-weight:700}.atlas-command-presets{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.atlas-command-chip{color:#ffffffd1;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;min-height:30px;padding:0 12px;font-size:12px}.atlas-command-status{border-radius:14px;min-height:36px;margin-top:10px;padding:10px 12px;font-size:12px;line-height:1.45}.atlas-command-status--success{color:#b7f7cb;background:#22c55e1a;border:1px solid #4ade8033}.atlas-command-status--warning{color:#fde68a;background:#fbbf241a;border:1px solid #fbbf2433}.atlas-command-status--error{color:#fecaca;background:#ef44441a;border:1px solid #f8717133}.atlas-command-status--muted{color:#ffffffb8;background:#ffffff0a;border:1px solid #ffffff14}.atlas-command-clarifications{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.atlas-command-clarification-chip{color:#fde68a;cursor:pointer;background:#fbbf241f;border:1px solid #fbbf2438;border-radius:999px;min-height:32px;padding:0 12px;font-size:12px;font-weight:600}.atlas-command-navigator{background:linear-gradient(#5bbcff1f,#0b121e85);border:1px solid #5bbcff24;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;padding:12px;display:flex}.atlas-command-navigator-copy{gap:3px;display:grid}.atlas-command-navigator-kicker{color:#93ddff;letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:700}.atlas-command-navigator-copy strong{color:#f4fbff;font-size:13px}.atlas-command-navigator-copy span:last-child{color:#ffffffad;font-size:12px}.atlas-command-navigator-actions{gap:8px;display:flex}.atlas-command-nav-button{color:#ffffffd6;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;min-height:38px;padding:0 14px;font-size:12px;font-weight:700}.atlas-command-nav-button--primary{color:#d8f1ff;background:#5bbcff29;border-color:#5bbcff38}.atlas-command-nav-button:disabled{opacity:.42;cursor:not-allowed}.atlas-voice-shell{background:linear-gradient(#ffffff0a,#050a122e);border:1px solid #ffffff14;border-radius:18px;margin-top:12px;padding:12px}.atlas-voice-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.atlas-voice-title-group{min-width:0}.atlas-voice-kicker{color:#8bdcff;letter-spacing:.12em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:700;display:inline-flex}.atlas-voice-state-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.atlas-voice-state-row strong{color:#f4fbff;font-size:13px;font-weight:600}.atlas-voice-state{border-radius:999px;align-items:center;min-height:24px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.atlas-voice-state--idle{color:#ffffffbd;background:#ffffff0f}.atlas-voice-state--live{color:#bbf7d0;background:#4ade8024}.atlas-voice-state--info{color:#d8f1ff;background:#5bbcff24}.atlas-voice-state--warning{color:#fde68a;background:#fbbf2424}.atlas-voice-state--error{color:#fecaca;background:#ef444424}.atlas-voice-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.atlas-voice-mic,.atlas-voice-toggle,.atlas-voice-clear{color:#ffffffdb;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex}.atlas-voice-mic{color:#d8f1ff;background:#5bbcff24;border-color:#5bbcff38}.atlas-voice-mic.is-live{color:#bbf7d0;background:#22c55e29;border-color:#4ade8038}.atlas-voice-mic-icon{justify-content:center;align-items:center;display:inline-flex}.atlas-voice-mic-icon svg{width:15px;height:15px}.atlas-voice-toggle.is-active{color:#fde68a;background:#fbbf2424;border-color:#fbbf2438}.atlas-voice-mic:disabled,.atlas-voice-toggle:disabled,.atlas-voice-clear:disabled{opacity:.45;cursor:not-allowed}.atlas-voice-transcript{color:#fffc;background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;min-height:46px;margin-top:10px;padding:12px 14px;font-size:13px;line-height:1.5}.atlas-voice-log{gap:8px;margin-top:10px;display:grid}.atlas-voice-entry{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;padding:10px 12px}.atlas-voice-entry--user{background:#5bbcff14;border-color:#5bbcff29}.atlas-voice-entry--atlas{background:#22c55e14;border-color:#4ade8024}.atlas-voice-entry--clarification{background:#fbbf2414;border-color:#fbbf2429}.atlas-voice-entry--error{background:#ef444414;border-color:#f8717129}.atlas-voice-entry-role{color:#ffffff85;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:700;display:inline-flex}.atlas-voice-entry p{color:#ffffffd6;margin:0;font-size:12px;line-height:1.45}.atlas-voice-privacy{color:#ffffff94;margin:10px 0 0;font-size:11px;line-height:1.45}@media (width<=900px){.atlas-command-bar{top:calc(var(--header-height) + 24px);width:calc(100% - 24px)}}@media (width<=640px){.atlas-command-bar{top:calc(var(--header-height) + 20px)}.atlas-command-shell{border-radius:20px;padding:12px}.atlas-command-header{align-items:center}.atlas-command-form{grid-template-columns:1fr}.atlas-command-submit{width:100%}.atlas-command-navigator{flex-direction:column;align-items:stretch}.atlas-voice-header{flex-direction:column}.atlas-voice-actions{justify-content:stretch}.atlas-command-navigator-actions{width:100%}.atlas-voice-mic,.atlas-voice-toggle,.atlas-voice-clear,.atlas-command-nav-button{flex:1 1 0}}.ls{z-index:9999;clip-path:circle(150%);background:#000;justify-content:center;align-items:center;transition:clip-path .68s cubic-bezier(.62,0,.18,1);display:flex;position:fixed;inset:0;overflow:hidden}.ls--reveal{clip-path:circle(0%);pointer-events:none}.ls-canvas{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.ls-center{z-index:2;flex-direction:column;align-items:center;gap:36px;animation:.9s cubic-bezier(.16,1,.3,1) both lsEnter;display:flex;position:relative}@keyframes lsEnter{0%{opacity:0;filter:blur(6px);transform:translateY(40px)scale(.92)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.ls-earth-icon{justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:relative}.ls-earth-svg{width:100%;height:100%;animation:12s linear infinite earthSpin;position:absolute;inset:0}@keyframes earthSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ls-progress-ring{transform-origin:50%;filter:drop-shadow(0 0 8px #5bbcff80);transition:stroke-dasharray .24s cubic-bezier(.16,1,.3,1);transform:rotate(-90deg)}.ls-pct{z-index:3;font-family:var(--font-meta,"JetBrains Mono", monospace);color:#e8f0ff;font-variant-numeric:tabular-nums;letter-spacing:.04em;text-shadow:0 0 20px #5bbcff4d;font-size:42px;font-weight:500;position:relative}.ls-pct small{color:#5bbcff99;margin-left:2px;font-size:18px}.ls-brand{text-align:center}.ls-title{font-family:var(--font-display,"Outfit", sans-serif);letter-spacing:.4em;text-transform:uppercase;flex-direction:column;align-items:center;gap:2px;margin:0;font-size:54px;font-weight:200;line-height:1.15;display:flex}.ls-t1{color:#fff;animation:.7s cubic-bezier(.16,1,.3,1) 80ms both wordSlide}.ls-t2{color:#5bbcffb3;letter-spacing:.55em;font-size:38px;font-weight:300;animation:.7s cubic-bezier(.16,1,.3,1) .14s both wordSlide}@keyframes wordSlide{0%{opacity:0;filter:blur(4px);transform:translateY(20px)}to{opacity:1;filter:blur();transform:translateY(0)}}.ls-tagline{font-family:var(--font-meta,"JetBrains Mono", monospace);letter-spacing:.3em;text-transform:uppercase;color:#ffffff40;margin-top:16px;font-size:10px;animation:.7s cubic-bezier(.16,1,.3,1) .2s both wordSlide}.ls-tagline:before{content:"";background:linear-gradient(90deg,#0000,#5bbcff4d,#0000);width:48px;height:1px;margin:0 auto 12px;display:block}.ls-status{font-family:var(--font-meta,"JetBrains Mono", monospace);letter-spacing:.15em;text-transform:uppercase;color:#5bbcffa6;align-items:center;gap:10px;min-height:18px;font-size:10px;animation:.5s cubic-bezier(.16,1,.3,1) both statusPop;display:flex}@keyframes statusPop{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ls-status-dot{background:#5bbcff;border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite alternate dotBlink;box-shadow:0 0 10px #5bbcff99}@keyframes dotBlink{0%{opacity:.4;transform:scale(.8)}to{opacity:1;transform:scale(1.2)}}.ls-hud-bottom{font-family:var(--font-meta,"JetBrains Mono", monospace);letter-spacing:.12em;text-transform:uppercase;color:#ffffff26;z-index:2;justify-content:center;gap:32px;font-size:9px;display:flex;position:absolute;bottom:24px;left:0;right:0}.ls-scan{pointer-events:none;z-index:3;background:linear-gradient(90deg,#0000 10%,#5bbcff14 30%,#5bbcff26 50%,#5bbcff14 70%,#0000 90%);height:1px;animation:6s linear infinite scanSweep;position:absolute;left:0;right:0}@keyframes scanSweep{0%{top:-1px}to{top:100%}}@media (width<=768px){.ls-earth-icon{width:150px;height:150px}.ls-pct{font-size:32px}.ls-pct small{font-size:14px}.ls-title{letter-spacing:.28em;font-size:38px}.ls-t2{letter-spacing:.4em;font-size:28px}.ls-center{gap:28px}.ls-hud-bottom{flex-direction:column;align-items:center;gap:6px;bottom:16px}}@media (width<=400px){.ls-title{letter-spacing:.2em;font-size:28px}.ls-t2{letter-spacing:.3em;font-size:22px}.ls-earth-icon{width:120px;height:120px}}.cyber-panel-desktop{top:calc(var(--header-height) + 16px);width:215px;max-height:calc(100vh - var(--header-height) - 32px);z-index:40;-webkit-backdrop-filter:blur(40px)saturate(1.4);background:linear-gradient(#0e121ced 0%,#080a0ff7 100%);border:1px solid #ffffff0d;border-color:#e5c45866 #ffffff0d #e5c4581a;border-radius:12px;flex-direction:column;gap:16px;padding:14px 10px;display:flex;position:fixed;left:12px;overflow-y:auto;box-shadow:0 20px 50px #000000d9,inset 0 1px #ffffff0d,0 0 30px #e5c45805}.cyber-panel-desktop::-webkit-scrollbar{width:3px}.cyber-panel-desktop::-webkit-scrollbar-thumb{background:#e5c45833;border-radius:3px}.cyber-mobile-container{z-index:50;position:fixed}.cyber-mobile-handle{width:46px;min-width:46px;height:74px;min-height:74px;font-family:var(--font-body,sans-serif);-webkit-backdrop-filter:blur(14px)saturate(1.15);color:#ecf5ffeb;z-index:52;cursor:pointer;background:#080c14ad;border:1px solid #7dd3fc24;border-left:0;border-radius:0 16px 16px 0;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:8px 0;font-size:10.5px;font-weight:800;transition:opacity .25s,transform .25s,background .25s;display:flex;position:fixed;top:42%;left:0;transform:translateY(-50%);box-shadow:0 10px 24px #00000057}.cyber-mobile-handle svg{opacity:.86;width:17px;height:17px;display:block}.cyber-mobile-handle-label{letter-spacing:0;white-space:nowrap;font-size:10.5px;line-height:1;display:block}.cyber-mobile-handle:hover,.cyber-mobile-handle:active{background:#0c1018d1}.cyber-mobile-handle.open{opacity:0;pointer-events:none;transform:translate(-100%,-50%)}.cyber-mobile-scrim{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;cursor:pointer;background:#0009;border:none;position:fixed;inset:0}.cyber-panel-mobile{top:calc(var(--header-height) + 58px);-webkit-backdrop-filter:blur(20px)saturate(1.2);z-index:51;--panel-drag-x:0px;width:300px;max-width:85vw;transform:translate3d(calc(-100% + var(--panel-drag-x)), 0, 0);touch-action:pan-y;will-change:transform;background:linear-gradient(#0c1018f0 0%,#080b12eb 100%);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;border-right:1px solid #ffffff14;border-radius:0 22px 22px 0;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:12px;left:0;box-shadow:18px 0 40px #00000059}.cyber-panel-mobile.open{transform:translate3d(var(--panel-drag-x), 0, 0)}.cyber-panel-mobile.dragging{transition:none}.cyber-panel-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:20px;display:flex}.cyber-panel-heading{flex-direction:column;gap:4px;display:flex}.cyber-panel-title{font-family:var(--font-display,sans-serif);text-transform:uppercase;letter-spacing:.16em;color:var(--atlas-accent);margin:0;font-size:13px}.cyber-panel-subtitle{font-family:var(--font-serif,serif);color:#ffffff75;font-size:12px;font-style:italic;line-height:1.4}.cyber-close-btn{color:#ffffffb8;cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:inline-flex}.cyber-close-btn:hover,.cyber-close-btn:active{background:#ffffff0f}.cyber-panel-scroll{flex-direction:column;gap:24px;padding:20px;display:flex;overflow-y:auto}.cyber-group{flex-direction:column;gap:10px;display:flex}.cyber-group-title{font-family:var(--font-display,sans-serif);text-transform:uppercase;letter-spacing:.16em;color:#e5c458f2;text-shadow:0 0 8px #e5c45833;align-items:center;gap:10px;padding-bottom:2px;font-size:11px;font-style:normal;font-weight:700;display:flex}.cyber-group-title:after{content:"";background:linear-gradient(90deg,#e5c4584d 0%,#e5c45805 100%);flex:1;height:1px}.cyber-group-title-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.cyber-group-title-row .cyber-group-title{min-width:0}.cyber-group-content{flex-direction:column;gap:4px;display:flex}.cyber-layer-row{grid-template-columns:14px minmax(0,1fr);align-items:center;gap:6px;width:100%;display:grid;position:relative;overflow:visible}.cyber-layer-info-wrap,.cyber-layer-info-spacer{justify-content:center;align-items:center;width:14px;height:32px;display:inline-flex;position:relative;overflow:visible}.cyber-layer-info{border:1px solid color-mix(in srgb, var(--layer-color) 35%, #ffffff1f);width:13px;height:13px;color:color-mix(in srgb, var(--layer-color) 80%, #ffffffb3);cursor:help;font-family:var(--font-meta,monospace);text-transform:lowercase;background:#ffffff0a;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:8px;font-weight:900;line-height:1;transition:background .22s,border-color .22s,color .22s,transform .22s;display:inline-flex}.cyber-layer-info:hover,.cyber-layer-info:focus-visible{border-color:color-mix(in srgb, var(--layer-color) 70%, #ffffff40);background:color-mix(in srgb, var(--layer-color) 20%, #ffffff14);color:#fff;outline:none;transform:scale(1.1)}.cyber-layer-info-popover{z-index:20;border:1px solid color-mix(in srgb, var(--layer-color) 35%, #ffffff26);background:linear-gradient(135deg, color-mix(in srgb, var(--layer-color) 10%, #ffffff0a), #080c14f5), #080c14f5;color:#ffffffd9;width:218px;max-width:calc(100vw - 96px);font-family:var(--font-body,sans-serif);opacity:0;pointer-events:none;border-radius:8px;padding:8px 10px;font-size:11px;font-weight:450;line-height:1.32;transition:opacity .2s,transform .2s;position:absolute;top:50%;left:24px;transform:translateY(-50%)translate(-4px);box-shadow:0 14px 30px #00000080,inset 0 0 0 1px #ffffff0a}.cyber-layer-info:hover+.cyber-layer-info-popover,.cyber-layer-info:focus-visible+.cyber-layer-info-popover{opacity:1;transform:translateY(-50%)translate(0)}.cyber-btn{cursor:pointer;text-align:left;background:#ffffff05;border:1px solid #ffffff0a;border-radius:6px;align-items:center;gap:0;width:100%;min-width:0;min-height:48px;padding:7px 8px;transition:background .25s cubic-bezier(.2,.8,.2,1),border-color .25s cubic-bezier(.2,.8,.2,1),transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden}.cyber-btn:hover:not(.disabled){background:#e5c4580d;border-color:#e5c45840;transform:translateY(-1px);box-shadow:0 4px 10px #0003}.cyber-btn.active{background:linear-gradient(90deg, color-mix(in srgb, var(--layer-color) 16%, transparent) 0%, #ffffff05 100%);border:1px solid color-mix(in srgb, var(--layer-color) 35%, #ffffff14);border-left:3px solid var(--layer-color);box-shadow:0 4px 12px #00000059, 0 0 15px color-mix(in srgb, var(--layer-color) 12%, transparent)}.cyber-btn.disabled{opacity:.25;cursor:not-allowed;filter:grayscale()}.cyber-btn-icon-box{color:#ffffff73;border:1px solid color-mix(in srgb, var(--layer-color) 18%, #ffffff14);background:radial-gradient(circle at 50% 24%, color-mix(in srgb, var(--layer-color) 18%, transparent), transparent 46%), #070c1670;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:30px;margin-right:8px;transition:color .25s,filter .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 14px #ffffff09,0 8px 16px #00000029}.cyber-btn-icon-box:before,.cyber-btn-icon-box:after,.cyber-layer-preview-backdrop{content:"";pointer-events:none;position:absolute}.cyber-btn-icon-box:before{border:1px solid color-mix(in srgb, var(--layer-color) 26%, #ffffff14);opacity:.58;border-radius:999px;inset:5px 4px}.cyber-btn-icon-box:after{background:var(--layer-color);width:5px;height:5px;box-shadow:0 0 10px color-mix(in srgb, var(--layer-color) 75%, transparent);opacity:.72;border-radius:999px;transform:translate(8px,-6px)}.cyber-layer-preview-backdrop{opacity:.72;inset:0}.cyber-layer-preview-icon{z-index:2;justify-content:center;align-items:center;width:17px;height:17px;display:inline-flex;position:relative}.cyber-layer-preview-icon svg{width:17px;height:17px}.cyber-layer-preview-area .cyber-layer-preview-backdrop{background:radial-gradient(circle at 28% 56%, color-mix(in srgb, var(--layer-color) 44%, transparent) 0 16%, transparent 18%), linear-gradient(135deg, #22c55e2e, #3b82f61f)}.cyber-layer-preview-border .cyber-layer-preview-backdrop{background:repeating-linear-gradient(135deg, transparent 0 5px, color-mix(in srgb, var(--layer-color) 36%, transparent) 5px 6px), radial-gradient(circle at 68% 50%, color-mix(in srgb, var(--layer-color) 20%, transparent), transparent 38%)}.cyber-layer-preview-cards .cyber-layer-preview-backdrop{background:linear-gradient(90deg,#0000 0 29%,#ffffff21 30% 31%,#0000 32% 64%,#ffffff1f 65% 66%,#0000 67%),linear-gradient(0deg,#0000 0 44%,#ffffff1f 45% 47%,#0000 48%)}.cyber-layer-preview-beacon .cyber-layer-preview-backdrop,.cyber-layer-preview-fort .cyber-layer-preview-backdrop{background:radial-gradient(circle at 50% 62%, color-mix(in srgb, var(--layer-color) 52%, transparent) 0 6%, transparent 8%), radial-gradient(circle at 50% 62%, transparent 0 22%, color-mix(in srgb, var(--layer-color) 28%, transparent) 23% 26%, transparent 28%)}.cyber-layer-preview-arc .cyber-layer-preview-backdrop,.cyber-layer-preview-flow .cyber-layer-preview-backdrop{background:radial-gradient(circle at 22% 68%, var(--layer-color) 0 5%, transparent 6%), radial-gradient(circle at 78% 34%, var(--layer-color) 0 5%, transparent 6%), radial-gradient(ellipse at 50% 50%, transparent 0 42%, color-mix(in srgb, var(--layer-color) 32%, transparent) 43% 46%, transparent 47%)}.cyber-layer-preview-route .cyber-layer-preview-backdrop,.cyber-layer-preview-pipe .cyber-layer-preview-backdrop,.cyber-layer-preview-rail .cyber-layer-preview-backdrop{background:repeating-linear-gradient(115deg, transparent 0 5px, color-mix(in srgb, var(--layer-color) 42%, transparent) 5px 7px, transparent 7px 12px), radial-gradient(circle at 78% 68%, var(--layer-color) 0 5%, transparent 6%)}.cyber-layer-preview-pipe .cyber-layer-preview-backdrop{background:linear-gradient(135deg, transparent 0 38%, color-mix(in srgb, var(--layer-color) 58%, transparent) 39% 45%, transparent 46%), radial-gradient(circle at 27% 64%, var(--layer-color) 0 5%, transparent 6%), radial-gradient(circle at 74% 34%, var(--layer-color) 0 5%, transparent 6%)}.cyber-layer-preview-rail .cyber-layer-preview-backdrop{background:repeating-linear-gradient(90deg, transparent 0 5px, #ffffff24 5px 6px, transparent 6px 10px), linear-gradient(135deg, transparent 0 42%, color-mix(in srgb, var(--layer-color) 56%, transparent) 43% 49%, transparent 50%)}.cyber-layer-preview-pressure .cyber-layer-preview-backdrop,.cyber-layer-preview-risk .cyber-layer-preview-backdrop,.cyber-layer-preview-air .cyber-layer-preview-backdrop{background:conic-gradient(from 40deg, transparent, color-mix(in srgb, var(--layer-color) 38%, transparent), transparent 42%), radial-gradient(circle at 50% 50%, transparent 0 36%, color-mix(in srgb, var(--layer-color) 34%, transparent) 37% 43%, transparent 44%)}.cyber-layer-preview-heat .cyber-layer-preview-backdrop,.cyber-layer-preview-water .cyber-layer-preview-backdrop{background:linear-gradient(90deg, #22c55e2e, #facc1533, #f8717133), radial-gradient(circle at 70% 58%, color-mix(in srgb, var(--layer-color) 34%, transparent), transparent 30%)}.cyber-layer-preview-water .cyber-layer-preview-backdrop,.cyber-layer-preview-ocean .cyber-layer-preview-backdrop{background:repeating-linear-gradient(0deg,#0000 0 7px,#7dd3fc2e 7px 9px,#0000 9px 14px),linear-gradient(135deg,#0ea5e933,#2dd4bf1a)}.cyber-layer-preview-orbit .cyber-layer-preview-backdrop,.cyber-layer-preview-atom .cyber-layer-preview-backdrop{background:radial-gradient(circle at 50% 50%, var(--layer-color) 0 5%, transparent 6%), radial-gradient(ellipse at 50% 50%, transparent 0 32%, color-mix(in srgb, var(--layer-color) 38%, transparent) 33% 36%, transparent 37%), radial-gradient(ellipse at 50% 50%, transparent 0 52%, color-mix(in srgb, var(--layer-color) 24%, transparent) 53% 56%, transparent 57%)}.cyber-layer-preview-culture .cyber-layer-preview-backdrop{background:radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--layer-color) 42%, transparent) 0 16%, transparent 18%), conic-gradient(from 0deg, #8eb7ff2e, #70cd962e, #f2a85c2e, #e876822e, #8eb7ff2e)}.cyber-layer-preview-resource .cyber-layer-preview-backdrop{background:radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--layer-color) 48%, transparent) 0 13%, transparent 15%), linear-gradient(135deg, #fbbf242e, #22c55e1a)}.cyber-layer-preview-quake .cyber-layer-preview-backdrop{background:linear-gradient(125deg,#0000 0 38%,#ff9f4375 39% 42%,#0000 43% 56%,#ff9f4352 57% 60%,#0000 61%),radial-gradient(circle at 54% 54%,#ff9f4338,#0000 34%)}.cyber-btn:hover:not(.disabled) .cyber-btn-icon-box{color:var(--layer-color);border-color:color-mix(in srgb, var(--layer-color) 42%, #ffffff24);filter:drop-shadow(0 0 4px color-mix(in srgb, var(--layer-color) 70%, transparent))}.cyber-btn.active .cyber-btn-icon-box{color:var(--layer-color);border-color:color-mix(in srgb, var(--layer-color) 62%, #ffffff29);box-shadow:inset 0 0 18px color-mix(in srgb, var(--layer-color) 14%, transparent), 0 0 18px color-mix(in srgb, var(--layer-color) 16%, transparent);filter:drop-shadow(0 0 6px color-mix(in srgb, var(--layer-color) 72%, transparent))}.cyber-btn-copy{flex-direction:column;flex:1;justify-content:center;min-width:0;padding-right:6px;display:flex}.cyber-btn-label-line{align-items:center;gap:7px;min-width:0;display:flex}.cyber-btn-label{font-family:var(--font-body,sans-serif);letter-spacing:-.015em;color:#ffffffb8;overflow-wrap:anywhere;min-width:0;font-size:11px;line-height:1.18;transition:color .25s,text-shadow .25s}.cyber-btn-cues{flex-wrap:nowrap;gap:3px;min-width:0;margin-top:3px;display:flex;overflow:hidden}.cyber-btn-cues i{border:1px solid color-mix(in srgb, var(--layer-color) 18%, #ffffff14);background:color-mix(in srgb, var(--layer-color) 8%, #070c1647);color:#ffffff6b;min-width:0;max-width:50%;font-family:var(--font-meta,monospace);letter-spacing:.04em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:2px 4px;font-size:6.8px;font-style:normal;font-weight:850;line-height:1;overflow:hidden}.cyber-btn.active .cyber-btn-cues i{border-color:color-mix(in srgb, var(--layer-color) 32%, #ffffff1f);color:color-mix(in srgb, var(--layer-color) 74%, #fff)}.cyber-btn:hover:not(.disabled) .cyber-btn-label{color:#fff}.cyber-btn.active .cyber-btn-label{color:#fff;text-shadow:0 0 8px #fff3;font-weight:550}.cyber-btn-status{color:#ffffff75;font-family:var(--font-body,sans-serif);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:10px;font-weight:450;line-height:1.22;display:block;overflow:hidden}.cyber-btn.disabled .cyber-btn-status{color:#ffffff8a}.cyber-btn.loading .cyber-btn-label{color:#ffffffeb}.cyber-btn.loading .cyber-indicator{border-color:color-mix(in srgb, var(--layer-color) 55%, transparent);box-shadow:0 0 0 1px color-mix(in srgb, var(--layer-color) 12%, transparent)}.cyber-indicator{background:0 0;border:1px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:8px;height:8px;margin-left:4px;transition:border-color .25s cubic-bezier(.2,.8,.2,1),background .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s cubic-bezier(.2,.8,.2,1);display:flex}.cyber-btn.active .cyber-indicator{border-color:var(--layer-color);background:var(--layer-color);box-shadow:0 0 8px var(--layer-color), 0 0 3px var(--layer-color)}.cyber-badge{font-family:var(--font-display,sans-serif);color:#fff;background:#ffffff1a;border-radius:2px;flex-shrink:0;margin-right:4px;padding:2px 6px;font-size:10px;font-weight:600}.cyber-badge-conflict{color:#fb7185;background:#e11d482e}.cyber-badge-earthquake{color:#ff9f43;background:#ff9f4333}.cyber-badge-news{color:#93c5fd;background:#3b82f62e}.cyber-badge-data{color:#dbeafe;background:#94a3b82e}.cyber-badge-loading{background:color-mix(in srgb, var(--layer-color) 18%, #ffffff14);color:#fff;animation:1.2s ease-in-out infinite cyber-badge-pulse}.cyber-badge-error{color:#ff9b9b;background:#ff6b6b2e}.cyber-basemaps{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.cyber-base-btn{background:radial-gradient(circle at 18% 8%, color-mix(in srgb, var(--mode-color) 18%, transparent), transparent 38%), #ffffff05;cursor:pointer;text-align:left;min-width:0;min-height:124px;font-family:var(--font-display,sans-serif);color:#ffffff8c;text-transform:uppercase;letter-spacing:.08em;border:1px solid #ffffff0d;border-radius:8px;align-content:start;gap:7px;padding:8px;font-size:10.5px;font-weight:600;transition:background .25s cubic-bezier(.2,.8,.2,1),border-color .25s cubic-bezier(.2,.8,.2,1),color .25s cubic-bezier(.2,.8,.2,1),transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s cubic-bezier(.2,.8,.2,1);display:grid;position:relative;overflow:hidden}.cyber-base-thumb{background:#070c167a;border:1px solid #ffffff1a;border-radius:7px;min-height:46px;display:block;position:relative;overflow:hidden;box-shadow:inset 0 0 18px #ffffff0a,0 8px 18px #0000002e}.cyber-base-thumb:before,.cyber-base-thumb:after,.cyber-base-horizon,.cyber-base-signal{content:"";pointer-events:none;position:absolute}.cyber-base-thumb:before{border-radius:999px;width:58px;height:58px;inset:-18% -12% auto auto}.cyber-base-thumb:after{background:#ffffffc7;border-radius:999px;width:12px;height:12px;inset:6px 7px auto auto;box-shadow:0 0 16px #ffffff6b}.cyber-base-horizon{border-radius:50% 50% 0 0;height:72%;bottom:-36%;left:-12%;right:-12%}.cyber-base-signal{opacity:.78;height:1px;bottom:9px;left:10px;right:10px}.cyber-base-thumb-physical{background:linear-gradient(145deg,#0b2f74 0%,#123d8a 46%,#0e5c3a 47%,#2f7d3d 70%,#d9c27a 100%)}.cyber-base-thumb-physical:before{background:radial-gradient(circle at 46% 34%,#ffffffeb 0 18%,#0000 20%),radial-gradient(circle at 38% 48%,#377e38f2 0 26%,#0000 28%),radial-gradient(circle at 60% 62%,#d5be75e0 0 20%,#0000 23%),#16458f;box-shadow:0 0 24px #2563eb3d}.cyber-base-thumb-physical .cyber-base-horizon{background:linear-gradient(135deg,#297035db,#d5be75b8 48%,#0c3071b3)}.cyber-base-thumb-physical .cyber-base-signal{background:linear-gradient(90deg,#0000,#7dd3fccc,#0000)}.cyber-base-thumb-night{background:radial-gradient(circle at 70% 30%,#fbbf2438,#0000 18%),linear-gradient(145deg,#020617 0%,#07111f 54%,#172554 100%)}.cyber-base-thumb-night:before{background:radial-gradient(circle,#fbbf24fa 0 5%,#0000 7%),radial-gradient(circle at 22% 68%,#fbbf24c7 0 3%,#0000 5%),radial-gradient(circle at 72% 56%,#fbbf24ad 0 4%,#0000 6%),radial-gradient(circle at 42% 32%,#60a5faa3 0 3%,#0000 5%),#08111f}.cyber-base-thumb-night:after{background:#facc15;box-shadow:-26px 12px #facc15bd,-14px 24px #facc1585,7px 18px #60a5fa75,0 0 20px #facc15b8}.cyber-base-thumb-night .cyber-base-horizon{background:linear-gradient(135deg,#082f49b8,#1e293beb)}.cyber-base-thumb-night .cyber-base-signal{background:repeating-linear-gradient(90deg,#fbbf24db 0 5px,#0000 5px 11px);height:2px}.cyber-base-thumb-topography{background:linear-gradient(145deg,#0b3a78 0 22%,#348b4a 23% 48%,#c5a844 49% 64%,#9a5a2a 65% 82%,#e5e7eb 83% 100%)}.cyber-base-thumb-topography:before{background:conic-gradient(from 18deg,#174a8b,#2f7d3d,#c5a844,#9a5a2a,#e5e7eb,#174a8b);box-shadow:inset 0 0 0 8px #02061733}.cyber-base-thumb-topography:after{background:0 0;border:1px solid #ffffff57;border-left:0;border-right:0;border-radius:50%;width:34px;height:24px;box-shadow:inset 0 5px #ffffff1f,inset 0 -5px #0f172a2e}.cyber-base-thumb-topography .cyber-base-horizon{background:linear-gradient(135deg,#348b4ae0,#c5a844d1 42%,#9a5a2ac7 67%,#e5e7ebcc)}.cyber-base-thumb-topography .cyber-base-signal{background:repeating-linear-gradient(135deg,#0000 0 9px,#ffffff1a 9px 10px);height:100%;inset:0}.cyber-base-copy{gap:2px;min-width:0;display:grid}.cyber-base-label,.cyber-base-subtitle{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.cyber-base-label{color:#ffffffd6;font-size:10.5px;line-height:1}.cyber-base-subtitle{color:#ffffff6b;font-family:var(--font-body,sans-serif);letter-spacing:.04em;text-transform:none;font-size:8.5px;font-weight:700;line-height:1.05}.cyber-base-signals{flex-wrap:wrap;gap:3px;display:flex}.cyber-base-signals i{border:1px solid color-mix(in srgb, var(--mode-color) 20%, #ffffff14);background:color-mix(in srgb, var(--mode-color) 10%, #070c163d);max-width:100%;color:color-mix(in srgb, var(--mode-color) 75%, #ffffff8f);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;padding:2px 4px;font-size:7px;font-style:normal;font-weight:850;line-height:1;overflow:hidden}.cyber-base-btn:hover{color:#fff;background:#e5c4580d;border-color:#e5c45840;transform:translateY(-1px)}.cyber-base-btn.active{background:linear-gradient(135deg, color-mix(in srgb, var(--mode-color) 25%, transparent) 0%, #d4af3708 100%);border-color:var(--mode-color);color:#fff;box-shadow:0 4px 12px #0000004d, 0 0 10px color-mix(in srgb, var(--mode-color) 15%, transparent);font-weight:700}.cyber-base-btn.active .cyber-base-thumb{border-color:color-mix(in srgb, var(--mode-color) 48%, #ffffff1f);box-shadow:inset 0 0 20px color-mix(in srgb, var(--mode-color) 12%, transparent), 0 0 18px color-mix(in srgb, var(--mode-color) 18%, transparent)}.cyber-blocs{flex-wrap:wrap;gap:8px;display:flex}.cyber-bloc-btn{cursor:pointer;min-width:76px;font-family:var(--font-body,sans-serif);color:#ffffffa6;background:#ffffff05;border:1px solid #ffffff0d;border-radius:6px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;padding:6px 8px;font-size:11px;transition:background .25s cubic-bezier(.2,.8,.2,1),border-color .25s cubic-bezier(.2,.8,.2,1),color .25s cubic-bezier(.2,.8,.2,1),transform .25s cubic-bezier(.2,.8,.2,1);display:inline-grid}.cyber-bloc-main{gap:2px;min-width:0;display:grid}.cyber-bloc-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;line-height:1;overflow:hidden}.cyber-bloc-type{min-width:0;color:color-mix(in srgb, var(--bloc-color) 72%, #ffffff75);font-family:var(--font-meta,monospace);letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:7px;font-weight:850;line-height:1;overflow:hidden}.cyber-bloc-count{background:color-mix(in srgb, var(--bloc-color) 16%, #ffffff14);min-width:18px;height:16px;color:color-mix(in srgb, var(--bloc-color) 85%, #fff);font-family:var(--font-meta,monospace);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:8px;font-weight:900;line-height:1;display:inline-flex}.cyber-bloc-btn:hover{color:#fff;background:#e5c4580d;border-color:#e5c45833;transform:translateY(-1px)}.cyber-bloc-btn.active{background:color-mix(in srgb, var(--bloc-color) 25%, transparent);border-color:var(--bloc-color);color:#fff;box-shadow:0 4px 12px #00000059, 0 0 12px color-mix(in srgb, var(--bloc-color) 20%, transparent);font-weight:550}@keyframes cyber-badge-pulse{0%,to{opacity:.72;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}@media (width<=768px){.cyber-btn{min-height:44px;padding:10px 12px}.cyber-base-btn{min-height:44px;padding:12px 8px}.cyber-bloc-btn{min-height:44px;padding:10px 14px}.cyber-layer-row{grid-template-columns:36px minmax(0,1fr);gap:10px}.cyber-layer-info-wrap,.cyber-layer-info-spacer{width:36px;height:44px}.cyber-layer-info{width:32px;height:32px;font-size:11px}.cyber-layer-info-popover{left:46px}.cyber-close-btn{width:44px;height:44px}}.layer-brief{top:calc(var(--header-height) + 16px);z-index:42;width:min(290px,100vw - 48px);max-height:calc(100vh - var(--header-height) - 32px);color:#fff;pointer-events:auto;opacity:1;background:var(--bg-card);-webkit-backdrop-filter:blur(40px)saturate(1.4);box-shadow:var(--shadow-card), var(--shadow-inset-tactile);border:1px solid #ffffff14;border-top-color:#d4af3740;border-radius:10px;flex-direction:column;gap:12px;padding:14px;transition:opacity .24s,transform .24s;display:flex;position:fixed;right:10px;overflow:hidden auto;transform:translateY(0)}.layer-brief::-webkit-scrollbar{width:3px}.layer-brief::-webkit-scrollbar-track{background:0 0}.layer-brief::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}.layer-brief.is-suppressed{opacity:0;pointer-events:none;transform:translateY(-8px)}.layer-brief-toggle{display:none}.layer-brief-toggle-copy{text-align:left;flex-direction:column;gap:2px;min-width:0;display:inline-flex}.layer-brief-toggle-main,.layer-brief-toggle-sub{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.layer-brief-toggle-sub{color:#ffffff8f;font-family:var(--font-meta,monospace);letter-spacing:.06em;text-transform:uppercase;font-size:8px;font-weight:800}.layer-brief-toggle-vertical{display:none}.layer-brief-content{gap:inherit;flex-direction:column;display:flex}.layer-legend-base,.layer-legend-focus,.layer-legend-inline,.layer-legend-items,.layer-legend-terrain{z-index:1;position:relative}.layer-legend-base,.layer-legend-focus{grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.layer-legend-base{grid-template-columns:32px minmax(0,1fr)}.layer-legend-base-orb,.layer-legend-focus-icon{background:#060c1680;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;box-shadow:0 0 0 1px #ffffff0a,0 10px 22px #00000047}.layer-legend-base-orb.satellite{background:linear-gradient(135deg,#1941a5 0 48%,#24743a 49% 100%)}.layer-legend-base-orb.night{background:linear-gradient(135deg,#071120 0 62%,#14233c 63% 100%)}.layer-legend-base-orb.night:after{content:"";background:#fbbf24;border-radius:999px;width:5px;height:5px;box-shadow:8px 3px #fbbf24bd,-6px 8px #fbbf249e,2px -7px #fbbf2485}.layer-legend-base-orb.terrain{background:linear-gradient(135deg,#1941a5 0 24%,#41a537 25% 48%,#c8c337 49% 66%,#af6426 67% 86%,#e1dcd7 87% 100%)}.layer-legend-base-copy,.layer-legend-focus-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.layer-legend-base-copy span,.layer-legend-focus-copy span{font-family:var(--font-serif,serif);letter-spacing:.08em;color:#fff6;text-transform:uppercase;font-size:11px;font-style:italic;line-height:1}.layer-legend-base-copy strong,.layer-legend-focus-copy strong{color:var(--atlas-accent);font-family:var(--font-display,sans-serif);letter-spacing:.08em;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:550;line-height:1.12;overflow:hidden}.layer-legend-focus-copy strong{overflow-wrap:anywhere;white-space:normal}.layer-legend-focus{border-top:1px solid #ffffff1c;margin-top:2px;padding-top:10px}.layer-legend-stack{gap:9px;padding-top:2px;display:grid}.layer-legend-layer{--layer-active-row-color:var(--layer-row-color,var(--layer-brief-color));border-top:1px solid #ffffff1a;gap:6px;padding-top:9px;display:grid}.layer-legend-layer.is-focused{border-top-color:color-mix(in srgb, var(--layer-active-row-color) 32%, #ffffff1f)}.layer-legend-layer .layer-legend-focus{border-top:0;margin-top:0;padding-top:0}.layer-legend-focus-icon{color:var(--layer-active-row-color,var(--layer-brief-color));cursor:pointer;padding:0}.layer-legend-status{color:color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 78%, #fff);font-family:var(--font-meta,monospace);letter-spacing:.08em;text-transform:uppercase;justify-self:end;font-size:9px;font-weight:800}.layer-legend-status.error{color:#ff6b6b}.layer-legend-inline,.layer-legend-meta,.layer-legend-items{flex-wrap:wrap;gap:7px 10px;display:flex}.layer-legend-inline{margin-left:42px}.layer-legend-meta{gap:5px;margin-left:42px}.layer-legend-meta span{border:1px solid color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 22%, #ffffff14);color:#ffffffa8;min-height:18px;font-family:var(--font-meta,monospace);letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;background:#070c1657;border-radius:999px;align-items:center;padding:2px 6px;font-size:8px;font-weight:800;line-height:1;display:inline-flex}.layer-legend-howto,.layer-legend-cta{color:#ffffffb8;font-family:var(--font-body,sans-serif);margin:0 0 0 42px;font-size:10.5px;font-weight:460;line-height:1.35}.layer-legend-reader{border:1px solid color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 22%, #ffffff14);background:radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 18%, transparent), transparent 42%), linear-gradient(135deg, #070c166b, #0f172a3d);box-shadow:inset 0 1px 0 #ffffff0f, 0 12px 24px color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 7%, transparent);border-radius:13px;gap:7px;margin-left:42px;padding:8px;display:grid;overflow:hidden}.layer-legend-reader-head{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.layer-legend-reader-head span,.layer-legend-reader-head strong{min-width:0;font-family:var(--font-meta,monospace);letter-spacing:.1em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:7.5px;font-weight:900;line-height:1;overflow:hidden}.layer-legend-reader-head span{color:color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 68%, #ffffff7a)}.layer-legend-reader-head strong{color:#ffffff94;max-width:52%}.layer-legend-reader-flow{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;display:grid}.layer-legend-reader-step{background:#070c1652;border:1px solid #ffffff12;border-radius:10px;place-items:center;gap:4px;min-width:0;min-height:44px;padding:6px 4px;display:grid;position:relative}.layer-legend-reader-step .layer-legend-glyph{width:16px;height:16px}.layer-legend-reader-step .layer-legend-glyph i{width:14px;height:14px}.layer-legend-reader-step em{color:#ffffffab;min-width:0;max-width:100%;font-family:var(--font-meta,monospace);letter-spacing:.02em;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:7.5px;font-style:normal;font-weight:850;line-height:1.05;overflow:hidden}.layer-legend-reader-step>i{z-index:2;background:color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 42%, #ffffff2e);width:8px;height:1px;box-shadow:3px 0 7px color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 22%, transparent);position:absolute;top:50%;right:-6px;transform:translateY(-50%)}.layer-legend-reader .layer-legend-howto,.layer-legend-reader .layer-legend-cta{margin-left:0}.layer-legend-reader .layer-legend-howto{color:#e2e8f0bd;font-size:10px}.layer-legend-reader .layer-legend-cta{max-width:100%}.layer-legend-cta{border:1px solid color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 20%, #ffffff14);color:#ffffffa3;width:fit-content;max-width:calc(100% - 42px);min-height:20px;font-family:var(--font-meta,monospace);letter-spacing:.04em;text-transform:uppercase;background:#070c1657;border-radius:999px;align-items:center;padding:3px 7px;font-size:8px;font-weight:800;display:inline-flex}.layer-legend-cta strong{color:color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 78%, #fff);font:inherit;margin:0 3px}.layer-resource-filters,.layer-resource-filter-focus,.layer-resource-snapshot,.layer-earthquake-filters,.layer-shipping-density,.layer-shipping-snapshot,.layer-connection-filters{flex-wrap:wrap;gap:5px;display:flex}.layer-resource-filter,.layer-earthquake-filter,.layer-shipping-density-button,.layer-connection-filter,.layer-connection-top{border:1px solid color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 20%, #ffffff14);color:#ffffff9e;cursor:pointer;min-height:22px;font-family:var(--font-meta,monospace);letter-spacing:.05em;text-transform:uppercase;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);background:#070c164d;border-radius:999px;padding:3px 8px;font-size:8px;font-weight:800;line-height:1}.layer-resource-filter-focus{border:1px solid color-mix(in srgb, var(--resource-filter-accent,var(--layer-brief-color)) 34%, #ffffff1a);background:radial-gradient(circle at 16% 18%, color-mix(in srgb, var(--resource-filter-accent,var(--layer-brief-color)) 24%, transparent), transparent 42%), linear-gradient(135deg, #070c167a, #0f172a38);min-height:38px;box-shadow:inset 0 1px 0 #ffffff14, 0 10px 24px color-mix(in srgb, var(--resource-filter-accent,var(--layer-brief-color)) 10%, transparent);border-radius:14px;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:8px;padding:6px 9px;display:grid}.layer-resource-filter-orb{border:1px solid color-mix(in srgb, var(--resource-filter-accent,var(--layer-brief-color)) 58%, #ffffff1f);background:linear-gradient(135deg, color-mix(in srgb, var(--resource-filter-accent,var(--layer-brief-color)) 32%, #ffffff0f), #070c169e);width:32px;height:32px;color:color-mix(in srgb, var(--resource-filter-accent,var(--layer-brief-color)) 76%, #fff);font-family:var(--font-meta,monospace);box-shadow:0 0 16px color-mix(in srgb, var(--resource-filter-accent,var(--layer-brief-color)) 24%, transparent);border-radius:12px;justify-content:center;align-items:center;font-size:15px;font-weight:900;line-height:1;display:inline-flex}.layer-resource-filter-focus span:not(.layer-resource-filter-orb){gap:2px;min-width:0;display:grid}.layer-resource-filter-focus strong{color:#ffffffeb;min-width:0;font-family:var(--font-display,sans-serif);text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:12px;font-weight:760;line-height:1.05;overflow:hidden}.layer-resource-filter-focus em{color:color-mix(in srgb, var(--resource-filter-accent,var(--layer-brief-color)) 68%, #ffffff7a);font-family:var(--font-meta,monospace);letter-spacing:.07em;text-transform:uppercase;font-size:7.5px;font-style:normal;font-weight:900;line-height:1}.layer-resource-filter:hover,.layer-resource-filter:focus-visible,.layer-earthquake-filter:hover,.layer-earthquake-filter:focus-visible,.layer-shipping-density-button:hover,.layer-shipping-density-button:focus-visible,.layer-connection-filter:hover,.layer-connection-filter:focus-visible,.layer-connection-top:hover,.layer-connection-top:focus-visible{border-color:color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 42%, #ffffff24);color:#ffffffdb;outline:none;transform:translateY(-1px)}.layer-resource-filter.active,.layer-earthquake-filter.active,.layer-shipping-density-button.active,.layer-connection-filter.active,.layer-connection-top.active{border-color:color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 62%, #ffffff2e);background:color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 18%, #070c168f);color:color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 82%, #fff);box-shadow:0 0 16px color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 18%, transparent)}.layer-resource-filter{border-color:color-mix(in srgb, var(--resource-filter-accent,var(--layer-active-row-color,var(--layer-brief-color))) 22%, #ffffff14);gap:5px}.layer-resource-filter i{border:1px solid color-mix(in srgb, var(--resource-filter-accent,var(--layer-brief-color)) 42%, #ffffff1a);background:color-mix(in srgb, var(--resource-filter-accent,var(--layer-brief-color)) 18%, #070c16ad);width:15px;height:15px;color:color-mix(in srgb, var(--resource-filter-accent,var(--layer-brief-color)) 78%, #fff);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:8px;font-style:normal;line-height:1;display:inline-flex}.layer-resource-filter span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-resource-filter.active{border-color:color-mix(in srgb, var(--resource-filter-accent,var(--layer-active-row-color,var(--layer-brief-color))) 68%, #ffffff2e);background:radial-gradient(circle at 16% 12%, color-mix(in srgb, var(--resource-filter-accent,var(--layer-brief-color)) 24%, transparent), transparent 42%), color-mix(in srgb, var(--resource-filter-accent,var(--layer-active-row-color,var(--layer-brief-color))) 16%, #070c1694);color:color-mix(in srgb, var(--resource-filter-accent,var(--layer-brief-color)) 84%, #fff)}.layer-resource-filters,.layer-resource-filter-focus,.layer-earthquake-filters,.layer-shipping-density,.layer-connection-control,.layer-connection-snapshot,.layer-capital-snapshot,.layer-basemap-snapshot,.layer-history-snapshot,.layer-foundation-snapshot,.layer-region-snapshot,.layer-ocean-snapshot,.layer-sanctions-snapshot,.layer-energy-gauge,.layer-energy-scale,.layer-energy-snapshot,.layer-shipping-snapshot,.layer-pipeline-snapshot,.layer-rail-snapshot,.layer-sea-gauge,.layer-sea-scale,.layer-sea-snapshot,.layer-flight-snapshot,.layer-religion-snapshot,.layer-religion-legend,.layer-risk-scale{margin-left:42px}.layer-religion-legend{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 8px;display:grid}.layer-religion-item{color:#ffffff9e;min-width:0;font-family:var(--font-body,sans-serif);align-items:center;gap:5px;font-size:9.5px;line-height:1.1;display:inline-flex}.layer-religion-item i{border:1px solid color-mix(in srgb, var(--religion-color) 58%, #ffffff29);background:color-mix(in srgb, var(--religion-color) 72%, #070c166b);width:9px;height:9px;box-shadow:0 0 10px color-mix(in srgb, var(--religion-color) 24%, transparent);border-radius:999px;flex:none}.layer-religion-item em{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-style:normal;overflow:hidden}.layer-religion-gauge{border:1px solid color-mix(in srgb, var(--religion-dominant-color,var(--layer-brief-color)) 24%, #ffffff14);background:radial-gradient(circle at 16% 0%, color-mix(in srgb, var(--religion-dominant-color,var(--layer-brief-color)) 22%, transparent), transparent 42%), linear-gradient(135deg, color-mix(in srgb, var(--religion-dominant-color,var(--layer-brief-color)) 10%, #070c1657), #070c1638);border-radius:12px;grid-template-columns:minmax(0,1fr) 58px;align-items:center;gap:8px;padding:8px;display:grid;position:relative;overflow:hidden}.layer-religion-gauge div{gap:2px;min-width:0;display:grid}.layer-religion-gauge span{color:color-mix(in srgb, var(--religion-dominant-color,var(--layer-brief-color)) 66%, #ffffff80);font-family:var(--font-meta,monospace);letter-spacing:.11em;text-transform:uppercase;font-size:7.5px;font-weight:900;line-height:1}.layer-religion-gauge strong{color:#ffffffe6;min-width:0;font-family:var(--font-display,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:760;line-height:1.12;overflow:hidden}.layer-religion-gauge em{color:#e2e8f094;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:8.5px;font-style:normal;line-height:1.2;overflow:hidden}.layer-religion-gauge i{background:radial-gradient(circle, #070c16f0 0 52%, transparent 53%), conic-gradient(from -90deg, var(--religion-dominant-color,var(--layer-brief-color)) 0 var(--religion-dominant-share,0%), #94a3b824 var(--religion-dominant-share,0%) 100%);width:58px;height:58px;box-shadow:inset 0 0 0 1px #ffffff14, 0 0 18px color-mix(in srgb, var(--religion-dominant-color,var(--layer-brief-color)) 24%, transparent);border-radius:50%;display:block;position:relative}.layer-religion-gauge i:after{background:var(--religion-dominant-color,var(--layer-brief-color));box-shadow:0 0 16px color-mix(in srgb, var(--religion-dominant-color,var(--layer-brief-color)) 62%, transparent);content:"";opacity:.68;border-radius:50%;position:absolute;inset:19px}.layer-risk-scale{border:1px solid color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 24%, #ffffff14);background:radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 18%, transparent), transparent 42%), linear-gradient(135deg, #070c166b, #0f172a33);box-shadow:inset 0 1px 0 #ffffff0f, 0 12px 24px color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 7%, transparent);border-radius:13px;gap:7px;padding:8px;display:grid;overflow:hidden}.layer-risk-scale-head,.layer-risk-scale-labels{color:#ffffff80;font-family:var(--font-meta,monospace);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:8px;font-size:7.5px;font-weight:850;line-height:1;display:flex}.layer-risk-scale-head strong{color:color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 78%, #fff);font:inherit}.layer-risk-meter{border:1px solid color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 20%, #ffffff14);background:#070c165c;border-radius:999px;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;height:13px;padding:2px;display:grid;position:relative;overflow:hidden}.layer-risk-meter span{border-radius:inherit;height:100%;display:block}.layer-risk-meter .low{background:linear-gradient(90deg,#4ade806b,#4ade80c7)}.layer-risk-meter .mid{background:linear-gradient(90deg,#facc157a,#fb923cc2)}.layer-risk-meter .high{background:linear-gradient(90deg,#f87171ad,#f43f5eeb)}.layer-risk-meter i{border-radius:inherit;pointer-events:none;background:linear-gradient(90deg,#0000 0 32%,#ffffff38 33% 33.5%,#0000 34% 65%,#ffffff38 66% 66.5%,#0000 67%),linear-gradient(#ffffff29,#0000 58%);position:absolute;inset:2px}.layer-risk-stop-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;display:grid}.layer-risk-stop{background:#070c1647;border:1px solid #ffffff12;border-radius:9px;gap:2px;min-width:0;padding:5px 4px;display:grid}.layer-risk-stop strong,.layer-risk-stop em{min-width:0;font-family:var(--font-meta,monospace);text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;line-height:1;overflow:hidden}.layer-risk-stop strong{color:#ffffff9e;letter-spacing:.06em;font-size:7px;font-weight:900}.layer-risk-stop em{letter-spacing:.02em;font-size:7.5px;font-style:normal;font-weight:850}.layer-risk-stop.low em{color:#86efac}.layer-risk-stop.mid em{color:#fde047}.layer-risk-stop.high em{color:#fb7185}.layer-connection-control{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:5px;display:grid}.layer-connection-top{white-space:nowrap}.layer-connection-gauge{border:1px solid color-mix(in srgb, var(--connection-score-color,var(--layer-brief-color)) 24%, #ffffff14);background:radial-gradient(circle at 16% 0%, color-mix(in srgb, var(--connection-score-color,var(--layer-brief-color)) 22%, transparent), transparent 42%), linear-gradient(135deg, color-mix(in srgb, var(--connection-score-color,var(--layer-brief-color)) 10%, #070c165c), #070c163d);border-radius:12px;grid-template-columns:minmax(0,1fr) 58px;align-items:center;gap:8px;padding:8px;display:grid;position:relative;overflow:hidden}.layer-connection-gauge div{gap:2px;min-width:0;display:grid}.layer-connection-gauge span{color:color-mix(in srgb, var(--connection-score-color,var(--layer-brief-color)) 66%, #ffffff80);font-family:var(--font-meta,monospace);letter-spacing:.11em;text-transform:uppercase;font-size:7.5px;font-weight:900;line-height:1}.layer-connection-gauge strong{color:#ffffffe6;min-width:0;font-family:var(--font-display,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:760;line-height:1.12;overflow:hidden}.layer-connection-gauge em{color:#e2e8f094;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:8.5px;font-style:normal;line-height:1.2;overflow:hidden}.layer-connection-gauge i{background:radial-gradient(circle, #070c16f0 0 52%, transparent 53%), conic-gradient(from -90deg, var(--connection-score-color,var(--layer-brief-color)) 0 var(--connection-score,0%), #94a3b824 var(--connection-score,0%) 100%);width:58px;height:58px;box-shadow:inset 0 0 0 1px #ffffff14, 0 0 18px color-mix(in srgb, var(--connection-score-color,var(--layer-brief-color)) 24%, transparent);border-radius:50%;display:block;position:relative}.layer-connection-gauge i:after{background:var(--connection-score-color,var(--layer-brief-color));box-shadow:0 0 16px color-mix(in srgb, var(--connection-score-color,var(--layer-brief-color)) 62%, transparent);content:"";opacity:.68;border-radius:50%;position:absolute;inset:19px}.layer-earthquake-snapshot,.layer-conflict-snapshot,.layer-connection-snapshot,.layer-capital-snapshot,.layer-bloc-snapshot,.layer-history-snapshot,.layer-foundation-snapshot,.layer-region-snapshot,.layer-ocean-snapshot,.layer-sanctions-snapshot,.layer-energy-snapshot,.layer-shipping-snapshot,.layer-pipeline-snapshot,.layer-rail-snapshot,.layer-sea-snapshot,.layer-resource-snapshot,.layer-religion-snapshot,.layer-military-snapshot,.layer-refugee-snapshot,.layer-nuclear-snapshot,.layer-space-snapshot,.layer-flight-snapshot{gap:6px;display:grid}.layer-basemap-snapshot{border:1px solid color-mix(in srgb, var(--basemap-color,#38bdf8) 22%, #ffffff14);background:radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--basemap-color,#38bdf8) 14%, transparent), transparent 44%), #070c163d;border-radius:12px;gap:6px;margin-left:42px;padding:8px;display:grid}.layer-basemap-gauge{grid-template-columns:minmax(0,1fr) 52px;align-items:center;gap:8px;min-width:0;display:grid}.layer-basemap-gauge div{gap:2px;min-width:0;display:grid}.layer-basemap-gauge span{color:color-mix(in srgb, var(--basemap-color,#38bdf8) 70%, #ffffff80);font-family:var(--font-meta,monospace);letter-spacing:.11em;text-transform:uppercase;font-size:7.5px;font-weight:900;line-height:1}.layer-basemap-gauge strong{color:#ffffffe6;min-width:0;font-family:var(--font-display,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:760;line-height:1.12;overflow:hidden}.layer-basemap-gauge em{color:#e2e8f08f;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:8.5px;font-style:normal;line-height:1.2;overflow:hidden}.layer-basemap-gauge i{background:radial-gradient(circle, #070c16f0 0 52%, transparent 53%), conic-gradient(from -90deg, var(--basemap-color,#38bdf8) 0 var(--basemap-score,0%), #94a3b824 var(--basemap-score,0%) 100%);width:52px;height:52px;box-shadow:inset 0 0 0 1px #ffffff14, 0 0 16px color-mix(in srgb, var(--basemap-color,#38bdf8) 24%, transparent);border-radius:50%;display:block;position:relative}.layer-basemap-gauge i:after{background:var(--basemap-color,#38bdf8);box-shadow:0 0 14px color-mix(in srgb, var(--basemap-color,#38bdf8) 58%, transparent);content:"";opacity:.66;border-radius:50%;position:absolute;inset:17px}.layer-basemap-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;display:grid}.layer-basemap-stats span{border:1px solid color-mix(in srgb, var(--basemap-color,#38bdf8) 16%, #ffffff14);background:color-mix(in srgb, var(--basemap-color,#38bdf8) 7%, #070c1647);color:#e2e8f080;min-width:0;font-family:var(--font-meta,monospace);letter-spacing:.04em;text-transform:uppercase;border-radius:9px;padding:5px 6px;font-size:7px;font-weight:850;line-height:1.1}.layer-basemap-stats strong{min-width:0;color:color-mix(in srgb, var(--basemap-color,#38bdf8) 76%, #fff);text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:900;display:block;overflow:hidden}.layer-basemap-snapshot p{color:#e2e8f0a8;margin:0;font-size:9px;line-height:1.34}.layer-basemap-readout{flex-wrap:wrap;gap:5px;display:flex}.layer-basemap-readout span{color:#e0f2feb8;font-family:var(--font-meta,monospace);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;background:#0ea5e912;border:1px solid #7dd3fc24;border-radius:999px;padding:4px 6px;font-size:7.5px;font-weight:850;line-height:1}.layer-basemap-focus{gap:5px;display:grid}.layer-basemap-focus span{border:1px solid color-mix(in srgb, var(--basemap-row-color,var(--basemap-color,#38bdf8)) 22%, #ffffff12);background:linear-gradient(135deg, color-mix(in srgb, var(--basemap-row-color,var(--basemap-color,#38bdf8)) 8%, #070c1657), #070c1638);border-radius:10px;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"dot title""dot meta""bar bar";align-items:center;gap:3px 7px;min-width:0;padding:6px 7px;display:grid}.layer-basemap-focus i{background:var(--basemap-row-color,var(--basemap-color,#38bdf8));width:10px;height:24px;box-shadow:0 0 12px color-mix(in srgb, var(--basemap-row-color,var(--basemap-color,#38bdf8)) 58%, transparent);border-radius:999px;grid-area:dot}.layer-basemap-focus strong,.layer-basemap-focus em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-basemap-focus strong{color:#ffffffd1;grid-area:title;font-size:9px;font-weight:800}.layer-basemap-focus em{color:color-mix(in srgb, var(--basemap-row-color,var(--basemap-color,#38bdf8)) 66%, #ffffff80);font-family:var(--font-meta,monospace);letter-spacing:.04em;text-transform:uppercase;grid-area:meta;font-size:7.5px;font-style:normal;font-weight:850}.layer-basemap-focus b{background:#ffffff14;border-radius:999px;grid-area:bar;height:3px;display:block;overflow:hidden}.layer-basemap-focus b:after{content:"";width:var(--basemap-row-score,0%);border-radius:inherit;background:linear-gradient(90deg, var(--basemap-row-color,var(--basemap-color,#38bdf8)), #ffffffc2);height:100%;display:block}.layer-earthquake-stats,.layer-conflict-stats,.layer-connection-stats,.layer-capital-stats,.layer-bloc-stats,.layer-history-stats,.layer-foundation-stats,.layer-region-stats,.layer-ocean-stats,.layer-sanctions-stats,.layer-energy-stats,.layer-shipping-stats,.layer-pipeline-stats,.layer-rail-stats,.layer-sea-stats,.layer-resource-stats,.layer-religion-stats,.layer-military-stats,.layer-refugee-stats,.layer-nuclear-stats,.layer-space-stats,.layer-flight-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;display:grid}.layer-ocean-stats,.layer-foundation-stats,.layer-region-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.layer-earthquake-stats span,.layer-conflict-stats span,.layer-connection-stats span,.layer-capital-stats span,.layer-bloc-stats span,.layer-history-stats span,.layer-foundation-stats span,.layer-region-stats span,.layer-ocean-stats span,.layer-sanctions-stats span,.layer-energy-stats span,.layer-shipping-stats span,.layer-pipeline-stats span,.layer-rail-stats span,.layer-sea-stats span,.layer-resource-stats span,.layer-religion-stats span,.layer-military-stats span,.layer-refugee-stats span,.layer-nuclear-stats span,.layer-space-stats span,.layer-flight-stats span{border:1px solid color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 18%, #ffffff14);color:#ffffff8c;min-width:0;font-family:var(--font-meta,monospace);letter-spacing:.05em;text-transform:uppercase;background:#070c164d;border-radius:10px;padding:6px 7px;font-size:7.5px;font-weight:800;line-height:1.15}.layer-earthquake-stats strong,.layer-conflict-stats strong,.layer-connection-stats strong,.layer-capital-stats strong,.layer-bloc-stats strong,.layer-history-stats strong,.layer-foundation-stats strong,.layer-region-stats strong,.layer-ocean-stats strong,.layer-sanctions-stats strong,.layer-energy-stats strong,.layer-shipping-stats strong,.layer-pipeline-stats strong,.layer-rail-stats strong,.layer-sea-stats strong,.layer-resource-stats strong,.layer-religion-stats strong,.layer-military-stats strong,.layer-refugee-stats strong,.layer-nuclear-stats strong,.layer-space-stats strong,.layer-flight-stats strong{color:color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 78%, #fff);font-family:var(--font-display,sans-serif);letter-spacing:0;text-transform:none;margin-bottom:2px;font-size:13px;font-weight:650;display:block}.layer-earthquake-stats,.layer-connection-stats,.layer-sanctions-stats,.layer-flight-stats,.layer-nuclear-stats,.layer-space-stats,.layer-refugee-stats,.layer-conflict-stats,.layer-religion-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.layer-earthquake-gauge{border:1px solid color-mix(in srgb, var(--earthquake-activity-color,#38bdf8) 24%, #ffffff14);background:radial-gradient(circle at 14% 0%, color-mix(in srgb, var(--earthquake-activity-color,#38bdf8) 22%, transparent), transparent 42%), linear-gradient(135deg, color-mix(in srgb, var(--earthquake-activity-color,#38bdf8) 11%, #070c1657), #070c163d);border-radius:12px;grid-template-columns:minmax(0,1fr) 58px;align-items:center;gap:8px;padding:8px;display:grid;position:relative;overflow:hidden}.layer-earthquake-gauge div{gap:2px;min-width:0;display:grid}.layer-earthquake-gauge span{color:color-mix(in srgb, var(--earthquake-activity-color,#38bdf8) 66%, #ffffff80);font-family:var(--font-meta,monospace);letter-spacing:.11em;text-transform:uppercase;font-size:7.5px;font-weight:900;line-height:1}.layer-earthquake-gauge strong{color:#ffffffe6;min-width:0;font-family:var(--font-display,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:760;line-height:1.12;overflow:hidden}.layer-earthquake-gauge em{color:#e2e8f094;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:8.5px;font-style:normal;line-height:1.2;overflow:hidden}.layer-earthquake-gauge i{background:radial-gradient(circle, #070c16f0 0 52%, transparent 53%), conic-gradient(from -90deg, var(--earthquake-activity-color,#38bdf8) 0 var(--earthquake-average-score,0%), #94a3b824 var(--earthquake-average-score,0%) 100%);width:58px;height:58px;box-shadow:inset 0 0 0 1px #ffffff14, 0 0 18px color-mix(in srgb, var(--earthquake-activity-color,#38bdf8) 24%, transparent);border-radius:50%;display:block;position:relative}.layer-earthquake-gauge i:after{background:var(--earthquake-activity-color,#38bdf8);box-shadow:0 0 16px color-mix(in srgb, var(--earthquake-activity-color,#38bdf8) 62%, transparent);content:"";opacity:.68;border-radius:50%;position:absolute;inset:19px}.layer-capital-stats,.layer-bloc-stats,.layer-military-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.layer-history-snapshot{background:radial-gradient(circle at 14% 0,#fbbf241f,#0000 36%),linear-gradient(135deg,#5c2d082e,#070c1647);border:1px solid #fbbf242e;border-radius:12px;gap:6px;padding:8px;display:grid}.layer-history-gauge{grid-template-columns:minmax(0,1fr) 58px;align-items:center;gap:8px;min-width:0;display:grid}.layer-history-gauge div{gap:2px;min-width:0;display:grid}.layer-history-gauge span{color:#fde68a94;font-family:var(--font-meta,monospace);letter-spacing:.11em;text-transform:uppercase;font-size:7.5px;font-weight:850;line-height:1}.layer-history-gauge strong{color:#fff7d6e6;min-width:0;font-family:var(--font-display,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:720;line-height:1.15;overflow:hidden}.layer-history-gauge em{color:#fff7d685;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:8.5px;font-style:normal;line-height:1.2;overflow:hidden}.layer-history-gauge i{background:radial-gradient(circle, #070c16f0 0 52%, transparent 53%), conic-gradient(from -90deg, #fbbf24 0 var(--history-score,0%), #94a3b824 var(--history-score,0%) 100%);border-radius:50%;width:58px;height:58px;display:block;position:relative;box-shadow:inset 0 0 0 1px #ffffff14,0 0 18px #fbbf243d}.layer-history-gauge i:after{content:"";opacity:.68;background:#fbbf24;border-radius:50%;position:absolute;inset:19px;box-shadow:0 0 16px #fbbf2494}.layer-history-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.layer-history-summary{color:#fff7d6a3;margin:0;font-size:9px;line-height:1.36}.layer-history-readout,.layer-history-hotspots{flex-wrap:wrap;gap:5px;display:flex}.layer-history-readout span{color:#fff7d6c7;background:linear-gradient(135deg,#f59e0b24,#7dd3fc0f);border:1px solid #fbbf242e}.layer-history-hotspots span{color:#e0f2febd;min-width:0;max-width:100%;font-family:var(--font-body,sans-serif);text-overflow:ellipsis;white-space:nowrap;background:#0ea5e914;border:1px solid #7dd3fc24;border-radius:999px;gap:3px;padding:4px 6px;font-size:8px;font-weight:760;line-height:1;display:grid;overflow:hidden}.layer-history-hotspots strong{color:#e0f2fec7;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:8px;font-weight:800;overflow:hidden}.layer-history-hotspots b{background:#ffffff14;border-radius:999px;height:3px;display:block;overflow:hidden}.layer-history-hotspots b:after{content:"";width:var(--history-hotspot-score,0%);border-radius:inherit;background:linear-gradient(90deg,#fbbf24,#7dd3fcd1);height:100%;display:block}.layer-bloc-snapshot{border-top:1px solid color-mix(in srgb, var(--bloc-summary-color,#60a5fa) 18%, #ffffff14);gap:6px;padding-top:7px;display:grid}.layer-bloc-gauge{border:1px solid color-mix(in srgb, var(--bloc-summary-color,#60a5fa) 26%, #ffffff14);background:radial-gradient(circle at 16% 0%, color-mix(in srgb, var(--bloc-summary-color,#60a5fa) 22%, transparent), transparent 42%), linear-gradient(135deg, color-mix(in srgb, var(--bloc-summary-color,#60a5fa) 10%, #070c1657), #070c1638);border-radius:12px;grid-template-columns:minmax(0,1fr) 58px;align-items:center;gap:8px;padding:8px;display:grid;overflow:hidden}.layer-bloc-gauge div{gap:2px;min-width:0;display:grid}.layer-bloc-gauge span{min-width:0;color:color-mix(in srgb, var(--bloc-summary-color,#60a5fa) 72%, #ffffff80);font-family:var(--font-meta,monospace);letter-spacing:.1em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:7.5px;font-weight:900;line-height:1;overflow:hidden}.layer-bloc-gauge strong{color:#ffffffeb;min-width:0;font-family:var(--font-display,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:780;line-height:1.12;overflow:hidden}.layer-bloc-gauge em{min-width:0;color:color-mix(in srgb, var(--bloc-summary-color,#60a5fa) 66%, #ffffff85);text-overflow:ellipsis;white-space:nowrap;font-size:8.5px;font-style:normal;line-height:1.2;overflow:hidden}.layer-bloc-gauge i{background:radial-gradient(circle, #070c16f0 0 52%, transparent 53%), conic-gradient(from -90deg, var(--bloc-summary-color,#60a5fa) 0 var(--bloc-score,0%), #94a3b824 var(--bloc-score,0%) 100%);width:58px;height:58px;box-shadow:inset 0 0 0 1px #ffffff14, 0 0 18px color-mix(in srgb, var(--bloc-summary-color,#60a5fa) 25%, transparent);border-radius:50%;display:block;position:relative}.layer-bloc-gauge i:after{background:var(--bloc-summary-color,#60a5fa);box-shadow:0 0 16px color-mix(in srgb, var(--bloc-summary-color,#60a5fa) 62%, transparent);content:"";opacity:.68;border-radius:50%;position:absolute;inset:19px}.layer-bloc-readout{flex-wrap:wrap;gap:5px;display:flex}.layer-bloc-readout span{border:1px solid color-mix(in srgb, var(--bloc-summary-color,#60a5fa) 24%, #ffffff14);background:color-mix(in srgb, var(--bloc-summary-color,#60a5fa) 11%, #070c1647);min-width:0;max-width:100%;color:color-mix(in srgb, var(--bloc-summary-color,#60a5fa) 74%, #fff);font-family:var(--font-meta,monospace);letter-spacing:.06em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:4px 6px;font-size:7.5px;font-weight:850;line-height:1;overflow:hidden}.layer-bloc-mission{color:#e2e8f0a8;margin:0;font-size:9px;line-height:1.34}.layer-bloc-composition{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;display:grid}.layer-bloc-composition span,.layer-bloc-waves span{border:1px solid color-mix(in srgb, var(--bloc-summary-color,#60a5fa) 20%, #ffffff12);background:color-mix(in srgb, var(--bloc-summary-color,#60a5fa) 8%, #070c164d);border-radius:10px;gap:3px;min-width:0;padding:6px 7px;display:grid}.layer-bloc-composition strong,.layer-bloc-composition em,.layer-bloc-waves strong,.layer-bloc-waves em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-bloc-composition strong,.layer-bloc-waves strong{color:#ffffffd1;font-family:var(--font-meta,monospace);letter-spacing:.06em;text-transform:uppercase;font-size:8px;font-weight:900;line-height:1}.layer-bloc-composition em,.layer-bloc-waves em{color:color-mix(in srgb, var(--bloc-summary-color,#60a5fa) 66%, #ffffff80);font-size:7.5px;font-style:normal;font-weight:780}.layer-bloc-composition b,.layer-bloc-waves b{background:#ffffff14;border-radius:999px;height:3px;display:block;overflow:hidden}.layer-bloc-composition b:after{content:"";width:var(--bloc-composition-share,0%);border-radius:inherit;background:linear-gradient(90deg, var(--bloc-summary-color,#60a5fa), #ffffffc2);height:100%;display:block}.layer-bloc-waves{gap:5px;display:grid}.layer-bloc-waves b:after{content:"";width:var(--bloc-wave-score,0%);border-radius:inherit;background:linear-gradient(90deg, var(--bloc-summary-color,#60a5fa), #ffffffc2);height:100%;display:block}.layer-bloc-core{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;display:grid}.layer-bloc-core span{border:1px solid color-mix(in srgb, var(--bloc-summary-color,#60a5fa) 18%, #ffffff14);background:linear-gradient(135deg, color-mix(in srgb, var(--bloc-summary-color,#60a5fa) 10%, transparent), #070c163d);border-radius:9px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:5px;min-width:0;padding:5px 6px;display:grid}.layer-bloc-core i{background:color-mix(in srgb, var(--bloc-summary-color,#60a5fa) 22%, #ffffff0f);width:16px;height:16px;color:color-mix(in srgb, var(--bloc-summary-color,#60a5fa) 84%, #fff);font-family:var(--font-meta,monospace);border-radius:50%;justify-content:center;align-items:center;font-size:8px;font-style:normal;font-weight:900;display:inline-flex}.layer-bloc-core strong,.layer-bloc-core em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-bloc-core strong{color:#ffffffd1;font-size:9px;font-weight:720}.layer-bloc-core em{color:#ffffff6b;font-family:var(--font-meta,monospace);font-size:7.5px;font-style:normal;font-weight:850}.layer-earthquake-readout{flex-wrap:wrap;gap:5px;margin-top:2px;display:flex}.layer-earthquake-readout span{color:#dbeafeb8;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;background:#38bdf812;border:1px solid #7dd3fc1f;border-radius:999px;padding:4px 6px;font-size:8px;font-weight:800}.layer-earthquake-scale,.layer-earthquake-recency{flex-wrap:wrap;gap:5px;display:flex}.layer-earthquake-scale span,.layer-earthquake-recency span{border:1px solid color-mix(in srgb, var(--earthquake-band-color,var(--earthquake-recency-color,#38bdf8)) 22%, #ffffff14);background:color-mix(in srgb, var(--earthquake-band-color,var(--earthquake-recency-color,#38bdf8)) 10%, #0f172a52);min-height:19px;color:color-mix(in srgb, var(--earthquake-band-color,var(--earthquake-recency-color,#38bdf8)) 74%, #fff);font-family:var(--font-meta,monospace);letter-spacing:.04em;white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:3px 6px;font-size:8px;font-weight:850;line-height:1;display:inline-flex}.layer-earthquake-scale i,.layer-earthquake-recency i{background:var(--earthquake-band-color,var(--earthquake-recency-color,#38bdf8));border-radius:50%;width:7px;height:7px;box-shadow:0 0 11px}.layer-earthquake-scale strong,.layer-earthquake-recency strong{color:#ffffffeb;font-size:9px}.layer-earthquake-depths{border-top:1px solid #ffffff14;flex-wrap:wrap;gap:5px;padding-top:8px;display:flex}.layer-earthquake-depths span{color:#e2e8f0b8;min-height:18px;font-family:var(--font-meta,monospace);letter-spacing:.04em;white-space:nowrap;background:#0f172a42;border:1px solid #94a3b81f;border-radius:999px;align-items:center;gap:4px;padding:3px 6px 8px;font-size:8px;font-weight:800;line-height:1;display:inline-flex;position:relative;overflow:hidden}.layer-earthquake-depths i{border-radius:50%;width:7px;height:7px;box-shadow:0 0 10px}.layer-earthquake-depths strong{color:#ffffffe6;font-size:9px}.layer-earthquake-depths b{background:#94a3b829;border-radius:999px;height:2px;position:absolute;bottom:3px;left:6px;right:6px;overflow:hidden}.layer-earthquake-depths b:after{width:var(--earthquake-depth-share,0%);border-radius:inherit;content:"";opacity:.86;background:currentColor;height:100%;display:block}.layer-region-types{border-top:1px solid #ffffff14;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding-top:7px;display:grid}.layer-region-types span{background:#070c163d;border:1px solid #7dd3fc1f;border-radius:9px;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"dot title""dot meta""bar bar";align-items:center;column-gap:6px;min-width:0;padding:5px 6px;display:grid}.layer-region-types i{background:var(--region-type-color,#38bdf8);width:9px;height:18px;box-shadow:0 0 12px color-mix(in srgb, var(--region-type-color,#38bdf8) 58%, transparent);border-radius:999px;grid-area:dot}.layer-region-types strong,.layer-region-types em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-region-types strong{color:#ffffffc7;grid-area:title;font-size:9px;font-weight:700}.layer-region-types em{color:#ffffff75;font-family:var(--font-meta,monospace);text-transform:uppercase;grid-area:meta;font-size:7.5px;font-style:normal}.layer-region-types b{background:#ffffff14;border-radius:999px;grid-area:bar;height:3px;margin-top:2px;display:block;overflow:hidden}.layer-region-types b:after{content:"";width:var(--region-type-share,0%);border-radius:inherit;background:linear-gradient(90deg, var(--region-type-color,#38bdf8), #ffffffbd);height:100%;display:block}.layer-region-gauge{border:1px solid color-mix(in srgb, var(--region-score-color,#38bdf8) 24%, #ffffff14);background:radial-gradient(circle at 16% 0%, color-mix(in srgb, var(--region-score-color,#38bdf8) 20%, transparent), transparent 42%), linear-gradient(135deg, #082f4938, color-mix(in srgb, var(--region-score-color,#38bdf8) 10%, #070c1647));border-radius:12px;grid-template-columns:minmax(0,1fr) 58px;align-items:center;gap:8px;padding:8px;display:grid;overflow:hidden}.layer-region-gauge.loading{--region-score-color:#fbbf24}.layer-region-gauge.error{--region-score-color:#fb7185}.layer-region-gauge div{gap:2px;min-width:0;display:grid}.layer-region-gauge span{color:color-mix(in srgb, var(--region-score-color,#38bdf8) 70%, #ffffff80);font-family:var(--font-meta,monospace);letter-spacing:.11em;text-transform:uppercase;font-size:7.5px;font-weight:900;line-height:1}.layer-region-gauge strong{color:#ffffffeb;min-width:0;font-family:var(--font-display,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:760;line-height:1.12;overflow:hidden}.layer-region-gauge em{min-width:0;color:color-mix(in srgb, var(--region-score-color,#38bdf8) 66%, #ffffff85);text-overflow:ellipsis;white-space:nowrap;font-size:8.5px;font-style:normal;line-height:1.2;overflow:hidden}.layer-region-gauge i{background:radial-gradient(circle, #070c16f0 0 52%, transparent 53%), conic-gradient(from -90deg, var(--region-score-color,#38bdf8) 0 var(--region-score,0%), #94a3b824 var(--region-score,0%) 100%);width:58px;height:58px;box-shadow:inset 0 0 0 1px #ffffff14, 0 0 18px color-mix(in srgb, var(--region-score-color,#38bdf8) 25%, transparent);border-radius:50%;display:block;position:relative}.layer-region-gauge i:after{background:var(--region-score-color,#38bdf8);box-shadow:0 0 16px color-mix(in srgb, var(--region-score-color,#38bdf8) 62%, transparent);content:"";opacity:.68;border-radius:50%;position:absolute;inset:19px}.layer-region-top{gap:5px;display:grid}.layer-region-top span{border:1px solid color-mix(in srgb, var(--region-row-color,#38bdf8) 22%, #ffffff12);background:linear-gradient(135deg, color-mix(in srgb, var(--region-row-color,#38bdf8) 9%, #070c1657), #070c1638);border-radius:10px;grid-template-columns:minmax(0,1fr);gap:3px;min-width:0;padding:6px 7px;display:grid}.layer-region-top strong,.layer-region-top em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-region-top strong{color:#ffffffd1;font-size:9px;font-weight:800}.layer-region-top em{color:color-mix(in srgb, var(--region-row-color,#38bdf8) 66%, #ffffff80);font-family:var(--font-meta,monospace);letter-spacing:.04em;text-transform:uppercase;font-size:7.5px;font-style:normal;font-weight:850}.layer-region-top b{background:#ffffff14;border-radius:999px;height:3px;display:block;overflow:hidden}.layer-region-top b:after{content:"";width:var(--region-row-score,0%);border-radius:inherit;background:linear-gradient(90deg, var(--region-row-color,#38bdf8), #ffffffc2);height:100%;display:block}.layer-ocean-basins{border-top:1px solid #ffffff14;gap:5px;padding-top:7px;display:grid}.layer-ocean-basins span{background:linear-gradient(135deg,#0ea5e917,#0f172a33);border:1px solid #7dd3fc1f;border-radius:10px;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"swatch title""swatch meta";align-items:center;column-gap:7px;min-width:0;padding:5px 7px;display:grid}.layer-ocean-basins i{background:var(--ocean-basin-color,#38bdf8);width:18px;height:18px;box-shadow:0 0 14px color-mix(in srgb, var(--ocean-basin-color,#38bdf8) 62%, transparent);border-radius:50%;grid-area:swatch}.layer-ocean-basins strong,.layer-ocean-basins em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-ocean-basins strong{color:#f0f9ffdb;grid-area:title;font-size:9.5px;font-weight:720}.layer-ocean-basins em{color:#bae6fd85;font-family:var(--font-body,sans-serif);grid-area:meta;font-size:8px;font-style:normal}.layer-ocean-gauge{border:1px solid color-mix(in srgb, var(--ocean-score-color,#38bdf8) 24%, #ffffff14);background:radial-gradient(circle at 16% 0%, color-mix(in srgb, var(--ocean-score-color,#38bdf8) 20%, transparent), transparent 42%), linear-gradient(135deg, #082f493d, color-mix(in srgb, var(--ocean-score-color,#38bdf8) 10%, #070c1647));border-radius:12px;grid-template-columns:minmax(0,1fr) 58px;align-items:center;gap:8px;padding:8px;display:grid;overflow:hidden}.layer-ocean-gauge div{gap:2px;min-width:0;display:grid}.layer-ocean-gauge span{color:color-mix(in srgb, var(--ocean-score-color,#38bdf8) 70%, #ffffff80);font-family:var(--font-meta,monospace);letter-spacing:.11em;text-transform:uppercase;font-size:7.5px;font-weight:900;line-height:1}.layer-ocean-gauge strong{color:#ffffffeb;min-width:0;font-family:var(--font-display,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:760;line-height:1.12;overflow:hidden}.layer-ocean-gauge em{min-width:0;color:color-mix(in srgb, var(--ocean-score-color,#38bdf8) 66%, #ffffff85);text-overflow:ellipsis;white-space:nowrap;font-size:8.5px;font-style:normal;line-height:1.2;overflow:hidden}.layer-ocean-gauge i{background:radial-gradient(circle, #070c16f0 0 52%, transparent 53%), conic-gradient(from -90deg, var(--ocean-score-color,#38bdf8) 0 var(--ocean-score,0%), #94a3b824 var(--ocean-score,0%) 100%);width:58px;height:58px;box-shadow:inset 0 0 0 1px #ffffff14, 0 0 18px color-mix(in srgb, var(--ocean-score-color,#38bdf8) 25%, transparent);border-radius:50%;display:block;position:relative}.layer-ocean-gauge i:after{background:var(--ocean-score-color,#38bdf8);box-shadow:0 0 16px color-mix(in srgb, var(--ocean-score-color,#38bdf8) 62%, transparent);content:"";opacity:.68;border-radius:50%;position:absolute;inset:19px}.layer-ocean-bands{gap:5px;display:grid}.layer-ocean-bands span{border:1px solid color-mix(in srgb, var(--ocean-band-color,#38bdf8) 22%, #ffffff12);background:linear-gradient(135deg, color-mix(in srgb, var(--ocean-band-color,#38bdf8) 9%, #070c1657), #070c1638);border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 7px;min-width:0;padding:6px 7px;display:grid}.layer-ocean-bands strong,.layer-ocean-bands em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-ocean-bands strong{color:#ffffffc7;font-family:var(--font-meta,monospace);letter-spacing:.07em;text-transform:uppercase;font-size:8px;font-weight:900;line-height:1}.layer-ocean-bands em{color:color-mix(in srgb, var(--ocean-band-color,#38bdf8) 72%, #ffffff80);font-family:var(--font-meta,monospace);justify-self:end;font-size:8px;font-style:normal;font-weight:900}.layer-ocean-bands b{background:#ffffff14;border-radius:999px;grid-column:1/-1;height:3px;display:block;overflow:hidden}.layer-ocean-bands b:after{content:"";width:var(--ocean-band-share,0%);border-radius:inherit;background:linear-gradient(90deg, var(--ocean-band-color,#38bdf8), #ffffffc2);height:100%;display:block}.layer-ocean-top{gap:5px;display:grid}.layer-ocean-top span{border:1px solid color-mix(in srgb, var(--ocean-row-color,#38bdf8) 22%, #ffffff12);background:linear-gradient(135deg, color-mix(in srgb, var(--ocean-row-color,#38bdf8) 9%, #070c1657), #070c1638);border-radius:10px;grid-template-columns:minmax(0,1fr);gap:3px;min-width:0;padding:6px 7px;display:grid}.layer-ocean-top strong,.layer-ocean-top em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-ocean-top strong{color:#ffffffd1;font-size:9px;font-weight:800}.layer-ocean-top em{color:color-mix(in srgb, var(--ocean-row-color,#38bdf8) 66%, #ffffff80);font-family:var(--font-meta,monospace);letter-spacing:.04em;text-transform:uppercase;font-size:7.5px;font-style:normal;font-weight:850}.layer-ocean-top b{background:#ffffff14;border-radius:999px;height:3px;display:block;overflow:hidden}.layer-ocean-top b:after{content:"";width:var(--ocean-row-score,0%);border-radius:inherit;background:linear-gradient(90deg, var(--ocean-row-color,#38bdf8), #ffffffc2);height:100%;display:block}.layer-capital-tiers{border-top:1px solid #ffffff14;gap:5px;padding-top:7px;display:grid}.layer-capital-tiers span{border:1px solid color-mix(in srgb, var(--capital-tier-color,#fbbf24) 24%, #ffffff14);background:radial-gradient(circle at 0 0, color-mix(in srgb, var(--capital-tier-color,#fbbf24) 18%, transparent), transparent 58%), #070c163d;border-radius:10px;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"swatch title""swatch meta";align-items:center;column-gap:7px;min-width:0;padding:5px 7px;display:grid}.layer-capital-tiers i{border:2px solid color-mix(in srgb, var(--capital-tier-color,#fbbf24) 70%, #ffffff47);background:radial-gradient(circle, color-mix(in srgb, var(--capital-tier-color,#fbbf24) 78%, #fff) 0 22%, transparent 24% 42%, color-mix(in srgb, var(--capital-tier-color,#fbbf24) 82%, transparent) 45% 50%, transparent 52%);width:18px;height:18px;box-shadow:0 0 14px color-mix(in srgb, var(--capital-tier-color,#fbbf24) 36%, transparent);border-radius:50%;grid-area:swatch}.layer-capital-tiers strong,.layer-capital-tiers em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-capital-tiers strong{color:#fef3c7e6;grid-area:title;font-size:9.5px;font-weight:740}.layer-capital-tiers em{color:#fde68a8a;font-family:var(--font-meta,monospace);letter-spacing:.03em;text-transform:uppercase;grid-area:meta;font-size:7.5px;font-style:normal}.layer-capital-top{border-top:1px solid #ffffff14;gap:5px;padding-top:7px;display:grid}.layer-capital-top span{border:1px solid color-mix(in srgb, var(--capital-tier-color,#fbbf24) 20%, #ffffff14);background:linear-gradient(135deg, color-mix(in srgb, var(--capital-tier-color,#fbbf24) 12%, #070c1657), #070c162e);border-radius:10px;grid-template-columns:minmax(0,.88fr) minmax(0,.7fr);gap:1px 8px;min-width:0;padding:6px 8px 7px;display:grid;position:relative;overflow:hidden}.layer-capital-top strong,.layer-capital-top em,.layer-capital-top small{z-index:1;text-overflow:ellipsis;white-space:nowrap;min-width:0;position:relative;overflow:hidden}.layer-capital-top strong{color:color-mix(in srgb, var(--capital-tier-color,#fbbf24) 84%, #fff);font-size:10px;font-weight:760}.layer-capital-top em{color:#ffffff94;text-align:right;font-size:8.5px;font-style:normal}.layer-capital-top small{color:#fef3c78a;grid-column:1/-1;font-size:8px;line-height:1.2}.layer-capital-top b{background:linear-gradient(90deg, color-mix(in srgb, var(--capital-tier-color,#fbbf24) 82%, #fff), transparent);height:2px;box-shadow:0 0 10px color-mix(in srgb, var(--capital-tier-color,#fbbf24) 38%, transparent);border-radius:999px;position:absolute;bottom:0;left:0;right:auto}.layer-sea-readout{flex-wrap:wrap;gap:5px;margin-top:2px;display:flex}.layer-sea-readout span{color:#dbeafeb8;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;background:linear-gradient(135deg,#0ea5e91f,#f9731614);border:1px solid #38bdf829;border-radius:999px;padding:4px 6px;font-size:8px;font-weight:800}.layer-flight-readout{flex-wrap:wrap;gap:5px;margin-top:2px;display:flex}.layer-flight-readout span{color:#ffedd5c2;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;background:linear-gradient(135deg,#ef444424,#fb923c14);border:1px solid #fb923c2e;border-radius:999px;padding:4px 6px;font-size:8px;font-weight:800}.layer-flight-gauge{border:1px solid color-mix(in srgb, var(--flight-risk-color,#fb923c) 26%, #ffffff14);background:radial-gradient(circle at 16% 0%, color-mix(in srgb, var(--flight-risk-color,#fb923c) 22%, transparent), transparent 42%), linear-gradient(135deg, color-mix(in srgb, var(--flight-risk-color,#fb923c) 11%, #070c165c), #070c163d);border-radius:12px;grid-template-columns:minmax(0,1fr) 58px;align-items:center;gap:8px;padding:8px;display:grid;position:relative;overflow:hidden}.layer-flight-gauge div{gap:2px;min-width:0;display:grid}.layer-flight-gauge span{color:color-mix(in srgb, var(--flight-risk-color,#fb923c) 68%, #ffffff80);font-family:var(--font-meta,monospace);letter-spacing:.11em;text-transform:uppercase;font-size:7.5px;font-weight:900;line-height:1}.layer-flight-gauge strong{color:#ffffffeb;min-width:0;font-family:var(--font-display,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:760;line-height:1.12;overflow:hidden}.layer-flight-gauge em{color:#ffedd594;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:8.5px;font-style:normal;line-height:1.2;overflow:hidden}.layer-flight-gauge i{background:radial-gradient(circle, #070c16f0 0 52%, transparent 53%), conic-gradient(from -90deg, var(--flight-risk-color,#fb923c) 0 var(--flight-risk-score,0%), #94a3b824 var(--flight-risk-score,0%) 100%);width:58px;height:58px;box-shadow:inset 0 0 0 1px #ffffff14, 0 0 18px color-mix(in srgb, var(--flight-risk-color,#fb923c) 25%, transparent);border-radius:50%;display:block;position:relative}.layer-flight-gauge i:after{background:var(--flight-risk-color,#fb923c);box-shadow:0 0 16px color-mix(in srgb, var(--flight-risk-color,#fb923c) 62%, transparent);content:"";opacity:.68;border-radius:50%;position:absolute;inset:19px}.layer-space-readout,.layer-nuclear-readout,.layer-connection-readout,.layer-capital-readout,.layer-history-readout,.layer-foundation-readout,.layer-region-readout,.layer-ocean-readout,.layer-sanctions-readout,.layer-energy-readout,.layer-shipping-readout,.layer-pipeline-readout,.layer-rail-readout,.layer-resource-readout,.layer-religion-readout,.layer-refugee-readout,.layer-conflict-readout,.layer-military-readout{flex-wrap:wrap;gap:5px;margin-top:2px;display:flex}.layer-space-readout span,.layer-nuclear-readout span,.layer-connection-readout span,.layer-capital-readout span,.layer-history-readout span,.layer-foundation-readout span,.layer-region-readout span,.layer-ocean-readout span,.layer-sanctions-readout span,.layer-energy-readout span,.layer-shipping-readout span,.layer-pipeline-readout span,.layer-rail-readout span,.layer-resource-readout span,.layer-religion-readout span,.layer-refugee-readout span,.layer-conflict-readout span,.layer-military-readout span{letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:4px 6px;font-size:8px;font-weight:800}.layer-space-readout span{color:#ede9fec7;background:linear-gradient(135deg,#581c873d,#0ea5e91a);border:1px solid #c084fc33}.layer-space-gauge{border:1px solid color-mix(in srgb, var(--space-score-color,#c084fc) 26%, #ffffff14);background:radial-gradient(circle at 16% 0%, color-mix(in srgb, var(--space-score-color,#c084fc) 22%, transparent), transparent 42%), linear-gradient(135deg, color-mix(in srgb, var(--space-score-color,#c084fc) 11%, #070c165c), #070c163d);border-radius:12px;grid-template-columns:minmax(0,1fr) 58px;align-items:center;gap:8px;padding:8px;display:grid;position:relative;overflow:hidden}.layer-space-gauge div{gap:2px;min-width:0;display:grid}.layer-space-gauge span{color:color-mix(in srgb, var(--space-score-color,#c084fc) 68%, #ffffff80);font-family:var(--font-meta,monospace);letter-spacing:.11em;text-transform:uppercase;font-size:7.5px;font-weight:900;line-height:1}.layer-space-gauge strong{color:#ffffffeb;min-width:0;font-family:var(--font-display,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:760;line-height:1.12;overflow:hidden}.layer-space-gauge em{color:#ede9fe94;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:8.5px;font-style:normal;line-height:1.2;overflow:hidden}.layer-space-gauge i{background:radial-gradient(circle, #070c16f0 0 52%, transparent 53%), conic-gradient(from -90deg, var(--space-score-color,#c084fc) 0 var(--space-score,0%), #94a3b824 var(--space-score,0%) 100%);width:58px;height:58px;box-shadow:inset 0 0 0 1px #ffffff14, 0 0 18px color-mix(in srgb, var(--space-score-color,#c084fc) 25%, transparent);border-radius:50%;display:block;position:relative}.layer-space-gauge i:after{background:var(--space-score-color,#c084fc);box-shadow:0 0 16px color-mix(in srgb, var(--space-score-color,#c084fc) 62%, transparent);content:"";opacity:.68;border-radius:50%;position:absolute;inset:19px}.layer-nuclear-readout span{color:#fef9c3c7;background:linear-gradient(135deg,#ca8a0421,#14b8a614);border:1px solid #facc152e}.layer-nuclear-gauge{border:1px solid color-mix(in srgb, var(--nuclear-risk-color,#facc15) 26%, #ffffff14);background:radial-gradient(circle at 16% 0%, color-mix(in srgb, var(--nuclear-risk-color,#facc15) 22%, transparent), transparent 42%), linear-gradient(135deg, color-mix(in srgb, var(--nuclear-risk-color,#facc15) 11%, #070c165c), #070c163d);border-radius:12px;grid-template-columns:minmax(0,1fr) 58px;align-items:center;gap:8px;padding:8px;display:grid;position:relative;overflow:hidden}.layer-nuclear-gauge div{gap:2px;min-width:0;display:grid}.layer-nuclear-gauge span{color:color-mix(in srgb, var(--nuclear-risk-color,#facc15) 68%, #ffffff80);font-family:var(--font-meta,monospace);letter-spacing:.11em;text-transform:uppercase;font-size:7.5px;font-weight:900;line-height:1}.layer-nuclear-gauge strong{color:#ffffffeb;min-width:0;font-family:var(--font-display,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:760;line-height:1.12;overflow:hidden}.layer-nuclear-gauge em{color:#fef9c394;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:8.5px;font-style:normal;line-height:1.2;overflow:hidden}.layer-nuclear-gauge i{background:radial-gradient(circle, #070c16f0 0 52%, transparent 53%), conic-gradient(from -90deg, var(--nuclear-risk-color,#facc15) 0 var(--nuclear-risk-score,0%), #94a3b824 var(--nuclear-risk-score,0%) 100%);width:58px;height:58px;box-shadow:inset 0 0 0 1px #ffffff14, 0 0 18px color-mix(in srgb, var(--nuclear-risk-color,#facc15) 25%, transparent);border-radius:50%;display:block;position:relative}.layer-nuclear-gauge i:after{background:var(--nuclear-risk-color,#facc15);box-shadow:0 0 16px color-mix(in srgb, var(--nuclear-risk-color,#facc15) 62%, transparent);content:"";opacity:.68;border-radius:50%;position:absolute;inset:19px}.layer-connection-readout span{color:#dcfce7c2;background:linear-gradient(135deg,#2563eb24,#34d3991a);border:1px solid #34d3992e}.layer-capital-readout span{color:#fef3c7c7;background:linear-gradient(135deg,#f59e0b29,#fde68a14);border:1px solid #fbbf242e}.layer-foundation-readout span{color:#dbeafec2;background:linear-gradient(135deg,#3b82f621,#818cf814);border:1px solid #7dd3fc29}.layer-foundation-gauge{border:1px solid color-mix(in srgb, var(--foundation-color,#7dd3fc) 24%, #ffffff14);background:radial-gradient(circle at 16% 0%, color-mix(in srgb, var(--foundation-color,#7dd3fc) 20%, transparent), transparent 42%), linear-gradient(135deg, color-mix(in srgb, var(--foundation-color,#7dd3fc) 9%, #070c1657), #070c1638);border-radius:12px;grid-template-columns:minmax(0,1fr) 58px;align-items:center;gap:8px;padding:8px;display:grid;overflow:hidden}.layer-foundation-gauge div{gap:2px;min-width:0;display:grid}.layer-foundation-gauge span{color:color-mix(in srgb, var(--foundation-color,#7dd3fc) 70%, #ffffff80);font-family:var(--font-meta,monospace);letter-spacing:.11em;text-transform:uppercase;font-size:7.5px;font-weight:900;line-height:1}.layer-foundation-gauge strong{color:#ffffffeb;min-width:0;font-family:var(--font-display,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:760;line-height:1.12;overflow:hidden}.layer-foundation-gauge em{min-width:0;color:color-mix(in srgb, var(--foundation-color,#7dd3fc) 66%, #ffffff85);text-overflow:ellipsis;white-space:nowrap;font-size:8.5px;font-style:normal;line-height:1.2;overflow:hidden}.layer-foundation-gauge i{background:radial-gradient(circle, #070c16f0 0 52%, transparent 53%), conic-gradient(from -90deg, var(--foundation-color,#7dd3fc) 0 var(--foundation-score,0%), #94a3b824 var(--foundation-score,0%) 100%);width:58px;height:58px;box-shadow:inset 0 0 0 1px #ffffff14, 0 0 18px color-mix(in srgb, var(--foundation-color,#7dd3fc) 25%, transparent);border-radius:50%;display:block;position:relative}.layer-foundation-gauge i:after{background:var(--foundation-color,#7dd3fc);box-shadow:0 0 16px color-mix(in srgb, var(--foundation-color,#7dd3fc) 62%, transparent);content:"";opacity:.68;border-radius:50%;position:absolute;inset:19px}.layer-foundation-map,.layer-foundation-flow{gap:5px;display:grid}.layer-foundation-map span{border:1px solid color-mix(in srgb, var(--foundation-row-color,var(--foundation-color,#7dd3fc)) 22%, #ffffff12);background:linear-gradient(135deg, color-mix(in srgb, var(--foundation-row-color,var(--foundation-color,#7dd3fc)) 9%, #070c1657), #070c1638);border-radius:10px;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"dot title""dot meta""bar bar";align-items:center;gap:3px 7px;min-width:0;padding:6px 7px;display:grid}.layer-foundation-map i{background:var(--foundation-row-color,var(--foundation-color,#7dd3fc));width:9px;height:24px;box-shadow:0 0 12px color-mix(in srgb, var(--foundation-row-color,var(--foundation-color,#7dd3fc)) 58%, transparent);border-radius:999px;grid-area:dot}.layer-foundation-map strong,.layer-foundation-map em,.layer-foundation-flow strong,.layer-foundation-flow em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-foundation-map strong{color:#ffffffd1;grid-area:title;font-size:9px;font-weight:800}.layer-foundation-map em{color:color-mix(in srgb, var(--foundation-row-color,var(--foundation-color,#7dd3fc)) 66%, #ffffff80);font-family:var(--font-meta,monospace);letter-spacing:.04em;text-transform:uppercase;grid-area:meta;font-size:7.5px;font-style:normal;font-weight:850}.layer-foundation-map b{background:#ffffff14;border-radius:999px;grid-area:bar;height:3px;display:block;overflow:hidden}.layer-foundation-map b:after{content:"";width:var(--foundation-row-score,0%);border-radius:inherit;background:linear-gradient(90deg, var(--foundation-row-color,var(--foundation-color,#7dd3fc)), #ffffffc2);height:100%;display:block}.layer-foundation-flow{grid-template-columns:repeat(3,minmax(0,1fr))}.layer-foundation-flow span{border:1px solid color-mix(in srgb, var(--foundation-step-color,var(--foundation-color,#7dd3fc)) 20%, #ffffff12);background:color-mix(in srgb, var(--foundation-step-color,var(--foundation-color,#7dd3fc)) 8%, #070c164d);border-radius:10px;gap:3px;min-width:0;padding:6px;display:grid}.layer-foundation-flow i{background:color-mix(in srgb, var(--foundation-step-color,var(--foundation-color,#7dd3fc)) 20%, #ffffff12);width:18px;height:18px;color:color-mix(in srgb, var(--foundation-step-color,var(--foundation-color,#7dd3fc)) 82%, #fff);font-family:var(--font-meta,monospace);border-radius:50%;justify-content:center;align-items:center;font-size:8px;font-style:normal;font-weight:900;display:inline-flex}.layer-foundation-flow strong{color:#ffffffd1;font-size:8.5px;font-weight:800}.layer-foundation-flow em{color:#e2e8f08a;font-family:var(--font-body,sans-serif);white-space:normal;font-size:7.5px;font-style:normal;line-height:1.15}.layer-region-readout span{color:#ccfbf1c7;background:linear-gradient(135deg,#0d948824,#38bdf814);border:1px solid #2dd4bf2e}.layer-ocean-readout span{color:#e0f2fec7;background:linear-gradient(135deg,#0ea5e924,#2dd4bf14);border:1px solid #7dd3fc33}.layer-sanctions-readout span{color:#fce7f3cc;background:linear-gradient(135deg,#be185d29,#fbcfe814);border:1px solid #f472b633}.layer-sanctions-gauge{border:1px solid color-mix(in srgb, var(--sanctions-pressure-color,#f472b6) 26%, #ffffff14);background:radial-gradient(circle at 16% 0%, color-mix(in srgb, var(--sanctions-pressure-color,#f472b6) 22%, transparent), transparent 42%), linear-gradient(135deg, color-mix(in srgb, var(--sanctions-pressure-color,#f472b6) 11%, #070c165c), #070c163d);border-radius:12px;grid-template-columns:minmax(0,1fr) 58px;align-items:center;gap:8px;padding:8px;display:grid;position:relative;overflow:hidden}.layer-sanctions-gauge div{gap:2px;min-width:0;display:grid}.layer-sanctions-gauge span{color:color-mix(in srgb, var(--sanctions-pressure-color,#f472b6) 68%, #ffffff80);font-family:var(--font-meta,monospace);letter-spacing:.11em;text-transform:uppercase;font-size:7.5px;font-weight:900;line-height:1}.layer-sanctions-gauge strong{color:#ffffffeb;min-width:0;font-family:var(--font-display,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:760;line-height:1.12;overflow:hidden}.layer-sanctions-gauge em{color:#fce7f394;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:8.5px;font-style:normal;line-height:1.2;overflow:hidden}.layer-sanctions-gauge i{background:radial-gradient(circle, #070c16f0 0 52%, transparent 53%), conic-gradient(from -90deg, var(--sanctions-pressure-color,#f472b6) 0 var(--sanctions-pressure-score,0%), #94a3b824 var(--sanctions-pressure-score,0%) 100%);width:58px;height:58px;box-shadow:inset 0 0 0 1px #ffffff14, 0 0 18px color-mix(in srgb, var(--sanctions-pressure-color,#f472b6) 25%, transparent);border-radius:50%;display:block;position:relative}.layer-sanctions-gauge i:after{background:var(--sanctions-pressure-color,#f472b6);box-shadow:0 0 16px color-mix(in srgb, var(--sanctions-pressure-color,#f472b6) 62%, transparent);content:"";opacity:.68;border-radius:50%;position:absolute;inset:19px}.layer-energy-readout span{color:#fef3c7cc;background:linear-gradient(135deg,#78350f2e,#0ea5e914);border:1px solid #fbbf2433}.layer-energy-gauge{border:1px solid color-mix(in srgb, var(--energy-score-color,var(--layer-brief-color)) 34%, #ffffff14);background:radial-gradient(circle at 14% 18%, color-mix(in srgb, var(--energy-score-color,var(--layer-brief-color)) 24%, transparent), transparent 44%), linear-gradient(135deg, #0f172a80, #070c1633);box-shadow:inset 0 1px 0 #ffffff12, 0 12px 26px color-mix(in srgb, var(--energy-score-color,var(--layer-brief-color)) 9%, transparent);border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px 8px;padding:8px 10px;display:grid}.layer-energy-gauge span{color:#ffffffa8;min-width:0;font-family:var(--font-body,sans-serif);align-items:baseline;gap:6px;font-size:9px;line-height:1.1;display:inline-flex}.layer-energy-gauge strong{color:color-mix(in srgb, var(--energy-score-color,var(--layer-brief-color)) 74%, #fff);font-family:var(--font-display,sans-serif);font-size:18px;font-weight:780;line-height:1}.layer-energy-gauge em{color:color-mix(in srgb, var(--energy-score-color,var(--layer-brief-color)) 72%, #ffffff8a);font-family:var(--font-meta,monospace);letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;justify-self:end;font-size:8px;font-style:normal;font-weight:900}.layer-energy-gauge b{background:#ffffff14;border-radius:999px;grid-column:1/-1;height:4px;display:block;overflow:hidden}.layer-energy-gauge b:after{content:"";width:var(--energy-score,0%);border-radius:inherit;background:linear-gradient(90deg, var(--energy-score-color,var(--layer-brief-color)), #ffffffc2);height:100%;box-shadow:0 0 12px color-mix(in srgb, var(--energy-score-color,var(--layer-brief-color)) 62%, transparent);display:block}.layer-energy-scale{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;display:grid}.layer-energy-scale span{border:1px solid color-mix(in srgb, var(--energy-band-color,var(--layer-brief-color)) 24%, #ffffff0f);background:color-mix(in srgb, var(--energy-band-color,var(--layer-brief-color)) 8%, #070c1652);color:#ffffff8a;min-width:0;font-family:var(--font-meta,monospace);text-align:center;text-transform:uppercase;border-radius:10px;gap:2px;padding:6px 4px;font-size:7px;font-weight:800;line-height:1.1;display:grid}.layer-energy-scale i{background:var(--energy-band-color,var(--layer-brief-color));width:9px;height:9px;box-shadow:0 0 10px color-mix(in srgb, var(--energy-band-color,var(--layer-brief-color)) 44%, transparent);border-radius:999px;justify-self:center}.layer-energy-scale strong{color:color-mix(in srgb, var(--energy-band-color,var(--layer-brief-color)) 74%, #fff);font-family:var(--font-display,sans-serif);font-size:11px;line-height:1}.layer-energy-scale em{color:#ffffff57;text-overflow:ellipsis;white-space:nowrap;font-style:normal;overflow:hidden}.layer-sea-gauge{border:1px solid color-mix(in srgb, var(--sea-score-color,#38bdf8) 34%, #ffffff14);background:radial-gradient(circle at 14% 18%, color-mix(in srgb, var(--sea-score-color,#38bdf8) 24%, transparent), transparent 44%), linear-gradient(135deg, #082f4970, #070c162e);box-shadow:inset 0 1px 0 #ffffff12, 0 12px 26px color-mix(in srgb, var(--sea-score-color,#38bdf8) 10%, transparent);border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px 8px;padding:8px 10px;display:grid}.layer-sea-gauge span{color:#e0f2fead;min-width:0;font-family:var(--font-body,sans-serif);align-items:baseline;gap:6px;font-size:9px;line-height:1.1;display:inline-flex}.layer-sea-gauge strong{color:color-mix(in srgb, var(--sea-score-color,#38bdf8) 74%, #fff);font-family:var(--font-display,sans-serif);font-size:18px;font-weight:780;line-height:1}.layer-sea-gauge em{color:color-mix(in srgb, var(--sea-score-color,#38bdf8) 72%, #ffffff8a);font-family:var(--font-meta,monospace);letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;justify-self:end;font-size:8px;font-style:normal;font-weight:900}.layer-sea-gauge b{background:#ffffff14;border-radius:999px;grid-column:1/-1;height:4px;display:block;overflow:hidden}.layer-sea-gauge b:after{content:"";width:var(--sea-score,0%);border-radius:inherit;background:linear-gradient(90deg, var(--sea-score-color,#38bdf8), #ffffffc2);height:100%;box-shadow:0 0 12px color-mix(in srgb, var(--sea-score-color,#38bdf8) 62%, transparent);display:block}.layer-sea-scale{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;display:grid}.layer-sea-scale span{border:1px solid color-mix(in srgb, var(--sea-band-color,#38bdf8) 24%, #ffffff0f);background:color-mix(in srgb, var(--sea-band-color,#38bdf8) 8%, #070c1652);color:#e0f2fe8a;min-width:0;font-family:var(--font-meta,monospace);text-align:center;text-transform:uppercase;border-radius:10px;gap:2px;padding:6px 4px;font-size:7px;font-weight:800;line-height:1.1;display:grid}.layer-sea-scale i{background:var(--sea-band-color,#38bdf8);width:9px;height:9px;box-shadow:0 0 10px color-mix(in srgb, var(--sea-band-color,#38bdf8) 44%, transparent);border-radius:999px;justify-self:center}.layer-sea-scale strong{color:color-mix(in srgb, var(--sea-band-color,#38bdf8) 74%, #fff);font-family:var(--font-display,sans-serif);font-size:11px;line-height:1}.layer-sea-scale em{color:#ffffff57;text-overflow:ellipsis;white-space:nowrap;font-style:normal;overflow:hidden}.layer-shipping-readout span{color:#e0f2fed1;background:linear-gradient(135deg,#0ea5e929,#f9731614);border:1px solid #38bdf838}.layer-pipeline-readout span{color:#fef3c7cc;background:linear-gradient(135deg,#f59e0b29,#38bdf81a);border:1px solid #fbbf2433}.layer-rail-readout span{color:#f5f3ffcc;background:linear-gradient(135deg,#581c872e,#2dd4bf14);border:1px solid #d8b4fe33}.layer-resource-readout span{color:#ccfbf1c7;background:linear-gradient(135deg,#0f766e24,#f59e0b14);border:1px solid #2dd4bf33}.layer-resource-map-note{border:1px solid color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 22%, #ffffff14);background:linear-gradient(135deg,#0f172a70,#070c1633);border-radius:12px;gap:1px;width:100%;padding:7px 9px;display:grid}.layer-resource-map-note strong{color:#ffffffe6;font-family:var(--font-display,sans-serif);text-transform:uppercase;font-size:11px;font-weight:760;line-height:1.08}.layer-resource-map-note span{color:#ffffff85;font-family:var(--font-body,sans-serif);font-size:9px;line-height:1.25}.layer-religion-readout span{color:#ede9fecc;background:linear-gradient(135deg,#4c1d9529,#14b8a614);border:1px solid #a78bfa33}.layer-refugee-readout span{color:#ffedd5d1;background:linear-gradient(135deg,#9a341233,#f43f5e14);border:1px solid #fb923c38}.layer-refugee-gauge{border:1px solid color-mix(in srgb, var(--refugee-risk-color,var(--layer-brief-color)) 24%, #ffffff14);background:radial-gradient(circle at 14% 0%, color-mix(in srgb, var(--refugee-risk-color,var(--layer-brief-color)) 18%, transparent), transparent 46%), linear-gradient(135deg, #7f1d1d2e, #fb923c14 58%, #070c1647);border-radius:12px;grid-template-columns:minmax(0,1fr);gap:5px;padding:8px 9px;display:grid}.layer-refugee-gauge div{gap:2px;min-width:0;display:grid}.layer-refugee-gauge span{color:#ffedd585;font-family:var(--font-meta,monospace);letter-spacing:.09em;text-transform:uppercase;font-size:7.5px;font-weight:900;line-height:1}.layer-refugee-gauge strong{color:#ffffffe0;min-width:0;font-family:var(--font-display,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:760;line-height:1.08;overflow:hidden}.layer-refugee-gauge em{min-width:0;color:color-mix(in srgb, var(--refugee-risk-color,var(--layer-brief-color)) 66%, #ffffff85);font-family:var(--font-body,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-style:normal;line-height:1.2;overflow:hidden}.layer-refugee-gauge i{background:linear-gradient(90deg,#34d39929,#facc1529,#ef44442e),#ffffff14;border-radius:999px;height:5px;display:block;overflow:hidden}.layer-refugee-gauge i:after{content:"";width:var(--refugee-risk,0%);border-radius:inherit;background:linear-gradient(90deg, var(--refugee-risk-color,var(--layer-brief-color)), #ffffffc2);height:100%;box-shadow:0 0 16px color-mix(in srgb, var(--refugee-risk-color,var(--layer-brief-color)) 54%, transparent);display:block}.layer-conflict-readout span{color:#fee2e2d1;background:linear-gradient(135deg,#7f1d1d38,#f973161a);border:1px solid #f8717138}.layer-conflict-gauge{border:1px solid color-mix(in srgb, var(--conflict-risk-color,#ef4444) 26%, #ffffff14);background:radial-gradient(circle at 16% 0%, color-mix(in srgb, var(--conflict-risk-color,#ef4444) 20%, transparent), transparent 42%), linear-gradient(135deg, #7f1d1d38, color-mix(in srgb, var(--conflict-risk-color,#ef4444) 10%, #070c1647));border-radius:12px;grid-template-columns:minmax(0,1fr) 58px;align-items:center;gap:8px;padding:8px;display:grid;overflow:hidden}.layer-conflict-gauge div{gap:2px;min-width:0;display:grid}.layer-conflict-gauge span{color:color-mix(in srgb, var(--conflict-risk-color,#ef4444) 68%, #ffffff80);font-family:var(--font-meta,monospace);letter-spacing:.11em;text-transform:uppercase;font-size:7.5px;font-weight:900;line-height:1}.layer-conflict-gauge strong{color:#ffffffeb;min-width:0;font-family:var(--font-display,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:760;line-height:1.12;overflow:hidden}.layer-conflict-gauge em{min-width:0;color:color-mix(in srgb, var(--conflict-risk-color,#ef4444) 66%, #ffffff85);text-overflow:ellipsis;white-space:nowrap;font-size:8.5px;font-style:normal;line-height:1.2;overflow:hidden}.layer-conflict-gauge i{background:radial-gradient(circle, #070c16f0 0 52%, transparent 53%), conic-gradient(from -90deg, var(--conflict-risk-color,#ef4444) 0 var(--conflict-risk,0%), #94a3b824 var(--conflict-risk,0%) 100%);width:58px;height:58px;box-shadow:inset 0 0 0 1px #ffffff14, 0 0 18px color-mix(in srgb, var(--conflict-risk-color,#ef4444) 25%, transparent);border-radius:50%;display:block;position:relative}.layer-conflict-gauge i:after{background:var(--conflict-risk-color,#ef4444);box-shadow:0 0 16px color-mix(in srgb, var(--conflict-risk-color,#ef4444) 62%, transparent);content:"";opacity:.68;border-radius:50%;position:absolute;inset:19px}.layer-military-readout span{color:#fee2e2cc;background:linear-gradient(135deg,#7f1d1d2e,#60a5fa14);border:1px solid #f8717133}.layer-connection-types,.layer-sanctions-tags,.layer-energy-types,.layer-shipping-types,.layer-pipeline-types,.layer-pipeline-roles,.layer-rail-types,.layer-rail-hubs,.layer-sea-types,.layer-resource-types,.layer-religion-types,.layer-conflict-types,.layer-conflict-sides,.layer-military-owners,.layer-military-types,.layer-military-reach,.layer-military-postures,.layer-refugee-types,.layer-nuclear-types,.layer-flight-types,.layer-space-types,.layer-space-operators{flex-wrap:wrap;gap:5px;display:flex}.layer-flight-bands,.layer-nuclear-bands,.layer-space-bands,.layer-refugee-bands,.layer-conflict-bands{gap:5px;display:grid}.layer-flight-bands span{border:1px solid color-mix(in srgb, var(--flight-band-color,var(--flight-risk-color,var(--layer-brief-color))) 22%, #ffffff12);background:linear-gradient(135deg, color-mix(in srgb, var(--flight-band-color,var(--flight-risk-color,var(--layer-brief-color))) 9%, #070c1657), #070c1638);border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 7px;min-width:0;padding:6px 7px;display:grid}.layer-nuclear-bands span{border:1px solid color-mix(in srgb, var(--nuclear-band-color,var(--nuclear-risk-color,var(--layer-brief-color))) 22%, #ffffff12);background:linear-gradient(135deg, color-mix(in srgb, var(--nuclear-band-color,var(--nuclear-risk-color,var(--layer-brief-color))) 9%, #070c1657), #070c1638);border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 7px;min-width:0;padding:6px 7px;display:grid}.layer-space-bands span{border:1px solid color-mix(in srgb, var(--space-band-color,var(--space-score-color,var(--layer-brief-color))) 22%, #ffffff12);background:linear-gradient(135deg, color-mix(in srgb, var(--space-band-color,var(--space-score-color,var(--layer-brief-color))) 9%, #070c1657), #070c1638);border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 7px;min-width:0;padding:6px 7px;display:grid}.layer-refugee-bands span{border:1px solid color-mix(in srgb, var(--refugee-band-color,var(--refugee-risk-color,var(--layer-brief-color))) 22%, #ffffff12);background:linear-gradient(135deg, color-mix(in srgb, var(--refugee-band-color,var(--refugee-risk-color,var(--layer-brief-color))) 9%, #070c1657), #070c1638);border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 7px;min-width:0;padding:6px 7px;display:grid}.layer-conflict-bands span{border:1px solid color-mix(in srgb, var(--conflict-band-color,var(--conflict-risk-color,var(--layer-brief-color))) 22%, #ffffff12);background:linear-gradient(135deg, color-mix(in srgb, var(--conflict-band-color,var(--conflict-risk-color,var(--layer-brief-color))) 9%, #070c1657), #070c1638);border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 7px;min-width:0;padding:6px 7px;display:grid}.layer-flight-bands strong,.layer-flight-bands em,.layer-nuclear-bands strong,.layer-nuclear-bands em,.layer-space-bands strong,.layer-space-bands em,.layer-refugee-bands strong,.layer-refugee-bands em,.layer-conflict-bands strong,.layer-conflict-bands em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-flight-bands strong,.layer-nuclear-bands strong,.layer-space-bands strong,.layer-refugee-bands strong,.layer-conflict-bands strong{color:#ffffffc7;font-family:var(--font-meta,monospace);letter-spacing:.07em;text-transform:uppercase;font-size:8px;font-weight:900;line-height:1}.layer-flight-bands em{color:color-mix(in srgb, var(--flight-band-color,var(--flight-risk-color,var(--layer-brief-color))) 72%, #ffffff80);font-family:var(--font-meta,monospace);justify-self:end;font-size:8px;font-style:normal;font-weight:900}.layer-nuclear-bands em{color:color-mix(in srgb, var(--nuclear-band-color,var(--nuclear-risk-color,var(--layer-brief-color))) 72%, #ffffff80);font-family:var(--font-meta,monospace);justify-self:end;font-size:8px;font-style:normal;font-weight:900}.layer-space-bands em{color:color-mix(in srgb, var(--space-band-color,var(--space-score-color,var(--layer-brief-color))) 72%, #ffffff80);font-family:var(--font-meta,monospace);justify-self:end;font-size:8px;font-style:normal;font-weight:900}.layer-refugee-bands em{color:color-mix(in srgb, var(--refugee-band-color,var(--refugee-risk-color,var(--layer-brief-color))) 72%, #ffffff80);font-family:var(--font-meta,monospace);justify-self:end;font-size:8px;font-style:normal;font-weight:900}.layer-conflict-bands em{color:color-mix(in srgb, var(--conflict-band-color,var(--conflict-risk-color,var(--layer-brief-color))) 72%, #ffffff80);font-family:var(--font-meta,monospace);justify-self:end;font-size:8px;font-style:normal;font-weight:900}.layer-flight-bands b,.layer-nuclear-bands b,.layer-space-bands b,.layer-refugee-bands b,.layer-conflict-bands b{background:#ffffff14;border-radius:999px;grid-column:1/-1;height:3px;display:block;overflow:hidden}.layer-flight-bands b:after{content:"";width:var(--flight-band-share,0%);border-radius:inherit;background:linear-gradient(90deg, var(--flight-band-color,var(--flight-risk-color,var(--layer-brief-color))), #ffffffbd);height:100%;box-shadow:0 0 10px color-mix(in srgb, var(--flight-band-color,var(--flight-risk-color,var(--layer-brief-color))) 58%, transparent);display:block}.layer-nuclear-bands b:after{content:"";width:var(--nuclear-band-share,0%);border-radius:inherit;background:linear-gradient(90deg, var(--nuclear-band-color,var(--nuclear-risk-color,var(--layer-brief-color))), #ffffffbd);height:100%;box-shadow:0 0 10px color-mix(in srgb, var(--nuclear-band-color,var(--nuclear-risk-color,var(--layer-brief-color))) 58%, transparent);display:block}.layer-space-bands b:after{content:"";width:var(--space-band-share,0%);border-radius:inherit;background:linear-gradient(90deg, var(--space-band-color,var(--space-score-color,var(--layer-brief-color))), #ffffffbd);height:100%;box-shadow:0 0 10px color-mix(in srgb, var(--space-band-color,var(--space-score-color,var(--layer-brief-color))) 58%, transparent);display:block}.layer-refugee-bands b:after{content:"";width:var(--refugee-band-share,0%);border-radius:inherit;background:linear-gradient(90deg, var(--refugee-band-color,var(--refugee-risk-color,var(--layer-brief-color))), #ffffffbd);height:100%;box-shadow:0 0 10px color-mix(in srgb, var(--refugee-band-color,var(--refugee-risk-color,var(--layer-brief-color))) 58%, transparent);display:block}.layer-conflict-bands b:after{content:"";width:var(--conflict-band-share,0%);border-radius:inherit;background:linear-gradient(90deg, var(--conflict-band-color,var(--conflict-risk-color,var(--layer-brief-color))), #ffffffbd);height:100%;box-shadow:0 0 10px color-mix(in srgb, var(--conflict-band-color,var(--conflict-risk-color,var(--layer-brief-color))) 58%, transparent);display:block}.layer-connection-types span,.layer-sanctions-tags span,.layer-energy-types span,.layer-shipping-types span,.layer-pipeline-types span,.layer-pipeline-roles span,.layer-rail-types span,.layer-rail-hubs span,.layer-sea-types span,.layer-resource-types span,.layer-religion-types span,.layer-conflict-types span,.layer-conflict-sides span,.layer-military-owners span,.layer-military-types span,.layer-military-reach span,.layer-military-postures span,.layer-refugee-types span,.layer-nuclear-types span,.layer-flight-types span,.layer-space-types span,.layer-space-operators span{color:#ffffff94;min-height:19px;font-family:var(--font-meta,monospace);letter-spacing:.05em;text-transform:uppercase;background:#070c1647;border-radius:999px;align-items:center;gap:4px;padding:2px 6px;font-size:7.5px;font-weight:800;display:inline-flex}.layer-energy-types span{border:1px solid color-mix(in srgb, var(--energy-role-color,var(--layer-active-row-color,var(--layer-brief-color))) 22%, #ffffff0f);background:color-mix(in srgb, var(--energy-role-color,var(--layer-active-row-color,var(--layer-brief-color))) 8%, #070c1647)}.layer-sea-types span{border:1px solid color-mix(in srgb, var(--sea-exposure-color,var(--layer-active-row-color,var(--layer-brief-color))) 22%, #ffffff0f);background:color-mix(in srgb, var(--sea-exposure-color,var(--layer-active-row-color,var(--layer-brief-color))) 8%, #070c1647)}.layer-religion-types span{border:1px solid color-mix(in srgb, var(--religion-family-color,var(--layer-active-row-color,var(--layer-brief-color))) 22%, #ffffff0f);background:color-mix(in srgb, var(--religion-family-color,var(--layer-active-row-color,var(--layer-brief-color))) 8%, #070c1647)}.layer-connection-types span{border:1px solid color-mix(in srgb, var(--connection-chip-color,var(--layer-active-row-color,var(--layer-brief-color))) 24%, #ffffff0f);background:radial-gradient(circle at 14% 18%, color-mix(in srgb, var(--connection-chip-color,var(--layer-brief-color)) 18%, transparent), transparent 42%), color-mix(in srgb, var(--connection-chip-color,var(--layer-active-row-color,var(--layer-brief-color))) 8%, #070c1647)}.layer-connection-types em{color:color-mix(in srgb, var(--connection-chip-color,var(--layer-active-row-color,var(--layer-brief-color))) 68%, #ffffff7a);font-size:7px;font-style:normal}.layer-connection-domains{gap:5px;display:grid}.layer-connection-domains span{border:1px solid color-mix(in srgb, var(--connection-domain-color,var(--layer-brief-color)) 22%, #ffffff12);background:linear-gradient(135deg, color-mix(in srgb, var(--connection-domain-color,var(--layer-brief-color)) 9%, #070c1657), #070c1638);border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 7px;min-width:0;padding:6px 7px;display:grid}.layer-connection-domains strong,.layer-connection-domains em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-connection-domains strong{color:#ffffffc7;font-family:var(--font-meta,monospace);letter-spacing:.07em;text-transform:uppercase;font-size:8px;font-weight:900;line-height:1}.layer-connection-domains em{color:color-mix(in srgb, var(--connection-domain-color,var(--layer-brief-color)) 72%, #ffffff80);font-family:var(--font-meta,monospace);justify-self:end;font-size:8px;font-style:normal;font-weight:900}.layer-connection-domains b{background:#ffffff14;border-radius:999px;grid-column:1/-1;height:3px;display:block;overflow:hidden}.layer-connection-domains b:after{content:"";width:var(--connection-domain-share,0%);border-radius:inherit;background:linear-gradient(90deg, var(--connection-domain-color,var(--layer-brief-color)), #ffffffb8);height:100%;box-shadow:0 0 10px color-mix(in srgb, var(--connection-domain-color,var(--layer-brief-color)) 58%, transparent);display:block}.layer-sanctions-tags span{border:1px solid color-mix(in srgb, var(--sanctions-chip-color,var(--sanctions-pressure-color,var(--layer-brief-color))) 24%, #ffffff0f);background:radial-gradient(circle at 14% 18%, color-mix(in srgb, var(--sanctions-chip-color,var(--sanctions-pressure-color,var(--layer-brief-color))) 18%, transparent), transparent 42%), color-mix(in srgb, var(--sanctions-chip-color,var(--sanctions-pressure-color,var(--layer-brief-color))) 8%, #070c1647)}.layer-sanctions-tags em{color:color-mix(in srgb, var(--sanctions-chip-color,var(--sanctions-pressure-color,var(--layer-brief-color))) 68%, #ffffff7a);font-size:7px;font-style:normal}.layer-flight-types span{border:1px solid color-mix(in srgb, var(--flight-threat-color,var(--flight-risk-color,var(--layer-brief-color))) 24%, #ffffff0f);background:radial-gradient(circle at 14% 18%, color-mix(in srgb, var(--flight-threat-color,var(--flight-risk-color,var(--layer-brief-color))) 18%, transparent), transparent 42%), color-mix(in srgb, var(--flight-threat-color,var(--flight-risk-color,var(--layer-brief-color))) 8%, #070c1647)}.layer-flight-types em{color:color-mix(in srgb, var(--flight-threat-color,var(--flight-risk-color,var(--layer-brief-color))) 68%, #ffffff7a);font-size:7px;font-style:normal}.layer-nuclear-types span{border:1px solid color-mix(in srgb, var(--nuclear-role-color,var(--nuclear-risk-color,var(--layer-brief-color))) 24%, #ffffff0f);background:radial-gradient(circle at 14% 18%, color-mix(in srgb, var(--nuclear-role-color,var(--nuclear-risk-color,var(--layer-brief-color))) 18%, transparent), transparent 42%), color-mix(in srgb, var(--nuclear-role-color,var(--nuclear-risk-color,var(--layer-brief-color))) 8%, #070c1647)}.layer-nuclear-types em{color:color-mix(in srgb, var(--nuclear-role-color,var(--nuclear-risk-color,var(--layer-brief-color))) 68%, #ffffff7a);font-size:7px;font-style:normal}.layer-space-types span{border:1px solid color-mix(in srgb, var(--space-role-color,var(--space-score-color,var(--layer-brief-color))) 24%, #ffffff0f);background:radial-gradient(circle at 14% 18%, color-mix(in srgb, var(--space-role-color,var(--space-score-color,var(--layer-brief-color))) 18%, transparent), transparent 42%), color-mix(in srgb, var(--space-role-color,var(--space-score-color,var(--layer-brief-color))) 8%, #070c1647)}.layer-space-types em,.layer-space-operators em{color:color-mix(in srgb, var(--space-role-color,var(--space-score-color,var(--layer-brief-color))) 68%, #ffffff7a);font-size:7px;font-style:normal}.layer-refugee-types span{border:1px solid color-mix(in srgb, var(--refugee-mode-color,var(--refugee-risk-color,var(--layer-brief-color))) 24%, #ffffff0f);background:radial-gradient(circle at 14% 18%, color-mix(in srgb, var(--refugee-mode-color,var(--refugee-risk-color,var(--layer-brief-color))) 18%, transparent), transparent 42%), color-mix(in srgb, var(--refugee-mode-color,var(--refugee-risk-color,var(--layer-brief-color))) 8%, #070c1647)}.layer-refugee-types em{color:color-mix(in srgb, var(--refugee-mode-color,var(--refugee-risk-color,var(--layer-brief-color))) 68%, #ffffff7a);font-size:7px;font-style:normal}.layer-conflict-types span{border:1px solid color-mix(in srgb, var(--conflict-theater-color,var(--conflict-risk-color,var(--layer-brief-color))) 24%, #ffffff0f);background:radial-gradient(circle at 14% 18%, color-mix(in srgb, var(--conflict-theater-color,var(--conflict-risk-color,var(--layer-brief-color))) 18%, transparent), transparent 42%), color-mix(in srgb, var(--conflict-theater-color,var(--conflict-risk-color,var(--layer-brief-color))) 8%, #070c1647)}.layer-conflict-types em{color:color-mix(in srgb, var(--conflict-theater-color,var(--conflict-risk-color,var(--layer-brief-color))) 68%, #ffffff7a);font-size:7px;font-style:normal}.layer-conflict-sides span{border:1px solid color-mix(in srgb, var(--conflict-risk-color,var(--layer-brief-color)) 20%, #ffffff0f);background:color-mix(in srgb, var(--conflict-risk-color,var(--layer-brief-color)) 8%, #070c1647)}.layer-conflict-sides em{color:color-mix(in srgb, var(--conflict-risk-color,var(--layer-brief-color)) 62%, #ffffff7a);font-size:7px;font-style:normal}.layer-refugee-flow{border:1px solid color-mix(in srgb, var(--refugee-risk-color,var(--layer-brief-color)) 22%, #ffffff14);background:linear-gradient(90deg,#ef44441f,#0000 45%,#38bdf81a),#070c1642;border-radius:12px;grid-template-columns:minmax(0,1fr) minmax(50px,.7fr) minmax(0,1fr);align-items:center;gap:6px;padding:7px 8px;display:grid}.layer-refugee-flow div{color:#ffedd585;min-width:0;font-family:var(--font-meta,monospace);letter-spacing:.05em;text-transform:uppercase;gap:1px;font-size:7.5px;font-weight:850;line-height:1.15;display:grid}.layer-refugee-flow div:last-child{text-align:right}.layer-refugee-flow strong,.layer-refugee-flow em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-refugee-flow strong{color:color-mix(in srgb, var(--refugee-risk-color,var(--layer-brief-color)) 74%, #fff);font-family:var(--font-display,sans-serif);letter-spacing:0;text-transform:none;font-size:11px;font-weight:760;line-height:1}.layer-refugee-flow em{color:#ffffff75;font-style:normal}.layer-refugee-flow b{background:linear-gradient(90deg, #ef4444d6 0 var(--refugee-origin-share,50%), #38bdf8c7 var(--refugee-origin-share,50%) 100%);height:6px;box-shadow:inset 0 0 0 1px #ffffff1a, 0 0 16px color-mix(in srgb, var(--refugee-risk-color,#fb923c) 18%, transparent);border-radius:999px;display:block;position:relative;overflow:hidden}.layer-flight-regions,.layer-nuclear-states{flex-wrap:wrap;gap:5px;display:flex}.layer-flight-regions span{color:#ffedd59e;min-height:19px;font-family:var(--font-meta,monospace);letter-spacing:.05em;text-transform:uppercase;background:#fb923c14;border:1px solid #fb923c29;border-radius:999px;align-items:center;gap:4px;padding:2px 6px;font-size:7.5px;font-weight:800;display:inline-flex}.layer-nuclear-states span{color:#fef9c39e;min-height:19px;font-family:var(--font-meta,monospace);letter-spacing:.05em;text-transform:uppercase;background:#facc1514;border:1px solid #facc1529;border-radius:999px;align-items:center;gap:4px;padding:2px 6px;font-size:7.5px;font-weight:800;display:inline-flex}.layer-flight-regions strong{color:color-mix(in srgb, var(--flight-risk-color,var(--layer-brief-color)) 74%, #fff)}.layer-nuclear-states strong{color:color-mix(in srgb, var(--nuclear-risk-color,var(--layer-brief-color)) 74%, #fff)}.layer-sanctions-flow{border:1px solid color-mix(in srgb, var(--sanctions-pressure-color,#f472b6) 22%, #ffffff14);background:linear-gradient(90deg,#f472b61f,#0000 44%,#60a5fa1a),#070c1642;border-radius:12px;grid-template-columns:minmax(0,1fr) minmax(54px,.8fr) minmax(0,1fr);align-items:center;gap:6px;padding:7px 8px;display:grid}.layer-sanctions-flow span{color:#ffffff8a;min-width:0;font-family:var(--font-meta,monospace);letter-spacing:.05em;text-transform:uppercase;gap:1px;font-size:7.5px;font-weight:850;line-height:1.15;display:grid}.layer-sanctions-flow span:last-child{text-align:right}.layer-sanctions-flow strong{color:color-mix(in srgb, var(--sanctions-pressure-color,#f472b6) 74%, #fff);font-family:var(--font-display,sans-serif);letter-spacing:0;font-size:14px;font-weight:760;line-height:1}.layer-sanctions-flow b{background:linear-gradient(90deg, #f472b6 0 var(--sanctions-source-share,50%), #60a5fac7 var(--sanctions-source-share,50%) 100%);height:6px;box-shadow:inset 0 0 0 1px #ffffff1a, 0 0 16px color-mix(in srgb, var(--sanctions-pressure-color,#f472b6) 18%, transparent);border-radius:999px;display:block;position:relative;overflow:hidden}.layer-religion-types i{background:var(--religion-family-color,var(--layer-active-row-color,var(--layer-brief-color)));width:7px;height:7px;box-shadow:0 0 10px color-mix(in srgb, var(--religion-family-color,var(--layer-active-row-color,var(--layer-brief-color))) 54%, transparent);border-radius:50%;flex:none}.layer-religion-types em{color:color-mix(in srgb, var(--religion-family-color,var(--layer-active-row-color,var(--layer-brief-color))) 66%, #ffffff7a);font-size:7px;font-style:normal}.layer-connection-types strong,.layer-sanctions-tags strong,.layer-energy-types strong,.layer-shipping-types strong,.layer-pipeline-types strong,.layer-pipeline-roles strong,.layer-rail-types strong,.layer-rail-hubs strong,.layer-sea-types strong,.layer-resource-types strong,.layer-religion-types strong,.layer-conflict-types strong,.layer-military-owners strong,.layer-military-types strong,.layer-military-reach strong,.layer-military-postures strong,.layer-refugee-types strong,.layer-conflict-sides strong,.layer-nuclear-types strong,.layer-flight-types strong,.layer-space-types strong,.layer-space-operators strong{color:color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 78%, #fff)}.layer-conflict-top{gap:4px;display:grid}.layer-conflict-top span{border:1px solid color-mix(in srgb, var(--conflict-row-color,var(--conflict-risk-color,var(--layer-brief-color))) 22%, #ffffff14);background:radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--conflict-row-color,var(--conflict-risk-color,var(--layer-brief-color))) 16%, transparent), transparent 42%), #070c164d;border-radius:10px;gap:3px;min-width:0;padding:6px 8px;display:grid}.layer-conflict-top b{background:#ffffff14;border-radius:999px;height:3px;display:block;overflow:hidden}.layer-conflict-top b:after{content:"";width:var(--conflict-row-score,0%);border-radius:inherit;background:linear-gradient(90deg, var(--conflict-row-color,var(--conflict-risk-color,var(--layer-brief-color))), #ffffffc2);height:100%;box-shadow:0 0 10px color-mix(in srgb, var(--conflict-row-color,var(--conflict-risk-color,var(--layer-brief-color))) 58%, transparent);display:block}.layer-refugee-top{gap:4px;display:grid}.layer-refugee-top span{border:1px solid color-mix(in srgb, var(--refugee-route-color,var(--refugee-risk-color,var(--layer-brief-color))) 22%, #ffffff14);background:radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--refugee-route-color,var(--refugee-risk-color,var(--layer-brief-color))) 16%, transparent), transparent 42%), #070c164d;border-radius:10px;gap:3px;min-width:0;padding:6px 8px;display:grid}.layer-refugee-top strong,.layer-refugee-top em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-refugee-top strong{color:#ffffffe0;font-family:var(--font-display,sans-serif);font-size:10.5px;font-weight:650}.layer-refugee-top em{color:color-mix(in srgb, var(--refugee-route-color,var(--refugee-risk-color,var(--layer-brief-color))) 58%, #ffffff85);font-family:var(--font-body,sans-serif);font-size:9px;font-style:normal}.layer-refugee-top b{background:#ffffff14;border-radius:999px;height:3px;display:block;overflow:hidden}.layer-refugee-top b:after{content:"";width:var(--refugee-route-score,0%);border-radius:inherit;background:linear-gradient(90deg, var(--refugee-route-color,var(--refugee-risk-color,var(--layer-brief-color))), #ffffffc2);height:100%;box-shadow:0 0 10px color-mix(in srgb, var(--refugee-route-color,var(--refugee-risk-color,var(--layer-brief-color))) 58%, transparent);display:block}.layer-energy-top{gap:4px;display:grid}.layer-energy-top b{background:#ffffff14;border-radius:999px;height:3px;display:block;overflow:hidden}.layer-energy-top b:after{content:"";width:var(--energy-score,0%);border-radius:inherit;background:linear-gradient(90deg, var(--energy-profile-color,var(--layer-active-row-color,var(--layer-brief-color))), #ffffffbd);height:100%;box-shadow:0 0 12px color-mix(in srgb, var(--energy-profile-color,var(--layer-active-row-color,var(--layer-brief-color))) 58%, transparent);display:block}.layer-pipeline-top,.layer-shipping-top,.layer-rail-top,.layer-resource-top{gap:4px;display:grid}.layer-resource-top b{background:#ffffff14;border-radius:999px;height:3px;display:block;overflow:hidden}.layer-resource-top b:after{content:"";width:var(--resource-share-score,12%);border-radius:inherit;background:linear-gradient(90deg, var(--layer-active-row-color,var(--layer-brief-color)), #ffffffb8);height:100%;box-shadow:0 0 12px color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 58%, transparent);display:block}.layer-sea-top{gap:4px;display:grid}.layer-sea-top b{background:#ffffff14;border-radius:999px;height:3px;display:block;overflow:hidden}.layer-sea-top b:after{content:"";width:var(--sea-score,0%);border-radius:inherit;background:linear-gradient(90deg, var(--sea-profile-color,var(--layer-active-row-color,var(--layer-brief-color))), #ffffffbd);height:100%;box-shadow:0 0 12px color-mix(in srgb, var(--sea-profile-color,var(--layer-active-row-color,var(--layer-brief-color))) 58%, transparent);display:block}.layer-religion-top,.layer-religion-traditions{gap:4px;display:grid}.layer-religion-clusters{flex-wrap:wrap;gap:5px;display:flex}.layer-religion-clusters span{border:1px solid color-mix(in srgb, var(--religion-dominant-color,var(--layer-active-row-color,var(--layer-brief-color))) 18%, #ffffff14);background:color-mix(in srgb, var(--religion-dominant-color,var(--layer-active-row-color,var(--layer-brief-color))) 7%, #070c1642);color:#e2e8f0ad;min-height:19px;font-family:var(--font-meta,monospace);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:3px 6px;font-size:8px;font-weight:850;line-height:1;display:inline-flex}.layer-religion-clusters strong{color:color-mix(in srgb, var(--religion-dominant-color,var(--layer-active-row-color,var(--layer-brief-color))) 72%, #fff)}.layer-flight-top,.layer-sanctions-top{gap:4px;display:grid}.layer-sanctions-top b{background:#ffffff14;border-radius:999px;height:3px;display:block;overflow:hidden}.layer-sanctions-top b:after{content:"";width:var(--sanctions-row-score,0%);border-radius:inherit;background:linear-gradient(90deg, var(--sanctions-row-color,var(--sanctions-pressure-color,var(--layer-brief-color))), #ffffffc2);height:100%;box-shadow:0 0 10px color-mix(in srgb, var(--sanctions-row-color,var(--sanctions-pressure-color,var(--layer-brief-color))) 58%, transparent);display:block}.layer-nuclear-top,.layer-space-top{gap:4px;display:grid}.layer-energy-top span,.layer-shipping-top span,.layer-pipeline-top span,.layer-rail-top span,.layer-sea-top span,.layer-resource-top span,.layer-religion-top span,.layer-religion-traditions span,.layer-flight-top span,.layer-sanctions-top span,.layer-nuclear-top span,.layer-space-top span{border:1px solid color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 20%, #ffffff14);background:#070c1647;border-radius:10px;gap:1px;min-width:0;padding:6px 8px;display:grid}.layer-sanctions-top span{border-color:color-mix(in srgb, var(--sanctions-row-color,var(--sanctions-pressure-color,var(--layer-brief-color))) 22%, #ffffff14);background:radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--sanctions-row-color,var(--sanctions-pressure-color,var(--layer-brief-color))) 16%, transparent), transparent 42%), #070c164d;gap:3px}.layer-flight-top span{border-color:color-mix(in srgb, var(--flight-zone-color,var(--flight-risk-color,var(--layer-brief-color))) 22%, #ffffff14);background:radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--flight-zone-color,var(--flight-risk-color,var(--layer-brief-color))) 16%, transparent), transparent 42%), #070c164d;gap:3px}.layer-nuclear-top span{border-color:color-mix(in srgb, var(--nuclear-site-color,var(--nuclear-risk-color,var(--layer-brief-color))) 22%, #ffffff14);background:radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--nuclear-site-color,var(--nuclear-risk-color,var(--layer-brief-color))) 16%, transparent), transparent 42%), #070c164d;gap:3px}.layer-space-top span{border-color:color-mix(in srgb, var(--space-site-color,var(--space-score-color,var(--layer-brief-color))) 22%, #ffffff14);background:radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--space-site-color,var(--space-score-color,var(--layer-brief-color))) 16%, transparent), transparent 42%), #070c164d;gap:3px}.layer-flight-top b,.layer-nuclear-top b,.layer-space-top b{background:#ffffff14;border-radius:999px;height:3px;display:block;overflow:hidden}.layer-flight-top b:after{content:"";width:var(--flight-zone-score,0%);border-radius:inherit;background:linear-gradient(90deg, var(--flight-zone-color,var(--flight-risk-color,var(--layer-brief-color))), #ffffffc2);height:100%;box-shadow:0 0 10px color-mix(in srgb, var(--flight-zone-color,var(--flight-risk-color,var(--layer-brief-color))) 58%, transparent);display:block}.layer-nuclear-top b:after{content:"";width:var(--nuclear-site-score,0%);border-radius:inherit;background:linear-gradient(90deg, var(--nuclear-site-color,var(--nuclear-risk-color,var(--layer-brief-color))), #ffffffc2);height:100%;box-shadow:0 0 10px color-mix(in srgb, var(--nuclear-site-color,var(--nuclear-risk-color,var(--layer-brief-color))) 58%, transparent);display:block}.layer-space-top b:after{content:"";width:var(--space-site-score,0%);border-radius:inherit;background:linear-gradient(90deg, var(--space-site-color,var(--space-score-color,var(--layer-brief-color))), #ffffffc2);height:100%;box-shadow:0 0 10px color-mix(in srgb, var(--space-site-color,var(--space-score-color,var(--layer-brief-color))) 58%, transparent);display:block}.layer-energy-top strong,.layer-energy-top em,.layer-shipping-top strong,.layer-shipping-top em,.layer-pipeline-top strong,.layer-pipeline-top em,.layer-rail-top strong,.layer-rail-top em,.layer-sea-top strong,.layer-sea-top em,.layer-resource-top strong,.layer-resource-top em,.layer-religion-top strong,.layer-religion-top em,.layer-religion-traditions strong,.layer-religion-traditions em,.layer-flight-top strong,.layer-flight-top em,.layer-sanctions-top strong,.layer-sanctions-top em,.layer-nuclear-top strong,.layer-nuclear-top em,.layer-space-top strong,.layer-space-top em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-energy-top strong,.layer-shipping-top strong,.layer-pipeline-top strong,.layer-rail-top strong,.layer-sea-top strong,.layer-resource-top strong,.layer-religion-top strong,.layer-religion-traditions strong,.layer-flight-top strong,.layer-sanctions-top strong,.layer-nuclear-top strong,.layer-space-top strong{color:#ffffffe0;font-family:var(--font-display,sans-serif);font-size:10.5px;font-weight:650}.layer-energy-top em,.layer-shipping-top em,.layer-pipeline-top em,.layer-rail-top em,.layer-sea-top em,.layer-resource-top em,.layer-religion-top em,.layer-religion-traditions em,.layer-flight-top em,.layer-sanctions-top em,.layer-nuclear-top em,.layer-space-top em{color:#ffffff85;font-family:var(--font-body,sans-serif);font-size:9px;font-style:normal}.layer-religion-top b,.layer-religion-traditions b{background:#ffffff14;border-radius:999px;height:3px;display:block;overflow:hidden}.layer-religion-top b:after,.layer-religion-traditions b:after{content:"";width:var(--religion-country-score,var(--religion-tradition-share,0%));border-radius:inherit;background:linear-gradient(90deg, var(--religion-country-color,var(--religion-tradition-color,var(--religion-dominant-color,var(--layer-active-row-color,var(--layer-brief-color))))), #ffffffb8);height:100%;box-shadow:0 0 12px color-mix(in srgb, var(--religion-country-color,var(--religion-tradition-color,var(--religion-dominant-color,var(--layer-active-row-color,var(--layer-brief-color))))) 58%, transparent);display:block}.layer-energy-top small{color:#fff6;min-width:0;font-family:var(--font-body,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:8px;line-height:1.15;overflow:hidden}.layer-sea-top small{color:#e0f2fe6b;min-width:0;font-family:var(--font-body,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:8px;line-height:1.15;overflow:hidden}.layer-connection-topline{border:1px solid color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 20%, #ffffff14);background:#070c1647;border-radius:10px;gap:4px;padding:7px 9px;display:grid}.layer-connection-topline span{border:1px solid color-mix(in srgb, var(--connection-row-color,var(--layer-brief-color)) 18%, #ffffff0f);background:radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--connection-row-color,var(--layer-brief-color)) 16%, transparent), transparent 42%), #ffffff05;border-radius:8px;gap:3px;min-width:0;padding:5px 6px;display:grid}.layer-connection-topline strong,.layer-connection-topline em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-connection-topline strong{color:#ffffffe0;font-family:var(--font-display,sans-serif);font-size:11px;font-weight:650}.layer-connection-topline em{color:#ffffff80;font-family:var(--font-body,sans-serif);font-size:9.5px;font-style:normal}.layer-connection-topline b{background:#ffffff14;border-radius:999px;width:100%;height:3px;display:block;overflow:hidden}.layer-connection-topline b:after{content:"";width:var(--connection-row-score,0%);border-radius:inherit;background:linear-gradient(90deg, var(--connection-row-color,var(--layer-brief-color)), #ffffffb8);height:100%;box-shadow:0 0 10px color-mix(in srgb, var(--connection-row-color,var(--layer-brief-color)) 58%, transparent);display:block}.layer-conflict-top strong,.layer-conflict-top em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-military-top{gap:5px;display:grid}.layer-military-top span{background:linear-gradient(135deg,#1e293b5c,#7f1d1d1f);border:1px solid #60a5fa24;border-radius:10px;gap:2px;min-width:0;padding:7px 8px;display:grid}.layer-military-top strong,.layer-military-top em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.layer-military-top strong{color:#ffffffd6;font-size:9.5px;font-weight:760}.layer-military-top em{color:#bfdbfe8f;font-family:var(--font-meta,monospace);letter-spacing:.05em;text-transform:uppercase;font-size:7.5px;font-style:normal;font-weight:850}.layer-conflict-top strong{color:#ffffffe0;font-family:var(--font-display,sans-serif);font-size:11px;font-weight:650}.layer-conflict-top em{color:#ffffff80;font-family:var(--font-body,sans-serif);font-size:9.5px;font-style:normal}.layer-earthquake-latest{gap:4px;display:grid}.layer-earthquake-top{gap:5px;display:grid}.layer-earthquake-latest span,.layer-earthquake-top span{color:#ffffffa8;min-height:22px;font-family:var(--font-body,sans-serif);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:5px;padding:4px 0 8px;font-size:9.5px;display:grid;position:relative}.layer-earthquake-latest strong,.layer-earthquake-top strong{color:color-mix(in srgb, var(--layer-active-row-color,var(--layer-brief-color)) 82%, #fff);font-family:var(--font-meta,monospace);font-size:8.5px}.layer-earthquake-latest em,.layer-earthquake-top em{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-style:normal;overflow:hidden}.layer-earthquake-latest small,.layer-earthquake-top small{color:#ffffff75;font-family:var(--font-meta,monospace);white-space:nowrap;font-size:7.5px}.layer-earthquake-top b{background:#94a3b821;border-radius:999px;height:2px;position:absolute;bottom:1px;left:0;right:0;overflow:hidden}.layer-earthquake-top b:after{width:var(--earthquake-score,0%);border-radius:inherit;background:linear-gradient(90deg, var(--earthquake-depth-color,#f97316), var(--earthquake-surface-color,#fef3c7));height:100%;box-shadow:0 0 12px color-mix(in srgb, var(--earthquake-surface-color,#f97316) 70%, transparent);content:"";display:block}.layer-legend-inline-item,.layer-legend-item{color:#ffffffd1;min-height:24px;font-family:var(--font-body,sans-serif);align-items:center;gap:6px;font-size:11px;font-weight:560;line-height:1;display:inline-flex}.layer-legend-inline-item em,.layer-legend-item em{white-space:nowrap;font-style:normal}.layer-legend-glyph{--legend-color:var(--legend-item-color,var(--layer-brief-color));width:18px;height:18px;color:var(--legend-color);flex:none;justify-content:center;align-items:center;display:inline-flex;position:relative}.layer-legend-focus-icon .layer-legend-glyph{width:22px;height:22px}.layer-legend-glyph i{width:9px;height:9px;box-shadow:0 0 12px color-mix(in srgb, currentColor 52%, transparent);background:currentColor;border-radius:999px;display:block}.layer-legend-glyph.swatch i,.layer-legend-glyph.fill i,.layer-legend-glyph.heatLow i,.layer-legend-glyph.heatMid i,.layer-legend-glyph.heatHigh i,.layer-legend-glyph.panel i{border-radius:3px}.layer-legend-glyph.swatch i{background:var(--legend-color)}.layer-legend-glyph.fill i{opacity:.72;width:13px;height:10px}.layer-legend-glyph.heatLow i{background:#4ade80}.layer-legend-glyph.heatMid i{background:#facc15}.layer-legend-glyph.heatHigh i{background:#f87171}.layer-legend-glyph.line i,.layer-legend-glyph.dash i,.layer-legend-glyph.flow i,.layer-legend-glyph.arrow i{border-radius:999px;width:18px;height:2px}.layer-legend-glyph.dash i{box-shadow:none;background:repeating-linear-gradient(90deg,currentColor 0 4px,#0000 4px 7px)}.layer-legend-glyph.arc i{width:18px;height:10px;box-shadow:none;background:0 0;border:2px solid;border-bottom:none;border-radius:18px 18px 0 0}.layer-legend-glyph.pulse i:after,.layer-legend-glyph.focus i:after,.layer-legend-glyph.beacon i:after,.layer-legend-glyph.glow i:after{content:"";border-radius:inherit;opacity:.62;border:1px solid;animation:1.55s ease-out infinite layerLegendPulse;position:absolute;inset:-5px}.layer-legend-glyph.focus i{background:0 0;border:2px solid}.layer-legend-glyph.beacon i{border-radius:999px;width:6px;height:15px}.layer-legend-glyph.pillar i,.layer-legend-glyph.spike i{border-radius:999px 999px 2px 2px;width:7px;height:17px}.layer-legend-glyph.spike i{clip-path:polygon(50% 0,100% 100%,0 100%);border-radius:0}.layer-legend-glyph.vessel i{border-radius:3px 8px 8px 3px;width:16px;height:8px}.layer-legend-glyph.arrow i:after,.layer-legend-glyph.flow i:after{content:"";border-top:2px solid;border-right:2px solid;width:6px;height:6px;position:absolute;top:50%;right:-1px;transform:translateY(-50%)rotate(45deg)}.layer-legend-glyph.noFly i,.layer-legend-glyph.zone i{width:17px;height:17px;box-shadow:none;background:0 0;border:2px solid;border-radius:999px}.layer-legend-glyph.noFly i:before{content:"";background:currentColor;border-radius:999px;height:2px;position:absolute;top:8px;left:3px;right:3px;transform:rotate(45deg)}.layer-legend-glyph.noFly i:after,.layer-legend-glyph.zone i:after{content:"";border:1px dashed;border-radius:999px;animation:3.6s linear infinite layerLegendSpin;position:absolute;inset:-4px}.layer-legend-glyph.orbit i,.layer-legend-glyph.atom i{width:7px;height:7px}.layer-legend-glyph.orbit i:after,.layer-legend-glyph.atom i:after{content:"";border:1px solid;border-radius:999px;position:absolute;inset:-5px;transform:rotate(-25deg)scaleX(1.45)}.layer-legend-glyph.resource i{border-radius:3px;width:12px;height:12px;transform:rotate(45deg)}.layer-legend-glyph.stack i:before,.layer-legend-glyph.stack i:after{content:"";opacity:.72;background:currentColor;border-radius:999px;width:9px;height:9px;position:absolute}.layer-legend-glyph.stack i:before{left:-5px}.layer-legend-glyph.stack i:after{right:-5px}.layer-legend-glyph.marker i{border-radius:4px 4px 999px 999px;width:12px;height:12px;transform:rotate(45deg)}.layer-legend-terrain{gap:5px;margin-left:42px;display:grid}.layer-legend-terrain-row{color:#fffc;font-family:var(--font-body,sans-serif);grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:7px;font-size:10.5px;line-height:1.1;display:grid}.layer-legend-terrain-row i{border:1px solid #ffffff2e;border-radius:2px;width:15px;height:10px;box-shadow:0 0 12px #0000002e}.layer-legend-terrain-row span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.layer-legend-terrain-row em{color:#ffffff94;font-style:normal;font-family:var(--font-meta,monospace);white-space:nowrap;font-size:9px}@keyframes layerLegendPulse{0%{opacity:.72;transform:scale(.62)}to{opacity:0;transform:scale(1.85)}}@keyframes layerLegendSpin{to{transform:rotate(360deg)}}@media (width<=1180px){.layer-brief{width:min(264px,100vw - 36px);right:18px}}@media (width<=768px){.layer-brief{text-shadow:0 2px 14px #000000e0;align-items:flex-end;gap:7px;width:min(214px,100vw - 104px);top:42%;right:0;transform:translateY(-50%)}.layer-brief.is-region-mode{top:42%}.layer-brief.is-expanded{top:calc(var(--header-height) + 58px);width:min(276px,100vw - 102px);max-height:calc(100dvh - var(--header-height) - 70px);align-items:flex-end;left:auto;right:0;transform:none}.layer-brief.is-expanded .layer-brief-toggle{align-self:flex-end}.layer-brief-toggle{color:#ecf5ffeb;width:46px;min-width:46px;max-width:min(214px,100vw - 104px);height:74px;min-height:74px;font-family:var(--font-body,sans-serif);-webkit-backdrop-filter:blur(14px)saturate(1.16);background:#080c14ad;border:1px solid #7dd3fc24;border-right:0;border-radius:16px 0 0 16px;justify-content:center;align-items:center;gap:0;padding:8px 0;font-size:10.5px;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 10px 24px #00000057}.layer-brief.is-expanded .layer-brief-toggle{border-right:1px solid #ffffff24;border-radius:999px;width:auto;min-width:0;height:44px;min-height:44px;padding:0 16px}.layer-brief-toggle-copy{max-width:144px}.layer-brief.is-collapsed .layer-brief-toggle-copy,.layer-brief.is-collapsed .layer-brief-toggle .layer-legend-glyph{display:none}.layer-brief.is-collapsed .layer-brief-toggle-vertical{flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.layer-brief-toggle-vertical-icon{color:#ecf5ffeb;width:17px;height:17px;font-family:var(--font-body,sans-serif);border:1px solid #7dd3fc52;border-radius:999px;justify-content:center;align-items:center;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.layer-brief-toggle-vertical-text{letter-spacing:0;white-space:nowrap;font-size:10.5px;font-weight:800;line-height:1;display:block}.layer-brief.is-expanded .layer-brief-toggle-vertical{display:none}.layer-brief.is-expanded .layer-brief-toggle-copy{max-width:120px}.layer-brief-toggle .layer-legend-glyph{width:17px;height:17px}.layer-brief-content{-webkit-backdrop-filter:blur(16px)saturate(1.18);background:#080c14c2;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-height:min(48vh,430px);padding:10px;overflow-y:auto;box-shadow:0 18px 38px #00000057}.layer-brief.is-collapsed{pointer-events:auto;width:auto}.layer-brief.is-collapsed .layer-brief-content{display:none}.layer-legend-base{grid-template-columns:28px minmax(0,1fr);gap:8px}.layer-legend-focus{grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:8px;padding-top:8px}.layer-legend-stack{gap:8px}.layer-legend-layer{background:#ffffff09;border:1px solid #ffffff13;border-radius:10px;gap:7px;padding:8px}.layer-legend-layer.is-focused{border-color:color-mix(in srgb, var(--layer-active-row-color) 32%, #ffffff1c)}.layer-legend-base-orb{width:28px;height:28px}.layer-legend-focus-icon{justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.layer-legend-base-copy strong,.layer-legend-focus-copy strong{font-size:14px}.layer-legend-base-copy span,.layer-legend-focus-copy span,.layer-legend-status{font-size:7.5px}.layer-legend-focus{padding-top:8px}.layer-legend-inline,.layer-legend-meta,.layer-legend-items{gap:6px 9px}.layer-legend-inline-item,.layer-legend-item{min-height:22px;font-size:10.5px}.layer-legend-glyph{width:16px;height:16px}.layer-legend-glyph i{width:8px;height:8px}.layer-legend-inline,.layer-legend-meta,.layer-legend-reader,.layer-legend-howto,.layer-legend-cta,.layer-resource-filters,.layer-resource-filter-focus,.layer-resource-snapshot,.layer-earthquake-filters,.layer-shipping-density,.layer-shipping-snapshot,.layer-connection-control,.layer-earthquake-snapshot,.layer-conflict-snapshot,.layer-connection-snapshot,.layer-capital-snapshot,.layer-basemap-snapshot,.layer-history-snapshot,.layer-region-snapshot,.layer-ocean-snapshot,.layer-foundation-snapshot,.layer-energy-gauge,.layer-energy-scale,.layer-energy-snapshot,.layer-pipeline-snapshot,.layer-rail-snapshot,.layer-sea-gauge,.layer-sea-scale,.layer-sea-snapshot,.layer-religion-snapshot,.layer-military-snapshot,.layer-military-top,.layer-nuclear-snapshot,.layer-space-snapshot,.layer-flight-snapshot,.layer-religion-legend,.layer-risk-scale,.layer-legend-terrain{margin-left:0}.layer-legend-layer .layer-legend-meta,.layer-legend-layer .layer-legend-items,.layer-legend-layer .layer-legend-reader,.layer-legend-layer .layer-legend-howto,.layer-legend-layer .layer-legend-cta,.layer-legend-layer .layer-resource-filters,.layer-legend-layer .layer-resource-filter-focus,.layer-legend-layer .layer-resource-snapshot,.layer-legend-layer .layer-earthquake-filters,.layer-legend-layer .layer-shipping-density,.layer-legend-layer .layer-shipping-snapshot,.layer-legend-layer .layer-connection-control,.layer-legend-layer .layer-earthquake-snapshot,.layer-legend-layer .layer-conflict-snapshot,.layer-legend-layer .layer-connection-snapshot,.layer-legend-layer .layer-capital-snapshot,.layer-legend-layer .layer-history-snapshot,.layer-legend-layer .layer-region-snapshot,.layer-legend-layer .layer-ocean-snapshot,.layer-legend-layer .layer-foundation-snapshot,.layer-legend-layer .layer-energy-gauge,.layer-legend-layer .layer-energy-scale,.layer-legend-layer .layer-energy-snapshot,.layer-legend-layer .layer-pipeline-snapshot,.layer-legend-layer .layer-rail-snapshot,.layer-legend-layer .layer-sea-gauge,.layer-legend-layer .layer-sea-scale,.layer-legend-layer .layer-sea-snapshot,.layer-legend-layer .layer-religion-snapshot,.layer-legend-layer .layer-military-snapshot,.layer-legend-layer .layer-military-top,.layer-legend-layer .layer-nuclear-snapshot,.layer-legend-layer .layer-space-snapshot,.layer-legend-layer .layer-flight-snapshot,.layer-legend-layer .layer-religion-legend,.layer-legend-layer .layer-risk-scale{margin-left:52px}.layer-legend-layer .layer-legend-cta{max-width:calc(100% - 52px)}.layer-legend-reader-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.layer-legend-reader-step>i{display:none}.layer-legend-howto{font-size:10px;line-height:1.32}.layer-legend-cta{min-height:18px;padding:3px 6px;font-size:7.5px;line-height:1.15}.layer-resource-filter,.layer-earthquake-filter,.layer-shipping-density-button,.layer-connection-filter,.layer-connection-top{border-radius:22px;justify-content:center;align-items:center;min-height:44px;padding:10px 16px;font-size:11px;display:inline-flex}.layer-legend-terrain{gap:4px}.layer-legend-terrain-row{grid-template-columns:14px minmax(0,1fr) auto;gap:5px;font-size:9.5px}.layer-legend-terrain-row i{width:13px;height:9px}.layer-legend-terrain-row em{font-size:8px}}@media (width<=390px){.layer-brief{width:min(198px,100vw - 98px);top:42%;right:0}.layer-brief.is-region-mode{top:42%}.layer-brief.is-expanded{top:calc(var(--header-height) + 58px);width:min(262px,100vw - 94px);left:auto;right:0}.layer-brief-toggle{max-width:min(198px,100vw - 98px)}.layer-brief-toggle-copy{max-width:128px}.layer-legend-status{display:none}.layer-legend-focus{grid-template-columns:28px minmax(0,1fr)}}@media (height<=680px) and (width<=768px){.layer-brief,.layer-brief.is-region-mode{top:42%}.layer-brief.is-expanded{top:calc(var(--header-height) + 58px)}.layer-legend-inline,.layer-legend-meta,.layer-legend-items{gap:3px 7px}.layer-legend-terrain-row:nth-child(2),.layer-legend-terrain-row:nth-child(4){display:none}}@media (prefers-reduced-motion:reduce){.layer-brief,.layer-legend-glyph.pulse i:after,.layer-legend-glyph.focus i:after,.layer-legend-glyph.beacon i:after,.layer-legend-glyph.glow i:after,.layer-legend-glyph.noFly i:after,.layer-legend-glyph.zone i:after{transition:none;animation:none}}.vip-timeline-container{z-index:60;pointer-events:none;flex-direction:column;gap:12px;width:min(800px,100% - 32px);display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.vip-timeline-container>*{pointer-events:auto}.vip-timeline-toggle{z-index:60;-webkit-backdrop-filter:blur(40px)saturate(1.5);color:#fff;cursor:pointer;background:#14161c73;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:10px;padding:8px 16px 8px 12px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 20px #00000080}.vip-timeline-toggle:hover{background:#ffffff1a;transform:translate(-50%)translateY(-2px)}.vip-timeline-toggle .icon{opacity:.7;align-items:center;display:flex}.vip-timeline-toggle .label{font-family:var(--font-body,sans-serif);font-size:13px;font-weight:500}.vip-timeline-toggle .year-badge{font-family:var(--font-display,sans-serif);font-variant-numeric:tabular-nums;background:#ffffff26;border-radius:12px;padding:2px 8px;font-size:11px}.vip-tl-event-box{-webkit-backdrop-filter:blur(40px)saturate(1.5);opacity:0;visibility:hidden;background:#14161c99;border:1px solid #ffffff1f;border-radius:20px;padding:12px 16px;transition:all .4s cubic-bezier(.3,1.2,.4,1);transform:translateY(20px);box-shadow:0 10px 30px -10px #00000080}.vip-tl-event-box.visible{opacity:1;visibility:visible;transform:translateY(0)}.vip-ev-placeholder{color:#ffffff80;font-family:var(--font-body,sans-serif);text-align:center;font-size:13px}.vip-ev-header{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.vip-ev-left{align-items:center;gap:12px;display:flex}.vip-ev-dot{background:#bbb;border-radius:50%;flex-shrink:0;width:8px;height:8px}.vip-ev-dot.type-conflict{background:#e11d48;box-shadow:0 0 8px #e11d486b}.vip-ev-dot.type-tech{background:#3b82f6;box-shadow:0 0 8px #3b82f66b}.vip-ev-dot.type-diplomacy{background:#a855f7;box-shadow:0 0 8px #a855f799}.vip-ev-dot.type-economy{background:#fbbf24;box-shadow:0 0 8px #fbbf2499}.vip-ev-year{font-family:var(--font-display,sans-serif);color:#fff;font-variant-numeric:tabular-nums;font-size:16px;font-weight:500}.vip-ev-title{font-family:var(--font-body,sans-serif);color:#ffffffe6;font-size:14px;font-weight:400}.vip-ev-right{align-items:center;gap:12px;display:flex}.vip-ev-tag{font-family:var(--font-body,sans-serif);text-transform:uppercase;letter-spacing:.05em;border-radius:8px;padding:3px 8px;font-size:10px;font-weight:600}.vip-ev-tag.type-conflict{color:#fb7185;background:#e11d481f}.vip-ev-tag.type-tech{color:#93c5fd;background:#3b82f61f}.vip-ev-tag.type-diplomacy{color:#a855f7;background:#a855f71a}.vip-ev-tag.type-economy{color:#fbbf24;background:#fbbf241a}.vip-ev-chevron{color:#fff6;display:flex}.vip-ev-desc{font-family:var(--font-body,sans-serif);color:#ffffffb3;border-top:1px solid #ffffff1a;margin-top:12px;padding-top:12px;font-size:13px;line-height:1.5;display:none}.vip-ev-desc.open{animation:.3s forwards fade-in;display:block}.vip-tl-panel{-webkit-backdrop-filter:blur(40px)saturate(1.5);background:#14161c73;border:1px solid #ffffff1f;border-top-color:#fff3;border-radius:24px;flex-direction:column;gap:12px;padding:16px 20px;display:flex;box-shadow:0 20px 40px -10px #0009}.vip-tl-infobar{justify-content:space-between;align-items:center;display:flex}.vip-tl-year-display{align-items:center;gap:14px;min-width:0;display:flex}.vip-tl-year-display h1{font-family:var(--font-display,sans-serif);letter-spacing:-.02em;color:#fff;font-variant-numeric:tabular-nums;margin:0;font-size:32px;font-weight:500;line-height:1}.vip-tl-map-status{font-family:var(--font-body,sans-serif);text-transform:uppercase;letter-spacing:.05em;border-radius:99px;padding:4px 10px;font-size:10px;font-weight:600}.vip-tl-map-status.modern{color:#34d399;background:#10b98126}.vip-tl-map-status.historical{color:#fbbf24;background:#f59e0b26}.vip-tl-map-context{gap:4px;min-width:0;display:grid}.vip-tl-map-context-head{align-items:center;gap:8px;min-width:0;display:flex}.vip-tl-era-label{color:#ffffffdb;min-width:0;font-family:var(--font-body,sans-serif);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;line-height:1.15;overflow:hidden}.vip-tl-map-hint{max-width:430px;font-family:var(--font-body,sans-serif);color:#ffffff7a;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.25;display:block;overflow:hidden}.vip-tl-actions{align-items:center;gap:16px;display:flex}.vip-tl-bloc-stat{background:#ffffff0f;border:1px solid #ffffff0d;border-radius:99px;align-items:center;gap:8px;padding:4px 12px;display:flex}.vip-tl-bloc-stat .label{font-family:var(--font-body,sans-serif);color:#fff9;font-size:12px}.vip-tl-bloc-stat .value{font-family:var(--font-display,sans-serif);color:#fff;font-size:14px;font-weight:500}.vip-tl-close{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.vip-tl-close:hover{color:#fff;background:#ffffff1a}.vip-tl-slider{align-items:center;gap:16px;margin-top:4px;margin-bottom:4px;display:flex}.vip-tl-play-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,box-shadow .2s;display:flex}.vip-tl-play-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #fff3}.vip-tl-play-btn:active{transform:scale(.95)}.vip-tl-play-btn.playing{color:#fff;background:#ffffff1a;border:1px solid #fff3}.vip-tl-track-area{flex:1;align-items:center;height:24px;display:flex;position:relative}.vip-tl-range{-webkit-appearance:none;z-index:2;cursor:pointer;background:0 0;width:100%;margin:0;position:absolute}.vip-tl-range::-webkit-slider-runnable-track{background:linear-gradient(90deg, #fff9 var(--val), #ffffff1a var(--val));border:none;border-radius:3px;width:100%;height:6px}.vip-tl-range::-moz-range-track{background:linear-gradient(90deg, #fff9 var(--val), #ffffff1a var(--val));border:none;border-radius:3px;width:100%;height:6px}.vip-tl-range::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:2px solid #c8c8c81a;border-radius:50%;width:18px;height:18px;margin-top:-6px;transition:transform .1s;box-shadow:0 2px 6px #0006}.vip-tl-range:active::-webkit-slider-thumb{transform:scale(1.2)}.vip-tl-range::-moz-range-thumb{background:#fff;border:none;border-radius:50%;width:18px;height:18px;transition:transform .1s;box-shadow:0 2px 6px #0006}.vip-tl-range:active::-moz-range-thumb{transform:scale(1.2)}.vip-tl-marker{z-index:1;pointer-events:none;background:#ffffff4d;border-radius:50%;width:8px;height:8px;transition:transform .2s,background .2s;position:absolute;top:50%;transform:translate(-50%,-50%)}.vip-tl-marker.active{z-index:3;background:#fff;transform:translate(-50%,-50%)scale(1.5);box-shadow:0 0 10px #fffc}.vip-tl-marker.type-conflict{background:#e11d485c}.vip-tl-marker.type-tech{background:#3b82f657}.vip-tl-marker.type-diplomacy{background:#a855f766}.vip-tl-marker.type-economy{background:#fbbf2466}.vip-tl-marker.type-conflict.active{background:#fff;box-shadow:0 0 12px #e11d48cc}.vip-tl-marker.type-tech.active{background:#fff;box-shadow:0 0 12px #3b82f6cc}.vip-tl-marker.type-diplomacy.active{background:#fff;box-shadow:0 0 12px #a855f7cc}.vip-tl-marker.type-economy.active{background:#fff;box-shadow:0 0 12px #fbbf24cc}.vip-ev-focus-btn{font-family:var(--font-body,sans-serif);color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:#ffffff1a;border:1px solid #ffffff26;border-radius:6px;margin-top:10px;padding:6px 12px;font-size:11px;font-weight:600;transition:all .2s;display:inline-block}.vip-ev-focus-btn:hover{color:#000;background:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #fff3}.vip-ev-focus-btn:active{transform:translateY(0)}.vip-tl-toolbar{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;margin-top:4px;padding-top:10px;display:flex}.vip-tl-categories-filter{flex-wrap:wrap;gap:6px;display:flex}.vip-tl-category-btn{color:#ffffff80;font-family:var(--font-body,sans-serif);cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:99px;align-items:center;gap:6px;padding:4px 12px;font-size:11px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.vip-tl-category-btn:hover{color:#fffc;background:#ffffff14}.vip-tl-category-btn .dot{background:currentColor;border-radius:50%;width:6px;height:6px;transition:transform .2s}.vip-tl-category-btn:active .dot{transform:scale(1.3)}.vip-tl-category-btn.type-conflict.active{color:#fda4af;background:#e11d4826;border-color:#e11d4859}.vip-tl-category-btn.type-diplomacy.active{color:#e9d5ff;background:#a855f726;border-color:#a855f759}.vip-tl-category-btn.type-economy.active{color:#fef08a;background:#fbbf2426;border-color:#fbbf2459}.vip-tl-category-btn.type-tech.active{color:#bfdbfe;background:#3b82f626;border-color:#3b82f659}.vip-tl-speed-selector{background:#ffffff0a;border:1px solid #ffffff14;border-radius:99px;padding:2px;display:flex}.vip-tl-speed-btn{font-family:var(--font-body,sans-serif);color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:99px;padding:4px 10px;font-size:11px;font-weight:600;transition:all .2s}.vip-tl-speed-btn:hover{color:#fffc}.vip-tl-speed-btn.active{color:#fff;background:#ffffff1f;box-shadow:0 2px 6px #0003}.vip-tl-epochs{border-top:1px solid #ffffff14;justify-content:space-between;gap:8px;margin-top:6px;padding-top:10px;display:flex}.vip-tl-epoch-item{cursor:pointer;flex-direction:column;flex:1;gap:4px;min-width:0;transition:all .2s;display:flex}.vip-tl-epoch-bar{background:#ffffff1a;border-radius:99px;height:3px;transition:all .3s cubic-bezier(.4,0,.2,1)}.vip-tl-epoch-item:hover .vip-tl-epoch-bar{background:#ffffff4d}.vip-tl-epoch-item.active .vip-tl-epoch-bar{background:#fff;box-shadow:0 0 8px #fff9}.vip-tl-epoch-text{opacity:.35;flex-direction:column;min-width:0;transition:opacity .2s;display:flex}.vip-tl-epoch-item.active .vip-tl-epoch-text,.vip-tl-epoch-item:hover .vip-tl-epoch-text{opacity:1}.vip-tl-epoch-name{font-family:var(--font-body,sans-serif);color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:600;overflow:hidden}.vip-tl-epoch-years{font-family:var(--font-display,sans-serif);color:#ffffff80;font-variant-numeric:tabular-nums;margin-top:1px;font-size:9px}@media (width<=768px){.vip-timeline-container{width:calc(100% - 16px);bottom:80px}.vip-tl-panel{border-radius:20px;gap:10px;padding:12px}.vip-tl-year-display h1{font-size:24px}.vip-tl-map-status{padding:2px 6px;font-size:9px}.vip-tl-map-context-head{gap:6px}.vip-tl-era-label{max-width:48vw;font-size:10px}.vip-tl-map-hint{display:none}.vip-ev-year{font-size:14px}.vip-ev-title{font-size:12px}.vip-tl-slider{gap:10px}.vip-tl-play-btn{width:36px;height:36px}.vip-tl-epochs{gap:4px}.vip-tl-epoch-name{display:none}.vip-tl-epoch-years{text-align:center;font-size:8px}.vip-tl-toolbar{flex-direction:column;align-items:stretch;gap:8px}.vip-tl-categories-filter{justify-content:space-between}.vip-tl-category-btn{flex:1;justify-content:center;padding:4px 8px;font-size:9px}.vip-tl-speed-selector{align-self:flex-end}}:root{--bg-primary:#050507;--bg-secondary:#0c0c0e;--bg-card:#08080aa6;--bg-glass-hover:#121216cc;--atlas-paper:#08080bdb;--atlas-paper-strong:#0e0e12f5;--atlas-paper-soft:#0b0b0eb8;--atlas-ink:#f8f9fa;--atlas-muted:#a3a8b3;--atlas-line:#d4af3714;--atlas-line-strong:#d4af3733;--atlas-accent:#d4af37;--atlas-accent-soft:#d4af3724;--atlas-shadow:0 20px 60px #000000a6, inset 0 1px 0 #d4af371a;--onyx-panel:#08080bdb;--onyx-panel-strong:#0e0e12f5;--onyx-chip:#ffffff08;--onyx-chip-hover:#d4af3714;--onyx-chip-active:#d4af372e;--onyx-note:#d4af3714;--onyx-note-border:#d4af3738;--text-primary:#fbfbfc;--text-secondary:#9ea2ae;--text-muted:#646770;--color-conflict:#bf3b3b;--color-trade:#2b8a3e;--color-diplomacy:#207bc2;--border-glass:#d4af3724;--border-light:#d4af3747;--font-display:"Cinzel", "Outfit", -apple-system, sans-serif;--font-body:"Inter", -apple-system, sans-serif;--font-serif:"Cormorant Garamond", Georgia, serif;--font-meta:"JetBrains Mono", monospace;--header-height:56px;--panel-width:400px;--transition-fast:.1s ease-out;--transition-normal:.28s cubic-bezier(.2, .8, .2, 1);--transition-smooth:.45s cubic-bezier(.16, 1, .3, 1);--shadow-card:0 16px 56px #000000b8, 0 4px 16px #00000073;--shadow-inset-tactile:inset 0 1px 0 #d4af3714;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--accent-amber:#d4af37}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:var(--bg-primary);width:100%;height:100%;color:var(--text-primary);font-family:var(--font-body);overflow:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 18% 14%,#4080c029,#0000 26%),radial-gradient(circle at 82% 16%,#a838541a,#0000 24%),linear-gradient(#03080f 0%,#05111b 42%,#02070d 100%)}#root,.app{width:100%;height:100%;position:relative}.app{isolation:isolate}.app:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#ffffff08,#fff0),radial-gradient(circle at 50% 100%,#5bbcff0f,#0000 38%);position:fixed;inset:0}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.glass{background-color:var(--bg-card);-webkit-backdrop-filter:blur(32px)saturate(1.2);border:1px solid var(--border-glass);border-radius:var(--radius-lg);box-shadow:var(--shadow-card), var(--shadow-inset-tactile)}.glass-hover:hover{background-color:var(--bg-glass-hover);border-color:var(--border-light)}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.globe-element-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--atlas-line-strong);width:24px;height:24px;transition:all var(--transition-normal);pointer-events:auto;cursor:pointer;background:linear-gradient(#0b131ff0,#070e18e0);border-radius:50%;justify-content:center;align-items:center;padding:4px;font-size:14px;display:flex;position:relative;box-shadow:0 10px 22px #00000057}.globe-element-icon svg{width:12px;height:12px;fill:var(--atlas-ink);flex-shrink:0}.globe-element-icon:hover{background:linear-gradient(#0e1826fa,#080f19f2);border-color:#5bbcff57;transform:scale(1.05);z-index:99999!important}.globe-element-icon:after{content:attr(data-title);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:var(--atlas-ink);border-radius:var(--radius-sm);font-family:var(--font-body);letter-spacing:.02em;white-space:nowrap;opacity:0;pointer-events:none;border:1px solid var(--atlas-line-strong);z-index:1000;background:linear-gradient(#0d1623f5,#080f19eb);padding:6px 12px;font-size:12px;font-weight:500;transition:opacity .2s,transform .2s;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);box-shadow:0 10px 26px #00000061}.globe-element-icon:hover:after{opacity:1;transform:translate(-50%)translateY(0)}.resource-marker{border:1px solid color-mix(in srgb, var(--resource-accent,#fbbf24) 48%, #ffffff1f);background:linear-gradient(135deg, color-mix(in srgb, var(--resource-accent,#fbbf24) 18%, transparent), #ffffff09), var(--resource-bg,#070c16c2);color:#fff;cursor:pointer;pointer-events:auto;min-height:24px;transition:transform var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:4px 10px 4px 6px;display:inline-flex;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 4px 14px #0000006b,inset 0 1px #ffffff14}.resource-marker:before,.resource-chip-item:before{content:"";border-radius:inherit;background:radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--resource-accent,#fbbf24) 26%, transparent), transparent 36%), linear-gradient(90deg, color-mix(in srgb, var(--resource-accent,#fbbf24) 12%, transparent), transparent 72%);opacity:.82;pointer-events:none;position:absolute;inset:1px}.resource-marker.is-muted{opacity:.18;filter:saturate(.5)}.resource-marker.is-leader{border-color:color-mix(in srgb, var(--resource-accent,#fbbf24) 74%, #ffffff29);box-shadow:0 0 18px color-mix(in srgb, var(--resource-accent,#fbbf24) 38%, transparent), 0 8px 22px #00000070, inset 0 1px 0 #ffffff1f}.resource-marker:hover,.resource-marker:focus-visible{border-color:color-mix(in srgb, var(--resource-accent,#fbbf24) 84%, #ffffff38);box-shadow:0 0 24px color-mix(in srgb, var(--resource-accent,#fbbf24) 48%, transparent), 0 10px 28px #0000007a, inset 0 1px 0 #ffffff29;outline:none;transform:translateY(-2px)scale(1.05)}.resource-marker:after{content:attr(data-title);z-index:1000;border:1px solid var(--atlas-line-strong);border-radius:var(--radius-sm);max-width:260px;color:var(--atlas-ink);font-family:var(--font-body);opacity:0;pointer-events:none;text-align:left;white-space:pre-line;background:linear-gradient(#0d1623f5,#080f19eb);width:max-content;padding:6px 10px;font-size:11px;line-height:1.35;transition:opacity .2s,transform .2s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 10px 26px #00000061}.resource-marker:hover:after,.resource-marker:focus-visible:after{opacity:1;transform:translate(-50%)translateY(0)}.resource-chip-icon{z-index:1;background:color-mix(in srgb, var(--resource-accent,#fbbf24) 22%, #0000004d);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:9px;line-height:1;display:inline-flex;position:relative}.resource-chip-name{z-index:1;color:#ffffffeb;font-family:var(--font-display);letter-spacing:.01em;text-overflow:ellipsis;text-shadow:0 1px 6px #0009;max-width:80px;font-size:10px;font-weight:600;line-height:1;position:relative;overflow:hidden}.resource-chip-share{z-index:1;border:1px solid color-mix(in srgb, var(--resource-accent,#fbbf24) 36%, #ffffff1a);min-width:22px;height:14px;color:color-mix(in srgb, var(--resource-accent,#fbbf24) 78%, #fff);font-family:var(--font-meta);letter-spacing:.02em;white-space:nowrap;background:#070c15b8;border-radius:999px;justify-content:center;align-items:center;padding:0 4px;font-size:7.5px;font-weight:900;line-height:1;display:inline-flex;position:relative}.resource-chip-meter{pointer-events:none;background:#ffffff14;border-radius:999px;height:2px;position:absolute;bottom:3px;left:8px;right:8px;overflow:hidden}.resource-chip-meter:after{content:"";width:var(--resource-meter,14%);border-radius:inherit;background:linear-gradient(90deg, var(--resource-accent,#fbbf24), #ffffffc2);height:100%;box-shadow:0 0 8px color-mix(in srgb, var(--resource-accent,#fbbf24) 62%, transparent);display:block}.resource-extra-count{color:#ffffff9e;min-width:16px;height:14px;font-family:var(--font-meta);background:#ffffff14;border-radius:999px;justify-content:center;align-items:center;padding:0 3px;font-size:7.5px;font-weight:800;line-height:1;display:inline-flex}.resource-marker-stack{cursor:pointer;pointer-events:auto;transition:transform var(--transition-normal);align-items:center;display:inline-flex;position:relative;transform:translateZ(0)}.resource-marker-stack:after{content:attr(data-title);z-index:1000;border:1px solid var(--atlas-line-strong);border-radius:var(--radius-sm);max-width:260px;color:var(--atlas-ink);font-family:var(--font-body);opacity:0;pointer-events:none;text-align:left;white-space:pre-line;background:linear-gradient(#0d1623f5,#080f19eb);width:max-content;padding:6px 10px;font-size:11px;line-height:1.35;transition:opacity .2s,transform .2s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 10px 26px #00000061}.resource-marker-stack:hover:after,.resource-marker-stack:focus-visible:after{opacity:1;transform:translate(-50%)translateY(0)}.resource-chip-item{border:1px solid color-mix(in srgb, var(--resource-accent,#fbbf24) 48%, #ffffff1f);background:linear-gradient(135deg, color-mix(in srgb, var(--resource-accent,#fbbf24) 18%, transparent), #ffffff09), var(--resource-bg,#070c16c2);color:#fff;white-space:nowrap;border-radius:999px;align-items:center;gap:5px;min-height:24px;padding:4px 10px 4px 6px;transition:transform .25s cubic-bezier(.16,1,.3,1),margin .25s cubic-bezier(.16,1,.3,1),padding .25s,width .25s,border-radius .25s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #0000006b,inset 0 1px #ffffff14}.resource-chip-item.index-0{z-index:3}.resource-chip-item.index-1{z-index:2;margin-left:-12px}.resource-chip-item.index-2{z-index:1;margin-left:-12px}.resource-marker-stack .resource-chip-item:not(.index-0){border-radius:50%;justify-content:center;width:24px;min-width:24px;height:24px;padding:4px}.resource-marker-stack .resource-chip-item:not(.index-0) .resource-chip-name,.resource-marker-stack .resource-chip-item:not(.index-0) .resource-chip-share{display:none}.resource-marker-stack:hover .resource-chip-item:not(.index-0){border-radius:999px;justify-content:flex-start;width:auto;height:auto;padding:4px 10px 4px 6px}.resource-marker-stack:hover .resource-chip-item:not(.index-0) .resource-chip-name{animation:.2s ease-out forwards fade-in;display:inline-block}.resource-marker-stack:hover .resource-chip-item:not(.index-0) .resource-chip-share{animation:.2s ease-out forwards fade-in;display:inline-flex}.resource-marker-stack:hover .resource-chip-item.index-1,.resource-marker-stack:hover .resource-chip-item.index-2{margin-left:6px;transform:scale(1.02)}.resource-marker-stack:hover .resource-chip-item.index-0{transform:scale(1.04)}.resource-stack-count{color:#ffffffc7;min-width:18px;height:18px;font-family:var(--font-meta);z-index:4;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;margin-left:-4px;padding:0 4px;font-size:8px;font-weight:800;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .2s,margin .25s;display:inline-flex}.resource-marker-stack:hover .resource-stack-count{background:#ffffff2e;margin-left:8px;transform:scale(1.06)}.religion-marker{pointer-events:auto;align-items:center;gap:0;display:inline-flex}.capital-label{--capital-label-color:#d4af37;border:1px solid color-mix(in srgb, var(--capital-label-color) 35%, #ffffff14);background:linear-gradient(135deg, color-mix(in srgb, var(--capital-label-color) 8%, transparent), #ffffff05), #0a0a0ceb;color:#fff;cursor:pointer;pointer-events:auto;max-width:132px;min-height:24px;transition:transform var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal), opacity var(--transition-normal);border-radius:4px;align-items:center;gap:6px;padding:3px 8px 3px 6px;display:inline-flex;position:relative;transform:translate(-50%,calc(-100% - 12px));box-shadow:0 4px 16px #00000080,inset 0 1px #ffffff0d}.capital-label.strategic{--capital-label-color:#f3e5ab;border-color:color-mix(in srgb, var(--capital-label-color) 45%, #ffffff1f)}.capital-label:hover,.capital-label:focus-visible{border-color:color-mix(in srgb, var(--capital-label-color) 75%, #fff3);outline:none;transform:translate(-50%,calc(-100% - 14px))scale(1.02);box-shadow:0 6px 20px #0009,inset 0 1px #ffffff1a}.capital-label-pin{background:var(--capital-label-color);width:6px;height:6px;box-shadow:0 0 4px color-mix(in srgb, var(--capital-label-color) 50%, transparent);border-radius:50%;flex:none;position:relative}.capital-label-pin:after{content:"";border:1px solid color-mix(in srgb, var(--capital-label-color) 35%, transparent);border-radius:inherit;opacity:.85;position:absolute;inset:-3px}.capital-label-copy{text-align:left;flex-direction:column;gap:1px;min-width:0;display:flex}.capital-label-copy strong,.capital-label-copy em{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.capital-label-copy strong{color:#fffffff0;font-family:var(--font-display);font-size:10.5px;font-weight:600;line-height:1.1}.capital-label-copy em{color:#ffffff73;font-family:var(--font-meta);letter-spacing:.05em;text-transform:uppercase;font-size:7px;font-style:normal;font-weight:700;line-height:1}.capital-label.compact .capital-label-copy em{display:none}.globe-container:not(.globe-show-capitals) .capital-label,.globe-container.globe-show-capitals:not(.globe-zoom-close) .capital-label:not(.strategic),.globe-container.globe-zoom-far .capital-label{opacity:0;pointer-events:none}.religion-label{max-width:76px;font-family:var(--font-display);text-overflow:ellipsis;white-space:nowrap;transition:max-width var(--transition-normal), opacity var(--transition-normal);font-size:10px;font-weight:640;line-height:1;display:none;overflow:hidden}.globe-container:not(.globe-zoom-close) .resource-marker,.globe-container:not(.globe-zoom-close) .resource-chip-item{min-height:20px;padding:2px 5px 2px 4px}.globe-container:not(.globe-zoom-close) .religion-label{opacity:0;pointer-events:none;max-width:0}.globe-tooltip{font-family:var(--font-body);color:var(--atlas-ink);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--atlas-line-strong);border-radius:var(--radius-sm);letter-spacing:.02em;background:linear-gradient(#0d1623f5,#080f19eb);padding:6px 12px;font-size:13px;font-weight:500;line-height:1.45;box-shadow:0 12px 28px #0000006b}.globe-tooltip strong{font-family:var(--font-display);color:var(--atlas-ink);font-weight:600}.globe-tooltip small{color:var(--atlas-muted);font-size:11px}.globe-tooltip .globe-tooltip-date{color:var(--atlas-accent)}.globe-tooltip .globe-tooltip-hint{color:#93a0b3cc}.vip-funfact{border-left:3px solid var(--atlas-accent);border-radius:0 var(--radius-md) var(--radius-md) 0;font-family:var(--font-serif);color:var(--text-primary);background:linear-gradient(90deg,#d4af3714 0%,#0000 100%);margin:12px 0;padding:14px 18px;font-style:italic;line-height:1.6}.vip-funfact-title{font-family:var(--font-display);color:var(--atlas-accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-style:normal;font-weight:600}
