: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}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{font-family:system-ui,sans-serif;background:#f0f2f5;color:#212529}.layout{display:grid;grid-template-columns:350px 1fr;height:100%}aside{background:#1e1e2e;color:#cdd6f4;padding:1rem;overflow-y:auto;display:flex;flex-direction:column}aside>div:first-child{display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;border-bottom:1px solid #313244;margin-bottom:.75rem}aside button{background:none;border:none;cursor:pointer;color:#89b4fa;font-size:.85rem}main{overflow-y:auto;background:#fff}header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#fff;border-bottom:1px solid #dee2e6}header button{padding:.4rem .9rem;border:none;border-radius:6px;background:#0d6efd;color:#fff;cursor:pointer}.projects{display:flex;flex-direction:column;flex:1;overflow:hidden}.project-form{display:flex;gap:.4rem}.project-form input{flex:1;padding:.4rem .6rem;border-radius:6px;border:1px solid #45475a;background:#313244;color:#cdd6f4}.project-form button{padding:.4rem .7rem;border:none;border-radius:6px;background:#89b4fa;color:#1e1e2e;cursor:pointer;font-weight:600}.project-list{list-style:none;margin-top:.5rem;overflow-y:auto;flex:1}.project-list li{display:flex;justify-content:space-between;align-items:center;padding:.45rem .6rem;border-radius:6px;cursor:pointer}.project-list li:hover{background:#313244}.project-list li.active{background:#45475a}.project-list li span{flex:1}.project-list button{padding:.2rem .5rem;font-size:.75rem;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#fff;border-radius:10px;padding:1.25rem;width:420px;max-width:95vw;box-shadow:0 8px 32px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-header button{background:none;border:none;cursor:pointer;color:#6c757d;font-size:1.5rem;line-height:1}.bug-form{display:flex;flex-direction:column;gap:.6rem}.bug-form input,.bug-form textarea,.bug-form select{padding:.5rem .75rem;border:1px solid #ced4da;border-radius:6px;font-family:inherit}.bug-form textarea{resize:vertical;min-height:70px}.bug-form button{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;background:#0d6efd;color:#fff}.bug-form button[type=button]{background:#6c757d}.bug-table{width:100%;border-collapse:collapse;background:#fff}.bug-table th{text-align:left;padding:.6rem 1rem;background:#f8f9fa;color:#6c757d;border-bottom:2px solid #dee2e6;font-weight:600;font-size:.85rem}.bug-table td{padding:.6rem 1rem;border-bottom:1px solid #dee2e6}.bug-table tr:hover td{background:#f8f9fa}.badge{font-size:.75rem;padding:.2rem .55rem;border-radius:12px;color:#fff;text-transform:capitalize;display:inline-block}.bug-actions{display:flex;gap:.4rem}.bug-actions button{padding:.25rem .6rem;border:none;border-radius:6px;cursor:pointer;background:#0d6efd;color:#fff;font-size:.8rem}.bug-actions button.danger{background:#dc3545}.auth-wrapper{display:flex;align-items:center;justify-content:center;height:100vh;background:#f0f2f5}.auth-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 12px #0000001f;width:320px}.auth-form h2{text-align:center;margin-bottom:1rem}.auth-form input{width:100%;padding:.5rem .75rem;border:1px solid #ced4da;border-radius:6px;margin-bottom:.75rem;font-family:inherit}.auth-form button{width:100%;padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;background:#0d6efd;color:#fff;margin-bottom:.5rem}.auth-form button.link{background:none;color:#0d6efd;margin-bottom:0}.error{color:#dc3545;font-size:.85rem;margin-bottom:.5rem}main>p{color:#6c757d;text-align:center;margin-top:3rem;font-size:1.1rem}
