.terminal-style{position:relative;height:95%;border-radius:var(--radius-window);overflow:hidden;background:var(--bg-surface);backdrop-filter:var(--blur-glass);-webkit-backdrop-filter:var(--blur-glass);border:1px solid var(--border-glass);box-shadow:var(--shadow-window)}@media(max-width:1024px){.terminal-style{height:95%;margin-bottom:50px}}.terminal-style .header-bar{background:var(--bg-surface-2);border-bottom:1px solid var(--border-glass);display:flex;align-items:center;padding:12px 16px;min-height:40px}.terminal-style .header-bar .header-bar-button-group{align-items:center;display:flex;justify-content:flex-start;gap:8px;flex-shrink:0}.terminal-style .header-bar .header-bar-button-group .header-bar-button{border:1px solid rgba(0,0,0,.25);border-radius:50%;height:12px;width:12px;padding:0;cursor:pointer;transition:filter .16s ease,transform .16s ease}.terminal-style .header-bar .header-bar-button-group .header-bar-button.dot-red{background:radial-gradient(circle at 30% 30%,#ff7a70 0,#ff5f57 60%,#d44242 100%)}.terminal-style .header-bar .header-bar-button-group .header-bar-button.dot-yellow{background:radial-gradient(circle at 30% 30%,#ffd466 0,#febc2e 60%,#cc9414 100%)}.terminal-style .header-bar .header-bar-button-group .header-bar-button.dot-green{background:radial-gradient(circle at 30% 30%,#5be876 0,#28c840 60%,#169925 100%)}.terminal-style .header-bar .header-bar-button-group .header-bar-button:hover:not(:disabled){filter:brightness(1.15);transform:scale(1.08)}.terminal-style .header-bar .header-bar-button-group .header-bar-button:focus-visible{outline:none;box-shadow:0 0 0 2px var(--accent-glow)}.terminal-style .header-bar .header-bar-button-group .header-bar-button:disabled{cursor:default;opacity:.85}.terminal-style .header-bar .header-title{font-family:var(--font-mono);text-align:center}.terminal-style .header-bar .header-title span{font-size:11px;color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase}.terminal-style .header-bar .header-title .header-title-sep{color:var(--text-muted);margin:0 2px}@media only screen and (max-width:550px){.terminal-style .header-bar .header-title span{font-size:10px}}.terminal-style .terminal-body{position:relative;background:linear-gradient(180deg,rgba(5,6,10,.55),rgba(5,6,10,.75));display:flex;flex-direction:column;height:100%;padding:1.5rem;width:100%;overflow:auto}.terminal-style .terminal-body span{color:var(--text-primary);font-family:var(--font-mono);font-size:24px;padding-bottom:5px;padding-top:5px}.terminal-style .terminal-body .terminal-show-tour{margin:10px;width:10%}.terminal-style .terminal-body .context-content{color:var(--text-primary);font-family:var(--font-sans);font-size:16px;line-height:1.75;letter-spacing:.005em}@media only screen and (max-width:550px){.terminal-style .terminal-body{padding:1.1rem}.terminal-style .terminal-body span{font-size:20px}.terminal-style .terminal-body .context-content{font-size:14px}}