:root{--bg:#0d1117;--panel:#161b22;--panel-2:#21262d;--line:#30363d;--line-muted:#21262d;--text:#c9d1d9;--text-bright:#f0f6fc;--muted:#8b949e;--lime:#57d364;--orange:#f2b233;--red:#f85149;--blue:#58a6ff;--gh-green:#238636;--gh-green-hover:#2ea043;--mono:ui-monospace, "Cascadia Mono", "Segoe UI Mono", Menlo, Consolas, monospace;--sans:-apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, sans-serif;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);font-family:var(--sans);margin:0;padding:0;font-size:15px;line-height:1.5}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}code,pre,.mono{font-family:var(--mono)}.wrap{max-width:1280px;margin:0 auto;padding:0 1.25rem}.wrap .wrap{padding:0}@media (width<=640px){.wrap{padding:0 .85rem}}.site-header{border-bottom:1px solid var(--line);background:var(--panel);min-height:54px}.site-header .inner{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;min-height:54px;padding-top:.35rem;padding-bottom:.35rem;display:flex}.header-search{flex:200px;max-width:280px}.header-nav{-webkit-overflow-scrolling:touch;align-items:center;gap:.85rem;padding:.2rem 0;display:flex;overflow-x:auto}.header-actions{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.brand{font-family:var(--mono);color:var(--lime);letter-spacing:.5px;white-space:nowrap;font-weight:700}.brand:hover{text-decoration:none}.grow{flex:1}.nav-link{color:var(--muted);white-space:nowrap;font-size:.92rem}.nav-link:hover{color:var(--text);text-decoration:none}.site-footer{border-top:1px solid var(--line);color:var(--muted);margin-top:3rem;font-size:.88rem}.site-footer .inner{flex-wrap:wrap;gap:1rem;padding:1.2rem 0;display:flex}.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:1.1rem 1.25rem}.stack>*+*{margin-top:1rem}h1{margin:1.5rem 0 .4rem;font-size:1.5rem}h2{margin:1.6rem 0 .5rem;font-size:1.15rem}p.lead{color:var(--muted);margin-top:0}label,.label{color:var(--muted);margin-bottom:.3rem;font-size:.85rem;display:block}input[type=text],input[type=password],input[type=email],input[type=search],select,textarea{background:var(--bg);border:1px solid var(--line);width:100%;color:var(--text);border-radius:6px;padding:.5rem .65rem;font-family:inherit;font-size:.95rem}textarea{font-family:var(--mono);resize:vertical;line-height:1.45}input:focus,select:focus,textarea:focus{outline:2px solid var(--lime);outline-offset:-1px}.field+.field{margin-top:.9rem}.hint{color:var(--muted);margin-top:.3rem;font-size:.85rem}button,.button{background:var(--lime);color:#08210d;font:inherit;cursor:pointer;border:0;border-radius:6px;padding:.5rem 1rem;font-weight:600;display:inline-block}button:hover,.button:hover{filter:brightness(1.08);text-decoration:none}button.ghost,.button.ghost{border:1px solid var(--line);color:var(--text);background:0 0;font-weight:500}button.danger,.button.danger{background:var(--red);color:#fff}.error{border-left:3px solid var(--red);background:#d05a5a1a;border-radius:0 6px 6px 0;padding:.6rem .8rem}.notice{border-left:3px solid var(--orange);background:#f2b2331a;border-radius:0 6px 6px 0;padding:.6rem .8rem}.card-list{gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.card{background:var(--panel);border:1px solid var(--line);color:inherit;border-radius:8px;padding:.85rem 1rem;display:block}.card:hover{border-color:var(--lime);text-decoration:none}.card .title{font-weight:600}.card .meta{color:var(--muted);margin-top:.15rem;font-size:.85rem}.card .summary{color:var(--muted);margin-top:.35rem;font-size:.92rem}.chip{font-family:var(--mono);border:1px solid var(--line);color:var(--muted);background:var(--panel-2);border-radius:999px;padding:.12rem .5rem;font-size:.8rem;display:inline-block}.chip.turtle{color:var(--orange);border-color:#f2b23366}pre.code{border:1px solid var(--line);background:#0b0d11;border-radius:6px;margin:0;padding:.8rem;font-size:.85rem;overflow-x:auto}.file-tabs{flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem;display:flex}.file-tabs button{background:var(--panel-2);color:var(--muted);font-family:var(--mono);border:1px solid var(--line);padding:.25rem .6rem;font-size:.8rem;font-weight:500}.file-tabs button[aria-pressed=true]{color:var(--lime);border-color:var(--lime)}table.plain{border-collapse:collapse;width:100%;font-size:.9rem}table.plain th,table.plain td{text-align:left;border-bottom:1px solid var(--line);padding:.4rem .5rem}table.plain th{color:var(--muted);font-weight:500}.gh-repo-header{background:var(--panel);border-bottom:1px solid var(--line);margin:0 -1.25rem 1.5rem;padding:1.25rem 1.25rem 0}@media (width<=640px){.gh-repo-header{margin:0 -.85rem 1.25rem;padding:1rem .85rem 0}}.gh-breadcrumbs{color:var(--text-bright);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:400;display:flex}.gh-breadcrumbs a{color:var(--blue)}.gh-breadcrumbs strong a{color:var(--text-bright);font-weight:700}.gh-btn-group{border-radius:6px;display:inline-flex;box-shadow:0 1px #0000001a}.gh-btn-group button,.gh-btn-group .btn{background:var(--panel-2);border:1px solid var(--line);color:var(--text-bright);cursor:pointer;border-radius:6px 0 0 6px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.gh-btn-group button:hover,.gh-btn-group .btn:hover{background:#30363d;border-color:#8b949e}.gh-btn-group .count{background:var(--bg);border:1px solid var(--line);color:var(--text);font-size:.8rem;font-weight:600;font-family:var(--mono);border-left:0;border-radius:0 6px 6px 0;padding:.35rem .65rem}.gh-tabs{border-top:1px solid var(--line-muted);gap:1.5rem;margin-top:1.25rem;display:flex;overflow-x:auto}.gh-tab{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;align-items:center;gap:.5rem;padding:.75rem .25rem;font-size:.85rem;font-weight:500;display:inline-flex}.gh-tab:hover{color:var(--text-bright);border-bottom-color:var(--muted)}.gh-tab.active{color:var(--text-bright);border-bottom-color:#f78166;font-weight:600}.gh-layout{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=900px){.gh-layout{grid-template-columns:minmax(0,1fr) 280px}}.gh-layout-settings{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.gh-layout-settings{grid-template-columns:220px minmax(0,1fr)}}.gh-file-split{grid-template-columns:1fr;min-height:380px;display:grid}@media (width>=768px){.gh-file-split{grid-template-columns:240px 1fr}}.table-responsive{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.gh-box{background:var(--panel);border:1px solid var(--line);border-radius:6px;overflow:hidden}.gh-box-header{border-bottom:1px solid var(--line);background:#161b22;justify-content:space-between;align-items:center;padding:.65rem 1rem;font-size:.88rem;display:flex}.gh-box-body{padding:1rem 1.25rem}.gh-file-table{border-collapse:collapse;width:100%;font-size:.88rem}.gh-file-table tr{border-bottom:1px solid var(--line-muted);transition:background .1s}.gh-file-table tr:hover{background:#1c2128}.gh-file-table td{padding:.55rem 1rem}.gh-file-table td.name{width:35%;font-weight:500}.gh-file-table td.name a,.gh-file-table td.name button{color:var(--blue);font-family:var(--mono);cursor:pointer;text-align:left;background:0 0;border:0;padding:0}.gh-file-table td.message{color:var(--muted);font-size:.84rem}.gh-file-table td.age{color:var(--muted);text-align:right;font-size:.82rem;font-family:var(--mono);white-space:nowrap}.gh-code-btn{background:var(--gh-green);color:#fff;cursor:pointer;border:1px solid #f0f6fc1a;border-radius:6px;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.88rem;font-weight:600;display:inline-flex}.gh-code-btn:hover{background:var(--gh-green-hover)}.gh-dropdown-menu{background:var(--panel);border:1px solid var(--line);z-index:50;border-radius:6px;width:340px;max-width:calc(100vw - 2rem);padding:1rem;font-size:.85rem;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 24px #010409cc}.gh-tag{color:var(--blue);background:#388bfd26;border-radius:12px;margin:.15rem;padding:.15rem .55rem;font-size:.82rem;font-weight:500;display:inline-block}.gh-tag:hover{background:#388bfd40;text-decoration:none}.gh-auth-container{flex-direction:column;align-items:center;max-width:360px;margin:3rem auto 2rem;display:flex}.gh-auth-box{background:var(--panel);border:1px solid var(--line);border-radius:6px;width:100%;margin-top:1rem;padding:1.25rem}.gh-subcard{border:1px solid var(--line);text-align:center;background:0 0;border-radius:6px;width:100%;margin-top:1rem;padding:1rem;font-size:.85rem}.btn-primary{background:var(--gh-green);color:#fff;cursor:pointer;text-align:center;border:1px solid #f0f6fc1a;border-radius:6px;width:100%;padding:.5rem;font-size:.9rem;font-weight:600}.btn-primary:hover{background:var(--gh-green-hover)}.gh-danger-box{background:#f851490a;border:1px solid #f85149;border-radius:6px;padding:1rem}.gh-repo-create{max-width:820px;margin:1.5rem auto 3rem}.gh-repo-create-header{border-bottom:1px solid var(--line);margin-bottom:1.5rem;padding-bottom:1rem}.gh-repo-create-header h1{margin-bottom:.35rem;font-size:1.5rem;font-weight:600}.gh-form-divider{border:0;border-top:1px solid var(--line);margin:1.5rem 0}.gh-owner-reponame{flex-wrap:wrap;align-items:flex-end;gap:.5rem;display:flex}.gh-owner-pill{background:var(--panel-2);border:1px solid var(--line);color:var(--text-bright);border-radius:6px;align-items:center;gap:.4rem;height:38px;padding:.45rem .75rem;font-size:.9rem;font-weight:500;display:inline-flex}.gh-slash-sep{color:var(--muted);-webkit-user-select:none;user-select:none;font-size:1.4rem;line-height:38px}.gh-radio-group{flex-direction:column;gap:.6rem;margin-top:.5rem;display:flex}.gh-radio-option{border:1px solid var(--line);background:var(--panel);cursor:pointer;border-radius:6px;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;transition:border-color .15s,background-color .15s;display:flex;position:relative}.gh-radio-option:hover{background:var(--panel-2);border-color:var(--muted)}.gh-radio-option.selected{border-color:var(--blue);background:#388bfd0a}.gh-radio-option input[type=radio]{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.gh-custom-radio{border:1.5px solid var(--muted);background:var(--bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:3px;transition:border-color .15s,background .15s;display:flex}.gh-radio-option:hover .gh-custom-radio{border-color:var(--text-bright)}.gh-radio-option.selected .gh-custom-radio{border-color:var(--blue)}.gh-radio-option.selected .gh-custom-radio:after{content:"";background:var(--blue);border-radius:50%;width:8px;height:8px}.gh-radio-content{flex:1}.gh-radio-title-row{color:var(--text-bright);align-items:center;gap:.45rem;margin-bottom:.2rem;font-size:.92rem;font-weight:600;display:flex}.gh-radio-option.selected .gh-radio-title-row{color:var(--blue)}.gh-radio-title-icon{color:var(--muted);align-items:center;display:inline-flex}.gh-radio-option.selected .gh-radio-title-icon{color:var(--blue)}.gh-radio-desc{color:var(--muted);margin:0;font-size:.82rem;line-height:1.4}.gh-target-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.6rem;margin-top:.5rem;display:grid}.gh-target-card{background:var(--panel);border:1px solid var(--line);cursor:pointer;border-radius:6px;align-items:flex-start;gap:.65rem;padding:.75rem .85rem;transition:border-color .15s,background-color .15s;display:flex;position:relative}.gh-target-card:hover{border-color:var(--muted);background:var(--panel-2)}.gh-target-card.checked{border-color:var(--gh-green);background:#23863614}.gh-target-card input[type=checkbox]{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.gh-custom-checkbox{border:1.5px solid var(--muted);background:var(--bg);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:2px;transition:border-color .15s,background-color .15s;display:flex}.gh-target-card:hover .gh-custom-checkbox{border-color:var(--text-bright)}.gh-target-card.checked .gh-custom-checkbox{border-color:var(--gh-green);background:var(--gh-green);color:#fff}.gh-target-card.checked .gh-custom-checkbox svg{display:block}.gh-custom-checkbox svg{width:11px;height:11px;display:none}.gh-target-card-info{flex:1}.gh-target-header{align-items:center;gap:.4rem;display:flex}.gh-target-icon{color:var(--muted);align-items:center;display:inline-flex}.gh-target-card.checked .gh-target-icon{color:var(--gh-green)}.gh-target-label{color:var(--text-bright);text-transform:capitalize;font-size:.88rem;font-weight:600}.gh-target-desc{color:var(--muted);margin-top:3px;font-size:.8rem;line-height:1.35}.gh-terminal-hero{border:1px solid var(--line);background:#05070a;border-radius:8px;margin-bottom:2rem;overflow:hidden;box-shadow:0 10px 30px #00000080}.gh-terminal-bar{border-bottom:1px solid var(--line);color:var(--muted);font-size:.84rem;font-family:var(--mono);background:#161b22;align-items:center;gap:.6rem;padding:.5rem .85rem;display:flex}.gh-terminal-dots{gap:6px;display:flex}.gh-terminal-dot{border-radius:50%;width:10px;height:10px}.gh-dot-red{background:#ff5f56}.gh-dot-yellow{background:#ffbd2e}.gh-dot-green{background:#27c93f}.gh-terminal-body{font-family:var(--mono);padding:1.25rem 1.25rem 1rem;font-size:.9rem}.gh-cmd-row{border:1px solid var(--line);background:#0d1117;border-radius:6px;justify-content:space-between;align-items:center;margin-top:.35rem;padding:.45rem .6rem;display:flex}.gh-cmd-code{color:var(--gh-green-hover);-webkit-user-select:all;user-select:all}.gh-copy-btn{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:4px;padding:.25rem .55rem;font-size:.8rem}.gh-copy-btn:hover{color:var(--text-bright);border-color:var(--muted)}.gh-link-device{align-items:center;gap:.45rem;line-height:normal;display:inline-flex!important}.gh-status-dot{background:#3fb950;border-radius:50%;flex-shrink:0;width:7px;height:7px;display:inline-block;transform:translateY(-.5px);box-shadow:0 0 0 2px #3fb95040}.gh-modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9999;background:#010409cc;justify-content:center;align-items:center;padding:1rem;animation:.15s cubic-bezier(.16,1,.3,1) gh-fade-in;display:flex;position:fixed;inset:0}.gh-modal{background:var(--panel);border:1px solid var(--line);border-radius:8px;width:100%;animation:.15s cubic-bezier(.16,1,.3,1) gh-scale-in;overflow:hidden;box-shadow:0 16px 36px #000c}.gh-modal-header{border-bottom:1px solid var(--line);background:#161b22;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;display:flex}.gh-modal-close{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;line-height:1;display:flex}.gh-modal-close:hover{color:var(--text-bright);background:#ffffff14}.gh-modal-body{padding:1.25rem}.gh-modal-footer{justify-content:flex-end;gap:.6rem;margin-top:1.25rem;display:flex}@keyframes gh-fade-in{0%{opacity:0}to{opacity:1}}@keyframes gh-scale-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
