:root{--bg-base: #f5f5f5;--bg-surface: #ffffff;--bg-elevated: #e8e8e8;--text-main: #111111;--text-muted: #666666;--text-dark: #ffffff;--accent-glow: #E86A1A;--accent-light: #d45a10;--border-subtle: rgba(0, 0, 0, .08);--border-light: rgba(0, 0, 0, .15);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", monospace}*{box-sizing:border-box;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--bg-base);color:var(--text-main);font-family:var(--font-sans);height:100vh;overflow:hidden;display:flex;flex-direction:column}#root{height:100%;width:100%}.global-nav{position:absolute;top:0;left:0;width:100%;height:80px;display:flex;justify-content:space-between;align-items:center;padding:12px 44px 0;z-index:100}.logo-group{display:flex;align-items:center;gap:12px}.logo-mark{height:44px;width:auto;object-fit:contain;filter:invert(1)}.logo-type{font-size:16px;font-weight:400;letter-spacing:.1em}.nav-actions{display:flex;align-items:center;gap:20px}.lang-selector{display:flex;align-items:center;gap:8px}.lang-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;font-family:var(--font-mono);font-size:13px;padding:4px 8px;transition:color .2s}.lang-btn:hover,.lang-btn.active{color:var(--text-main)}.lang-divider{color:var(--text-muted);font-size:13px}.desktop-layout{display:flex;height:100vh;width:100%;overflow:hidden}.pane-visual{flex:1;position:fixed;top:0;left:0;bottom:0;width:calc(100% - 450px);display:flex;flex-direction:column;justify-content:flex-end;padding:0 60px 48px;overflow:hidden;border-right:1px solid var(--border-subtle)}.model-container{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;z-index:1;display:flex;align-items:center;justify-content:center}.abstract-geometry{width:100%;height:100%;animation:slowRotate 40s linear infinite}@keyframes slowRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.visual-copy{position:relative;z-index:10;max-width:480px}.headline{font-size:32px;font-weight:400;line-height:1.15;letter-spacing:-.02em;margin-bottom:0}.headline-accent{color:var(--accent-glow)}.btn-ghost{background:transparent;border:1px solid var(--border-light);color:var(--text-main);padding:12px 24px;border-radius:4px;font-family:var(--font-sans);font-size:14px;cursor:pointer;transition:background .2s,border-color .2s}.btn-ghost:hover{background:#0000000d;border-color:#0000004d}.pane-data{flex:0 0 450px;margin-left:auto;background-color:var(--bg-surface);display:flex;flex-direction:column;overflow-y:auto;position:relative}.data-section{position:relative;z-index:1;padding:36px 40px;border-bottom:1px solid var(--border-subtle)}.data-section:first-child{padding-top:48px}.data-section:last-child{border-bottom:none}.section-label{font-family:var(--font-sans);font-size:11px;font-weight:500;color:var(--accent-glow);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.section-title{font-size:19px;font-weight:400;margin-bottom:16px;letter-spacing:-.015em;line-height:1.3}.body-text{font-size:13.5px;color:var(--text-muted);line-height:1.7;margin-bottom:0}.btn-primary{display:block;width:100%;margin-top:28px;background:var(--accent-glow);color:#fff;border:none;border-radius:4px;padding:15px;font-size:13px;font-weight:500;text-align:center;cursor:pointer;transition:background .2s;letter-spacing:.01em}.btn-primary:hover{background:var(--accent-light)}.pane-footer{padding:20px 40px;border-top:1px solid var(--border-subtle);display:flex;justify-content:space-between;align-items:center}.footer-label{font-family:var(--font-sans);font-size:12px;color:var(--text-muted);letter-spacing:.01em}.sys-status{font-family:var(--font-mono);font-size:10px;color:var(--accent-glow);display:flex;align-items:center;gap:6px}.pulse{width:6px;height:6px;background:var(--accent-glow);border-radius:50%;animation:blink 2s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.sector-list{display:flex;flex-direction:column;gap:10px}.sector-item{padding:16px 18px;background:transparent;border:1px solid var(--border-subtle);border-radius:4px;transition:border-color .2s}.sector-item:hover{border-color:var(--border-subtle)}.sector-item-title{font-size:14px;font-weight:500;margin-bottom:5px;color:var(--text-main)}.sector-item-desc{font-size:12px;color:var(--text-muted);line-height:1.6}.cap-list{display:flex;flex-direction:column;gap:0}.cap-item{padding:12px 0;border-bottom:1px solid var(--border-subtle);display:flex;align-items:center}.cap-item:last-child{border-bottom:none;padding-bottom:0}.cap-item:before{content:"";width:8px;height:2px;background:var(--accent-glow);margin-right:14px;flex-shrink:0}.cap-item-name{font-size:13px;color:var(--text-main);font-weight:400}.globe-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;aspect-ratio:1}.globe-canvas{width:100%;height:100%;max-width:500px;max-height:500px;aspect-ratio:1}.scroll-hint{display:none;position:absolute;bottom:24px;left:50%;transform:translate(-50%);opacity:.5}@media(max-width:768px){body{height:auto;overflow:auto}#root{height:auto}.global-nav{position:absolute;padding:16px 24px 0;height:56px}.desktop-layout{flex-direction:column;height:auto;overflow:visible}.pane-visual{position:relative;flex:none;width:100%;height:100svh;min-height:500px;padding:0 28px 72px;border-right:none;border-bottom:1px solid var(--border-subtle);display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.model-container{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);width:85vw;height:85vw;max-width:420px;max-height:420px}.visual-copy{max-width:100%}.headline{font-size:26px}.pane-data{flex:none;width:100%;margin-left:0;overflow-y:visible}.data-section{padding:40px 28px}.data-section:first-child{padding-top:44px}.section-title{font-size:22px;font-weight:500;margin-bottom:16px}.body-text{font-size:14px;line-height:1.7}.section-label{font-size:10px;margin-bottom:10px}.sector-item{padding:14px 16px}.sector-item-title{font-size:14px;margin-bottom:5px}.sector-item-desc{font-size:12px;line-height:1.6}.cap-item{padding:11px 0}.cap-item-name{font-size:13px}.pane-footer{padding:24px 28px}.btn-primary{padding:15px;font-size:13px;margin-top:24px}.scroll-hint{display:block}}
