:root{font-family:Archivo,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#e2e8f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px}button{font-family:inherit}.app-shell,:root{--panel-border: rgba(94, 234, 212, .2)}.app-shell{display:grid;grid-template-columns:minmax(220px,280px) 1fr;height:100vh;background:radial-gradient(circle at top,#0f172a,#1f2a44 55%,#0b1224);gap:.75rem;padding:1rem;box-sizing:border-box;position:relative;overflow:hidden}.app-shell:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(180deg,rgba(148,163,184,.08) 0px,rgba(148,163,184,.08) 1px,transparent 1px,transparent 5px),radial-gradient(circle at 20% 20%,rgba(56,189,248,.12),transparent 55%),radial-gradient(circle at 80% 10%,rgba(14,165,233,.1),transparent 45%);opacity:.35;pointer-events:none;z-index:0}.app-sidebar{background:#0f172a;border-radius:22px;overflow:hidden;border:2px solid var(--panel-border);box-shadow:0 20px 40px #0f172a40;position:relative;z-index:1}.app-main{display:flex;flex-direction:column;min-height:0;overflow:hidden;position:relative;z-index:1}@media(max-width:900px){.app-shell{grid-template-columns:1fr}}.editor-area{display:flex;flex-direction:column;flex:1;background:#0f172a;border-radius:18px;overflow:hidden;border:2px solid var(--panel-border);box-shadow:0 20px 60px #0f172a26,inset 0 0 0 2px var(--panel-border);min-height:0}.editor-area__tabs{display:flex;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(90deg,#1e293b,#0f172a);align-items:center;justify-content:space-between}.editor-area__tab{border:none;background:#94a3b82e;color:#e2e8f0;padding:.45rem .9rem;border-radius:999px;font-size:.85rem;cursor:pointer;display:inline-flex;align-items:center;gap:.45rem;flex-shrink:0}.editor-area__tab--active{background:#38bdf8;color:#0f172a;font-weight:600}.editor-area__tabs-left{position:relative;flex:1;height:36px;overflow:hidden}.editor-area__tabs-scroll{position:absolute;inset:0;display:flex;align-items:center;gap:.5rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.editor-area__tabs-scroll::-webkit-scrollbar{height:0}.editor-area__tabs-right{display:flex;align-items:center}.editor-area__tab--empty{background:transparent;color:#94a3b8;padding:.45rem .9rem;font-size:.85rem}.editor-area__tab-close{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-size:.85rem;line-height:1;background:#0f172a33;color:inherit}.editor-area__tab-close:hover{background:#0f172a59}.editor-area__content{flex:1;padding:1.25rem;background:#e1e8f2;overflow:hidden;border-radius:0 0 18px 18px;min-height:0}.editor-area__content--warning{background:#fdecec}.editor-area__editor{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;gap:1rem;height:100%;align-items:start;position:relative;overflow:hidden;min-height:0;column-gap:1rem;row-gap:0}.editor-area__info{grid-row:1;grid-column:1 / -1;display:flex;align-items:stretch;justify-content:space-between;padding:.35rem .6rem;border-radius:10px;background:#94a3b826;border:1px solid rgba(148,163,184,.3);color:#475569;font-size:.8rem;flex-direction:column;gap:.35rem}.editor-area__info-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.6rem}.editor-area__info-disclosure{border:none;background:transparent;color:inherit;font-size:.7rem;letter-spacing:.04em;cursor:pointer;padding:0;justify-self:start}.editor-area__info-body{display:flex;flex-direction:column;gap:.2rem}.editor-area__info-title{font-weight:600;color:inherit}.editor-area__info-text{max-width:none}.editor-area__info-warning{color:#475569;font-weight:600;text-align:center}.editor-area__info.is-warning .editor-area__info-warning{color:#b91c1c}.editor-area__info-commands{margin-top:.2rem;font-size:.75rem;color:inherit}.editor-area__info-commands-title{text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;color:#64748b}.editor-area__info-commands-list{margin:.15rem 0 0;padding-left:1rem}.editor-area__info-extra{margin:.2rem 0 0;padding-left:1rem}.editor-area__info.is-warning{background:#ef44441f;border-color:#ef444473;color:#991b1b}.editor-area__info-toggle{display:inline-flex;align-items:center;gap:.35rem;font-size:.7rem;letter-spacing:.04em;color:inherit;cursor:pointer}.editor-area__info-toggle input{width:14px;height:14px;margin-left:.1rem;accent-color:#ef4444}.editor-area__info-toggle input:disabled{cursor:not-allowed;opacity:.6}.editor-area__gutter.is-warning{color:#991b1b;grid-row:2}.editor-area__gutter{color:#94a3b8;font-family:Space Mono,monospace;font-size:.95rem;text-align:right;min-width:2rem;-webkit-user-select:none;user-select:none;overflow:auto;line-height:1.6;min-height:0;align-self:stretch}.editor-area__gutter::-webkit-scrollbar{width:0;height:0}.editor-area__gutter{scrollbar-width:none}.editor-area__gutter-line{line-height:1.6;display:flex;align-items:flex-start;position:relative;padding:0 2px}.editor-area__gutter-line--add,.editor-area__gutter-line--modified,.editor-area__gutter-line--removed{cursor:pointer}.editor-area__gutter-line--add{color:#16a34a;background:#16a34a1f;border-radius:5px}.editor-area__gutter-line--modified{color:#2563eb;background:#2563eb1f;border-radius:5px}.editor-area__gutter-line--removed:before{content:">";position:absolute;left:1rem;top:0;width:.6rem;color:#ef4444;transform:translateY(-50%);text-align:center;pointer-events:none}.editor-area__gutter-menu{position:fixed;z-index:20;min-width:220px;max-width:320px;background:#0f172a;color:#e2e8f0;border-radius:12px;padding:.75rem .85rem;box-shadow:0 18px 40px #0f172a4d;border:1px solid rgba(148,163,184,.2)}.editor-area__gutter-menu-title{font-size:.8rem;color:#94a3b8;margin-bottom:.4rem}.editor-area__gutter-menu-diff{margin:0;font-size:.82rem;font-family:Space Mono,monospace;white-space:pre-wrap;color:#e2e8f0}.editor-area__gutter-menu-diff--add{color:#22c55e}.editor-area__gutter-menu-diff--del{color:#f87171}.editor-area__gutter-menu-action{margin-top:.6rem;width:100%;border:none;border-radius:999px;padding:.35rem .75rem;background:#ef4444;color:#fff;font-size:.8rem;cursor:pointer}.editor-area__gutter-menu-action:hover{background:#dc2626}.editor-area__textarea{width:100%;height:100%;min-height:0;border:none;resize:none;font-family:Space Mono,monospace;font-size:.95rem;line-height:1.6;color:#0f172a;background:transparent;outline:none;overflow:auto;white-space:pre-wrap;align-self:stretch}.editor-area__measure{position:absolute;visibility:hidden;white-space:pre-wrap;word-break:break-word;top:0;left:0;pointer-events:none}.editor-area__empty{color:#94a3b8;font-size:.95rem}.floating-menu{font-family:Archivo,sans-serif;position:relative}.floating-menu__controls{display:flex;align-items:center;gap:.4rem}.floating-menu__toggle{border:none;background:linear-gradient(135deg,#22c55e,#16a34a);color:#0b1220;padding:.45rem .9rem;border-radius:999px;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;line-height:1;box-shadow:0 0 0 2px #22c55eb3,0 0 8px #22c55e73;position:relative}.floating-menu__cloud{border:none;background:linear-gradient(135deg,#0ea5e9,#38bdf8);color:#0b1220;padding:.45rem .9rem;border-radius:999px;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;line-height:1;box-shadow:0 0 0 2px #0ea5e9b3,0 0 8px #0ea5e973;transition:box-shadow .2s ease}.floating-menu__cloud .floating-menu__icon{width:16px;height:16px}.floating-menu__toggle:hover{box-shadow:0 0 0 2px #22c55ecc,0 0 12px #22c55e80}.floating-menu__cloud:hover{box-shadow:0 0 0 2px #0ea5e9cc,0 0 12px #0ea5e980}.floating-menu__remote-button{order:-1}.floating-menu__panel{position:absolute;top:120%;right:0;margin-top:.5rem;background:linear-gradient(160deg,#0b1220,#111827);border:1px solid rgba(148,163,184,.3);border-radius:16px;padding:.5rem;display:flex;flex-direction:column;gap:.4rem;min-width:240px;box-shadow:0 20px 40px #0f172a66;z-index:10}.floating-menu__item{border:none;background:transparent;color:#e2e8f0;text-align:left;padding:.6rem .8rem;border-radius:10px;cursor:pointer;font-size:.85rem;display:flex;align-items:center;gap:.5rem}.floating-menu__item:hover{background:#22c55e33;color:#f8fafc}.floating-menu__icon{display:inline-flex;width:20px;height:20px;color:#f8fafc}.floating-menu__modal-backdrop{position:fixed;inset:0;background:#0f172aa6;display:flex;align-items:center;justify-content:center;z-index:50}.floating-menu__modal{background:#0b1220;border:1px solid rgba(148,163,184,.3);border-radius:16px;padding:1.2rem;width:min(360px,90vw);color:#e2e8f0;box-shadow:0 24px 50px #0f172a73}.floating-menu__modal-title{margin:0 0 .6rem;font-size:1rem;letter-spacing:.06em;text-transform:uppercase}.floating-menu__modal-label{display:block;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#e2e8f0b3;margin-bottom:.35rem}.floating-menu__modal-input{width:100%;background:#0f172ab3;border:1px solid rgba(148,163,184,.3);color:#e2e8f0;padding:.5rem .6rem;border-radius:10px;font-size:.9rem}.floating-menu__modal-error{margin:.4rem 0 0;color:#fda4af;font-size:.8rem}.floating-menu__modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.9rem}.floating-menu__modal-button{border:1px solid rgba(148,163,184,.4);background:transparent;color:#e2e8f0;padding:.35rem .8rem;border-radius:999px;font-size:.8rem;cursor:pointer}.floating-menu__modal-button--primary{border-color:#22c55e99;color:#bbf7d0}.remote-repo-overlay{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:40}.remote-repo-modal{width:min(1200px,96vw);height:min(84vh,820px);background:#0b1220;color:#e2e8f0;border-radius:20px;overflow:hidden;border:2px solid rgba(148,163,184,.4);box-shadow:0 30px 70px #0f172a73;display:flex;flex-direction:column}.remote-repo-modal__chrome{display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center;padding:.85rem 1rem;background:linear-gradient(135deg,#0f172a,#111827);border-bottom:1px solid rgba(148,163,184,.2)}.remote-repo-modal__nav{display:flex;gap:.4rem}.remote-repo-modal__nav-btn{width:32px;height:32px;border-radius:10px;border:none;background:#94a3b826;color:#e2e8f0;cursor:pointer;font-size:.9rem}.remote-repo-modal__nav-btn:disabled{opacity:.4;cursor:not-allowed}.remote-repo-modal__address{width:100%}.remote-repo-modal__address-input{width:100%;background:#0f172a;border:1px solid rgba(148,163,184,.3);border-radius:999px;padding:.45rem 1rem;font-size:.85rem;color:#e2e8f0;font-family:Space Mono,monospace}.remote-repo-modal__close{border:none;border-radius:10px;width:34px;height:34px;background:#ef444466;color:#fecaca;font-weight:700;cursor:pointer;font-size:1.1rem;line-height:1}.remote-repo-modal__body{flex:1;display:grid;grid-template-columns:260px 1fr;gap:0;min-height:0}.remote-repo-modal__sidebar{padding:1.5rem 1rem;border-right:1px solid rgba(148,163,184,.15);background:#0f172a}.remote-repo-modal__repo{margin-bottom:1.5rem}.remote-repo-modal__repo-name{font-size:1.1rem;font-weight:600}.remote-repo-modal__repo-meta{font-size:.8rem;color:#94a3b8;margin-top:.2rem}.remote-repo-modal__badge{display:inline-flex;padding:.2rem .6rem;border-radius:999px;font-size:.7rem;margin-top:.8rem;background:#f8717133;color:#fca5a5}.remote-repo-modal__badge--linked{background:#22c55e33;color:#86efac}.remote-repo-modal__menu{display:flex;flex-direction:column;gap:.5rem}.remote-repo-modal__menu-item{border:none;border-radius:12px;padding:.5rem .85rem;background:transparent;color:#e2e8f0;text-align:left;cursor:pointer}.remote-repo-modal__menu-item.is-active{background:#3b82f62e;color:#bfdbfe;font-weight:600}.remote-repo-modal__content{padding:2rem;overflow:auto;background:#0b1220}.remote-repo-modal__content h2{margin:0 0 .6rem;font-size:1.35rem}.remote-repo-modal__content h3{margin:0 0 .6rem;font-size:1rem}.remote-repo-modal__content p,.remote-repo-modal__content li{color:#cbd5f5;font-size:.95rem}.remote-repo-modal__card{margin-top:1.5rem;background:#0f172a99;border-radius:16px;padding:1.25rem;border:1px solid rgba(148,163,184,.2)}.remote-repo-modal__card pre{background:#0f172a;border-radius:12px;padding:.75rem;font-family:Space Mono,monospace;font-size:.85rem;color:#e2e8f0;overflow:auto}.remote-repo-modal__readme{margin:0;padding:.85rem;border-radius:12px;border:1px solid rgba(148,163,184,.2);background:#0f172a99;font-family:Space Mono,monospace;font-size:.85rem;color:#e2e8f0;white-space:pre-wrap}.remote-repo-modal__note{font-size:.8rem;color:#94a3b8;margin-top:.6rem}.remote-repo-modal__empty{margin-top:1rem;padding:1rem;border-radius:12px;background:#0f172a66;color:#94a3b8}.remote-repo-modal__row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.remote-repo-modal__select{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;color:#94a3b8}.remote-repo-modal__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.6rem}.remote-repo-modal__select select{background:#0f172a;color:#e2e8f0;border:1px solid rgba(148,163,184,.3);border-radius:8px;padding:.25rem .5rem;font-size:.8rem}.remote-repo-modal__tree{margin-top:.75rem;display:flex;flex-direction:column;gap:.35rem;font-family:Space Mono,monospace;font-size:.85rem}.remote-repo-modal__tree-row{display:flex;align-items:center;gap:.45rem;color:#e2e8f0;cursor:default;-webkit-user-select:none;user-select:none}.remote-repo-modal__tree-icon{width:20px;display:inline-flex;justify-content:center}.remote-repo-modal__icon{width:20px;height:20px;color:#93c5fd}.remote-repo-modal__icon--open{color:#38bdf8}.remote-repo-modal__icon--file{color:#cbd5f5}.remote-repo-modal__tree-row--folder{cursor:pointer}.remote-repo-modal__list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.remote-repo-modal__repo-list{display:flex;flex-direction:column;gap:.6rem;margin-top:1rem}.remote-repo-modal__repo-item{border:1px solid rgba(148,163,184,.2);background:#0f172a80;color:#e2e8f0;border-radius:12px;padding:.7rem 1rem;cursor:pointer;text-align:left;font-family:Space Mono,monospace;font-size:.9rem}.remote-repo-modal__repo-item:hover{background:#3b82f633;border-color:#3b82f659}.remote-repo-modal__list-item{padding:.85rem 1rem;border-radius:12px;background:#0f172a80;border:1px solid rgba(148,163,184,.18);color:#e2e8f0}.remote-repo-modal__commit-title{font-weight:600}.remote-repo-modal__commit-meta{margin-top:.2rem;font-size:.8rem;color:#94a3b8}.remote-repo-modal__file-path{font-family:Space Mono,monospace;font-size:.85rem;color:#94a3b8;margin-bottom:.75rem}.remote-repo-modal__file-view{display:flex;flex-direction:column;min-height:0;height:100%}.remote-repo-modal__file-content{flex:1;margin:0;padding:1rem;border-radius:12px;background:#0f172a99;border:1px solid rgba(148,163,184,.2);color:#e2e8f0;font-family:Space Mono,monospace;font-size:.9rem;min-height:0;overflow:auto;white-space:pre-wrap}.remote-repo-modal__compare-bar{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.remote-repo-modal__spacer{flex:1}.remote-repo-modal__compare-list{display:flex;flex-direction:column;gap:1rem}.remote-repo-modal__primary{border:none;border-radius:999px;padding:.45rem 1rem;background:#38bdf8;color:#0b1220;font-weight:600;cursor:pointer}.remote-repo-modal__primary:disabled{opacity:.45;cursor:not-allowed}.remote-repo-modal__mr-menu{margin-bottom:1rem;border-radius:14px;border:1px solid rgba(148,163,184,.2);background:#0f172a99;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.75rem}.remote-repo-modal__mr-field{display:flex;flex-direction:column;gap:.4rem;font-size:.8rem;color:#94a3b8}.remote-repo-modal__mr-field input{border-radius:10px;border:1px solid rgba(148,163,184,.3);background:#0f172a;color:#e2e8f0;padding:.5rem .75rem;font-size:.9rem}.remote-repo-modal__mr-actions{display:flex;justify-content:flex-end}.remote-repo-modal__mr-create{border:none;border-radius:999px;padding:.4rem .9rem;background:#22c55e;color:#0b1220;font-weight:600;cursor:pointer}.remote-repo-modal__mr-create:disabled{opacity:.4;cursor:not-allowed}.remote-repo-modal__clone,.remote-repo-modal__fork{position:relative}.remote-repo-modal__actions{margin-left:auto;display:inline-flex;align-items:center;gap:.6rem}.remote-repo-modal__delete{position:relative}.remote-repo-modal__action-button{border:none;border-radius:999px;padding:.4rem .85rem;background:#3b82f633;color:#bfdbfe;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem}.remote-repo-modal__action-button--fork{background:#22c55e33;color:#86efac}.remote-repo-modal__action-button--danger{background:#ef444433;color:#fecaca}.remote-repo-modal__action-button svg{width:16px;height:16px}.remote-repo-modal__action-icon{display:inline-flex;align-items:center;justify-content:center}.remote-repo-modal__clone-menu{position:absolute;right:0;top:calc(100% + .5rem);background:#0f172af2;border:1px solid rgba(148,163,184,.25);border-radius:12px;padding:.75rem;min-width:220px;box-shadow:0 16px 32px #0f172a66;z-index:10}.remote-repo-modal__clone-title{font-size:.8rem;color:#94a3b8;margin-bottom:.4rem}.remote-repo-modal__clone-menu pre{margin:0;padding:.5rem .6rem;border-radius:8px;background:#0f172a99;border:1px solid rgba(148,163,184,.2);font-size:.8rem}.remote-repo-modal__fork-menu{position:absolute;right:0;top:calc(100% + .5rem);background:#0f172af2;border:1px solid rgba(148,163,184,.25);border-radius:12px;padding:.75rem;min-width:260px;box-shadow:0 16px 32px #0f172a66;z-index:10}.remote-repo-modal__delete-menu{position:absolute;right:0;top:calc(100% + .5rem);background:#0f172af2;border:1px solid rgba(239,68,68,.4);border-radius:12px;padding:.75rem;min-width:240px;box-shadow:0 16px 32px #0f172a66;z-index:10}.remote-repo-modal__delete-text{margin:.45rem 0 0;font-size:.85rem;color:#fecaca}.remote-repo-modal__delete-confirm{border:none;border-radius:999px;padding:.35rem .9rem;background:#ef4444;color:#fff;font-weight:600;cursor:pointer}.remote-repo-modal__home-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.9rem}.remote-repo-modal__home-error{margin-top:.4rem;color:#fca5a5;font-size:.85rem}.remote-repo-modal__diff-card{border-radius:14px;border:1px solid rgba(148,163,184,.2);background:#0f172a73;padding:.9rem 1rem 1rem}.remote-repo-modal__diff-title{font-family:Space Mono,monospace;font-size:.85rem;color:#cbd5f5;margin-bottom:.6rem}.remote-repo-modal__diff-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.6rem}.remote-repo-modal__diff-badge{border-radius:999px;padding:.15rem .6rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.04em}.remote-repo-modal__diff-badge--added{background:#22c55e33;color:#86efac}.remote-repo-modal__diff-badge--modified{background:#3b82f633;color:#bfdbfe}.remote-repo-modal__diff-badge--deleted{background:#f8717133;color:#fecaca}.remote-repo-modal__diff-body{margin:0;padding:.75rem;border-radius:10px;background:#0f172a99;border:1px solid rgba(148,163,184,.15);color:#e2e8f0;font-family:Space Mono,monospace;font-size:.85rem;overflow:auto;white-space:pre-wrap}.remote-repo-modal__diff-line--add{color:#4ade80}.remote-repo-modal__diff-line--del{color:#f87171}.remote-repo-modal__diff-line--ctx{color:#e2e8f0}.remote-repo-modal__mr-summary{font-size:.9rem;color:#94a3b8;margin-bottom:1.2rem}.remote-repo-modal__mr-summary-row{display:inline-flex;align-items:center;gap:.6rem;flex-wrap:wrap}.remote-repo-modal__mr-summary-row label{display:inline-flex;flex-direction:column;gap:.25rem;font-size:.75rem;color:#94a3b8}.remote-repo-modal__mr-summary-select{min-width:150px;padding:.35rem .55rem;border-radius:8px;border:1px solid rgba(148,163,184,.3);background:#0f172ab3;color:#e2e8f0;font-size:.85rem;font-family:Space Mono,monospace}.remote-repo-modal__mr-summary-select:disabled{opacity:.5;cursor:not-allowed}.remote-repo-modal__mr-summary-arrow{font-size:.85rem;color:#94a3b8;padding-top:1rem}.remote-repo-modal__mr-meta{margin:-.7rem 0 1rem;font-size:.85rem;color:#cbd5f5}.remote-repo-modal__mr-warning{margin:-.7rem 0 1.2rem;padding:.6rem .8rem;border-radius:8px;background:#f871711f;color:#fecaca;font-size:.9rem}.remote-repo-modal__mr-warning-title{font-weight:600}.remote-repo-modal__mr-help-title{margin-top:.6rem;font-size:.9rem;font-weight:600}.remote-repo-modal__mr-warning pre{margin:.5rem 0 0;padding:.6rem .7rem;border-radius:8px;background:#0f172a80;color:#fee2e2;font-size:.85rem;white-space:pre-wrap}.remote-repo-modal__mr-help-note{margin:.5rem 0 0;font-size:.85rem;color:#fee2e2}.remote-repo-modal__mr-help-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap;margin-top:.6rem}.remote-repo-modal__mr-help-row .remote-repo-modal__mr-help-title{margin-top:0}.remote-repo-modal__mr-help-select{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;color:#fee2e2}.remote-repo-modal__mr-help-select select{background:#0f172a99;border:1px solid rgba(248,113,113,.35);border-radius:8px;color:#fee2e2;padding:.25rem .5rem;font-size:.8rem}.remote-repo-modal__mr-help-text{margin:.45rem 0 0;color:#fecaca;font-size:.85rem;line-height:1.4}.remote-repo-modal__mr-section{margin-bottom:1.5rem}.remote-repo-modal__mr-actions{display:flex;gap:.5rem;margin-top:-.2rem}.remote-repo-modal__mr-title{display:flex;align-items:center;gap:.6rem}.remote-repo-modal__mr-chip{background:#22c55e33;color:#86efac;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;position:relative;top:-1px}.remote-repo-modal__mr-chip--conflict{background:#fb923c33;color:#fdba74}.remote-repo-modal__mr-chip--inline{margin-left:.4rem}.remote-repo-modal__mr-button{border:none;border-radius:999px;padding:.35rem .9rem;font-weight:600;cursor:pointer}.remote-repo-modal__mr-button:disabled{opacity:.4;cursor:not-allowed}.remote-repo-modal__mr-button--merge{background:#22c55e;color:#0b1220}.remote-repo-modal__mr-button--close{background:#ef444433;color:#fecaca}.remote-repo-modal__mr-confirm{margin-top:.75rem;margin-bottom:.75rem;border-radius:14px;border:1px solid rgba(148,163,184,.2);background:#0f172a99;padding:.9rem 1rem;display:flex;flex-direction:column;gap:.6rem}.remote-repo-modal__mr-confirm-title{font-weight:600;color:#e2e8f0}.remote-repo-modal__mr-confirm-text{color:#94a3b8;font-size:.9rem}.remote-repo-modal__mr-confirm-toggle{display:flex;align-items:center;gap:10px;color:#cbd5f5;font-size:.9rem}.remote-repo-modal__mr-confirm-toggle input{accent-color:#32c96b}.remote-repo-modal__mr-confirm-actions{display:flex;justify-content:flex-end;gap:.5rem;align-items:center}.remote-repo-modal__mr-confirm-spacer{flex:1}.remote-repo-modal__mr-confirm-cancel{border:none;border-radius:999px;padding:.35rem .9rem;background:#94a3b833;color:#e2e8f0;cursor:pointer}.remote-repo-modal__mr-confirm-apply{border:none;border-radius:999px;padding:.35rem .9rem;font-weight:600;cursor:pointer}.remote-repo-modal__mr-confirm-apply--merge{background:#22c55e;color:#0b1220}.remote-repo-modal__mr-confirm-apply--close{background:#ef444433;color:#fecaca}.remote-repo-modal__mr-table{display:flex;flex-direction:column;gap:.35rem}.remote-repo-modal__mr-row{display:grid;grid-template-columns:2fr 2fr 1fr;gap:1rem;align-items:center;padding:.6rem .9rem;border-radius:10px;border:1px solid rgba(148,163,184,.15);background:#0f172a73;color:#e2e8f0;text-align:left;cursor:pointer}.remote-repo-modal__mr-row--header{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;cursor:default;background:transparent;border:none;padding:.2rem .2rem .4rem}.remote-repo-modal__mr-status{text-transform:capitalize;color:#86efac;font-weight:600}.remote-repo-modal__file-empty{flex:1;border-radius:16px;border:1px dashed rgba(148,163,184,.25);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;color:#94a3b8;background:#0f172a59}.remote-repo-modal__file-code{font-size:2.2rem;font-weight:700;color:#f87171}.remote-repo-modal__file-title{font-size:1.2rem;color:#e2e8f0;margin-top:.4rem}.remote-repo-modal__file-text{margin-top:.4rem;font-size:.9rem}.remote-repo-modal__notfound{margin-top:2rem;padding:2.5rem 2rem;border-radius:18px;border:1px dashed rgba(148,163,184,.25);background:#0f172a59;text-align:center;color:#94a3b8}.remote-repo-modal__notfound-code{font-size:2.4rem;font-weight:700;color:#f87171}.remote-repo-modal__notfound-title{font-size:1.3rem;color:#e2e8f0;margin-top:.4rem}.remote-repo-modal__notfound-text{margin-top:.4rem;font-size:.9rem}.file-structure{display:flex;flex-direction:column;gap:1rem;height:100%;padding:.95rem;background:#111f2e;color:#e2e8f0;min-height:0}.file-structure__header{display:flex;align-items:center;justify-content:space-between;font-size:.95rem;text-transform:uppercase;letter-spacing:.12em}.file-structure__button{border:1px solid #4fd1c5;background:transparent;color:#4fd1c5;font-size:.7rem;letter-spacing:.05em;text-transform:none;padding:.15rem .5rem;display:inline-flex;align-items:center;justify-content:center;min-height:24px;border-radius:999px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.file-structure__header-controls{display:flex;align-items:center;gap:.25rem}.file-structure__show-hidden-button{border:1px solid rgba(94,234,212,.3);border-radius:999px;background:transparent;color:#94a3b8d9;font-size:.7rem;letter-spacing:.05em;text-transform:none;padding:.15rem .5rem;display:inline-flex;align-items:center;justify-content:center;min-height:24px;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.file-structure__show-hidden-button:hover,.file-structure__show-hidden-button--active{color:#94a3b8d9;border-color:#5eead44d;background:transparent}.file-structure__new{position:relative}.file-structure__submenu{position:absolute;top:120%;right:0;background:#0b1220;border:1px solid rgba(148,163,184,.2);border-radius:10px;padding:.35rem;min-width:140px;display:flex;flex-direction:column;gap:.25rem;box-shadow:0 18px 30px #0f172a59;z-index:15}.file-structure__submenu-item{border:none;background:transparent;color:#e2e8f0;text-align:left;padding:.4rem .5rem;border-radius:8px;cursor:pointer;font-size:.85rem}.file-structure__submenu-item:hover{background:#94a3b833}.file-structure__tree{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;font-size:.95rem;min-width:0}.file-structure__tree-wrapper{flex:1;min-height:0;overflow:auto;padding-right:.4rem}.file-structure__tutorial{display:none}.file-structure__item{display:flex;flex-direction:column;gap:.25rem}.file-structure__folder{font-weight:600;color:#f8fafc;cursor:context-menu}.file-structure__folder-row{display:flex;align-items:center;gap:.4rem}.file-structure__chevron{border:none;background:transparent;color:#94a3b8;width:20px;cursor:pointer;padding:0;font-size:.9rem;display:inline-flex;align-items:center;justify-content:center}.file-structure__icon{width:20px;height:20px;color:#7dd3fc}.file-structure__icon--open{color:#38bdf8}.file-structure__icon--closed{color:#93c5fd}.file-structure__nested{list-style:none;margin:0;padding-left:1rem;display:flex;flex-direction:column;gap:.3rem}.file-structure__file{color:#94a3b8}.file-structure__file button{background:transparent;border:none;color:inherit;cursor:pointer;padding:0;font-size:.95rem;display:inline-flex;align-items:center;gap:.5rem}.file-structure__file-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;color:#a3b1c6}.file-structure__file--active{color:#38bdf8}.file-structure__menu{position:fixed;z-index:20;background:#0b1220;border:1px solid rgba(148,163,184,.2);border-radius:10px;min-width:140px;box-shadow:0 18px 30px #0f172a59;padding:.35rem;display:flex;flex-direction:column;gap:.25rem}.file-structure__menu-item{border:none;background:transparent;color:#e2e8f0;text-align:left;padding:.4rem .5rem;border-radius:8px;cursor:pointer;font-size:.85rem}.file-structure__menu-item:hover{background:#94a3b833}.file-structure__menu-item--danger{color:#f87171}.file-structure__menu-submenu{display:flex;flex-direction:column;gap:.25rem;padding-left:.35rem;border-left:1px solid rgba(148,163,184,.2)}.file-structure__modal-backdrop{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:140}.file-structure__modal{background:#0b1220;color:#e2e8f0;border-radius:16px;padding:1.25rem;width:min(360px,90vw);box-shadow:0 24px 50px #0f172a73}.file-structure__modal-title{margin:0 0 .75rem;font-size:1.1rem}.file-structure__modal-text{margin:0;font-size:.9rem;color:#cbd5f5}.file-structure__modal-label{font-size:.85rem;color:#94a3b8}.file-structure__modal-input{width:100%;margin-top:.4rem;padding:.55rem .65rem;border-radius:10px;border:1px solid rgba(148,163,184,.3);background:#0f172a;color:#e2e8f0;font-size:.9rem}.file-structure__modal-error{margin:.5rem 0 0;font-size:.85rem;color:#fca5a5}.file-structure__modal-actions{margin-top:1rem;display:flex;justify-content:flex-end;gap:.5rem}.file-structure__modal-button{border:1px solid rgba(148,163,184,.3);background:transparent;color:#e2e8f0;padding:.4rem .8rem;border-radius:8px;cursor:pointer;font-size:.85rem}.file-structure__modal-button--primary{background:#38bdf8;border-color:#38bdf8;color:#0f172a;font-weight:600}.file-structure__modal-button--danger{background:#f87171;border-color:#f87171;color:#0f172a;font-weight:600}.tutorial-modal__backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:40}.tutorial-modal{background:#0f1928;color:#e8f0ff;border:1px solid rgba(255,255,255,.08);border-radius:12px;box-shadow:0 20px 60px #00000059;width:min(640px,96vw);padding:20px;position:relative}.tutorial-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.tutorial-modal__kicker{font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:#7bc4ff;margin-bottom:4px}.tutorial-modal__title{font-size:20px;margin:0}.tutorial-modal__description{margin:8px 0 12px;line-height:1.5;color:#d5e7ff}.tutorial-modal__code{margin:8px 0;padding:10px 12px;border-radius:10px;background:#0f172abf;border:1px solid rgba(148,163,184,.25);color:#e2e8f0;font-family:SFMono-Regular,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.88rem;line-height:1.4;white-space:pre-wrap}.tutorial-modal__inline-code{padding:0 6px;border-radius:6px;background:#0f172a80;border:1px solid rgba(148,163,184,.3);color:#e2e8f0;font-family:SFMono-Regular,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9em}.tutorial-modal__footnote{margin-top:4px;color:#d5e7ffb3;font-size:.85rem;line-height:1.4}.tutorial-modal__hints{margin-bottom:12px}.tutorial-modal__hint-toggle{background:transparent;border:1px solid rgba(255,255,255,.12);color:#e8f0ff;padding:6px 10px;border-radius:8px;cursor:pointer}.tutorial-modal__hint-list{list-style:disc;padding-left:20px;margin:10px 0 0;color:#fde68a;font-size:.85rem;line-height:1.4}.tutorial-modal__hint-item{margin-bottom:4px}.tutorial-modal__actions{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:12px}.tutorial-modal__actions-right{display:flex;align-items:center;gap:8px;margin-left:auto}.tutorial-modal__button{border-radius:10px;border:1px solid rgba(255,255,255,.14);padding:10px 14px;background:transparent;color:#e8f0ff;cursor:pointer}.tutorial-modal__button--primary{background:linear-gradient(135deg,#3ea4ff,#63e0ff);color:#0c1723;border:none;font-weight:600}.tutorial-modal__close{cursor:pointer;position:absolute;top:1rem;right:1rem}.tutorial-widget__container{position:fixed;left:14px;bottom:14px;width:240px;pointer-events:none;z-index:1050}.tutorial-widget{width:220px;border-radius:30px;border:none;background:linear-gradient(145deg,#5c33ff,#a42dff);color:#f5fbff;padding:16px;text-align:left;cursor:pointer;box-shadow:0 20px 40px #5a28ff59,0 0 32px #8443ffe6;margin:0 auto;position:relative;z-index:1;pointer-events:auto}.tutorial-widget__header{display:flex;align-items:center;justify-content:space-between;font-size:12px;opacity:.9}.tutorial-widget__reset{border:none;background:transparent;padding:0;margin:0;cursor:pointer;color:inherit;display:inline-flex;align-items:center;justify-content:center;opacity:.85}.tutorial-widget__reset:disabled{cursor:default;opacity:.35}.tutorial-widget__reset-icon{width:16px;height:16px}.tutorial-reset__backdrop{position:fixed;inset:0;background:#0f172aa6;display:flex;align-items:center;justify-content:center;z-index:60}.tutorial-reset__modal{background:#0f1928;border-radius:14px;padding:20px;width:min(360px,92vw);border:1px solid rgba(148,163,184,.2);color:#e8f0ff;box-shadow:0 16px 40px #0f172a99}.tutorial-reset__title{margin:0 0 8px;font-size:1.05rem}.tutorial-reset__text{margin:0 0 16px;font-size:.9rem;color:#d5e7ffb3;line-height:1.4}.tutorial-reset__actions{display:flex;justify-content:flex-end;gap:10px}.tutorial-reset__button{border-radius:10px;border:1px solid rgba(148,163,184,.35);padding:8px 14px;background:transparent;color:#e8f0ff;cursor:pointer}.tutorial-reset__button--danger{background:#ef44442e;border-color:#ef444466;color:#fecaca}.tutorial-widget__label{letter-spacing:.04em;text-transform:uppercase}.tutorial-widget__title{margin:6px 0;font-weight:600}.tutorial-widget__title--left{text-align:left}.tutorial-widget__progress{width:100%;height:6px;background:#ffffff2e;border-radius:999px;overflow:hidden}.tutorial-widget__progress-bar{height:100%;background:linear-gradient(90deg,#3ea4ff,#63e0ff);border-radius:999px}.tutorial-select__difficulty{cursor:pointer;margin-top:14px;margin-bottom:6px;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:#7dd3fc}.tutorial-select__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}.tutorial-select__item{padding:.5rem .7rem;border-radius:14px;border:1px solid rgba(148,163,184,.4);background:#0f172acc;display:flex;justify-content:space-between;align-items:center;gap:1rem}.tutorial-select__item--locked{opacity:.65}.tutorial-select__title{font-weight:600;color:#f8fafc}.tutorial-select__description{margin:.1rem 0 0;color:#cbd5f5;font-size:.8rem}.tutorial-select__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.tutorial-select__status{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.tutorial-select__drawer{max-height:0;overflow:hidden;transition:max-height .3s ease}.tutorial-select__drawer--open{max-height:255px;overflow-y:auto;scrollbar-width:thin;border:#2f2f2f 1px solid;background:#1e293b;padding:5px;border-radius:14px}.tutorial-select__container{padding-right:.5rem}.terminal-pane{background:#0f172a;color:#e2e8f0;border-radius:18px;overflow:hidden;border:2px solid var(--panel-border);box-shadow:0 16px 40px #0f172a33;display:flex;flex-direction:column;min-height:0;flex:1 1 auto;height:100%}.terminal-pane__header{padding:.35rem .75rem;background:#111827;border-bottom:1px solid rgba(148,163,184,.2);font-size:.88rem;letter-spacing:.06em;text-transform:uppercase;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.terminal-pane__header-actions{display:flex;align-items:center;gap:.5rem}.terminal-pane__copy-status{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:#4ade80;order:1}.terminal-pane__copy-button{width:36px;height:32px;background:transparent;border:none;border-radius:8px;padding:0;color:#e2e8f0;outline:none;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease;order:2;cursor:pointer}.terminal-pane__copy-button:hover{background:#e2e8f01f}.terminal-pane__copy-button:focus,.terminal-pane__copy-button:focus-visible{outline:none;box-shadow:none}.terminal-pane__copy-button svg{width:22px;height:22px;color:inherit}.terminal-pane__copy-icon{width:22px;height:22px}.terminal-pane__body{padding:.5rem;font-family:Space Mono,monospace;font-size:.85rem;display:flex;flex-direction:column;gap:0;line-height:1.35;flex:1 1 auto;min-height:0;overflow-y:auto}.terminal-pane__line{white-space:pre-wrap;word-break:break-word}.terminal-pane__line--add{color:#4ade80}.terminal-pane__line--del{color:#f87171}.terminal-pane__line--hunk{color:#facc15}.terminal-pane__line--header{color:#60a5fa}.terminal-pane__editor{display:block;width:100%;background:transparent;color:#e2e8f0;font-family:Space Mono,monospace;font-size:.85rem;line-height:1.35;outline:none;white-space:pre-wrap;word-break:break-word;cursor:text;min-height:0;flex:0 0 auto}.terminal-pane__editor-prompt{color:#4ade80;-webkit-user-select:none;user-select:none}.terminal-pane__editor-input{outline:none;caret-color:#4ade80;display:inline;white-space:pre-wrap;word-break:break-word}.git-editor{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:20;pointer-events:none}.git-editor__backdrop{position:absolute;inset:0;background:#0f172ad9;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:auto}.git-editor__panel{position:relative;pointer-events:auto;background:#0f172a;border:2px solid var(--panel-border);border-radius:24px;padding:.5rem;width:min(780px,calc(100% - 1rem));height:min(760px,calc(100vh - 2rem));display:flex;flex-direction:column;gap:.75rem;box-shadow:0 30px 70px #0f172a73;overflow:hidden}.git-editor__textarea{flex:1;width:100%;border-radius:18px;border:1px solid rgba(148,163,184,.5);background:#111c2f;color:#e2e8f0;font-family:Space Mono,monospace;font-size:.95rem;resize:none;padding:1rem 1.1rem;line-height:1.5;outline:none}.git-editor__textarea:focus{border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf873}.git-editor__actions{display:flex;gap:.75rem;justify-content:flex-end}.git-editor__cancel,.git-editor__submit{border-radius:999px;padding:.55rem 1.25rem;border:1px solid transparent;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.git-editor__cancel{background:transparent;border-color:#94a3b866;color:#94a3b8}.git-editor__submit{background:#38bdf8;color:#0f172a;border-color:transparent}.git-editor__submit:active{transform:translateY(1px)}.toast-host{position:fixed;bottom:24px;display:flex;flex-direction:column;gap:10px;z-index:40;max-width:360px;left:50%;transform:translate(-50%)}.toast{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;background:#111418;color:#f5f7fa;box-shadow:0 10px 24px #00000040;border:1px solid rgba(255,255,255,.08);animation:toast-in .22s ease-out,toast-shake .3s ease-out}.toast--info{background:#1b2f4a;border-color:#78a4ff73}.toast--success{background:#0f1d14;border-color:#58c58659}.toast--warning{background:#231c0f;border-color:#f5a62366}.toast--error{background:#241110;border-color:#e74c3c80}.toast__message{flex:1;font-size:.9rem;line-height:1.25rem}.toast__close{border:none;background:transparent;color:inherit;font-size:1.1rem;cursor:pointer;padding:0 4px}@keyframes toast-in{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes toast-shake{0%{transform:translate(0)}25%{transform:translate(-4px)}50%{transform:translate(4px)}75%{transform:translate(-3px)}to{transform:translate(0)}}@media(max-width:640px){.toast-host{left:50%;right:auto;bottom:16px;max-width:none;width:calc(100% - 32px)}}.vsplit{display:flex;flex-direction:column;min-height:0;flex:1;height:100%}.vsplit__pane{display:flex;flex-direction:column;min-height:0;overflow:hidden}.vsplit__pane--bottom{flex:1 1 0%;min-height:0}.vsplit__handle{height:10px;cursor:row-resize;flex:0 0 auto;position:relative;background:transparent;border:none}.vsplit__handle:before{content:"";position:absolute;left:12px;right:12px;top:50%;transform:translateY(-50%);height:2px;border-radius:999px;background:#94a3b847}.vsplit__handle:hover:before{background:#38bdf88c}.vsplit--dragging{cursor:row-resize;-webkit-user-select:none;user-select:none}.vsplit--dragging *{-webkit-user-select:none!important;user-select:none!important}
