/* Main layout */
.ZZN6SnedpOb05yAwdYM6 { display: flex; height: 100vh; background: #111; color: #d4d4d4; }

/* Left panel - terminal */
.SM20pPJou4xiefo05mni { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.JIp3dZoUMiBVepSouMi2 {
    display: flex; align-items: center; gap: 12px; padding: 12px 18px;
    background: #1a1a1a; border-bottom: 1px solid #2a2a2a;
}
.YEu_R4GWF9eY9jRukjKT { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.YEu_R4GWF9eY9jRukjKT img { height: 36px; }
.k5s_0oxGM17l9ts2fgaf {
    font-size: 20px; font-weight: 700; color: #e8e8e8; letter-spacing: 0.3px;
}
.BvOCTnvOptcnBaazFCWN { color: #ff6a00; }
.cQQE17B7uH_fl7dCPmBJ { font-size: 10px; color: #666; margin-left: auto; }
.BSQbfx7OstO5_Du3ideb { flex: 1; padding: 2px; }

/* Right panel */
.G5CaLnZm7cHPiAhYMrew {
    width: 420px; min-width: 320px; max-width: 500px;
    display: flex; flex-direction: column; border-left: 1px solid #2a2a2a; background: #111;
}

/* Tutorial area (top 2/3) */
.fhjvudWYhNfkzDGlQCnr { flex: 2; overflow-y: auto; }
.fhjvudWYhNfkzDGlQCnr::-webkit-scrollbar { width: 4px; }
.fhjvudWYhNfkzDGlQCnr::-webkit-scrollbar-thumb { background: #333; border-radius: 2px; }

/* Sections */
.OOGqMwmKXKH0Viv8MySk { padding: 14px 18px; border-bottom: 1px solid #2a2a2a; }
.OOGqMwmKXKH0Viv8MySk:last-child { border-bottom: none; }
.a7iSuDK11ePHW5kpIKDI { font-size: 14px; font-weight: 700; color: #ff6a00; margin-bottom: 6px; letter-spacing: 0.3px; }
.ffINHp2fXNO4LlFUFLhq { font-size: 14px; font-weight: 600; color: #d4d4d4; margin: 10px 0 4px; }
.LqL34Tw3dzW3yPji8S1E { font-size: 14px; line-height: 1.55; color: #999; margin-bottom: 6px; }
.LqL34Tw3dzW3yPji8S1E a { color: #ccc; text-decoration: underline; text-decoration-color: #555; text-underline-offset: 2px; }
.LqL34Tw3dzW3yPji8S1E a:hover { color: #fff; text-decoration-color: #999; }
.N0ZaCVr2wob2Lxtd1KQa { font-size: 14px; line-height: 1.6; color: #999; padding-left: 16px; margin-bottom: 6px; }

/* Repo links */
.d5MYQtZlD5Ztng4HBQVR { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 4px; }
.JKtHQzz3ZiRVBxcPoIbK {
    display: inline-flex; align-items: center; gap: 4px; font-size: 12px;
    padding: 2px 7px; border: 1px solid #2a2a2a; border-radius: 3px;
    color: #999; text-decoration: none;
}
.JKtHQzz3ZiRVBxcPoIbK:hover { border-color: #555; color: #fff; }
.JKtHQzz3ZiRVBxcPoIbK svg { width: 12px; height: 12px; fill: currentColor; }

/* Repo callout */
._58l37abPxHaHslnogsk_ {
    font-size: 14px; color: #ff6a00; margin: 6px 0 2px;
}
._58l37abPxHaHslnogsk_ a { color: #ff6a00; font-weight: 600; text-decoration: none; }
._58l37abPxHaHslnogsk_ a:hover { text-decoration: underline; }
._58l37abPxHaHslnogsk_ a svg { width: 14px; height: 14px; fill: currentColor; vertical-align: -2px; margin-right: 2px; }
.XtVrjNTvXqknwbVs7zzg {
    font-size: 13px; color: #777; margin: 2px 0 6px;
}
.XtVrjNTvXqknwbVs7zzg a { color: #999; text-decoration: underline; text-decoration-color: #555; }
.XtVrjNTvXqknwbVs7zzg a:hover { color: #fff; }

/* Language switcher */
.QwMnwV_mPQQscF7x_Csg { display: flex; gap: 0; margin-left: auto; }
.EBrVfxbiYbfmrfvUdYE_ {
    font-size: 11px; padding: 2px 8px; border: 1px solid #2a2a2a; background: transparent;
    color: #999; cursor: pointer;
}
.EBrVfxbiYbfmrfvUdYE_:first-child { border-radius: 3px 0 0 3px; }
.EBrVfxbiYbfmrfvUdYE_:last-child { border-radius: 0 3px 3px 0; border-left: none; }
.wlWagPVbnt4J5LtcZfp4 { background: #ff6a00; color: #fff; border-color: #ff6a00; }

/* SQL code blocks */
.GcU_RQLnRjq79auUnCsk {
    background: #0c0c0c; border: 1px solid #2a2a2a; border-radius: 4px;
    padding: 8px 10px; font-family: 'JetBrains Mono', 'Fira Code', monospace;
    font-size: 13px; line-height: 1.5; color: #bbb; margin: 4px 0 8px;
    cursor: pointer; position: relative; overflow-x: auto; white-space: pre-wrap; word-break: break-all;
}
.GcU_RQLnRjq79auUnCsk:hover { border-color: #555; }
.GcU_RQLnRjq79auUnCsk:hover::after {
    content: 'Run'; position: absolute; top: 2px; right: 4px;
    font-size: 9px; color: #000; background: #ff6a00; padding: 0 5px;
    border-radius: 2px; font-family: sans-serif; font-weight: 700;
}

/* Step numbers */
.gdnvs71rQUsdgLFnv4yc {
    display: inline-flex; align-items: center; justify-content: center;
    width: 20px; height: 20px; border-radius: 50%; font-size: 11px; font-weight: 700;
    background: #ff6a00; color: #fff; margin-right: 5px; flex-shrink: 0;
}
.IK78zfkHywSZQFaIc1wg { display: flex; align-items: center; margin: 12px 0 4px; font-size: 14px; font-weight: 600; }

/* Shortcuts */
.lAC8oHSM5VAjrooMbhac { font-size: 13px; line-height: 1.9; color: #999; }
.lAC8oHSM5VAjrooMbhac code {
    font-family: 'JetBrains Mono', monospace; font-size: 0.85em;
    background: #222; padding: 1px 4px; border-radius: 2px;
}

/* File Manager (bottom 1/3) */
.dmeGEHVkBJwj5Ai7F2pz { flex: 1; min-height: 180px; display: flex; flex-direction: column; background: #1a1a1a; border-top: 1px solid #2a2a2a; }
.MOFX7VRq0SIbNAbwXoCz {
    display: flex; align-items: center; padding: 6px 12px; gap: 6px;
    border-bottom: 1px solid #2a2a2a;
}
.VXK1QkK61SqRqqKyaLa8 { font-size: 12px; font-weight: 700; color: #ff6a00; text-transform: uppercase; letter-spacing: 0.3px; }
.Qg2NVTLG8nnhBe_O0Ghr { font-size: 11px; color: #666; margin-left: auto; }
.d_04nnOrhbtQNcvchecZ {
    font-size: 11px; padding: 2px 6px; border: 1px solid #2a2a2a; border-radius: 2px;
    background: transparent; color: #999; cursor: pointer;
}
.d_04nnOrhbtQNcvchecZ:hover { border-color: #555; color: #fff; }
.bMc3GeSAjLon5jCL7YvO { flex: 1; overflow-y: auto; padding: 2px 0; }
.bMc3GeSAjLon5jCL7YvO::-webkit-scrollbar { width: 4px; }
.bMc3GeSAjLon5jCL7YvO::-webkit-scrollbar-thumb { background: #333; border-radius: 2px; }
.iVbBManeKmN5kHxZjuoy { padding: 8px 12px; font-size: 12px; color: #555; text-align: center; }

/* File tree */
.CdjxkT8JnKujEoJ7bPf9 { font-size: 12px; font-family: monospace; }
.bddIDeMiikwXlJJdjyJA {
    display: flex; align-items: center; padding: 1px 0 1px 0;
    color: #999; cursor: pointer; user-select: none;
}
.bddIDeMiikwXlJJdjyJA:hover { color: #fff; }
.quaZY_fWoxvYQ0KW8yHP { width: 16px; text-align: center; font-size: 10px; color: #666; flex-shrink: 0; }
.oL7nZHtVyLWZ0dlvuNyw { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.DspzLo4php8nq9KtaTgL {
    display: flex; align-items: center; padding: 1px 0;
    color: #888;
}
.DspzLo4php8nq9KtaTgL:hover { background: #222; }
.zpvM37cISWHFfzD9c1_L { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.jNohs6ziDDNdFSCWDRnU { color: #555; font-size: 10px; width: 45px; text-align: right; flex-shrink: 0; }
.XTkyjC_BYysGIohhp68A { cursor: pointer; color: #555; font-size: 12px; width: 14px; text-align: center; flex-shrink: 0; }
.XTkyjC_BYysGIohhp68A:hover { color: #e44; }
.x_NR6ZnJG1oXQ2C9owa7 { }

/* Responsive */
@media (max-width: 900px) {
    .ZZN6SnedpOb05yAwdYM6 { flex-direction: column; }
    .G5CaLnZm7cHPiAhYMrew { width: 100%; max-width: none; max-height: 45vh; border-left: none; border-top: 1px solid #2a2a2a; }
}

/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */

/**
 *  Default styles for xterm.js
 */

.xterm {
    cursor: text;
    position: relative;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.xterm.focus,
.xterm:focus {
    outline: none;
}

.xterm .xterm-helpers {
    position: absolute;
    top: 0;
    /**
     * The z-index of the helpers must be higher than the canvases in order for
     * IMEs to appear on top.
     */
    z-index: 5;
}

.xterm .xterm-helper-textarea {
    padding: 0;
    border: 0;
    margin: 0;
    /* Move textarea out of the screen to the far left, so that the cursor is not visible */
    position: absolute;
    opacity: 0;
    left: -9999em;
    top: 0;
    width: 0;
    height: 0;
    z-index: -5;
    /** Prevent wrapping so the IME appears against the textarea at the correct position */
    white-space: nowrap;
    overflow: hidden;
    resize: none;
}

.xterm .composition-view {
    /* TODO: Composition position got messed up somewhere */
    background: #000;
    color: #FFF;
    display: none;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}

.xterm .composition-view.active {
    display: block;
}

.xterm .xterm-viewport {
    /* On OS X this is required in order for the scroll bar to appear fully opaque */
    background-color: #000;
    overflow-y: scroll;
    cursor: default;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.xterm .xterm-screen {
    position: relative;
}

.xterm .xterm-screen canvas {
    position: absolute;
    left: 0;
    top: 0;
}

.xterm .xterm-scroll-area {
    visibility: hidden;
}

.xterm-char-measure-element {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -9999em;
    line-height: normal;
}

.xterm.enable-mouse-events {
    /* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
    cursor: default;
}

.xterm.xterm-cursor-pointer,
.xterm .xterm-cursor-pointer {
    cursor: pointer;
}

.xterm.column-select.focus {
    /* Column selection mode */
    cursor: crosshair;
}

.xterm .xterm-accessibility,
.xterm .xterm-message {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    color: transparent;
    pointer-events: none;
}

.xterm .live-region {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.xterm-dim {
    /* Dim should not apply to background, so the opacity of the foreground color is applied
     * explicitly in the generated class and reset to 1 here */
    opacity: 1 !important;
}

.xterm-underline-1 { text-decoration: underline; }
.xterm-underline-2 { text-decoration: double underline; }
.xterm-underline-3 { text-decoration: wavy underline; }
.xterm-underline-4 { text-decoration: dotted underline; }
.xterm-underline-5 { text-decoration: dashed underline; }

.xterm-overline {
    text-decoration: overline;
}

.xterm-overline.xterm-underline-1 { text-decoration: overline underline; }
.xterm-overline.xterm-underline-2 { text-decoration: overline double underline; }
.xterm-overline.xterm-underline-3 { text-decoration: overline wavy underline; }
.xterm-overline.xterm-underline-4 { text-decoration: overline dotted underline; }
.xterm-overline.xterm-underline-5 { text-decoration: overline dashed underline; }

.xterm-strikethrough {
    text-decoration: line-through;
}

.xterm-screen .xterm-decoration-container .xterm-decoration {
	z-index: 6;
	position: absolute;
}

.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer {
	z-index: 7;
}

.xterm-decoration-overview-ruler {
    z-index: 8;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.xterm-decoration-top {
    z-index: 2;
    position: relative;
}

