: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}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-form{background:#fff;padding:30px;border-radius:10px;box-shadow:0 10px 30px #0003;width:100%;max-width:400px}.login-form h2{text-align:center;margin-bottom:20px;color:#333;font-size:24px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:5px;font-weight:500;color:#555}.form-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;font-size:16px;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}button[type=submit]{width:100%;padding:12px;background:#667eea;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer;transition:background .3s}button[type=submit]:hover{background:#5a67d8}button[type=submit]:disabled{background:#ccc;cursor:not-allowed}.error-message{background:#fee;color:#c53030;padding:10px;border-radius:5px;margin-bottom:20px;border:1px solid #feb2b2}.reset-link{background:none;border:none;color:#007bff;cursor:pointer;font-size:14px;margin-top:10px;padding:0}.reset-link:hover{text-decoration:underline}.login-form button[type=button]{background-color:#6c757d;margin-left:10px}.app{height:100vh;width:100vw;display:flex;flex-direction:column;background-color:#1e1e2f;color:#fff;font-family:sans-serif;padding:0;margin:0;box-sizing:border-box;overflow:auto}.top-panel{padding:8px 12px;background-color:#252540;border-bottom:2px solid #333;flex-shrink:0;position:sticky;top:0;z-index:100;min-height:80px;display:flex;flex-direction:column;justify-content:space-between}.header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.nav-btn{padding:4px 8px;background-color:#28a745;color:#fff;border:none;border-radius:3px;cursor:pointer;font-size:12px;height:24px;white-space:nowrap}.user-section{display:flex;align-items:center;gap:8px;margin-left:auto}.username{font-size:12px;color:#ccc;font-weight:500}.logout-btn{padding:4px 8px;background:#ff4757;color:#fff;border:none;border-radius:3px;cursor:pointer;font-size:12px;height:24px}.bug-form-compact{display:flex;gap:15px;align-items:flex-start;flex:1}.form-column{display:flex;flex-direction:column;gap:4px}.form-column:first-child{flex:2;min-width:300px}.form-column:last-child{flex:1;min-width:200px}.fields-row{display:flex;gap:6px}.form-field{padding:4px 8px;border-radius:3px;border:1px solid #555;background-color:#3a3a55;color:#fff;font-size:12px;height:26px;flex:1;box-sizing:border-box}.form-field:focus{border-color:#007acc;outline:none}.form-field::placeholder{color:#999;font-size:12px}.form-textarea{padding:4px 8px;border-radius:3px;border:1px solid #555;background-color:#3a3a55;color:#fff;font-size:12px;resize:vertical;min-height:26px;max-height:52px;width:100%;box-sizing:border-box;font-family:inherit}.form-textarea:focus{border-color:#007acc;outline:none}.form-textarea::placeholder{color:#999;font-size:12px}.form-select{padding:4px 8px;border-radius:3px;border:1px solid #555;background-color:#3a3a55;color:#fff;font-size:12px;height:26px;flex:1;box-sizing:border-box}.form-select:focus{border-color:#007acc;outline:none}.create-btn{padding:4px 8px;border:none;border-radius:3px;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;cursor:pointer;font-size:12px;height:26px;font-weight:700;transition:all .2s;min-width:120px}.create-btn:hover{background:linear-gradient(135deg,#218838,#1ea085);transform:translateY(-1px)}.filter-corner{display:flex;align-items:center;gap:6px;margin-left:auto}.filter-label{font-weight:600;color:#ccc;font-size:12px;white-space:nowrap}.filter-input{padding:4px 8px;border-radius:3px;border:1px solid #555;background-color:#3a3a55;color:#fff;font-size:12px;height:26px;width:150px;box-sizing:border-box}.filter-input:focus{border-color:#007acc;outline:none}.filter-input::placeholder{color:#999;font-size:12px}.quadrant-board{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:12px;padding:12px;flex:1;min-height:0}.quadrant{background-color:#2d2d44;border-radius:6px;padding:12px;overflow:hidden;display:flex;flex-direction:column;min-height:400px}.quadrant-title{margin:0 0 10px;font-size:.95em;text-align:center;padding:6px;background-color:#3a3a55;border-radius:4px;flex-shrink:0}.quadrant-content{flex:1;overflow-y:auto;min-height:0}.bug-card{background-color:#3a3a55;border-radius:5px;padding:10px;margin-bottom:8px}.bug-card h3{margin:0 0 4px;font-size:.9em}.bug-card p{margin:0 0 4px;font-size:.8em;color:#ccc}.comments{margin:8px 0;max-height:70px;overflow-y:auto}.comment{font-size:.75em;padding:3px;margin:2px 0;background-color:#252540;border-radius:3px}.comment-input{width:100%;padding:4px;margin-top:6px;border-radius:3px;border:1px solid #444;background-color:#2d2d44;color:#fff;font-size:.8em}.attachments{margin:8px 0;padding:6px;background-color:#252540;border-radius:3px}.attachments h4{margin:0 0 6px;font-size:.8em}.attachment{display:flex;justify-content:space-between;align-items:center;padding:3px;margin:1px 0;background-color:#1e1e2f;border-radius:2px}.attachment a{color:#007acc;text-decoration:none;flex:1;font-size:.75em}.attachment a:hover{text-decoration:underline}.delete-attachment-btn{background:none;border:none;color:#d13438;cursor:pointer;padding:1px 4px;font-size:.9em}.add-attachment-btn{background:none;border:1px dashed #007acc;color:#007acc;cursor:pointer;padding:2px 6px;border-radius:2px;font-size:.75em;margin-top:4px}.add-attachment-btn:hover{background-color:#007acc;color:#fff}.card-actions{display:flex;gap:6px;margin-top:8px}.status-select{flex:1;padding:4px;border-radius:3px;background-color:#2d2d44;color:#fff;border:1px solid #444;font-size:.8em}.delete-btn{padding:4px 8px;border:none;border-radius:3px;background-color:#d13438;color:#fff;cursor:pointer;font-size:.8em}.delete-btn:hover{background-color:#b02a30}.loading,.error{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.2em}.error{color:#ff6b6b}.left-top{border-right:2px solid #444;border-bottom:2px solid #444}.right-top{border-left:2px solid #444;border-bottom:2px solid #444}.left-bottom{border-right:2px solid #444;border-top:2px solid #444}.right-bottom{border-left:2px solid #444;border-top:2px solid #444}.app::-webkit-scrollbar{width:8px}.app::-webkit-scrollbar-track{background:#1e1e2f}.app::-webkit-scrollbar-thumb{background:#007acc;border-radius:4px}.app::-webkit-scrollbar-thumb:hover{background:#005fa3}.quadrant-content::-webkit-scrollbar{width:6px}.quadrant-content::-webkit-scrollbar-track{background:#2d2d44;border-radius:3px}.quadrant-content::-webkit-scrollbar-thumb{background:#007acc;border-radius:3px}.quadrant-content::-webkit-scrollbar-thumb:hover{background:#005fa3}@media (max-width: 768px){.bottom-row{flex-direction:column;gap:8px}.bug-form-compact{flex-direction:column;gap:6px}.form-column:first-child,.form-column:last-child{min-width:100%}.filter-corner{margin-left:0;align-self:flex-end}.quadrant-board{grid-template-columns:1fr;grid-template-rows:repeat(4,auto)}}.header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.header-left{display:flex;align-items:center;gap:12px}.header-left h1{font-size:18px;margin:0;color:#fff;font-weight:600}.nav-btn{padding:6px 12px;background-color:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;height:28px;white-space:nowrap;font-weight:500}.nav-btn:hover{background-color:#218838}.user-section{display:flex;align-items:center;gap:10px}.username{font-size:13px;color:#ccc;font-weight:500}.logout-btn{padding:6px 12px;background:#ff4757;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;height:28px}.logout-btn:hover{background:#ff3742}.bottom-row{display:flex;justify-content:space-between;align-items:flex-end;gap:15px}.bug-creation-panel{display:flex;gap:15px;align-items:flex-end;flex:1;background:#2d2d44;padding:12px;border-radius:6px;border:1px solid #444}.bug-form-left{display:flex;flex-direction:column;gap:8px;flex:2;min-width:300px}.bug-form-right{display:flex;flex-direction:column;gap:8px;flex:1;min-width:200px}.bug-form-compact-row{display:flex;gap:8px;align-items:center}.compact-input{padding:8px 12px!important;border-radius:4px!important;border:1px solid #555!important;background-color:#3a3a55!important;color:#fff!important;font-size:13px!important;height:36px!important;flex:1!important;box-sizing:border-box!important}.compact-input:focus{border-color:#007acc!important;outline:none!important;box-shadow:0 0 0 2px #007acc33!important}.compact-input::placeholder{color:#999!important;font-size:13px!important}.compact-textarea{padding:8px 12px!important;border-radius:4px!important;border:1px solid #555!important;background-color:#3a3a55!important;color:#fff!important;font-size:13px!important;resize:vertical!important;min-height:36px!important;max-height:80px!important;width:100%!important;box-sizing:border-box!important;font-family:inherit!important;line-height:1.4!important}.compact-textarea:focus{border-color:#007acc!important;outline:none!important;box-shadow:0 0 0 2px #007acc33!important}.compact-textarea::placeholder{color:#999!important;font-size:13px!important}.compact-select{padding:8px 12px!important;border-radius:4px!important;border:1px solid #555!important;background-color:#3a3a55!important;color:#fff!important;font-size:13px!important;height:36px!important;flex:1!important;box-sizing:border-box!important;cursor:pointer!important}.compact-select:focus{border-color:#007acc!important;outline:none!important;box-shadow:0 0 0 2px #007acc33!important}.compact-button{padding:8px 16px!important;border-radius:4px!important;background:linear-gradient(135deg,#28a745,#20c997)!important;color:#fff!important;cursor:pointer!important;font-size:13px!important;height:36px!important;font-weight:600!important;transition:all .2s!important;min-width:140px!important;border:none!important;white-space:nowrap!important}.compact-button:hover{background:linear-gradient(135deg,#218838,#1ea085)!important;transform:translateY(-1px)!important;box-shadow:0 4px 8px #28a7454d!important}.filter-corner{display:flex;align-items:center;gap:8px;background:#2d2d44;padding:12px;border-radius:6px;border:1px solid #444}.filter-label{font-weight:600;color:#ccc;font-size:13px;white-space:nowrap}.compact-filter-input{padding:8px 12px!important;border-radius:4px!important;border:1px solid #555!important;background-color:#3a3a55!important;color:#fff!important;font-size:13px!important;height:36px!important;width:200px!important;box-sizing:border-box!important}.compact-filter-input:focus{border-color:#007acc!important;outline:none!important;box-shadow:0 0 0 2px #007acc33!important}.compact-filter-input::placeholder{color:#999!important;font-size:13px!important}@media (max-width: 1024px){.bug-creation-panel{flex-direction:column;align-items:stretch}.bug-form-left,.bug-form-right{min-width:100%}.filter-corner{align-self:flex-start}}@media (max-width: 768px){.header-row{flex-direction:column;align-items:stretch;gap:8px}.header-left{justify-content:space-between}.bottom-row{flex-direction:column;gap:10px}.bug-form-compact-row{flex-direction:column;gap:8px}.compact-filter-input{width:100%!important}}.comment{padding:6px;margin:4px 0;background:#252540;border-radius:4px;border-left:3px solid #007acc}.comment-author{font-weight:700;color:#007acc;font-size:.8em;margin-bottom:2px}.comment-text{font-size:.85em;color:#ccc;margin-bottom:2px}.comment-date{font-size:.7em;color:#666;text-align:right}.quadrant-board{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:12px}.full-bottom{grid-column:1 / -1;border-top:2px solid #444}.status-dashboard{display:flex;justify-content:space-between;gap:8px;margin-top:8px;padding:8px;background:#2d2d44;border-radius:6px;border:1px solid #444}.status-item{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1}.status-count{font-size:16px;font-weight:700;color:#fff}.status-label{font-size:10px;color:#ccc;text-align:center}.status-item.total .status-count{color:gold}.bug-form-compact-row{display:flex;gap:8px;align-items:center;width:100%}.bug-form-compact-row .bug-form-select{flex:1;min-width:0;max-width:200px}.compact-select{max-width:200px!important;min-width:120px!important}.compact-filter-input{max-width:180px!important;min-width:120px!important}.compact-button{max-width:140px!important;min-width:120px!important}.bug-form-actions{display:flex;gap:8px;align-items:center}.version-select{min-width:140px}.bug-card p{white-space:pre-line}.bug-card p br:first-child{display:none}.tc-app{height:100vh;width:100vw;display:flex;flex-direction:column;background-color:#1e1e2f;color:#fff;font-family:sans-serif;padding:0;margin:0;box-sizing:border-box;overflow:auto}.tc-top-panel{padding:8px 12px;background-color:#252540;border-bottom:2px solid #333;flex-shrink:0;position:sticky;top:0;z-index:100}.tc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.tc-header-left{display:flex;align-items:center;gap:12px}.tc-header-left h1{font-size:18px;margin:0;color:#fff;font-weight:600}.tc-nav-button{padding:4px 8px;background-color:#28a745;color:#fff;border:none;border-radius:3px;cursor:pointer;font-size:12px;height:24px;white-space:nowrap}.tc-nav-button:hover{background-color:#218838}.tc-user-section{display:flex;align-items:center;gap:8px}.tc-username{font-size:12px;color:#ccc;font-weight:500}.tc-logout-btn{padding:4px 8px;background:#ff4757;color:#fff;border:none;border-radius:3px;cursor:pointer;font-size:12px;height:24px}.tc-logout-btn:hover{background:#ff3742}.tc-controls-panel{display:flex;align-items:center;gap:20px}.tc-versions-controls{display:flex;align-items:center;gap:8px}.tc-versions-label{font-weight:600;color:#ccc;font-size:12px}.tc-version-input{padding:4px 8px;border-radius:3px;border:1px solid #555;background-color:#3a3a55;color:#fff;font-size:12px;height:24px;width:120px}.tc-add-version-btn{padding:4px 8px;border:none;border-radius:3px;background-color:#007acc;color:#fff;cursor:pointer;font-size:12px;height:24px}.tc-add-version-btn:hover{background-color:#005fa3}.tc-filter-controls{display:flex;align-items:center;gap:8px}.tc-filter-label{font-weight:600;color:#ccc;font-size:12px}.tc-project-filter{padding:4px 8px;border-radius:3px;border:1px solid #555;background-color:#3a3a55;color:#fff;font-size:12px;height:24px;min-width:120px}.tc-table-container{flex:1;overflow:auto;padding:0;width:100%}.tc-table{display:table;width:100%;min-width:100%;border-collapse:collapse;table-layout:fixed}.tc-table-header{display:table-row;background:#3a3a55;position:sticky;top:0;z-index:10;width:100%}.tc-header-cell{display:table-cell;padding:12px 8px;border:1px solid #444;font-weight:700;text-align:center;vertical-align:middle}.tc-test-case-info{width:400px;min-width:400px;max-width:400px;background:#3a3a55;position:sticky;left:0;z-index:5}.tc-version-header{background:#2d2d44;position:relative;width:200px;min-width:200px;max-width:200px}.tc-version-header.compact{width:60px!important;min-width:60px!important;max-width:60px!important;padding:4px 1px!important}.tc-version-name{font-size:13px;color:#fff}.tc-compact-version-name{font-size:9px!important;color:#fff;font-weight:600;line-height:1;writing-mode:vertical-rl;transform:rotate(180deg);text-orientation:mixed;margin-bottom:4px}.tc-delete-version-btn{background:#dc3545;color:#fff;border:none;width:14px;height:14px;border-radius:50%;cursor:pointer;font-size:9px;display:flex;align-items:center;justify-content:center}.tc-table-row{display:table-row}.tc-create-row{background:#252540}.tc-cell{display:table-cell;padding:10px 8px;border:1px solid #444;vertical-align:top}.tc-test-case-info{background:#2d2d44}.tc-status-cell{background:#2d2d44;text-align:center;vertical-align:middle;width:200px;min-width:200px;max-width:200px;position:relative}.tc-status-cell:not(.compact){min-height:120px;vertical-align:top}.tc-status-cell.compact{min-height:40px;vertical-align:top;width:60px!important;min-width:60px!important;max-width:60px!important;padding:4px 1px!important}.tc-create-form{display:flex;flex-direction:column;gap:8px}.tc-form-input{width:100%;padding:6px 8px;border:1px solid #555;border-radius:3px;background-color:#3a3a55;color:#fff;font-size:12px;box-sizing:border-box}.tc-form-input:focus{border-color:#007acc;outline:none}.tc-steps-section h4{margin:8px 0 6px;color:#ccc;font-size:12px}.tc-steps-container{max-height:150px;overflow-y:auto;margin-bottom:6px;border:1px solid #444;border-radius:3px;padding:6px;background:#252540}.tc-step-row{display:flex;align-items:center;gap:6px;margin-bottom:6px}.tc-step-inputs{display:flex;flex:1;gap:6px}.tc-step-input{flex:2;padding:4px 6px;border:1px solid #555;border-radius:2px;background-color:#3a3a55;color:#fff;font-size:11px}.tc-expected-input{flex:3;padding:4px 6px;border:1px solid #555;border-radius:2px;background-color:#3a3a55;color:#fff;font-size:11px}.tc-delete-step-btn{background:#dc3545;color:#fff;border:none;width:20px;height:20px;border-radius:2px;cursor:pointer;font-size:12px;flex-shrink:0}.tc-add-step-btn{background:#6c757d;color:#fff;border:none;padding:4px 8px;border-radius:2px;cursor:pointer;font-size:11px;width:100%}.tc-create-case-btn{background:#28a745;color:#fff;border:none;padding:8px 12px;border-radius:3px;cursor:pointer;font-size:12px;width:100%;font-weight:700}.tc-create-case-btn:hover{background:#218838}.tc-status-placeholder{color:#6c757d;font-size:11px;font-style:italic}.tc-case-card{background:#3a3a55;border-radius:4px;padding:8px}.tc-case-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.tc-case-header h4{margin:0;color:#fff;font-size:13px;flex:1}.tc-case-project{font-size:10px;color:#ccc;background:#252540;padding:2px 6px;border-radius:2px;margin:0 6px}.tc-delete-case-btn{background:none;border:none;color:#dc3545;cursor:pointer;font-size:11px;padding:2px}.tc-case-steps{margin-top:6px}.tc-case-step{display:flex;margin-bottom:4px;padding:3px;background:#252540;border-radius:2px}.tc-step-number{font-weight:700;color:#007acc;margin-right:6px;min-width:16px;font-size:10px}.tc-step-content{flex:1}.tc-step-action{font-size:10px;color:#fff;margin-bottom:1px}.tc-step-expected{font-size:9px;color:#ccc}.tc-step-expected strong{color:#28a745;font-size:9px}.tc-status-indicator{width:50px;height:50px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;position:relative;font-size:18px;margin:0 auto}.tc-status-indicator:hover{transform:scale(1.1);box-shadow:0 2px 8px #0000004d}.tc-compact-status-indicator{width:18px;height:18px;border-radius:3px;display:flex;align-items:center;justify-content:center;position:relative;font-size:8px;margin:0 auto;cursor:default;pointer-events:none;opacity:.8}.tc-status-good{background:#28a74533;border:2px solid #28a745}.tc-status-bad{background:#dc354533;border:2px solid #dc3545}.tc-status-untested{background:#6c757d33;border:2px solid #6c757d}.tc-bug-link{position:absolute;top:-3px;right:-3px;background:#ffc107;color:#212529;border:none;width:14px;height:14px;border-radius:50%;cursor:pointer;font-size:7px;display:flex;align-items:center;justify-content:center}.tc-compact-bug-dot{position:absolute;top:-1px;right:-1px;width:6px;height:6px;border-radius:50%;background:#ffc107;border:1px solid #212529}.tc-error-preview{font-size:9px;color:#ff6b6b;margin-top:4px;line-height:1.2;text-align:left;max-height:50px;overflow:hidden;word-break:break-word;padding:0 2px}.tc-error-text{background:#dc35451a;padding:4px 6px;border-radius:3px;max-height:46px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.tc-compact-error-preview{font-size:7px;color:#ff6b6b;margin-top:2px;line-height:1.1;text-align:center;max-height:20px;overflow:hidden;word-break:break-word;padding:0 1px}.tc-compact-error-text{background:#dc35451a;padding:2px 3px;border-radius:2px;border-left:1px solid #dc3545;max-height:18px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.tc-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.tc-modal-content{background:#2d2d44;border-radius:8px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.tc-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #444}.tc-modal-header h3{margin:0;color:#fff}.tc-close-modal-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#ccc}.tc-modal-body{padding:20px}.tc-form-group{margin-bottom:15px}.tc-form-group label{display:block;margin-bottom:5px;font-weight:600;color:#ccc}.tc-form-textarea{width:100%;padding:8px 12px;border:1px solid #444;border-radius:4px;font-size:14px;resize:vertical;font-family:inherit;background:#3a3a55;color:#fff;min-height:120px}.tc-file-input{width:100%;padding:8px 0}.tc-modal-actions{padding:20px;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #444}.tc-cancel-btn{background:#6c757d;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer}.tc-create-bug-btn{background:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer}.tc-version-actions{display:flex;gap:2px;justify-content:center;margin-top:4px}.tc-collapse-btn{background:#6c757d;color:#fff;border:none;width:16px;height:16px;border-radius:2px;cursor:pointer;font-size:10px;display:flex;align-items:center;justify-content:center}.tc-collapse-btn:hover{background:#5a6268}.tc-expand-btn{background:#007acc;color:#fff;border:none;width:16px;height:16px;border-radius:2px;cursor:pointer;font-size:10px;display:flex;align-items:center;justify-content:center}.tc-expand-btn:hover{background:#005fa3}.tc-status-full-view{width:100%;height:100%;display:flex;flex-direction:column}.tc-bug-details{flex:1;padding:8px;background:#ff00000d;overflow-y:auto;max-height:300px;min-height:150px;font-size:12px}.tc-error-text{line-height:1.3;margin-bottom:8px;color:#d32f2f;word-wrap:break-word}.tc-section-title{font-weight:700;margin-bottom:4px;color:#333}.tc-attachments-section{margin-bottom:8px}.tc-attachment-item{cursor:pointer;padding:4px 6px;margin:2px 0;border-radius:3px;background:#ffc1071a;border:1px solid #ffc107;transition:background-color .2s;font-size:11px}.tc-attachment-item:hover{background:#ffc10733}.tc-comments-section{border-top:1px dashed #ccc;padding-top:8px}.tc-comments-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.tc-expand-comments-btn{background:none;border:none;cursor:pointer;font-size:10px;color:#666}.tc-comments-list{max-height:120px;overflow-y:auto}.tc-comment-item{padding:4px;margin:2px 0;background:#ffffffb3;border-radius:3px;border-left:2px solid #4CAF50}.tc-comment-text{font-size:11px;line-height:1.2}.tc-comment-date{font-size:9px;color:#666;text-align:right}.tc-new-comment{display:flex;margin-top:6px;gap:4px}.tc-comment-input{flex:1;padding:4px 6px;border:1px solid #ccc;border-radius:3px;font-size:11px}.tc-send-comment-btn{padding:4px 8px;background:#4caf50;color:#fff;border:none;border-radius:3px;cursor:pointer;font-size:10px}.tc-send-comment-btn:disabled{background:#ccc;cursor:not-allowed}.tc-status-indicator{min-height:40px;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px;border-bottom:1px solid #e0e0e0}.tc-bug-link{background:none;border:none;cursor:pointer;font-size:14px;padding:2px}.tc-delete-version-btn{background:#f44;color:#fff;border:none;border-radius:3px;cursor:pointer;font-size:12px;padding:2px 6px;margin-left:4px}.tc-table-container::-webkit-scrollbar,.tc-steps-container::-webkit-scrollbar{width:8px;height:8px}.tc-table-container::-webkit-scrollbar-track,.tc-steps-container::-webkit-scrollbar-track{background:#2d2d44;border-radius:4px}.tc-table-container::-webkit-scrollbar-thumb,.tc-steps-container::-webkit-scrollbar-thumb{background:#007acc;border-radius:4px}.tc-table-container::-webkit-scrollbar-thumb:hover,.tc-steps-container::-webkit-scrollbar-thumb:hover{background:#005fa3}.tc-loading{display:flex;justify-content:center;align-items:center;height:100vh;color:#ccc;font-size:18px}.tc-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.tc-bug-modal{background:#2d2d44;border-radius:8px;padding:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;border:1px solid #444;box-shadow:0 4px 20px #00000080}.tc-modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;border-bottom:1px solid #444;padding-bottom:15px}.tc-modal-header h3{margin:0 15px 0 0;color:#fff;flex:1}.tc-modal-actions{display:flex;gap:10px;align-items:center;flex-shrink:0}.tc-edit-btn,.tc-save-btn,.tc-cancel-btn{padding:6px 12px;border:none;border-radius:4px;cursor:pointer;font-size:12px;white-space:nowrap}.tc-edit-btn{background:#17a2b8;color:#fff}.tc-save-btn{background:#28a745;color:#fff}.tc-cancel-btn{background:#6c757d;color:#fff}.tc-modal-header button:last-child{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.tc-edit-input,.tc-edit-textarea,.tc-edit-select{width:100%;padding:8px;border:1px solid #555;border-radius:4px;background:#3a3a55;color:#fff;font-family:inherit}.tc-edit-input:focus,.tc-edit-textarea:focus,.tc-edit-select:focus{outline:none;border-color:#64b5f6}.tc-edit-textarea{resize:vertical;min-height:120px}.tc-bug-info{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px}.tc-info-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #3a3a55}.tc-info-row strong{color:#ccc;margin-right:10px}.tc-info-row span{color:#fff}.tc-description-section,.tc-attachments-section,.tc-comments-section{margin-bottom:20px;padding:15px;background:#252540;border-radius:6px}.tc-description-section strong,.tc-attachments-section strong,.tc-comments-section strong{color:#ccc;display:block;margin-bottom:10px}.tc-bug-description{color:#fff;white-space:pre-wrap;line-height:1.5;padding:10px;background:#1a1a2e;border-radius:4px}.tc-attachments-list{margin-bottom:15px}.tc-attachment-item{padding:8px;margin:5px 0;background:#1a1a2e;border-radius:4px}.tc-attachment-link{cursor:pointer;color:#64b5f6;text-decoration:underline}.tc-attachment-link:hover{color:#90caf9}.tc-new-attachment{margin-top:15px;padding-top:15px;border-top:1px solid #3a3a55;display:flex;gap:10px;align-items:center}.tc-file-input{flex:1;padding:6px;border:1px solid #555;border-radius:4px;background:#3a3a55;color:#fff}.tc-upload-btn{padding:6px 12px;background:#17a2b8;color:#fff;border:none;border-radius:4px;cursor:pointer;white-space:nowrap}.tc-upload-btn:disabled{background:#6c757d;cursor:not-allowed}.tc-comments-list{max-height:300px;overflow-y:auto;margin-bottom:15px}.tc-comment-item{padding:10px;margin:10px 0;background:#1a1a2e;border-radius:4px;border-left:3px solid #17a2b8}.tc-comment-text{color:#fff;margin-bottom:5px;line-height:1.4}.tc-comment-meta{display:flex;justify-content:space-between;font-size:11px;color:#888}.tc-new-comment{margin-top:15px;padding-top:15px;border-top:1px solid #3a3a55}.tc-comment-input{width:100%;padding:8px;border:1px solid #555;border-radius:4px;background:#3a3a55;color:#fff;resize:vertical;min-height:60px;font-family:inherit;margin-bottom:10px}.tc-comment-input:focus{outline:none;border-color:#64b5f6}.tc-add-comment-btn{padding:8px 16px;background:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;float:right}.tc-add-comment-btn:disabled{background:#6c757d;cursor:not-allowed}@media (max-width: 768px){.tc-bug-info{grid-template-columns:1fr;gap:10px}.tc-modal-header{flex-direction:column;gap:10px}.tc-modal-actions{width:100%;justify-content:flex-end}.tc-new-attachment{flex-direction:column;align-items:stretch}}.tc-status-indicator.tc-status-Open{background:#fff3cd;border-color:#ffc107}.tc-status-indicator.tc-status-InProgress{background:#cce7ff;border-color:#007bff}.tc-status-indicator.tc-status-Testing{background:#e2d9f3;border-color:#6f42c1}.tc-status-indicator.tc-status-Closed{background:#d4edda;border-color:#28a745}.tc-compact-status-indicator.tc-status-Open{background:#fff3cd;border-color:#ffc107}.tc-compact-status-indicator.tc-status-InProgress{background:#cce7ff;border-color:#007bff}.tc-compact-status-indicator.tc-status-Testing{background:#e2d9f3;border-color:#6f42c1}.tc-compact-status-indicator.tc-status-Closed{background:#d4edda;border-color:#28a745}.tc-status-indicator.tc-status-Open{background:#ffc10733!important;border-color:#ffc107!important}.tc-status-indicator.tc-status-InProgress{background:#007bff33!important;border-color:#007bff!important}.tc-status-indicator.tc-status-Testing{background:#6f42c133!important;border-color:#6f42c1!important}.tc-status-indicator.tc-status-Closed{background:#28a74533!important;border-color:#28a745!important}.tc-compact-status-indicator.tc-status-Open{background:#ffc1074d!important;border-color:#ffc107!important}.tc-compact-status-indicator.tc-status-InProgress{background:#007bff4d!important;border-color:#007bff!important}.tc-compact-status-indicator.tc-status-Testing{background:#6f42c14d!important;border-color:#6f42c1!important}.tc-compact-status-indicator.tc-status-Closed{background:#28a7454d!important;border-color:#28a745!important}.tc-status-indicator.tc-status-bad.tc-status-Open,.tc-status-indicator.tc-status-bad.tc-status-InProgress,.tc-status-indicator.tc-status-bad.tc-status-Testing,.tc-status-indicator.tc-status-bad.tc-status-Closed,.tc-compact-status-indicator.tc-status-bad.tc-status-Open,.tc-compact-status-indicator.tc-status-bad.tc-status-InProgress,.tc-compact-status-indicator.tc-status-bad.tc-status-Testing,.tc-compact-status-indicator.tc-status-bad.tc-status-Closed{background:inherit!important;border-color:inherit!important}.tc-status-indicator{width:auto!important;height:auto!important;min-width:100px;min-height:40px;padding:8px 12px;font-size:12px!important;font-weight:600;white-space:nowrap;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:6px}.tc-compact-status-indicator{width:auto!important;height:auto!important;min-width:60px;min-height:20px;padding:3px 6px;font-size:9px!important;font-weight:600;white-space:nowrap;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:4px}.tc-status-indicator.tc-status-pass{background:#28a74533!important;border-color:#28a745!important;color:#28a745!important}.tc-compact-status-indicator.tc-status-pass{background:#28a7454d!important;border-color:#28a745!important;color:#28a745!important}.tc-status-indicator.tc-status-Bug{background:#dc354533!important;border-color:#dc3545!important;color:#dc3545!important}.tc-compact-status-indicator.tc-status-Bug{background:#dc35454d!important;border-color:#dc3545!important;color:#dc3545!important}.tc-status-indicator.tc-status-Closed{background:#28a74533!important;border-color:#28a745!important;color:#007bff!important}.tc-compact-status-indicator.tc-status-Closed{background:#28a7454d!important;border-color:#28a745!important;color:#007bff!important}.tc-version-stats{margin-top:8px;font-size:10px}.tc-version-stats-compact{display:flex;justify-content:space-around;margin:4px 0;font-size:9px}.tc-stat-row{display:flex;justify-content:space-between;margin:1px 0;padding:0 2px}.tc-stat-label{color:#ccc}.tc-stat-value{color:#fff;font-weight:700}.tc-stat-bug{color:#dc3545}.tc-stat-open{color:#ffc107}.tc-stat-inprogress{color:#007bff}.tc-stat-testing{color:#6f42c1}.tc-stat-closed{color:#28a745}.tc-version-stats-compact .tc-stat-bug{color:#dc3545;font-weight:700}.tc-version-stats-compact .tc-stat-total{color:#17a2b8;font-weight:700}.tc-error-text,.tc-bug-description,.tc-comment-text{white-space:pre-line!important;word-wrap:break-word}.tc-bug-details,.tc-error-text{background-color:transparent!important}.tc-error-text{background-color:transparent!important;color:#fff!important}.tc-error-text{background-color:transparent!important}.tc-error-text strong,.tc-error-text{color:#fff!important}
