@import"https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap";/**
* 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.
*/.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;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{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{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{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{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}:root,[data-theme=dark]{--color-bg: #1c1c1e;--color-bg-soft: #2c2c2e;--color-bg-deep: #1a1a1c;--color-bg-line: #38383a;--color-border: rgba(255, 255, 255, .12);--color-text: #f5f5f7;--color-text-mid: rgba(245, 245, 247, .7);--color-text-dim: rgba(245, 245, 247, .45);--color-accent: #ff7a59;--color-on-accent: #ffffff;--color-success: #30d158;--color-warning: #ffd60a;--color-danger: #ff453a;--shadow-card: 0 1px 2px rgba(0,0,0,.32), 0 6px 16px rgba(0,0,0,.22);--shadow-popover: 0 2px 6px rgba(0,0,0,.36), 0 16px 32px rgba(0,0,0,.32);--focus-ring: 0 0 0 3px color-mix(in srgb, var(--color-accent) 40%, transparent);--gradient-accent: linear-gradient(105deg, #ff7a59 0%, #ff5e7d 52%, #ff8a3d 100%);--shadow-accent: 0 6px 18px -6px rgba(255, 94, 89, .55);--shadow-brand: 0 3px 10px -3px rgba(255, 94, 89, .55);color-scheme:dark}[data-theme=light]{--color-bg: #f5f5f7;--color-bg-soft: #ffffff;--color-bg-deep: #ffffff;--color-bg-line: #e5e5e7;--color-border: rgba(0, 0, 0, .1);--color-text: #1d1d1f;--color-text-mid: rgba(29, 29, 31, .62);--color-text-dim: rgba(29, 29, 31, .38);--color-accent: #c0532e;--color-on-accent: #ffffff;--color-success: #1f9251;--color-warning: #a45c00;--color-danger: #d83933;--shadow-card: 0 1px 2px rgba(0,0,0,.06), 0 4px 12px rgba(0,0,0,.04);--shadow-popover: 0 2px 6px rgba(0,0,0,.1), 0 16px 32px rgba(0,0,0,.1);--focus-ring: 0 0 0 3px color-mix(in srgb, var(--color-accent) 28%, transparent);--gradient-accent: linear-gradient(105deg, #ff7a59 0%, #ff5e7d 52%, #ff8a3d 100%);--shadow-accent: 0 6px 18px -6px rgba(192, 83, 46, .4);--shadow-brand: 0 3px 10px -3px rgba(192, 83, 46, .55);color-scheme:light}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,Inter,Segoe UI,Roboto,system-ui,sans-serif;font-size:13px;line-height:1.45;letter-spacing:-.005em;background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .16s ease,color .16s ease}.display-font{font-family:Geist,-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,system-ui,sans-serif;letter-spacing:-.015em}.mono-font{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace}.accent-gradient{background:var(--gradient-accent);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.qorin-aurora{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:radial-gradient(1100px 560px at 78% -10%,color-mix(in srgb,var(--color-accent) 16%,transparent),transparent 62%),radial-gradient(900px 520px at 14% 4%,color-mix(in srgb,var(--color-accent) 10%,transparent),transparent 60%);background-repeat:no-repeat}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:6px}.qorin-terminal,.qorin-terminal *,.xterm,.xterm *{outline:none!important;box-shadow:none!important}@keyframes qorin-fade-in{0%{opacity:0}to{opacity:1}}@keyframes qorin-sheet-in{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.qorin-modal-backdrop{animation:qorin-fade-in .14s ease-out}.qorin-modal-backdrop>*{animation:qorin-sheet-in .2s cubic-bezier(.22,.95,.36,1)}button,a{transition:background .12s ease,border-color .12s ease,transform 80ms ease,box-shadow .12s ease,color .12s ease}button:not(:disabled):active{transform:translateY(.5px)}button:not(:disabled):hover{filter:brightness(1.08)}[data-theme=light] button:not(:disabled):hover{filter:brightness(.97)}a.qorin-hoverable:hover,button.qorin-hoverable:not(:disabled):hover{background:color-mix(in srgb,var(--color-text-mid) 8%,transparent);filter:none}.qorin-row-hover:hover{background:color-mix(in srgb,var(--color-text-mid) 8%,transparent)}.qorin-row-action{opacity:0;transition:opacity .12s ease}.qorin-row-hover:hover .qorin-row-action,.qorin-row-action:focus-visible{opacity:1}hr{border:none;border-top:1px solid var(--color-bg-line);margin:16px 0}@media (min-resolution: 2dppx){hr{border-top-width:.5px}}input,textarea,select,button{font-family:inherit}input[type=text],input[type=email],input[type=number],input[type=password],input[type=search],input[type=url],textarea{-moz-appearance:none;appearance:none;-webkit-appearance:none}input::placeholder,textarea::placeholder{color:var(--color-text-dim)}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border-radius:4px;border:1px solid var(--color-border);background:var(--color-bg-soft);cursor:pointer;display:inline-grid;place-content:center;flex-shrink:0}input[type=checkbox]:checked{background:var(--color-accent);border-color:var(--color-accent)}input[type=checkbox]:checked:before{content:"";width:9px;height:9px;background:var(--color-on-accent);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%)}@keyframes qorin-pulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:.55;transform:scale(.92)}}.pulse-dot{animation:qorin-pulse 2.4s ease-in-out infinite}@keyframes qorin-attention{0%{box-shadow:0 0 color-mix(in srgb,var(--color-accent) 60%,transparent);transform:scale(1)}60%{box-shadow:0 0 0 7px color-mix(in srgb,var(--color-accent) 0%,transparent);transform:scale(1.1)}to{box-shadow:0 0 color-mix(in srgb,var(--color-accent) 0%,transparent);transform:scale(1)}}.attention-dot{animation:qorin-attention 1.4s ease-out infinite}@media (max-width: 720px){.settings-grid{grid-template-columns:1fr!important;gap:18px!important}.settings-nav{position:static!important;display:flex!important;overflow-x:auto;gap:6px!important;padding-bottom:4px;-webkit-overflow-scrolling:touch}.settings-nav .settings-group{display:contents}.settings-nav .settings-grouphdr{display:none}.settings-nav .settings-link{white-space:nowrap}}
