@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap";@font-face{font-family:Monocraft;src:url(https://cdn.jsdelivr.net/gh/IdreesInc/Monocraft@main/dist/Monocraft-ttf/Monocraft.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--bg: #0c0c0c;--bg-card: #1a1a1a;--text: #f0f0f0;--text-dim: #d8dce0;--border: rgba(230, 126, 34, .5);--border-focus: rgba(230, 126, 34, .9);--accent: #e67e22;--accent-hover: #f39c12;--font: "Monocraft", "JetBrains Mono", monospace;--fs-base: 1rem;--fs-sm: .875rem;--fs-xs: .8125rem;--fs-2xs: .75rem;--lh-tight: 1.25;--lh-normal: 1.5;--sidebar-width: 3.25rem;--sidebar-width-expanded: 14rem}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font);font-size:var(--fs-base);font-weight:400;line-height:var(--lh-normal);background:var(--bg);color:var(--text)}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border)}::-webkit-scrollbar-thumb:hover{background:var(--accent)}*{scrollbar-width:thin;scrollbar-color:var(--border) var(--bg)}.term-page{min-height:100vh;display:flex;flex-direction:column}.term-page.has-sidebar{display:grid;grid-template-columns:var(--sidebar-width) 1fr;grid-template-rows:auto minmax(0,1fr);height:100vh;height:100dvh;overflow:hidden}.term-page.has-sidebar.sidebar-expanded{--sidebar-width: var(--sidebar-width-expanded)}.term-page.has-sidebar.sidebar-transitioning{transition:grid-template-columns .2s ease}.term-header-logo-cell{grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:center;padding:0;border-bottom:1px solid var(--border);border-right:1px solid var(--border);background:var(--bg);min-height:3.5625rem;transition:width .2s ease}.term-header-logo-cell .term-brand{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.25rem;width:100%;height:100%;text-decoration:none}.term-header-logo-cell .term-brand img{height:1.75rem;width:auto;display:block}.term-header-logo-cell .term-brand span{display:none;font-size:var(--fs-xs);font-weight:600;color:var(--text);white-space:nowrap}.term-page.has-sidebar.sidebar-expanded .term-header-logo-cell .term-brand span{display:block}.term-header{grid-column:2;grid-row:1;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0;background:var(--bg)}.term-brand-wrap{display:flex;align-items:center;gap:.75rem}.term-brand{display:flex;align-items:center;gap:.5rem;font-size:var(--fs-sm);font-weight:600;color:var(--text);text-decoration:none}.term-brand:hover{color:var(--text)}.term-brand img{height:1.75rem;width:auto;display:block}.term-nav{display:flex;gap:.5rem;align-items:center;font-size:var(--fs-sm)}.term-nav-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:var(--text-dim);text-decoration:none;border:1px solid transparent;border-radius:4px}.term-nav-icon:hover,.term-nav-icon.term-active{color:var(--accent);border-color:var(--border)}.term-nav-icon svg{width:1.25rem;height:1.25rem}.term-app-layout{grid-column:1 / -1;grid-row:2;display:grid;grid-template-columns:var(--sidebar-width) 1fr;flex:1;min-height:0;width:100%}.term-page.has-sidebar.sidebar-transitioning .term-app-layout{transition:grid-template-columns .2s ease}.term-sidebar-wrap{grid-column:1;display:flex;flex-shrink:0;flex-direction:column;border-right:1px solid var(--border);width:100%;margin:0;padding:0;align-items:center;background:var(--bg);transition:width .2s ease}.term-sidebar-toggle{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin:.5rem auto 0;padding:0;background:var(--bg);border:1px solid var(--border);border-radius:4px;color:var(--text-dim);cursor:pointer;flex-shrink:0}.term-sidebar-toggle:hover{color:var(--accent);border-color:var(--accent)}.term-sidebar-toggle svg{width:1.25rem;height:1.25rem}.term-sidebar{width:100%;flex-shrink:0;padding:.5rem 0;overflow:hidden}.term-sidebar-inner{padding:0 .5rem .5rem}.term-sidebar-link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;color:var(--text-dim);text-decoration:none;font-size:var(--fs-sm);border-left:3px solid transparent;line-height:1.3;white-space:nowrap}.term-sidebar-link:hover{color:var(--text)}.term-sidebar-link.term-active{color:var(--accent);border-left-color:var(--accent)}.term-sidebar-link .term-sidebar-icon{flex-shrink:0;width:1.125rem;height:1.125rem;color:currentColor}.term-sidebar-link .term-sidebar-icon svg{display:block;width:100%;height:100%}.term-sidebar-link>span:last-child{overflow:hidden;text-overflow:ellipsis}.term-page.has-sidebar:not(.sidebar-expanded) .term-sidebar-link>span:last-child{display:none}.term-app-main{grid-column:2;flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.term-main{flex:1;min-height:0;padding:1.5rem;max-width:1200px;margin:0 auto;width:100%;overflow:auto}.term-main-full{max-width:none;padding:1rem 1.5rem;width:100%}.term-main-inner{max-width:1200px;margin:0 auto;width:100%}.term-footer{padding:.5rem 1.5rem;border-top:1px solid var(--border);font-size:var(--fs-2xs);color:var(--text-dim);text-align:center}.term-main h1{font-size:1.25rem;margin:0 0 1rem;font-weight:600;line-height:var(--lh-tight)}.term-page-title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.term-page-title-row .term-page-title{margin:0}.term-card{background:var(--bg-card);border:1px solid var(--border);padding:1rem;margin-bottom:1rem}.term-card h2{font-size:var(--fs-sm);margin:0 0 .75rem;font-weight:500;color:var(--text-dim)}.term-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-family:var(--font);font-size:var(--fs-sm);font-weight:500;background:transparent;border:1px solid var(--border);border-radius:4px;color:var(--accent);cursor:pointer;text-decoration:none}.term-btn:hover{border-color:var(--accent-hover);color:var(--accent-hover);box-shadow:0 0 8px #e67e2240}.term-btn:disabled{opacity:.5;cursor:not-allowed}.term-btn-primary{border-color:var(--accent);color:var(--accent)}.term-btn-primary:hover{color:var(--accent-hover);box-shadow:0 0 8px #e67e224d}.term-btn-delete{color:#ef4444;border-color:#ef444480}.term-btn-delete:hover{border-color:#ef4444;color:#ef4444}.term-btn-icon{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;width:1.75rem;height:1.75rem;padding:0}.term-btn-icon svg{width:1rem;height:1rem}.term-form .term-field{margin-bottom:1rem}.term-form label{display:block;margin-bottom:.25rem;color:var(--text-dim);font-size:var(--fs-sm)}.term-form input,.term-input{width:100%;max-width:20rem;padding:.5rem .75rem;font-family:var(--font);font-size:var(--fs-sm);background:var(--bg);border:1px solid var(--border);color:var(--text);outline:none}.term-form input::placeholder,.term-input::placeholder{color:var(--text-dim);opacity:.7}.term-form input:focus,.term-input:focus{border-color:var(--border-focus);box-shadow:0 0 0 2px #e67e2233}.term-form select,.term-select{width:100%;max-width:20rem;padding:.5rem .75rem;font-family:var(--font);font-size:var(--fs-sm);background:var(--bg);border:1px solid var(--border);color:var(--text);outline:none}.term-form select:focus,.term-select:focus{border-color:var(--border-focus)}.term-table{width:100%;border-collapse:collapse;font-size:var(--fs-sm)}.term-table th,.term-table td{border:1px solid var(--border);padding:.5rem .75rem;text-align:left}.term-table th{color:var(--text-dim);font-weight:500;background:var(--bg-card)}.term-table a{color:var(--accent);text-decoration:none}.term-table a:hover{color:var(--accent-hover);text-decoration:underline}.term-table th:last-child,.term-table td:last-child{text-align:right;width:1%;white-space:nowrap}.term-table-actions-cell{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}.term-status-cell{display:flex;align-items:center;gap:.5rem}.term-status-dot{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}.term-status-dot-online,.term-status-dot-active{background:var(--accent)}.term-status-dot-offline,.term-status-dot-inactive{background:var(--text-dim)}.term-status-dot-pending{background:#fbbf24}.term-status-dot-error{background:#ef4444}.term-status-online,.term-status-active{color:var(--accent)}.term-status-offline,.term-status-inactive{color:var(--text-dim)}.term-status-pending{color:#fbbf24}.term-status-error{color:#ef4444}.term-action-icon{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:1px solid var(--border);border-radius:4px;color:var(--accent);text-decoration:none!important;font-size:1rem;line-height:1}.term-action-icon:hover{color:var(--accent-hover);border-color:var(--accent)}.term-metrics{display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:1rem}.term-metric{padding:.75rem;border:1px solid var(--border);background:var(--bg-card)}.term-metric .term-metric-label{font-size:var(--fs-2xs);color:var(--text-dim);margin-bottom:.25rem}.term-metric .term-metric-value{font-size:var(--fs-base);font-weight:500}.term-dashboard-metrics{display:grid;grid-template-columns:repeat(auto-fill,minmax(8rem,1fr));gap:.5rem 1rem;padding:.75rem 1rem;margin-bottom:1rem;background:var(--bg-card);border:1px solid var(--border);font-size:var(--fs-sm)}.term-dashboard-metric{display:flex;align-items:center;gap:.35rem}.term-dashboard-metric .term-metric-label{font-size:var(--fs-2xs);color:var(--text-dim)}.term-dashboard-metric .term-metric-value{font-weight:500;color:var(--text)}.term-log{background:var(--bg);border:1px solid var(--border);padding:1rem;font-size:var(--fs-xs);line-height:1.4;overflow-x:auto;white-space:pre;color:var(--text-dim);min-height:8rem;margin:0}.term-table-controls{margin-bottom:1rem;padding:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:4px}.term-table-search{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.term-table-search .term-input{flex:1;min-width:12rem}.term-table-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.term-table-filter-group{display:flex;flex-direction:column;gap:.25rem}.term-table-filter-label{font-size:var(--fs-2xs);color:var(--text-dim)}.term-code{font-family:var(--font);font-size:1.5rem;letter-spacing:.25em;padding:1rem;background:var(--bg);border:1px solid var(--border);text-align:center;color:var(--accent)}.term-text-dim{color:var(--text-dim);font-size:var(--fs-sm)}.term-mt-1{margin-top:1rem}.term-mb-1{margin-bottom:1rem}.term-fs-2xs{font-size:var(--fs-2xs)}.term-external-links{display:flex;gap:.5rem;flex-wrap:wrap}.term-alert{padding:.75rem 1rem;border:1px solid;margin-bottom:1rem;font-size:var(--fs-sm)}.term-alert-error{border-color:#ef444480;background:#ef44441a;color:#ef4444}.term-alert-success{border-color:#22c55e80;background:#22c55e1a;color:#22c55e}.term-robot-layout{display:flex;gap:0;width:100%}.term-robot-sidebar{width:12rem;flex-shrink:0;border-right:1px solid var(--border);padding:.5rem 0;background:var(--bg)}.term-robot-sidebar a{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:var(--text-dim);text-decoration:none;font-size:var(--fs-sm);border-left:3px solid transparent}.term-robot-sidebar a:hover{color:var(--text)}.term-robot-sidebar a.term-active{color:var(--accent);border-left-color:var(--accent)}.term-tab-icon{flex-shrink:0;width:1.125rem;height:1.125rem;color:currentColor}.term-tab-icon svg{display:block;width:100%;height:100%}.term-robot-content{flex:1;min-width:0;padding:1rem 1.5rem;overflow:auto}.term-robot-panel{display:none}.term-robot-panel.term-active{display:block}.term-widget{display:flex;flex-direction:column;background:var(--bg-card);border:1px solid var(--border);padding:1rem;min-height:0}.term-widget h2{font-size:var(--fs-sm);margin:0 0 .35rem;font-weight:500;color:var(--text-dim)}.term-widget-fill{flex:1;min-height:0;background:var(--bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-dim);font-size:var(--fs-2xs);overflow:auto;padding:.5rem}.term-auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.term-auth-container{width:100%;max-width:24rem}.term-auth-header{text-align:center;margin-bottom:2rem}.term-auth-header h1{font-size:1.5rem;margin:0 0 .5rem;color:var(--accent)}.term-auth-header p{color:var(--text-dim);font-size:var(--fs-sm);margin:0}@media(max-width:768px){.term-page.has-sidebar{grid-template-columns:1fr}.term-header-logo-cell{display:none}.term-header{grid-column:1}.term-app-layout{grid-template-columns:1fr}.term-sidebar-wrap{position:fixed;left:0;top:3.5625rem;bottom:0;z-index:100;transform:translate(-100%);transition:transform .2s ease}.term-page.has-sidebar.sidebar-expanded .term-sidebar-wrap{transform:translate(0);width:var(--sidebar-width-expanded)}.term-app-main{grid-column:1}.term-robot-layout{flex-direction:column}.term-robot-sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;padding:.5rem;gap:.25rem}.term-robot-sidebar a{padding:.35rem .5rem;border-left:none;border-bottom:2px solid transparent}.term-robot-sidebar a.term-active{border-left-color:transparent;border-bottom-color:var(--accent)}}
