.app-layout{display:flex;height:100vh;width:100%;overflow:hidden}.sidebar{width:240px;min-width:240px;max-width:240px;flex-shrink:0;background-color:#1e1e2f;color:#fff;height:100vh;overflow-y:auto}.sidebar-title{font-size:1.4rem;margin-bottom:1rem}.sidebar-nav{list-style:none;padding:0}.sidebar-nav li{margin:.8rem 0}.sidebar-nav a{color:#ccc;text-decoration:none;font-weight:500}.sidebar-nav li.active a{color:#fff;font-weight:700}.main-content{flex-grow:1;padding:2rem;overflow-x:auto;overflow-y:auto;background-color:#f5f5f5}:root{--bg-dark: #f4f4f6;--bg-panel: #ffffff;--border-color: #ccc;--accent-blue: #3fa9f5;--text-primary: #2c2f33;--text-muted: #666;--hover-bg: rgba(63, 169, 245, .1);--input-bg: #fdfdfd;--input-border: #bbb}body{background-color:var(--bg-dark);margin:0;padding:0}.table-search-wrapper{display:flex;gap:1.5rem;max-width:1600px;margin:0 auto;padding:0 1rem;position:relative;overflow:visible;color:var(--text-primary);background-color:var(--bg-dark)}.table-scroll{flex:1 1 auto;min-width:1300px;overflow:visible;position:relative}.search-panel{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background-color:var(--bg-panel);border:1px solid var(--border-color);border-radius:8px;width:fit-content;height:fit-content;margin-top:4.5rem;position:relative;z-index:2;box-shadow:0 1px 4px #0000000f}.rounded-table{table-layout:fixed;width:100%;font-weight:700;border-collapse:separate;border-spacing:0;border:1px solid var(--border-color);border-radius:8px;background-color:var(--bg-panel);color:var(--text-primary)}.rounded-table th,.rounded-table td{border:1px solid var(--border-color);padding:.25rem;vertical-align:middle;text-align:center;white-space:normal;word-break:break-word;font-size:.9rem;line-height:1.3;position:relative}.rounded-table th{background:linear-gradient(to bottom,#35383b,#292b2d);color:#f5f5f5;font-size:1.2rem}.rounded-table th:first-child{border-top-left-radius:8px}.rounded-table th:last-child{border-top-right-radius:8px}.rounded-table tr:last-child td:first-child{border-bottom-left-radius:8px}.rounded-table tr:last-child td:last-child{border-bottom-right-radius:8px}.rounded-table th:nth-child(1),.rounded-table td:nth-child(1){width:160px}.rounded-table th:nth-child(2),.rounded-table td:nth-child(2){width:100px}.rounded-table th:nth-child(3),.rounded-table td:nth-child(3){width:140px}.rounded-table th:nth-child(4),.rounded-table td:nth-child(4){width:120px}.rounded-table th:nth-child(5),.rounded-table td:nth-child(5){width:240px}.rounded-table th:nth-child(6),.rounded-table td:nth-child(6){width:120px}.rounded-table th:nth-child(7),.rounded-table td:nth-child(7){width:100px}.rounded-table th:nth-child(8),.rounded-table td:nth-child(8){width:120px}tr,.empty-row{height:3.5rem}.empty-row td{padding:.25rem .5rem;font-size:.9rem;line-height:1.3;color:transparent;background-color:transparent;border:none}.search-label{font-weight:700;font-size:1.05rem;color:var(--text-primary);margin-bottom:.25rem}.search-input{width:270px;height:38px;padding:6px 10px;font-size:.95rem;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.search-input::placeholder{color:var(--text-muted)}.pagination-wrapper{width:1300px;margin:1rem auto 0;display:flex;justify-content:center}.rounded-table td:hover:not(:empty),.rounded-table th:hover:not(:empty){background-color:var(--hover-bg)}.empty-row td:hover{background-color:transparent!important;cursor:default}.animated-menu-wrapper{pointer-events:none}.animated-menu{animation:fadeSlideIn .2s ease-out forwards;pointer-events:auto;background-color:var(--bg-panel);border:1px solid var(--border-color);border-radius:4px;color:var(--text-primary)}.select__menu--closing .animated-menu{animation:fadeSlideOut .2s ease-in forwards}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.rounded-table input[type=text],.table-input{width:100%;height:100%;border:none;background:transparent;font:inherit;color:inherit;text-align:center;padding:0;margin:0;box-sizing:border-box;display:inline-block;vertical-align:middle}.rounded-table input[type=text]:focus,.table-input:focus{outline:none;background-color:transparent;box-shadow:none}.rounded-table td:hover input[type=text]{background-color:transparent;cursor:text}.owner-cell{padding:0}.owner-wrapper{display:flex;align-items:center;justify-content:center;gap:.3rem;height:100%;width:100%;padding:.25rem}.lock-button{background:none;border:none;cursor:pointer;padding:0;margin:0;display:flex;align-items:center;color:var(--text-muted);outline:none;box-shadow:none}.lock-button:focus,.lock-button:focus-visible{outline:none;box-shadow:none}.tabs-wrapper{max-width:1600px;margin:0 auto;padding:1rem}.col-narrow{width:100px}.col-medium{width:160px}.col-wide{width:240px}.tabs-wrapper{max-width:2300px;margin:0 auto;padding:1rem}.tab-buttons{display:flex;gap:1rem;margin-bottom:1rem}.tab-buttons button{padding:.5rem 1.25rem;font-size:1rem;font-weight:700;border:1px solid var(--border-color);background-color:var(--bg-panel);color:var(--text-primary);border-radius:6px;cursor:pointer;transition:background-color .2s ease}.tab-buttons button.active{background-color:var(--hover-bg);border-color:var(--accent-blue);color:var(--accent-blue)}.tab-content{background-color:var(--bg-panel);border:1px solid var(--border-color);border-radius:8px;padding:1rem}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
