:root{--orion-navy: #0A192F;--orion-blue: #1B3A57;--virelis-green: #00561B;--orion-turquoise: #3DDC97;--orion-gold: #C0A060;--orion-ivory: #F5F5F5;--orion-silver: #A9B3C1;--shadow: 0 6px 26px rgba(0, 0, 0, .22);--radius: 16px;--bg: linear-gradient(180deg, var(--orion-navy) 0%, #0C213D 100%);--panel: rgba(255, 255, 255, .04);--panel-2: rgba(255, 255, 255, .06);--panel-opaque: #0A192F;--stroke: rgba(255, 255, 255, .1);--stroke-2: rgba(255, 255, 255, .16);--text: var(--orion-ivory);--muted: var(--orion-silver);--accent: var(--orion-turquoise);--danger: #ff6b6b;--explorer-hover-bg: rgba(255,255,255,.04);--explorer-selected-border: rgba(61,220,151,.65);--menu-bg: rgba(10,25,47,.98);--menu-hover-bg: rgba(255,255,255,.06)}:root[data-theme=light]{--bg: linear-gradient(180deg, #F6F8FB 0%, #EEF3F9 100%);--panel: rgba(10, 25, 47, .04);--panel-2: rgba(10, 25, 47, .06);--panel-opaque: #F5F5F5;--stroke: rgba(10, 25, 47, .12);--stroke-2: rgba(10, 25, 47, .18);--text: #0A192F;--muted: rgba(10, 25, 47, .65);--explorer-hover-bg: rgba(10,25,47,.04);--explorer-selected-border: rgba(27,58,87,.55);--menu-bg: rgba(245,245,245,.98);--menu-hover-bg: rgba(10,25,47,.06)}html,body,#root{height:100%;width:100%;margin:0}#root{max-width:none;padding:0}body{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica,Arial;background:var(--bg);color:var(--text);background-attachment:fixed}*{box-sizing:border-box}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit;color:inherit}.orion-card{background:var(--panel);border:1px solid var(--stroke);border-radius:var(--radius);box-shadow:var(--shadow)}.orion-btn{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid var(--stroke);background:transparent;cursor:pointer}.orion-btn:hover{border-color:var(--stroke-2);background:#ffffff08}.orion-btn.primary{background:var(--accent);border-color:#0000001f;color:#0b1a2f}.orion-iconbtn{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;border:1px solid var(--stroke);background:transparent;cursor:pointer}.orion-iconbtn:hover{border-color:var(--stroke-2);background:#ffffff08}.orion-input{width:100%;padding:10px 12px;border-radius:12px;border:1px solid var(--stroke);background:#0000001a;outline:none}:root[data-theme=light] .orion-input{background:#fffc}.orion-input:focus{border-color:var(--accent)}.orion-muted{color:var(--muted)}.explorer{font-size:13px;line-height:1.25}.explorer-row{display:grid;grid-template-columns:13px 1fr 28px;align-items:center;gap:6px;padding:3px 6px;border-radius:6px;-webkit-user-select:none;user-select:none}.explorer-row:hover{background:#ffffff0a}.explorer-row.selected{background:transparent;color:inherit;outline:1px solid rgba(61,220,151,.65);outline-offset:0;border-radius:0}.explorer-row.selected .orion-muted{color:#0a192fa6}.explorer-indent{padding-left:18px}.explorer-menu{position:relative}.explorer-pop{position:absolute;right:0;top:28px;min-width:180px;z-index:20;background:#0a192ffa;border:1px solid var(--stroke-2);border-radius:12px;box-shadow:var(--shadow);padding:6px}:root[data-theme=light] .explorer-pop{background:#f5f5f5fa}.explorer-pop button{width:100%;text-align:left;padding:8px 10px;border-radius:10px;border:0;background:transparent;cursor:pointer}.explorer-pop button:hover{background:#ffffff0f}:root[data-theme=light] .explorer-pop button:hover{background:#0a192f0f}.explorer-kebab{opacity:0}.explorer-row:hover .explorer-kebab{opacity:1}
