.header{background:var(--bg-white);border-bottom:2px solid var(--border-color);box-shadow:var(--shadow);position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--primary-color);transition:opacity .2s}.logo:hover{opacity:.8}.logo-icon{font-size:2rem}.nav{display:flex;gap:2rem}.nav-link{font-size:1rem;font-weight:500;color:var(--text-dark);padding:.5rem 1rem;border-radius:6px;transition:all .2s}.nav-link:hover{background-color:var(--bg-light);color:var(--primary-color)}.nav-link.active{background-color:var(--primary-color);color:#fff}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem}.nav{gap:1rem}.nav-link{padding:.4rem .8rem;font-size:.9rem}}.home{min-height:calc(100vh - 80px)}.hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:4rem 0 5rem;text-align:center}.hero-title{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.25rem;margin-bottom:3rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}.action-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:800px;margin:0 auto}.action-card{background:var(--bg-white);color:var(--text-dark);padding:2.5rem;border-radius:12px;box-shadow:var(--shadow);transition:all .3s ease;text-align:center}.action-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover)}.card-icon{font-size:4rem;margin-bottom:1rem}.card-title{font-size:1.75rem;margin-bottom:1rem;color:var(--primary-color)}.card-description{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.card-button{display:inline-block;background:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;transition:background .2s}.action-card:hover .card-button{background:var(--primary-hover)}.features{padding:4rem 0;background:var(--bg-white)}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--primary-color)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:900px;margin:0 auto}.feature{text-align:center}.feature-number{width:60px;height:60px;background:var(--primary-color);color:#fff;font-size:1.75rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.feature h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-dark)}.feature p{color:var(--text-light);line-height:1.6}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.action-cards{grid-template-columns:1fr}.section-title{font-size:2rem}}.artifact-card{background:var(--bg-white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease;display:flex;flex-direction:column;height:100%}.artifact-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.artifact-image-container{position:relative;width:100%;height:250px;background:var(--bg-light);overflow:hidden}.artifact-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.artifact-card:hover .artifact-image{transform:scale(1.05)}.artifact-image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-light);background:var(--bg-light)}.artifact-image-placeholder span{font-size:4rem;margin-bottom:.5rem}.artifact-category{position:absolute;top:12px;right:12px;background:#000000b3;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:capitalize;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.artifact-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.artifact-name{font-size:1.5rem;color:var(--primary-color);margin-bottom:.75rem;font-weight:700}.artifact-location,.artifact-era{display:flex;align-items:center;gap:.5rem;color:var(--text-light);font-size:.9rem;margin-bottom:.5rem}.location-icon,.era-icon{font-size:1rem}.artifact-description{color:var(--text-dark);line-height:1.6;margin-top:1rem;flex:1}.read-more-button{color:var(--primary-color);font-weight:600;padding:.5rem 0;margin-top:.5rem;transition:opacity .2s;text-align:left}.read-more-button:hover{opacity:.7}.report-issue-button{background:transparent;border:1px solid #e0e0e0;color:#666;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;margin-top:1rem;transition:all .2s;cursor:pointer}.report-issue-button:hover{background:#f5f5f5;border-color:#ccc}.form-group textarea{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:6px;font-family:inherit;font-size:1rem;resize:vertical;transition:border-color .2s}.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea:disabled{background:#f5f5f5;cursor:not-allowed}.discover{padding:2rem 0 4rem}.discover-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}.page-title{font-size:2.5rem;color:var(--primary-color);margin-bottom:.5rem}.page-subtitle{color:var(--text-light);font-size:1.1rem}.discover-controls{display:flex;gap:1rem;align-items:center}.filter-select{padding:.75rem 1rem;border:2px solid var(--border-color);border-radius:6px;font-size:1rem;background:#fff;cursor:pointer;transition:border-color .2s}.filter-select:focus{outline:none;border-color:var(--primary-color)}.refresh-button{padding:.75rem 1.5rem;background:var(--primary-color);color:#fff;border-radius:6px;font-weight:600;font-size:1rem;transition:background .2s}.refresh-button:hover{background:var(--primary-hover)}.artifacts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1rem}.error-message{text-align:center;padding:3rem;background:#fff3cd;border:2px solid #ffc107;border-radius:8px;margin:2rem 0}.error-message p{color:#856404;margin-bottom:1rem;font-size:1.1rem}.retry-button{padding:.75rem 1.5rem;background:var(--primary-color);color:#fff;border-radius:6px;font-weight:600;font-size:1rem;transition:background .2s}.retry-button:hover{background:var(--primary-hover)}.empty-state{text-align:center;padding:4rem;color:var(--text-light);font-size:1.2rem}@media (max-width: 768px){.discover-header{flex-direction:column}.page-title{font-size:2rem}.discover-controls{width:100%;flex-direction:column}.filter-select,.refresh-button{width:100%}.artifacts-grid{grid-template-columns:1fr}}.scan{padding:2rem 0 4rem;min-height:calc(100vh - 80px)}.scan-header{text-align:center;margin-bottom:3rem}.upload-area{max-width:600px;margin:0 auto;padding:4rem 2rem;border:3px dashed var(--border-color);border-radius:12px;text-align:center;cursor:pointer;transition:all .3s ease;background:var(--bg-white)}.upload-area:hover{border-color:var(--primary-color);background:var(--bg-light)}.upload-icon{font-size:4rem;margin-bottom:1rem}.upload-area h3{color:var(--text-dark);margin-bottom:.5rem}.upload-area p{color:var(--text-light);font-size:.9rem}.preview-section{max-width:800px;margin:0 auto}.preview-container{position:relative;background:var(--bg-white);border-radius:12px;padding:1.5rem;box-shadow:var(--shadow);margin-bottom:2rem}.preview-image{width:100%;max-height:500px;object-fit:contain;border-radius:8px}.preview-actions{position:absolute;top:1.5rem;right:1.5rem}.cancel-button{background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:6px;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s}.cancel-button:hover{background:#000000d9}.scan-actions{text-align:center}.scan-button{background:var(--primary-color);color:#fff;padding:1rem 3rem;border-radius:8px;font-size:1.2rem;font-weight:700;transition:all .2s;box-shadow:var(--shadow)}.scan-button:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.scanning-indicator{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem}.scanning-indicator p{font-size:1.1rem;color:var(--text-dark);font-weight:600}.scanning-subtext{font-size:.9rem!important;color:var(--text-light)!important;font-weight:400!important}.results-section{max-width:900px;margin:2rem auto;background:var(--bg-white);border-radius:12px;padding:3rem;box-shadow:var(--shadow)}.result-icon{font-size:4rem;text-align:center;margin-bottom:1rem}.results-section h2{text-align:center;color:var(--primary-color);font-size:2rem;margin-bottom:1rem}.result-message{text-align:center;font-size:1.2rem;color:var(--text-dark);margin-bottom:2rem}.result-reason{text-align:center;color:var(--text-light);margin-bottom:2rem}.confidence-score{text-align:center;font-size:1.1rem;color:var(--secondary-color);font-weight:600;margin-bottom:2rem}.artifact-result-card{display:grid;grid-template-columns:300px 1fr;gap:2rem;margin-bottom:2rem;padding:1.5rem;background:var(--bg-light);border-radius:8px}.artifact-result-image img{width:100%;height:300px;object-fit:cover;border-radius:8px}.artifact-result-info h3{font-size:1.75rem;color:var(--primary-color);margin-bottom:1rem}.result-category{display:inline-block;background:var(--primary-color);color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:capitalize;margin-bottom:1rem}.result-location,.result-era{color:var(--text-light);margin-bottom:.5rem}.result-description{color:var(--text-dark);line-height:1.7;margin-top:1rem}.ai-analysis-section{background:#f0f7ff;border:2px solid #b3d9ff;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.ai-analysis-section h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.3rem}.analysis-info{display:flex;flex-direction:column;gap:1rem}.analysis-info>div{line-height:1.6}.analysis-info strong{color:var(--text-dark);font-weight:600}.analysis-info ul{margin-top:.5rem;margin-left:1.5rem}.ai-analysis-card{background:var(--bg-light);padding:1.5rem;border-radius:8px;margin-bottom:2rem}.ai-analysis-card h3{color:var(--primary-color);margin-bottom:1rem}.analysis-detail{margin-bottom:1rem;line-height:1.6}.analysis-detail strong{color:var(--text-dark)}.analysis-detail ul{margin-top:.5rem;margin-left:1.5rem}.save-artifact-section{background:#f0fff0;border:2px solid #90ee90;padding:2rem;border-radius:8px;margin-bottom:2rem}.save-artifact-section h3{color:var(--primary-color);margin-bottom:.5rem;font-size:1.3rem}.save-artifact-section>p{color:var(--text-light);margin-bottom:1.5rem}.save-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:var(--text-dark);margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select{padding:.75rem;border:2px solid var(--border-color);border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary-color)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.save-button{background:var(--primary-color);color:#fff;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:700;margin-top:.5rem;transition:all .2s;box-shadow:var(--shadow)}.save-button:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.save-button:disabled{opacity:.6;cursor:not-allowed}.save-success{text-align:center;padding:2rem}.save-success .success-icon{font-size:4rem;margin-bottom:1rem}.save-success h4{color:#2d7c2d;font-size:1.5rem;margin-bottom:.5rem}.save-success p{color:var(--text-dark);line-height:1.6}.expert-notice,.expert-contacted-notice{background:#e3f2fd;border-left:4px solid #2196f3;padding:1rem;border-radius:4px;margin-bottom:2rem}.expert-notice p,.expert-contacted-notice p{color:#1565c0;margin:0}.scan-result-actions{display:flex;gap:1rem;margin-top:1rem}.report-issue-button{flex:1;background:#ff9800;color:#fff;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:700;transition:all .2s}.report-issue-button:hover{background:#f57c00;transform:translateY(-2px)}.scan-another-button{flex:1;background:var(--primary-color);color:#fff;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:700;transition:background .2s}.scan-another-button:hover{background:var(--primary-hover)}.report-success-message{background:#d4edda;border:2px solid #28a745;color:#155724;padding:1rem;border-radius:8px;text-align:center;margin:1rem 0;font-weight:600}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.modal-actions .cancel-button,.modal-actions .submit-button{padding:.75rem 1.5rem;border-radius:6px;font-weight:600;transition:all .2s;cursor:pointer}.modal-actions .cancel-button{background:transparent;border:1px solid #e0e0e0;color:#666}.modal-actions .cancel-button:hover:not(:disabled){background:#f5f5f5}.modal-actions .submit-button{background:var(--primary-color);border:none;color:#fff}.modal-actions .submit-button:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.modal-actions .submit-button:disabled,.modal-actions .cancel-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.artifact-result-card{grid-template-columns:1fr}.artifact-result-image img{height:250px}.results-section{padding:2rem 1rem}.scan-button{width:100%}.form-row{grid-template-columns:1fr}.save-artifact-section{padding:1.5rem}.scan-result-actions{flex-direction:column}.report-issue-button,.scan-another-button{width:100%}}.faq-page{min-height:calc(100vh - 80px);background:var(--bg-light);padding:3rem 0}.faq-page .container{max-width:900px;margin:0 auto;padding:0 1.5rem}.faq-header{text-align:center;margin-bottom:3rem}.faq-header .page-title{font-size:2.5rem;margin-bottom:.5rem;color:var(--primary-color)}.faq-header .page-subtitle{font-size:1.1rem;color:var(--text-light)}.faq-list{margin-bottom:3rem}.faq-item{background:#fff;border-radius:8px;margin-bottom:1rem;box-shadow:0 2px 4px #0000001a;overflow:hidden;transition:box-shadow .3s}.faq-item:hover{box-shadow:0 4px 12px #00000026}.faq-question{width:100%;padding:1.25rem 1.5rem;background:#fff;border:none;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;color:var(--text-dark);cursor:pointer;transition:background .2s;text-align:left}.faq-question:hover{background:var(--bg-light)}.faq-question.active{background:var(--bg-light);color:var(--primary-color)}.faq-icon{font-size:1.5rem;font-weight:400;color:var(--primary-color);flex-shrink:0;margin-left:1rem}.faq-answer{padding:0 1.5rem 1.5rem;color:var(--text-light);line-height:1.7;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ask-question-container{text-align:center;padding:3rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.ask-question-container h2{color:var(--primary-color);font-size:2rem;margin-bottom:1rem}.ask-question-text{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.ask-question-button{background:var(--primary-color);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.ask-question-button:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:100%;box-shadow:0 10px 40px #0003}.modal-content h3{color:var(--primary-color);margin-bottom:.5rem;font-size:1.5rem}.modal-subtitle{color:var(--text-light);margin-bottom:1.5rem;font-size:.95rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:var(--text-dark);font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:6px;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group textarea{resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group input:disabled,.form-group textarea:disabled{background:#f5f5f5;cursor:not-allowed}.form-group small{display:block;margin-top:.5rem;color:var(--text-light);font-size:.85rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.cancel-button,.submit-button{padding:.75rem 1.5rem;border-radius:6px;font-weight:600;transition:all .2s;cursor:pointer}.cancel-button{background:transparent;border:1px solid #e0e0e0;color:#666}.cancel-button:hover:not(:disabled){background:#f5f5f5}.submit-button{background:var(--primary-color);border:none;color:#fff}.submit-button:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.submit-button:disabled,.cancel-button:disabled{opacity:.5;cursor:not-allowed}.success-message{text-align:center;padding:2rem 0}.success-icon{display:inline-block;width:60px;height:60px;background:#10b981;color:#fff;border-radius:50%;font-size:2rem;line-height:60px;margin-bottom:1rem}.success-message p{color:var(--text-dark);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.success-subtitle{color:var(--text-light);font-size:.95rem;font-weight:400}@media (max-width: 768px){.faq-header .page-title{font-size:2rem}.faq-question{font-size:1rem;padding:1rem}.ask-question-container{padding:2rem 1.5rem}.ask-question-container h2{font-size:1.5rem}}.about{padding:2rem 0 4rem;min-height:calc(100vh - 80px)}.about-header{text-align:center;margin-bottom:3rem}.about-content{max-width:900px;margin:0 auto}.about-card{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;text-align:center;margin-bottom:3rem}.about-icon{font-size:4rem;margin-bottom:1.5rem}.about-card h2{color:var(--primary-color);font-size:2rem;margin-bottom:1.5rem}.about-card p{font-size:1.15rem;line-height:1.8;color:var(--text-dark);max-width:700px;margin:0 auto}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 4px #0000001a;text-align:center;transition:transform .3s,box-shadow .3s}.feature-item:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-item h3{color:var(--primary-color);font-size:1.25rem;margin-bottom:.75rem}.feature-item p{color:var(--text-light);line-height:1.6}@media (max-width: 768px){.about-card{padding:2rem 1.5rem}.about-card h2{font-size:1.5rem}.about-card p{font-size:1rem}.about-features{grid-template-columns:1fr}}.admin{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 0}.admin .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.admin-header{text-align:center;margin-bottom:3rem;color:#fff;position:relative}.admin-header .page-title{font-size:2.5rem;margin-bottom:.5rem;color:#fff}.admin-header .page-subtitle{font-size:1.1rem;opacity:.9;margin-bottom:1.5rem}.admin-header .refresh-button{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-header .refresh-button:hover{background:#ffffff4d;transform:translateY(-2px)}.tabs{display:flex;gap:.5rem;margin-bottom:2rem;background:#ffffff1a;padding:.5rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tab-button{flex:1;padding:1rem 2rem;background:transparent;border:none;font-size:1rem;font-weight:600;color:#ffffffb3;cursor:pointer;transition:all .2s;border-radius:8px}.tab-button:hover{color:#fff;background:#ffffff1a}.tab-button.active{color:#fff;background:#fff3}.reports-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .3s}.stat-card:hover{transform:translateY(-4px)}.stat-number{display:block;font-size:3rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-label{display:block;color:var(--text-light);font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.reports-list{display:flex;flex-direction:column;gap:1.5rem}.report-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:all .3s}.report-card:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-2px)}.report-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-bottom:1px solid #e0e0e0}.report-id{font-weight:700;font-size:1.1rem;color:var(--primary-color)}.status-badge{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-pending{background:#fef3c7;color:#92400e}.status-dismissed{background:#f3f4f6;color:#6b7280}.status-escalated{background:#fce7f3;color:#9f1239}.status-resolved{background:#d1fae5;color:#065f46}.status-reviewed{background:#dbeafe;color:#1e40af}.report-content{padding:1.5rem}.artifact-info{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.artifact-thumbnail{width:100px;height:100px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--bg-light)}.artifact-thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;background:var(--bg-light)}.artifact-details{flex:1;display:flex;flex-direction:column;justify-content:center}.artifact-title{font-size:1.3rem;color:var(--primary-color);margin-bottom:.5rem;font-weight:700}.artifact-id-label{color:var(--text-light);font-size:.9rem}.scan-report-info{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.scan-thumbnail{width:100px;height:100px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--bg-light)}.scan-thumbnail img{width:100%;height:100%;object-fit:cover}.scan-details{flex:1;display:flex;flex-direction:column;justify-content:center}.scan-title{font-size:1.3rem;color:var(--primary-color);margin-bottom:.5rem;font-weight:700}.scan-id-label{color:var(--text-light);font-size:.9rem}.report-reason{margin-bottom:1.5rem}.report-reason h4{font-size:.9rem;text-transform:uppercase;color:var(--text-light);margin-bottom:.75rem;letter-spacing:1px}.report-reason p{color:var(--text-dark);line-height:1.6;padding:1rem;background:var(--bg-light);border-radius:8px;border-left:4px solid var(--primary-color)}.report-meta{display:flex;flex-wrap:wrap;gap:1.5rem}.meta-item{display:flex;align-items:center;gap:.5rem;color:var(--text-light);font-size:.9rem}.meta-icon{font-size:1.1rem}.meta-text{color:var(--text-light)}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.empty-icon{font-size:5rem;display:block;margin-bottom:1rem;opacity:.5}.empty-state h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:.5rem}.empty-state p{color:var(--text-light);font-size:1rem}.loading-container{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.spinner{border:4px solid rgba(0,0,0,.1);border-left-color:var(--primary-color);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 1rem}.loading-container p{color:var(--text-light);font-size:1rem}.error-message{text-align:center;padding:2rem;background:#fee;border:2px solid #fcc;border-radius:12px;color:#c00}.retry-button{margin-top:1rem;background:var(--primary-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.retry-button:hover{background:#2563eb;transform:translateY(-2px)}.report-actions{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0;display:flex;gap:1rem;flex-wrap:wrap}.action-btn{padding:.75rem 1.25rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s;border:none;display:flex;align-items:center;gap:.5rem}.action-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.dismiss-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.dismiss-btn:hover{background:#e5e7eb}.escalate-btn{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.escalate-btn:hover{background:#fde68a}.remove-btn{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.remove-btn:hover{background:#fecaca}@media (max-width: 768px){.admin-header .page-title{font-size:2rem}.artifact-info{flex-direction:column}.artifact-thumbnail,.scan-thumbnail{width:100%;height:200px}.artifact-info,.scan-report-info{flex-direction:column}.stat-number{font-size:2rem}.tabs{flex-direction:column;gap:.5rem}.tab-button{width:100%}.report-actions{flex-direction:column}.action-btn{width:100%;justify-content:center}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-bottom:40px}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2c5f2d;--primary-hover: #234d24;--secondary-color: #97734b;--bg-light: #f5f5f0;--bg-white: #ffffff;--text-dark: #2d2d2d;--text-light: #666666;--border-color: #e0e0e0;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-hover: 0 4px 16px rgba(0, 0, 0, .15)}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--text-dark);background-color:var(--bg-light);line-height:1.6}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3}button{cursor:pointer;border:none;background:none;font-family:inherit}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:40px;height:40px;border:4px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}
