:root{--gs-green: #a6e3a1;--gs-white: #cdd6f4;--gs-blue: #89b4fa;--gs-cyan: #94e2d5;--gs-turquoise: #94e2d5;--gs-yellow: #f9e2af;--gs-red: #f38ba8;--gs-pink: #f5c2e7;--gs-bg: #1e1e2e;--gs-card-bg: #181825;--gs-card-border: #313244;--gs-header-bg: #11111b;--gs-muted: #6c7086;--gs-surface: #313244;--gs-accent: #cba6f7;--gs-radius: 10px;--gs-radius-inner: 6px;--gs-font: "JetBrains Mono", "Courier New", "MS Gothic", "Osaka-Mono", "Hiragino Kaku Gothic ProN", "Noto Sans Mono CJK JP", "Noto Sans CJK JP", "Source Han Code JP", "DejaVu Sans Mono", monospace}.gs-theme-classic{--gs-green: #29fa29;--gs-white: #ffffff;--gs-blue: #6aaaff;--gs-cyan: #00ffff;--gs-turquoise: #2fd0e8;--gs-yellow: #ffff40;--gs-red: #ff2a2a;--gs-pink: #ff6ec7;--gs-bg: #000000;--gs-card-bg: #000000;--gs-card-border: #1a1a1a;--gs-header-bg: #0a0a0a;--gs-muted: #8a8a8a;--gs-surface: #1a1a1a;--gs-accent: #29fa29;--gs-radius: 0px;--gs-radius-inner: 0px}.gs-theme-classic .gs-badge-lock,.gs-theme-classic .gs-badge-ins,.gs-theme-classic .gs-badge-focused,.gs-theme-classic .gs-shortcut-action,.gs-theme-classic .gs-shortcut-fkey,.gs-theme-classic .gs-btn-icon,.gs-theme-classic .gs-disconnect-btn,.gs-theme-classic .gs-signin-btn,.gs-theme-classic .gs-window,.gs-theme-classic .gs-error-banner,.gs-theme-classic .gs-shortcuts-panel,.gs-theme-classic input,.gs-theme-classic select,.gs-theme-classic button{border-radius:0!important}.gs-terminal{background-color:var(--gs-card-bg);border:1px solid var(--gs-card-border);border-radius:var(--gs-radius);display:flex;flex-direction:column;height:100%;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 8px 32px #0006,0 2px 8px #0003}.gs-terminal-focused{border-color:color-mix(in srgb,var(--gs-accent) 40%,transparent);box-shadow:0 8px 32px #00000080,0 0 0 1px color-mix(in srgb,var(--gs-accent) 15%,transparent)}.gs-terminal:focus,.gs-terminal *:focus,.gs-screen:focus,.gs-screen-content:focus,.gs-screen-content *:focus{outline:none}.gs-terminal .gs-btn-icon:focus-visible,.gs-terminal .gs-disconnect-btn:focus-visible,.gs-terminal .gs-signin-btn:focus-visible{outline:2px solid var(--gs-accent);outline-offset:2px}.gs-header{background-color:var(--gs-header-bg);border-bottom:1px solid var(--gs-card-border);padding:0 16px;height:38px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:13px;font-weight:500;color:var(--gs-muted);display:flex;align-items:center;justify-content:space-between;position:relative}.gs-terminal-focused .gs-header{border-bottom-color:#cba6f733}.gs-header-left{display:flex;align-items:center;gap:8px}.gs-header-right{display:flex;align-items:center;gap:12px}.gs-status-group{display:flex;align-items:center;gap:8px}.gs-badge-focused{padding:2px 8px;background-color:#cba6f71f;color:var(--gs-accent);font-size:10px;font-weight:600;border-radius:var(--gs-radius-inner);border:1px solid rgba(203,166,247,.25)}.gs-badge-lock{padding:2px 8px;background-color:#f38ba826;color:var(--gs-red);font-size:10px;font-weight:600;border-radius:var(--gs-radius-inner);border:1px solid rgba(243,139,168,.3)}.gs-badge-ins{padding:2px 8px;background-color:#f9e2af1f;color:var(--gs-yellow);font-size:10px;font-weight:600;border-radius:var(--gs-radius-inner);border:1px solid rgba(249,226,175,.25)}.gs-timestamp,.gs-hint{font-family:var(--gs-font);font-size:10px;color:var(--gs-muted)}.gs-host{font-family:var(--gs-font);font-size:12px;color:var(--gs-muted)}.gs-disconnected-text{font-family:var(--gs-font);font-size:12px;color:var(--gs-red)}.gs-btn-icon{background:transparent;border:none;padding:6px 8px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--gs-radius-inner);color:var(--gs-muted);cursor:pointer;transition:background-color .12s,color .12s}.gs-btn-icon:hover{background-color:var(--gs-surface);color:var(--gs-white)}.gs-btn-icon:disabled{opacity:.5;cursor:not-allowed}.gs-body{background-color:var(--gs-bg);flex:1;display:flex;justify-content:center;padding:0;overflow:hidden}.gs-screen{position:relative;display:flex;flex-direction:column;flex-shrink:0;cursor:text;overflow:hidden;max-width:100%}.gs-screen-embedded{flex:1}.gs-screen-content{padding:12px 16px;flex-shrink:0}.gs-cursor{display:block;background-color:var(--gs-accent);animation:gs-cursor-blink 1.2s ease-in-out infinite;border-radius:1px}@keyframes gs-cursor-blink{0%,45%{opacity:.9}50%,95%{opacity:0}to{opacity:.9}}.gs-row-title{color:var(--gs-white)}.gs-row-subtitle,.gs-row-fkey{color:var(--gs-blue)}.gs-row-content{color:var(--gs-green)}.gs-input-field{display:inline-block;position:relative;border-bottom:1px dotted rgba(166,227,161,.5)}.gs-field-active{border-bottom-color:var(--gs-accent)}.gs-dbcs-field{background:#7b93ff14}@keyframes gs-blink{0%,49%{visibility:visible}50%,to{visibility:hidden}}.gs-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;pointer-events:none;color:var(--gs-muted);font-family:var(--gs-font);font-size:14px;gap:12px}.gs-busy-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#1e1e2e66;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9;pointer-events:none;color:var(--gs-yellow);font-family:var(--gs-font);gap:8px;animation:gs-fade-in .18s ease-out}.gs-busy-clock{font-size:14px;font-weight:600;letter-spacing:.1em;font-variant-numeric:tabular-nums}.gs-busy-hint{font-size:11px;opacity:.75;color:var(--gs-muted);text-transform:uppercase;letter-spacing:.08em}.gs-error-banner{position:absolute;top:16px;left:50%;transform:translate(-50%);z-index:10;padding:12px;background-color:#f38ba81a;border:1px solid rgba(243,139,168,.3);border-radius:var(--gs-radius-inner);display:flex;align-items:center;gap:8px;font-family:var(--gs-font);font-size:12px;color:var(--gs-red)}.gs-shortcuts-panel{position:absolute;bottom:12px;right:12px;z-index:1000;background-color:#181825d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--gs-card-border);border-radius:var(--gs-radius);padding:12px 14px;font-family:var(--gs-font);font-size:11px;color:var(--gs-muted);pointer-events:auto;animation:gs-fade-in .15s ease-out;max-height:90%;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.gs-shortcuts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;color:var(--gs-accent);font-size:11px}.gs-shortcuts-section-title{color:var(--gs-muted);text-transform:uppercase;letter-spacing:.08em;font-size:9px;margin:8px 0 4px;opacity:.7}.gs-shortcuts-actions{display:grid;grid-template-columns:1fr 1fr;gap:1px}.gs-shortcut-action{display:flex;gap:6px;padding:3px 4px;border-radius:3px;cursor:pointer;transition:background-color .1s;white-space:nowrap}.gs-shortcut-action:hover{background-color:#cba6f71a}.gs-shortcut-key{color:var(--gs-accent);font-weight:500;white-space:nowrap}.gs-shortcut-desc{opacity:.7}.gs-shortcuts-fkeys-header{display:flex;justify-content:space-between;align-items:center;margin:8px 0 4px}.gs-fkey-nav{font-size:10px;padding:1px 6px}.gs-shortcuts-fkeys{display:grid;grid-template-columns:repeat(6,1fr);gap:3px}.gs-shortcut-fkey{background:#31324480;border:1px solid var(--gs-card-border);border-radius:var(--gs-radius-inner);padding:4px 0;color:var(--gs-accent);font-family:var(--gs-font);font-size:10px;cursor:pointer;transition:background-color .12s,border-color .12s}.gs-shortcut-fkey:hover{background-color:#cba6f71f;border-color:#cba6f766}.gs-signin{display:flex;flex-direction:column;gap:12px;width:280px;color:var(--gs-green);font-family:var(--gs-font)}.gs-signin-row{display:flex;gap:8px}.gs-signin input:focus,.gs-signin select:focus{border-color:var(--gs-accent);box-shadow:0 0 4px #cba6f74d}.gs-signin select option{background-color:var(--gs-card-bg);color:var(--gs-white)}.gs-signin-btn{width:100%;padding:10px;margin-top:4px;background-color:#cba6f71f;border:1px solid rgba(203,166,247,.3);border-radius:var(--gs-radius-inner);color:var(--gs-accent);font-family:-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .15s}.gs-signin-toggle{display:inline-flex;align-items:center;gap:.35rem;background:transparent;border:none;padding:4px 0;align-self:flex-start;color:var(--gs-muted);font-family:inherit;font-size:11px;font-weight:500;letter-spacing:.04em;cursor:pointer;transition:color .15s}.gs-signin-toggle:hover,.gs-signin-toggle:focus-visible{color:var(--gs-accent);outline:none}.gs-signin-btn:hover:not(:disabled){background-color:#cba6f733}.gs-signin-btn:disabled{opacity:.4;cursor:not-allowed}.gs-disconnect-btn{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border-radius:var(--gs-radius-inner);background:transparent;border:1px solid rgba(205,214,244,.12);color:#cdd6f473;font-family:-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:11px;font-weight:500;cursor:pointer;transition:color .15s,border-color .15s,background-color .15s}.gs-disconnect-btn:hover{color:var(--gs-red);border-color:#f38ba859;background-color:#f38ba814}.gs-disconnect-btn:disabled{opacity:.5;cursor:not-allowed}.gs-header-title{margin-right:auto;margin-left:.5rem;display:inline-flex;align-items:center;gap:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:13px;font-weight:500;color:var(--gs-muted);pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50%}.gs-window{box-sizing:border-box;border:1px solid var(--gs-accent);border-radius:var(--gs-radius-inner);background:#11111b59;box-shadow:0 6px 24px #00000080,0 0 0 1px #cba6f71f}.gs-window-title,.gs-window-footer{position:absolute;left:50%;transform:translate(-50%);padding:0 8px;font-family:var(--gs-font);font-size:11px;line-height:1;color:var(--gs-accent);background:var(--gs-bg);letter-spacing:.03em;white-space:nowrap}.gs-window-title{top:-6px}.gs-window-footer{bottom:-6px;color:var(--gs-muted)}.gs-connection-icon{flex-shrink:0;display:inline-block}.gs-connection-icon-connected{color:var(--gs-green)}.gs-connection-icon-disconnected{color:var(--gs-red)}@keyframes gs-pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes gs-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gs-spin{animation:gs-spin 1s linear infinite}@keyframes gs-fade-in{0%{opacity:0}to{opacity:1}}.gs-fade-in{animation:gs-fade-in .4s ease-out forwards}*{margin:0;padding:0;box-sizing:border-box}body{background:#11111b;color:#cdd6f4;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;min-height:100vh;transition:background .3s ease}body.gs-demo-theme-classic{background:#1a1a1a}body.gs-demo-theme-modern{background:#11111b}body.gs-demo-theme-classic .demo-title{color:#29fa29;font-family:JetBrains Mono,Courier New,monospace;text-shadow:0 0 8px rgba(41,250,41,.35);letter-spacing:.02em}body.gs-demo-theme-classic .install-cmd-wrap{background:#000;border-color:#1a1a1a}body.gs-demo-theme-classic .install-cmd{color:#29fa29;text-shadow:0 0 6px rgba(41,250,41,.35)}body.gs-demo-theme-classic .copy-btn.copied{color:#29fa29;border-color:#29fa2966;background:#29fa2914}.demo-page{max-width:920px;margin:0 auto;padding:2.5rem 1rem;display:flex;flex-direction:column;align-items:center}.demo-page>*{width:100%;max-width:920px}.demo-page>.terminal-wrapper,.demo-page>.theme-picker,.demo-page>.terminal-block{width:auto;max-width:none}.terminal-block{display:inline-flex;flex-direction:column;gap:1rem;position:relative}.demo-header{text-align:left;margin-bottom:.5rem}.demo-header-row{display:flex;align-items:stretch;justify-content:space-between;gap:1rem;width:100%}.demo-header-text{display:flex;flex-direction:column;justify-content:space-between;gap:.25rem}.demo-title{font-size:2rem;font-weight:700;color:#cba6f7;letter-spacing:-.03em;white-space:nowrap;flex-shrink:0;display:inline-flex;align-items:center;gap:.6rem}.demo-title-badge{font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:3px 8px;border:1px solid currentColor;border-radius:999px;color:#cba6f7;opacity:.7;line-height:1;white-space:nowrap;transform:translateY(2px)}body.gs-demo-theme-classic .demo-title-badge{color:#29fa29;border-radius:0;text-shadow:0 0 4px rgba(41,250,41,.35)}.demo-subtitle{font-size:.875rem;color:#6c7086;margin-top:.375rem;font-weight:400}.protocol-tabs{display:flex;gap:0;justify-content:center;margin-bottom:0;border-bottom:1px solid #313244}.protocol-tab{background:none;border:none;color:#6c7086;font-family:inherit;font-size:.8rem;font-weight:500;padding:.5rem 1.25rem;cursor:pointer;letter-spacing:.02em;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.protocol-tab:hover{color:#a6adc8}.protocol-tab.active{color:#cba6f7;border-bottom-color:#cba6f7}.connect-tab.active{color:#89b4fa;border-bottom-color:#89b4fa}.demo-hint{text-align:center;font-size:.75rem;color:#585b70;padding:.5rem 0}.terminal-wrapper{border-radius:10px;display:inline-flex;position:relative;zoom:1.2}.theme-sticker{position:absolute;bottom:-64px;z-index:20;padding:10px 16px;min-width:170px;display:flex;flex-direction:column;align-items:center;text-align:center;line-height:1.15;pointer-events:none;-webkit-user-select:none;user-select:none;transition:transform .25s ease,background .3s ease,color .3s ease}.theme-sticker-line1{font-size:1.05rem;font-weight:700}.theme-sticker-line2{font-size:.82rem;opacity:.85;margin-top:2px}.theme-sticker-classic{right:24px;left:auto;background:linear-gradient(135deg,#fff3c4,#ffd868);color:#6b4a00;font-family:Caveat,Comic Sans MS,Bradley Hand,cursive;border-radius:3px;transform:rotate(-4deg);box-shadow:0 1px 2px #0000004d,0 8px 20px #00000073}.theme-sticker-classic:before{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%) rotate(3deg);width:58px;height:18px;background:linear-gradient(180deg,#e6dcb480,#d2c8a0a6);border:1px solid rgba(170,160,120,.4);box-shadow:0 1px 2px #00000026}.theme-sticker-modern{bottom:-59px;left:24px;right:auto;background:linear-gradient(145deg,#4a4f58,#5a6069 40%,#3a3e46);color:#e6e9ee;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;border:1px solid #2a2d33;border-radius:4px;transform:none;padding:16px 22px;box-shadow:inset 0 1px #ffffff26,inset 0 -1px #00000059,0 2px 4px #00000059,0 10px 18px #0006}.theme-sticker-modern .theme-sticker-line1{letter-spacing:.02em}.theme-sticker-modern .theme-sticker-line2{color:#b8bcc4}.sticker-screw{position:absolute;width:8px;height:8px;background:radial-gradient(circle at 35% 35%,#6c7079,#4a4e55 55%,#2d3036);border-radius:50%;box-shadow:inset 0 .5px .5px #ffffff59}.sticker-screw-tl{top:5px;left:5px}.sticker-screw-tr{top:5px;right:5px}.sticker-screw-bl{bottom:5px;left:5px}.sticker-screw-br{bottom:5px;right:5px}.connect-form,.standalone-page{display:flex;justify-content:center}.connect-info{position:absolute;top:117px;left:20px;z-index:10;margin:0;padding:0;background:transparent}.connect-heading{display:inline-flex;align-items:center;gap:.5rem;margin:0;font-size:1.05rem;font-weight:600;color:#cdd6f4}.info-tooltip-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;background:transparent;border:1px solid #313244;border-radius:50%;color:#6c7086;cursor:help;transition:color .15s,border-color .15s,background .15s}.info-tooltip-btn:hover,.info-tooltip-btn:focus-visible{color:#cdd6f4;border-color:#45475a;background:#cdd6f40a;outline:none}.info-tooltip{position:absolute;top:calc(100% + 10px);left:0;z-index:30;width:380px;max-width:85vw;padding:.75rem .9rem;background:#181825;color:#a6adc8;border:1px solid #313244;border-radius:6px;font-size:.8rem;font-weight:400;line-height:1.5;text-align:left;box-shadow:0 8px 20px #0006;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .18s ease,transform .18s ease,visibility .18s;pointer-events:none}.info-tooltip-btn:hover .info-tooltip,.info-tooltip-btn:focus-visible .info-tooltip{opacity:1;visibility:visible;transform:translateY(0)}body.gs-demo-theme-classic .info-tooltip-btn{border-color:#1a1a1a;color:#8a8a8a}body.gs-demo-theme-classic .info-tooltip-btn:hover,body.gs-demo-theme-classic .info-tooltip-btn:focus-visible{color:#e0e0e0;border-color:#333;background:#ffffff0a}body.gs-demo-theme-classic .info-tooltip{background:#0a0a0a;color:#cfcfcf;border-color:#1f1f1f}.connect-info h3{font-size:1rem;color:#cdd6f4;margin-bottom:.5rem;font-weight:600}.connect-info p{font-size:.8rem;color:#6c7086;line-height:1.6}.connect-info code{background:#181825;color:#cba6f7;padding:.15rem .4rem;border-radius:4px;font-size:.75rem;font-family:JetBrains Mono,Courier New,monospace}.connect-steps{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.step{display:flex;align-items:flex-start;gap:.75rem;font-size:.8rem;color:#a6adc8}.step-num{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;border-radius:50%;background:#313244;color:#cba6f7;font-size:.7rem;font-weight:600;flex-shrink:0}.step code{display:block;background:#181825;color:#cba6f7;padding:.15rem .4rem;border-radius:4px;font-size:.75rem;font-family:JetBrains Mono,Courier New,monospace;margin-bottom:.25rem}.step-desc{font-size:.7rem;color:#585b70}.connect-form{display:flex;flex-direction:column;gap:1rem}.connect-label{display:block;font-size:.7rem;letter-spacing:.05em;color:#6c7086}.connect-input{display:block;width:100%;margin-top:.25rem;padding:.5rem .625rem;background:#cba6f70d;border:1px solid #313244;color:#cdd6f4;font-family:JetBrains Mono,Courier New,monospace;font-size:.85rem;outline:none;border-radius:6px;transition:border-color .15s}.connect-input:focus{border-color:#cba6f7}.connect-input::placeholder{color:#45475a}.connect-note{margin-top:.75rem;font-size:.7rem;color:#585b70;font-style:italic}.connect-error{color:#f38ba8;font-size:.75rem;font-family:inherit}.connect-status{font-size:.75rem;font-family:inherit}.connect-status.connected{color:#a6e3a1}.disconnect-btn{background:none;border:1px solid #45475a;color:#a6adc8;font-family:inherit;font-size:.75rem;font-weight:500;padding:.35rem .85rem;cursor:pointer;border-radius:6px;transition:color .15s,border-color .15s,background-color .15s}.disconnect-btn:hover{color:#f38ba8;border-color:#f38ba866;background-color:#f38ba814}.demo-footer{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:.5rem;font-size:.8rem}.install-cmd-wrap,.github-btn{height:34px;box-sizing:border-box}.install-cmd-wrap{display:inline-flex;align-items:center;gap:.35rem;background:#181825;border:1px solid #313244;border-radius:6px;padding:0 .6rem 0 .85rem}.install-cmd{color:#cba6f7;font-family:JetBrains Mono,Courier New,monospace;font-size:.85rem;line-height:1}.copy-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:1px solid transparent;border-radius:4px;color:#6c7086;cursor:pointer;transition:color .12s,background .12s,border-color .12s;padding:0}.copy-btn:hover{color:#cdd6f4;background:#cdd6f40f;border-color:#313244}.copy-btn.copied{color:#a6e3a1;border-color:#a6e3a166;background:#a6e3a114}.github-btn{display:inline-flex;align-items:center;gap:.45rem;padding:0 .85rem;background:#24292f;color:#f0f6fc;border:1px solid #444c56;border-radius:6px;text-decoration:none;font-weight:600;font-size:.85rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1;transition:background .15s,border-color .15s}.github-btn:hover{background:#30363d;border-color:#6e7681}.github-btn svg{flex-shrink:0}.terminal-block-theme-row{display:flex;align-items:center;width:100%;margin-top:1rem}.terminal-block-theme-row:before,.terminal-block-theme-row:after{content:"";flex-grow:0;transition:flex-grow .4s cubic-bezier(.4,0,.2,1)}body.gs-demo-theme-modern .terminal-block-theme-row:before{flex-grow:1}body.gs-demo-theme-modern .terminal-block-theme-row:after{flex-grow:0}body.gs-demo-theme-classic .terminal-block-theme-row:before{flex-grow:0}body.gs-demo-theme-classic .terminal-block-theme-row:after{flex-grow:1}.theme-picker{display:inline-flex;margin:0 0 1.25rem;padding:3px;background:#181825;border:1px solid #313244;border-radius:999px;font-size:.85rem;box-shadow:inset 0 1px 2px #00000073,inset 0 -1px #ffffff05;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}.theme-toggle-option{background:transparent;color:#6c7086;border:none;border-radius:999px;padding:.4rem .9rem;font-family:inherit;font-size:inherit;font-weight:500;cursor:pointer;outline:none;white-space:nowrap;transition:background .28s cubic-bezier(.4,0,.2,1),color .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1)}.theme-toggle-option:hover:not(.active){color:#cdd6f4;background:#cdd6f40a}.theme-toggle-option.active{background:#cba6f7;color:#11111b;box-shadow:0 2px 6px #cba6f759,0 1px 2px #00000040,inset 0 1px #ffffff59}body.gs-demo-theme-classic .terminal-wrapper,body.gs-demo-theme-classic .install-cmd-wrap,body.gs-demo-theme-classic .copy-btn,body.gs-demo-theme-classic .github-btn,body.gs-demo-theme-classic .theme-sticker,body.gs-demo-theme-classic .connect-error,body.gs-demo-theme-classic .connect-note{border-radius:0}body.gs-demo-theme-classic .theme-picker{background:#0a0a0a;border-color:#1a1a1a}body.gs-demo-theme-classic .theme-toggle-option.active{background:#29fa29;color:#000}body.gs-demo-theme-classic .theme-toggle-option,body.gs-demo-theme-classic .theme-picker{border-radius:0}.powered-by{margin-top:2.5rem;padding:1rem 0 .5rem;text-align:center;color:#6c7086;font-size:.8rem;border-top:1px solid #1f1f2e;transition:border-color .3s ease,color .3s ease}body.gs-demo-theme-classic .powered-by{border-top-color:#1a1a1a;color:#8a8a8a}.powered-by-line{display:inline-flex;align-items:center;gap:.45rem}.powered-by-label{opacity:.75}.legacybridge-logo{display:inline-flex;align-items:center;gap:.45rem;color:#3fba7a;font-weight:700;text-decoration:none;transition:opacity .15s}.legacybridge-logo:hover{opacity:.85}.legacybridge-wordmark{display:inline-flex;letter-spacing:-.01em;font-size:.95rem}.lb-legacy{color:#3fba7a}.lb-bridge{color:#cdd6f4}body.gs-demo-theme-classic .legacybridge-logo,body.gs-demo-theme-classic .lb-legacy,body.gs-demo-theme-classic .lb-bridge{color:#29fa29}.powered-by-tagline{margin-top:.35rem;font-size:.78rem;opacity:.75;font-style:italic}body.standalone{background:#11111b;overflow:hidden}.standalone-page{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:#11111b}.standalone-page .terminal-wrapper{border-radius:0;box-shadow:none}.standalone-page .gs-terminal{border:none;border-radius:0}
