body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.app{min-height:100vh;padding:20px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;color:#fff}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.board-container{max-width:1400px;margin:0 auto}.board-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:20px 0}.board-header h1{color:#fff;font-size:2rem;font-weight:600;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.header-links{display:flex;align-items:center;gap:15px}.ecommerce-link{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;text-decoration:none;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #ff6b6b4d;display:flex;align-items:center;gap:8px}.ecommerce-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66;background:linear-gradient(135deg,#ff5252,#d63031)}.create-form{background:#fff;padding:20px;border-radius:8px;margin-bottom:20px;box-shadow:0 4px 12px #00000026}.create-form input{width:100%;padding:12px;border:2px solid #e1e8ed;border-radius:4px;font-size:14px;margin-bottom:12px;transition:border-color .2s}.create-form input:focus{outline:none;border-color:#667eea}.form-actions{display:flex;gap:10px}.btn-create{background:#fff;color:#667eea;border:none;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #00000026}.btn-create:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-primary{background:#667eea;color:#fff;border:none;padding:10px 20px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.btn-primary:hover{background:#5568d3}.btn-secondary{background:#95a5a6;color:#fff;border:none;padding:10px 20px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.btn-secondary:hover{background:#7f8c8d}.btn-danger{background:#e74c3c;color:#fff;border:none;padding:10px 20px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.btn-danger:hover{background:#c0392b}.btn-success{background:#27ae60;color:#fff;border:none;padding:10px 20px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.btn-success:hover{background:#229954}.btn-ai{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 16px;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.btn-ai:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-ai:disabled{opacity:.7;cursor:not-allowed}.btn-link{color:#667eea;text-decoration:none;font-size:13px;padding:8px 12px;border-radius:4px;transition:background .2s}.btn-link:hover{background:#667eea1a}.board{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;min-height:70vh}.column{background:#fffffff2;border-radius:8px;display:flex;flex-direction:column;box-shadow:0 4px 12px #0000001a;overflow:hidden}.column-header{padding:16px;border-top:4px solid;background:#f8f9fa;display:flex;align-items:center;gap:10px}.column-icon{font-size:1.2rem}.column-header h2{flex:1;font-size:16px;font-weight:600;color:#2c3e50}.column-count{background:#e1e8ed;color:#657786;padding:2px 10px;border-radius:12px;font-size:12px;font-weight:600}.column-content{flex:1;padding:12px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.empty-state{text-align:center;color:#95a5a6;padding:40px 20px;font-size:14px}.issue-card{background:#fff;border:1px solid #e1e8ed;border-radius:6px;padding:12px;transition:all .2s;cursor:pointer}.issue-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.issue-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.issue-id{font-size:12px;color:#657786;font-weight:600}.issue-type{font-size:10px;color:#fff;padding:3px 8px;border-radius:3px;font-weight:600;text-transform:uppercase}.issue-title{font-size:14px;color:#2c3e50;line-height:1.4;margin-bottom:8px;word-wrap:break-word}.issue-meta{margin-bottom:12px;color:#95a5a6;font-size:12px}.issue-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.error-message{margin-top:8px;padding:8px;background:#ffe5e5;color:#c0392b;border-radius:4px;font-size:12px}@media (max-width: 1200px){.board{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.board{grid-template-columns:1fr}.board-header{flex-direction:column;gap:15px;align-items:stretch}.board-header h1{font-size:1.5rem;text-align:center}.header-links{justify-content:center;flex-wrap:wrap}.ecommerce-link{font-size:13px;padding:10px 16px}}.event-trail-container{max-width:1000px;margin:0 auto;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.event-trail-header{display:flex;align-items:center;gap:20px;margin-bottom:30px;color:#fff}.btn-back{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.btn-back:hover{background:#ffffff4d}.issue-title-small{font-size:14px;opacity:.9;margin-top:5px}.events-timeline{background:#fff;border-radius:12px;padding:30px;box-shadow:0 10px 40px #0000001a}.event-item{display:flex;gap:20px;position:relative}.event-marker{display:flex;flex-direction:column;align-items:center;min-width:40px}.event-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:3px solid #667eea;border-radius:50%;z-index:1}.event-line{width:3px;flex:1;background:linear-gradient(to bottom,#667eea,#e1e8ed);margin-top:5px;min-height:40px}.event-content{flex:1;padding-bottom:30px}.event-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.event-type{font-size:18px;color:#2c3e50;font-weight:600;margin:0}.event-time{font-size:12px;color:#95a5a6}.event-actor{font-size:13px;color:#657786;margin-bottom:10px}.event-details{background:#f7f9fa;padding:15px;border-radius:8px;border-left:4px solid #667eea}.event-details p{margin:8px 0;line-height:1.6}.event-details strong{color:#2c3e50}.analysis-text,.patch-code{background:#2c3e50;color:#ecf0f1;padding:15px;border-radius:6px;overflow-x:auto;font-family:Courier New,Courier,monospace;font-size:13px;line-height:1.6;white-space:pre-wrap;margin:10px 0}.badge{display:inline-block;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;margin-right:5px}.badge-success{background:#27ae60;color:#fff}.badge-danger{background:#e74c3c;color:#fff}.badge-warning{background:#f39c12;color:#fff}.detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #e1e8ed}.detail-header h3{font-size:16px;color:#2c3e50;font-weight:700;margin:0}.formatted-analysis{margin:15px 0}.analysis-section{margin-bottom:20px}.section-title{font-size:14px;font-weight:700;color:#667eea;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.section-content{background:#fff;padding:12px 15px;border-radius:6px;border-left:3px solid #667eea}.section-content p{margin:8px 0;color:#2c3e50;line-height:1.7;font-size:14px}.patch-explanation{background:#e8f4fd;border-left:4px solid #2196F3;padding:15px;margin:15px 0;border-radius:6px}.patch-explanation h4{font-size:14px;color:#1976d2;margin:0 0 8px;font-weight:700}.patch-explanation p{margin:0;color:#2c3e50;line-height:1.6;font-size:14px}.patch-files-container{margin:15px 0}.patch-file-section{margin-bottom:20px;border:1px solid #e1e8ed;border-radius:8px;overflow:hidden}.patch-file-header{background:#f7f9fa;padding:12px 15px;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #e1e8ed}.patch-file-name{display:flex;align-items:center;gap:8px;font-weight:600}.file-icon{font-size:16px}.patch-file-name code{color:#2c3e50;font-size:13px;background:#fff;padding:4px 8px;border-radius:4px}.patch-file-stats{display:flex;gap:10px;font-size:12px;font-weight:600;font-family:Courier New,Courier,monospace}.stat-addition{color:#2ea043;background:#2ea0431a;padding:3px 8px;border-radius:4px}.stat-deletion{color:#f85149;background:#f851491a;padding:3px 8px;border-radius:4px}.formatted-patch{background:#1e1e1e;border-radius:0;overflow:hidden;margin:0;font-family:Courier New,Courier,monospace;font-size:13px;max-height:500px;overflow-y:auto}.formatted-patch::-webkit-scrollbar{width:10px}.formatted-patch::-webkit-scrollbar-track{background:#2d2d30}.formatted-patch::-webkit-scrollbar-thumb{background:#555;border-radius:5px}.formatted-patch::-webkit-scrollbar-thumb:hover{background:#777}.patch-line{display:flex;line-height:1.6;border-left:3px solid transparent;transition:background-color .1s ease}.patch-line:hover{background:#ffffff0d!important}.line-numbers{display:flex;flex-shrink:0;-webkit-user-select:none;user-select:none;background:#252526;border-right:1px solid #3e3e42}.old-line-num,.new-line-num{width:50px;padding:4px 8px;text-align:right;font-family:Courier New,Courier,monospace;font-size:12px;color:#858585}.old-line-num{border-right:1px solid #3e3e42}.patch-line code,.line-content{color:#d4d4d4;font-family:inherit;padding:4px 12px;flex:1;overflow-x:auto}.patch-header{background:#2d2d30;font-weight:700}.patch-header .line-content{color:#4ec9b0}.patch-header .line-numbers,.patch-meta{background:#2d2d30}.patch-meta .line-content{color:#569cd6;font-style:italic;font-weight:600}.patch-meta .line-numbers{background:#2d2d30}.patch-addition{background:#2ea04326;border-left-color:#2ea043}.patch-addition .line-content{color:#3fb950}.patch-addition .new-line-num{background:#2ea04333;color:#3fb950;font-weight:600}.patch-deletion{background:#f8514926;border-left-color:#f85149}.patch-deletion .line-content{color:#f85149}.patch-deletion .old-line-num{background:#f8514933;color:#f85149;font-weight:600}.patch-line:not(.patch-addition):not(.patch-deletion):not(.patch-header):not(.patch-meta) .line-numbers{background:#1e1e1e}.patch-line:not(.patch-addition):not(.patch-deletion):not(.patch-header):not(.patch-meta) .old-line-num,.patch-line:not(.patch-addition):not(.patch-deletion):not(.patch-header):not(.patch-meta) .new-line-num{color:#6e7681}.affected-files-section,.files-modified{margin-top:15px;padding:12px;background:#fff;border-radius:6px}.affected-files-section h4,.files-modified strong{font-size:13px;color:#2c3e50;margin-bottom:8px;display:block}.file-list{list-style:none;padding:0;margin:8px 0 0}.file-list li{padding:6px 10px;background:#f7f9fa;border-radius:4px;margin-bottom:5px;font-size:12px}.file-list code{color:#667eea;font-weight:600;font-family:Courier New,Courier,monospace}.patch-meta-info{margin-top:20px;display:flex;gap:20px;flex-wrap:wrap}.test-results{flex:1;min-width:200px}.test-results strong{display:block;font-size:13px;color:#2c3e50;margin-bottom:8px}.test-badges{display:flex;gap:8px;align-items:center}.test-list{margin-top:8px;padding:8px 12px;background:#f7f9fa;border-radius:4px}.test-list small{color:#657786;font-size:12px;line-height:1.4}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
