*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.item-list{background:#fff;border-right:1px solid #e0e0e0;box-shadow:2px 0 8px #0000000d;display:flex;flex-direction:column;height:100%}.list-header{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid #e0e0e0;color:#fff;justify-content:space-between;padding:20px 24px}.header-left,.list-header{align-items:center;display:flex;gap:16px}.header-left{flex:1 1;min-width:0}.list-header h2{font-size:20px;font-weight:600;margin:0;white-space:nowrap}.header-pagination{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:8px;display:flex;flex-wrap:nowrap;gap:6px;padding:4px 6px}.header-pagination-btn{align-items:center;background:#fff3;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;font-weight:600;height:26px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:26px}.header-pagination-btn:hover:not(:disabled){background:#ffffff4d;transform:scale(1.1)}.header-pagination-btn:disabled{cursor:not-allowed;opacity:.3}.header-pagination-info{font-size:12px;font-weight:500;min-width:60px;padding:0 6px;text-align:center;white-space:nowrap}.header-right{align-items:center;display:flex;gap:12px}.item-count{background:#fff3;border-radius:12px;font-size:12px;font-weight:500;padding:4px 12px;white-space:nowrap}.search-container{background:#fff;border-bottom:1px solid #e0e0e0;padding:16px 24px;position:relative}.search-input{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-size:14px;padding:10px 40px 10px 16px;transition:all .3s ease;width:100%}.search-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.search-input::placeholder{color:#9e9e9e}.search-clear{align-items:center;background:#bdbdbd;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;height:24px;justify-content:center;line-height:1;padding:0;position:absolute;right:32px;top:50%;transform:translateY(-50%);transition:all .2s ease;width:24px}.search-clear:hover{background:#9e9e9e;transform:translateY(-50%) scale(1.1)}.list-content{flex:1 1;overflow-y:auto}.list-item{align-items:center;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;padding:16px 24px;position:relative;transition:all .3s ease}.list-item:hover{background-color:#f8f9fa;transform:translateX(4px)}.list-item.active{background-color:#e8eaf6;border-left:4px solid #667eea}.list-item.active:before{bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.item-icon,.list-item.active:before{background:linear-gradient(135deg,#667eea,#764ba2)}.item-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;font-size:24px;height:48px;justify-content:center;margin-right:16px;width:48px}.item-info{flex:1 1;min-width:0}.item-info h3.title{font-size:16px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-info h3.title.status-resolved{color:#2e7d32}.item-info h3.title.status-pending{color:#f57f17}.item-info h3.title.status-in-progress{color:#1565c0}.item-info p{color:#757575;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-arrow{color:#bdbdbd;font-size:24px;margin-left:8px;transition:transform .3s ease}.list-item:hover .item-arrow{color:#667eea;transform:translateX(4px)}.list-item.active .item-arrow{color:#667eea}.list-content::-webkit-scrollbar{width:6px}.list-content::-webkit-scrollbar-track{background:#f1f1f1}.list-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.list-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.pagination{border-top:1px solid #e0e0e0;gap:8px;padding:16px 24px}.pagination,.pagination-btn{align-items:center;background:#fff;display:flex;justify-content:center}.pagination-btn{border:1px solid #e0e0e0;border-radius:6px;color:#424242;cursor:pointer;font-size:14px;font-weight:500;height:36px;min-width:36px;padding:0 12px;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#f8f9ff;border-color:#667eea;color:#667eea}.pagination-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;color:#fff;font-weight:600}.pagination-btn:disabled{cursor:not-allowed;opacity:.3}.pagination-ellipsis{color:#9e9e9e;font-size:14px;padding:0 8px}.list-content:empty:after{content:"暂无数据";display:block;font-size:14px}.list-content:empty:after,.no-results{color:#9e9e9e;padding:40px 20px;text-align:center}.no-results-icon{font-size:48px;margin-bottom:12px;opacity:.5}.no-results-text{font-size:14px}@media (max-width:768px){.list-header{flex-wrap:wrap;padding:16px}.header-left{justify-content:space-between;margin-bottom:8px;width:100%}.header-pagination{gap:4px;padding:3px 4px}.header-pagination-btn{font-size:14px;height:24px;width:24px}.header-pagination-info{font-size:11px;min-width:50px;padding:0 4px}.header-right{justify-content:flex-end;width:100%}.list-header h2{font-size:18px}}@media (max-width:480px){.header-pagination{gap:2px}.header-pagination-info{font-size:10px;min-width:45px}}.item-detail{background:#fff;display:flex;flex-direction:column;height:100%;overflow-y:auto}.item-detail.empty{align-items:center;display:flex;justify-content:center}.empty-state{color:#9e9e9e;text-align:center}.empty-icon{font-size:80px;margin-bottom:20px;opacity:.5}.empty-state h2{color:#616161;font-size:24px;margin-bottom:8px}.empty-state p{font-size:14px}.detail-header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #0000001a;color:#fff;gap:16px;padding:32px;position:relative}.detail-header,.header-icon{align-items:center;display:flex}.header-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:16px;flex-shrink:0;font-size:36px;height:72px;justify-content:center;margin-right:24px;width:72px}.header-info h1{font-size:28px;font-weight:700;margin-bottom:8px}.header-info .subtitle{font-size:16px;opacity:.9}.header-info{flex:1 1}.header-actions{gap:8px}.btn-delete,.btn-edit{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:18px;height:40px;justify-content:center;transition:all .2s;width:40px}.btn-edit:hover{background:#ffffff4d;transform:scale(1.05)}.btn-delete:hover{background:#ff3b30cc;transform:scale(1.05)}.edit-header{align-items:center;display:flex;gap:16px;width:100%}.edit-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:16px;color:#fff;font-size:36px;height:72px;outline:none;text-align:center;width:72px}.edit-info{display:flex;flex:1 1;flex-direction:column;gap:8px}.edit-subtitle,.edit-title{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:8px;color:#fff;font-size:18px;outline:none;padding:12px 16px}.edit-title{font-size:24px;font-weight:600}.edit-icon::placeholder,.edit-subtitle::placeholder,.edit-title::placeholder{color:#fff9}.edit-actions{display:flex;gap:8px}.btn-cancel,.btn-save{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s;white-space:nowrap}.btn-save{background:#4cd964e6;color:#fff}.btn-save:hover{background:#4cd964;box-shadow:0 4px 8px #0003;transform:translateY(-1px)}.btn-cancel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;color:#fff}.btn-cancel:hover{background:#ffffff4d}.edit-description,.edit-tags{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:14px;outline:none;padding:12px 16px;transition:border-color .2s;width:100%}.edit-description{min-height:100px;resize:vertical}.edit-description:focus,.edit-tags:focus{border-color:#667eea}.edit-status{background:#fff;border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;font-size:14px;outline:none;padding:6px 12px;transition:border-color .2s}.edit-status:focus{border-color:#667eea}.no-tags{color:#9e9e9e;font-size:14px;font-style:italic}.detail-content{flex:1 1;padding:32px}.detail-section{margin-bottom:32px}.detail-section h3{border-bottom:2px solid #e0e0e0;color:#212121;font-size:18px;font-weight:600;margin-bottom:16px;padding-bottom:8px}.info-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.info-item{background:#f8f9fa;border-left:3px solid #667eea;border-radius:8px;display:flex;flex-direction:column;padding:16px}.info-item .label{color:#757575;font-size:12px;font-weight:500;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.info-item .value{color:#212121;font-size:16px;font-weight:600}.status-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;text-transform:uppercase}.status-badge.resolved{background:#c8e6c9;color:#2e7d32}.status-badge.pending{background:#fff9c4;color:#f57f17}.status-badge.in-progress{background:#bbdefb;color:#1565c0}.info-row{display:flex;flex-wrap:wrap;gap:24px}.info-item-inline{display:flex;flex-direction:column;gap:4px}.info-item-inline .label{color:#757575;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.info-item-inline .value{color:#212121;font-size:14px;font-weight:600}.description{background:#f8f9fa;border-radius:8px;color:#424242;line-height:1.6;padding:20px}.description p{margin:0}.tags{display:flex;flex-wrap:wrap;gap:8px}.tag{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;display:inline-block;font-size:13px;font-weight:500;padding:6px 16px}.additional-info{display:flex;flex-direction:column;gap:12px}.metadata-item{background:#f8f9fa;border-radius:8px;display:flex;gap:12px;padding:12px 16px}.meta-key{color:#667eea;font-weight:600;min-width:120px}.meta-value{color:#424242}.item-detail::-webkit-scrollbar{width:8px}.item-detail::-webkit-scrollbar-track{background:#f1f1f1}.item-detail::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.item-detail::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.solution-steps{display:flex;flex-direction:column;gap:20px}.solution-step{background:#f8f9fa;border-left:4px solid #667eea;border-radius:12px;display:flex;gap:16px;padding:20px;position:relative;transition:all .3s ease}.solution-step:hover{background:#f0f0f0;box-shadow:0 2px 8px #0000001a;transform:translateX(4px)}.solution-step:hover .btn-delete-step{opacity:1}.btn-delete-step{align-items:center;background:#ff3b301a;border:none;border-radius:6px;color:#ff3b30;cursor:pointer;display:flex;font-size:16px;height:28px;justify-content:center;opacity:0;position:absolute;right:12px;top:12px;transition:all .2s;width:28px}.btn-delete-step:hover{background:#ff3b30;color:#fff;transform:scale(1.1)}.step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 2px 8px #667eea4d;color:#fff;display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:40px;justify-content:center;width:40px}.step-content{flex:1 1}.step-description{color:#424242;font-size:15px;line-height:1.6;margin:0 0 12px}.step-code{background:#2d2d2d;border-radius:8px;color:#f8f8f2;font-family:Courier New,Courier,monospace;font-size:13px;line-height:1.5;margin:0;overflow-x:auto;padding:16px}.step-code code{background:#0000;border-radius:0;color:#f8f8f2;font-family:inherit;padding:0}.no-steps{background:#f8f9fa;border-radius:8px;color:#9e9e9e;padding:40px;text-align:center}.no-steps p{font-size:14px;margin:0}.new-issue-form{background:#fff;display:flex;flex-direction:column;height:100%;overflow-y:auto}.form-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:24px 32px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.form-header h2{font-size:24px;font-weight:700;margin:0}.close-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:36px;justify-content:center;line-height:1;transition:all .3s ease;width:36px}.close-btn:hover{background:#ffffff4d;transform:rotate(90deg)}.issue-form{flex:1 1;margin:0 auto;max-width:800px;padding:32px;width:100%}.form-group{margin-bottom:24px}.form-group label{color:#424242;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.required{color:#f44336}.form-group input[type=date],.form-group input[type=text],.form-group select,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:14px;padding:12px 16px;transition:all .3s ease;width:100%}.form-group input[type=date]:focus,.form-group input[type=text]:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input.error,.form-group textarea.error{border-color:#f44336}.error-message{color:#f44336}.error-message,.form-hint{display:block;font-size:12px;margin-top:4px}.form-hint{color:#9e9e9e}.form-group textarea{min-height:100px;resize:vertical}.code-input{background:#f8f9fa;font-family:Courier New,Courier,monospace;font-size:13px}.icon-selector{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(8,1fr);margin-top:8px}.icon-option{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;font-size:24px;height:48px;justify-content:center;padding:0;transition:all .3s ease;width:48px}.icon-option:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea4d;transform:scale(1.1)}.icon-option.selected{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 2px 8px #667eea66;transform:scale(1.05)}.form-section{border-top:2px solid #e0e0e0;margin-top:32px;padding-top:32px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.form-section h3{color:#212121;font-size:18px;font-weight:600;margin:0}.btn-add-step{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:all .3s ease}.btn-add-step:hover{box-shadow:0 2px 8px #667eea4d;transform:translateY(-2px)}.step-form{background:#f8f9fa;border-left:4px solid #667eea;border-radius:12px;margin-bottom:16px;padding:20px}.step-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.step-label{color:#667eea;font-size:16px;font-weight:600}.btn-remove-step{background:#ffebee;border:none;border-radius:6px;color:#c62828;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px;transition:all .3s ease}.btn-remove-step:hover{background:#ffcdd2}.form-actions{border-top:1px solid #e0e0e0;display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:24px}.btn-cancel,.btn-submit{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .3s ease}.btn-cancel{background:#f5f5f5;color:#424242}.btn-cancel:hover{background:#e0e0e0}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea4d;color:#fff}.btn-submit:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-submit:active{transform:translateY(0)}.new-issue-form::-webkit-scrollbar{width:8px}.new-issue-form::-webkit-scrollbar-track{background:#f1f1f1}.new-issue-form::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.new-issue-form::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width:768px){.issue-form{padding:24px 16px}.form-header{padding:20px 24px}.icon-selector{grid-template-columns:repeat(6,1fr)}.form-actions{flex-direction:column-reverse}.btn-cancel,.btn-submit{width:100%}.section-header{align-items:flex-start;flex-direction:column;gap:12px}}.app{background-color:#f5f5f5;display:flex;flex-direction:column;height:100vh}.app-header{align-items:center;background:#fff;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:space-between;padding:16px 24px;z-index:10}.app-header h1{color:#212121;font-size:24px;font-weight:700;margin:0}.header-actions{display:flex;gap:12px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 2px 8px #667eea4d;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .3s ease}.btn-primary:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.app-container{display:flex;flex:1 1;gap:0;overflow:hidden}.app-sidebar{flex-shrink:0;height:100%;max-width:600px;min-width:400px;width:480px}.app-main{flex:1 1;height:100%;overflow:hidden}@media (max-width:768px){.app-container{flex-direction:column}.app-sidebar{border-bottom:1px solid #e0e0e0;border-right:none;height:40%;max-width:100%;width:100%}.app-main{height:60%}.app-header h1{font-size:18px}.header-actions{display:none}}@media (min-width:1200px){.app-sidebar{width:520px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.app-container{animation:fadeIn .5s ease}.loading-container{align-items:center;color:#9e9e9e;display:flex;flex-direction:column;height:calc(100vh - 72px);justify-content:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e0e0e0;border-radius:50%;border-top-color:#667eea;height:50px;margin-bottom:16px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.error-badge{background:#ffebee;border-radius:6px;color:#c62828;font-size:13px;font-weight:500;margin-right:12px;padding:8px 16px}
/*# sourceMappingURL=main.0086f4c5.css.map*/