/**
 * 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:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{-webkit-user-select:text;user-select:text;white-space:pre}.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}.settings-menu{position:relative;display:inline-block}.settings-button{background:transparent;border:1px solid #30363d;border-radius:6px;padding:6px 10px;color:#c9d1d9;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s,border-color .2s}.settings-button:hover{background-color:#30363d;border-color:#58a6ff}.settings-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#161b22;border:1px solid #30363d;border-radius:6px;padding:12px;min-width:280px;box-shadow:0 8px 24px #0006;z-index:1000}.settings-section{display:flex;flex-direction:column;gap:12px}.settings-item{display:flex;flex-direction:column;gap:6px}.settings-label{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:14px;color:#c9d1d9}.settings-label span{flex:1}.settings-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#58a6ff}.settings-description{font-size:12px;color:#8b949e;margin:0;padding-left:0;line-height:1.4}.ws-debug-panel{position:relative;display:inline-block}.ws-debug-toggle{position:relative;background:transparent;border:1px solid #30363d;border-radius:6px;padding:6px 10px;color:#c9d1d9;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s,border-color .2s}.ws-debug-toggle:hover{background-color:#30363d;border-color:#58a6ff}.ws-debug-badge{position:absolute;top:-4px;right:-4px;background:#58a6ff;color:#0d1117;font-size:10px;font-weight:700;padding:2px 5px;border-radius:10px;min-width:16px;text-align:center}.ws-debug-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#161b22;border:1px solid #30363d;border-radius:6px;padding:0;min-width:400px;max-width:500px;box-shadow:0 8px 24px #0006;z-index:1000;max-height:600px;overflow:hidden;display:flex;flex-direction:column}.ws-debug-header{padding:12px 16px;border-bottom:1px solid #30363d;display:flex;justify-content:space-between;align-items:center;background:#0d1117}.ws-debug-header h3{margin:0;font-size:14px;font-weight:600;color:#c9d1d9}.ws-debug-count{font-size:12px;color:#8b949e}.ws-debug-content{overflow-y:auto;max-height:500px}.ws-debug-empty{padding:40px 20px;text-align:center;color:#8b949e;font-size:14px}.ws-debug-list{display:flex;flex-direction:column}.ws-debug-item{padding:12px 16px;border-bottom:1px solid #30363d}.ws-debug-item:last-child{border-bottom:none}.ws-debug-item-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.ws-debug-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ws-debug-session-id{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:12px;color:#c9d1d9;flex:1}.ws-debug-status-text{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.ws-debug-item-details{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:8px}.ws-debug-detail{display:flex;flex-direction:column;gap:2px}.ws-debug-detail-label{font-size:11px;color:#8b949e;text-transform:uppercase;letter-spacing:.3px}.ws-debug-detail-value{font-size:13px;color:#c9d1d9;font-weight:500}.ws-debug-destroyed{color:#f85149;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.ws-debug-content::-webkit-scrollbar{width:8px}.ws-debug-content::-webkit-scrollbar-track{background:#0d1117}.ws-debug-content::-webkit-scrollbar-thumb{background:#30363d;border-radius:4px}.ws-debug-content::-webkit-scrollbar-thumb:hover{background:#484f58}/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid}}}.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.static{position:static}.container{width:100%}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.aspect-square{aspect-ratio:1}.h-full{height:100%}.h-screen{height:100vh}.w-full{width:100%}.shrink-0{flex-shrink:0}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.object-cover{object-fit:cover}.text-center{text-align:center}.break-all{word-break:break-all}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.italic{font-style:italic}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}*{box-sizing:border-box;margin:0;padding:0}body{color:#e5e5e5;background:#1a1a1a;font-family:system-ui,-apple-system,sans-serif;line-height:1.6}.container{flex-direction:column;height:100vh;display:flex;overflow:hidden}.header{background:#1a1a1a;border-bottom:1px solid #333;flex-shrink:0;padding:16px 20px}.main-layout{flex:1;display:flex;overflow:hidden}.left-panel{background:#222;border-right:1px solid #333;flex-direction:column;flex-shrink:0;width:400px;transition:width .3s;display:flex;overflow:hidden}.left-panel.collapsed{width:60px}.collapsed-content{flex:1;padding:12px 8px;overflow-y:auto}.collapsed-worktree-item:hover,.collapse-toggle-btn:hover{background:#333!important}.right-panel{background:#1a1a1a;flex-direction:column;flex:1;display:flex;overflow:hidden}.panel-header{background:#2a2a2a;border-bottom:1px solid #333;flex-shrink:0;padding:16px 20px}.panel-content{flex:1;padding:20px;overflow-y:auto}.header h1{color:#fff;margin-bottom:8px;font-size:2rem}.header p{color:#888}.section{margin-bottom:30px}.section h2{color:#fff;margin-bottom:15px;font-size:1.5rem}.card{background:#2a2a2a;border:1px solid #333;border-radius:8px;margin-bottom:15px;padding:20px}.card h3{color:#fff;margin-bottom:10px}.card p{color:#ccc;margin-bottom:8px}.button{color:#fff;cursor:pointer;background:#007acc;border:none;border-radius:4px;margin-bottom:8px;margin-right:8px;padding:8px 16px;font-size:14px}.button:hover{background:#005c99}.button.secondary{background:#666}.button.secondary:hover{background:#555}.button.danger{background:#dc3545}.button.danger:hover{background:#c82333}.input{color:#e5e5e5;background:#333;border:1px solid #555;border-radius:4px;margin-bottom:8px;margin-right:8px;padding:8px 12px}.input:focus{border-color:#007acc;outline:none}.status{text-transform:uppercase;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-block}.status.running{color:#fff;background:#28a745}.status.stopped{color:#fff;background:#6c757d}.status.starting{color:#212529;background:#ffc107}.status.error{color:#fff;background:#dc3545}.grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;display:grid}.terminal{background:#000;border:1px solid #333;border-radius:4px;height:400px}.loading{text-align:center;color:#888;padding:40px}.empty-state{text-align:center;color:#888;padding:60px 20px}.empty-state h3{color:#aaa;margin-bottom:10px}.repository-group{margin-bottom:30px}.repository-header{background:#333;border-bottom:1px solid #444;border-radius:8px 8px 0 0;padding:15px 20px}.repository-content{background:#2a2a2a;border:1px solid #333;border-top:none;border-radius:0 0 8px 8px;padding:20px}.worktree{border:1px solid #444;border-radius:6px;margin-bottom:15px;overflow:hidden}.worktree-header{color:#fff;background:#333;padding:10px 15px;font-weight:700}.worktree-content{padding:15px}.instance{background:#333;border-radius:4px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:12px;display:flex}.instance-info{flex:1}.instance-actions{gap:8px;display:flex}.repository-list{flex-direction:column;gap:12px;display:flex}.repository-item{background:#2a2a2a;border:1px solid #333;border-radius:6px;overflow:hidden}.repository-header{background:#333;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.repository-info h4{color:#fff;margin:0;font-size:14px}.repository-info p{color:#888;margin:2px 0 0;font-size:12px}.add-worktree-btn{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;font-weight:700;line-height:1;display:flex}.add-worktree-btn:hover{background:#218838}.worktrees-list{overflow-y:auto}.worktree-item{border-top:1px solid #444;align-items:center;gap:8px;padding:8px 16px;display:flex}.worktree-item:hover{background:#333}.worktree-item.active{background:#007acc}.worktree-info{flex:1}.worktree-name{color:#e5e5e5;font-size:13px;font-weight:500}.worktree-path{color:#888;font-size:11px}.instance-status{text-transform:uppercase;color:#fff;background-color:#6c757d;border-radius:3px;padding:2px 6px;font-size:10px;font-weight:700}.terminal-container{flex-direction:column;height:100%;display:flex}.terminal-header{background:#333;border-bottom:1px solid #444;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.terminal-content{background:#000;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.empty-terminal{color:#666;text-align:center;background:#1a1a1a;flex:1;justify-content:center;align-items:center;min-height:0;display:flex}.add-repo-section{border-bottom:1px solid #333;padding:16px}.add-repo-btn{color:#fff;cursor:pointer;background:#007acc;border:none;border-radius:4px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:14px;display:flex}.add-repo-btn:hover{background:#005c99}.xterm,.xterm-viewport,.xterm-screen,.xterm-helper-textarea{width:100%!important;height:100%!important}.terminal-content{background:#000;flex-direction:column;flex:1;width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.terminal-content>div{flex:1;width:100%;height:100%;min-height:0}.xterm-rows,.xterm-canvas,.xterm-cursor-layer,.xterm-selection-layer,.xterm-link-layer{width:100%!important;height:100%!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.database-warning{justify-content:center;align-items:center;height:100vh;padding:20px;display:flex}.warning-content{text-align:center;background:#2a1a1a;border:2px solid #dc3545;border-radius:8px;max-width:600px;padding:30px}.warning-content h2{color:#dc3545;margin-bottom:20px;font-size:1.5rem}.warning-text{text-align:left;margin-bottom:20px}.warning-text p{color:#e5e5e5;margin-bottom:15px}.warning-text ul{margin:15px 0;padding-left:20px}.warning-text li{color:#ccc;margin-bottom:8px}.warning-actions{margin-top:20px}.database-manager{flex-direction:column;height:100vh;display:flex;overflow:hidden}.database-header{background:#2a2a2a;border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.database-header h2{color:#fff;margin:0}.database-content{flex:1;display:flex;overflow:hidden}.sidebar{background:#222;border-right:1px solid #333;flex-direction:column;width:300px;display:flex;overflow:hidden}.sidebar-section{border-bottom:1px solid #333;padding:16px}.sidebar-section h3,.sidebar-section h4{color:#fff;margin-bottom:12px;font-size:1rem}.table-list{flex-direction:column;gap:4px;max-height:300px;display:flex;overflow-y:auto}.table-item{color:#e5e5e5;cursor:pointer;text-align:left;background:#333;border:1px solid #444;border-radius:4px;padding:8px 12px;font-size:13px}.table-item:hover{background:#444}.table-item.active{background:#007acc;border-color:#005c99}.schema-info{max-height:200px;overflow-y:auto}.column-info{border-bottom:1px solid #444;padding:6px 0;font-size:12px}.column-info:last-child{border-bottom:none}.column-info strong{color:#fff;margin-bottom:2px;display:block}.column-type{color:#007acc;margin-right:8px}.primary-key,.not-null{color:#fff;background:#28a745;border-radius:2px;margin-right:4px;padding:1px 4px;font-size:10px;display:inline-block}.not-null{color:#212529;background:#ffc107}.main-content{flex:1;padding:20px;overflow-y:auto}.no-selection{color:#666;justify-content:center;align-items:center;height:200px;font-size:1rem;display:flex}.table-container{margin-bottom:30px}.table-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.table-header h3{color:#fff;margin:0}.table-actions{gap:8px;display:flex}.table-wrapper{border:1px solid #333;border-radius:4px;max-height:400px;overflow:auto}.data-table{border-collapse:collapse;background:#2a2a2a;width:100%}.data-table th{color:#fff;text-align:left;z-index:1;background:#333;border-bottom:1px solid #444;padding:8px 12px;font-weight:700;position:sticky;top:0}.data-table td{color:#e5e5e5;text-overflow:ellipsis;white-space:nowrap;word-break:break-all;border-bottom:1px solid #444;max-width:300px;padding:8px 12px;overflow:hidden}.data-table td.id-column{background:#2a2a3a;min-width:80px;max-width:none;font-family:monospace}.data-table tr:hover{background:#333}.data-table tr.selected-row{background:#2a4a3a!important}.data-table tr.selected-row:hover{background:#345242!important}.pagination{justify-content:center;align-items:center;gap:12px;margin-top:16px;display:flex}.pagination button{color:#e5e5e5;cursor:pointer;background:#333;border:1px solid #444;border-radius:4px;padding:6px 12px}.pagination button:hover:not(:disabled){background:#444}.pagination button:disabled{opacity:.5;cursor:not-allowed}.query-section{border-top:1px solid #333;padding-top:20px}.query-section h3{color:#fff;margin-bottom:12px}.query-note{color:#888;margin-bottom:12px;font-size:14px}.query-input{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.query-input textarea{color:#e5e5e5;resize:vertical;background:#333;border:1px solid #555;border-radius:4px;width:100%;padding:12px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px}.query-input textarea:focus{border-color:#007acc;outline:none}.query-result{margin-top:20px}.query-result h4{color:#fff;margin-bottom:12px}.no-data{text-align:center;color:#666;padding:40px;font-style:italic}.loading-spinner{text-align:center;color:#666;padding:20px}.error-message,.success-message{border-radius:4px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 16px;display:flex}.error-message{color:#fff;background:#662;border:1px solid #dc3545}.success-message{color:#fff;background:#262;border:1px solid #28a745}.error-message button,.success-message button{color:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:16px;font-weight:700;line-height:1}.button-primary{color:#fff;cursor:pointer;background:#007acc;border:none;border-radius:4px;padding:8px 16px;font-size:14px}.button-primary:hover:not(:disabled){background:#005c99}.button-primary:disabled{opacity:.5;cursor:not-allowed}.button-secondary{color:#fff;cursor:pointer;background:#666;border:none;border-radius:4px;padding:8px 16px;font-size:14px}.button-secondary:hover{background:#555}.button-warning{color:#212529;cursor:pointer;background:#ffc107;border:none;border-radius:4px;padding:8px 16px;font-size:14px}.button-warning:hover{background:#e0a800}.button-danger{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:4px;padding:8px 16px;font-size:14px}.button-danger:hover{background:#c82333}.nav-button{color:#888;cursor:pointer;background:0 0;border:1px solid #555;border-radius:4px;padding:6px 12px;font-size:14px;transition:all .2s}.nav-button:hover{color:#e5e5e5;border-color:#777}.nav-button.active{color:#fff;background:#007acc;border-color:#007acc}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}
