.upload-container{padding:32px 24px;max-width:1200px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);min-height:100vh}.upload-title{font-size:32px;font-weight:700;margin-bottom:32px;color:#1e293b;text-align:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.upload-section{background:white;border:1px solid #e2e8f0;border-radius:16px;padding:32px;margin-bottom:32px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease}.upload-section:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.upload-section-title{font-size:24px;font-weight:600;margin-bottom:24px;color:#1e293b;display:flex;align-items:center;gap:12px}.upload-section-title:before{content:"📁";font-size:28px}.file-input-section{margin-bottom:24px}.file-label{display:block;margin-bottom:12px;font-weight:600;font-size:16px;color:#374151}.file-input{margin-bottom:20px;width:100%;padding:16px 20px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;transition:all .3s ease;background:#f9fafb}.file-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;background:white}.drop-zone{border:3px dashed #cbd5e1;padding:48px 32px;text-align:center;border-radius:16px;transition:all .3s ease;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);cursor:pointer;margin-bottom:24px}.drop-zone:hover,.drop-zone.drag-active{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);transform:translateY(-2px)}.drop-zone p{margin:0 0 12px;font-size:20px;color:#374151;font-weight:600}.drop-zone .file-size-note{font-size:14px;color:#64748b;font-weight:500}.file-info{margin-bottom:24px;padding:20px;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #0ea5e9;border-radius:12px;border-left:4px solid #0284c7}.file-info-title{font-size:18px;font-weight:600;margin-bottom:12px;color:#0c4a6e;display:flex;align-items:center;gap:8px}.file-info-title:before{content:"ℹ️"}.file-info p{margin:6px 0;font-size:15px;color:#374151;line-height:1.5}.preview-section{margin-bottom:24px}.preview-title{font-size:18px;font-weight:600;margin-bottom:12px;color:#1e293b;display:flex;align-items:center;gap:8px}.preview-title:before{content:"👁️"}.preview-content{max-height:300px;max-width:100%;overflow-x:auto;overflow-y:auto;padding:20px;background:#1e293b;color:#f1f5f9;border:1px solid #334155;border-radius:12px;font-size:14px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;line-height:1.6;box-shadow:inset 0 2px 4px #0000001a}.upload-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:18px 36px;border-radius:12px;cursor:pointer;font-size:16px;font-weight:600;transition:all .3s ease;width:100%;max-width:240px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 14px #3b82f64d}.upload-button:before{content:"🚀"}.upload-button:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.upload-button:focus{outline:none;box-shadow:0 0 0 4px #3b82f633,0 4px 14px #3b82f64d}.upload-button:disabled{background:#9ca3af;cursor:not-allowed;box-shadow:none;transform:none}.result-section{background:white;border:1px solid #e2e8f0;border-radius:16px;padding:32px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.result-title{font-size:24px;font-weight:600;margin-bottom:24px;color:#1e293b;display:flex;align-items:center;gap:12px}.result-title:before{content:"📊"}.analysis-summary{margin-bottom:32px;padding:24px;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #16a34a;border-radius:12px;border-left:4px solid #16a34a}.analysis-summary p{margin:0 0 16px;font-size:16px;color:#14532d;line-height:1.6}.analysis-summary p:last-child{margin-bottom:0}.analysis-summary strong{color:#166534;font-weight:700}.removal-summary{margin-bottom:24px}.removal-title{font-size:20px;font-weight:600;margin-bottom:16px;color:#dc2626;display:flex;align-items:center;gap:8px}.removal-title:before{content:"🛡️"}.removal-count{margin-bottom:16px;font-size:16px;color:#374151;padding:12px 16px;background:#fef2f2;border-radius:8px;border-left:4px solid #dc2626}.removed-items-title{font-size:16px;font-weight:600;margin-bottom:12px;color:#1e293b}.removed-list{max-height:250px;overflow-y:auto;padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;box-shadow:inset 0 2px 4px #0000000d}.removed-item{font-size:14px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;margin-bottom:8px;color:#dc2626;line-height:1.5;padding:4px 8px;background:rgba(220,38,38,.05);border-radius:4px}.content-comparison{display:grid;grid-template-columns:1fr 1fr;gap:24px;width:100%;max-width:100%;margin-top:32px}.content-column{display:flex;flex-direction:column;min-width:0}.content-title{font-size:18px;font-weight:600;margin-bottom:12px;color:#1e293b;display:flex;align-items:center;gap:8px}.content-title:nth-child(1):before{content:"📄"}.content-title:nth-child(2):before{content:"🔒"}.content-display{flex:1;min-height:350px;max-height:500px;max-width:100%;overflow-x:auto;overflow-y:auto;padding:20px;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;box-shadow:inset 0 2px 4px #0000000d;transition:all .3s ease;color:inherit;background-color:inherit}.content-display:hover{border-color:#cbd5e1}.content-display:focus-within{border-color:#3b82f6;box-shadow:inset 0 2px 4px #0000000d,0 0 0 3px #3b82f61a}.original-content{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);color:#1e293b;border-color:#cbd5e1}.redacted-content{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);color:#1e293b;border-color:#0ea5e9}.error-message{color:#dc2626;background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border:1px solid #fecaca;padding:20px;border-radius:12px;font-size:16px;font-weight:500;margin-bottom:24px;border-left:4px solid #dc2626}.duplicate-message{color:#d97706;background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border:1px solid #fed7aa;padding:20px;border-radius:12px;font-size:16px;font-weight:500;margin-bottom:24px;border-left:4px solid #d97706}.upload-button.loading{position:relative;pointer-events:none}.upload-button.loading:after{content:"";position:absolute;width:20px;height:20px;border:2px solid transparent;border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1024px){.upload-container{padding:24px 16px}.content-comparison{grid-template-columns:1fr;gap:20px}.upload-section,.result-section{padding:24px}}@media (max-width: 768px){.upload-title{font-size:28px;margin-bottom:24px}.upload-section,.result-section{padding:20px;margin-bottom:24px}.upload-section-title,.result-title{font-size:20px}.drop-zone{padding:32px 20px}.drop-zone p{font-size:18px}.content-display{min-height:280px;max-height:400px;max-width:100%;overflow-x:auto}.upload-button{max-width:100%;padding:16px 24px}}@media (max-width: 480px){.upload-container{padding:16px 12px}.upload-title{font-size:24px}.upload-section,.result-section{padding:16px;border-radius:12px}.content-comparison{gap:16px}.content-display{padding:16px;min-height:240px;max-height:350px;max-width:100%;overflow-x:auto}}.upload-section:focus-within,.result-section:focus-within{outline:2px solid #3b82f6;outline-offset:2px}@media print{.upload-container{background:white}.upload-section,.result-section{box-shadow:none;border:1px solid #ccc}}.dashboard-container{padding:32px 24px;max-width:1200px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);min-height:100vh}.dashboard-title{font-size:32px;font-weight:700;margin-bottom:32px;color:#1e293b;text-align:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-table{background:white;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.dashboard-header{padding:32px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)}.dashboard-header-title{font-size:24px;font-weight:600;margin:0;color:#1e293b;display:flex;align-items:center;gap:12px}.dashboard-header-title:before{content:"📋";font-size:28px}.dashboard-body{border-top:1px solid #e2e8f0}.log-item{padding:24px;border-bottom:1px solid #e2e8f0;transition:all .3s ease;position:relative}.log-item:hover{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);transform:translate(4px)}.log-item:last-child{border-bottom:none}.log-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);opacity:0;transition:opacity .3s ease}.log-item:hover:before{opacity:1}.log-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:16px}.log-title-section{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.log-filename{font-size:20px;font-weight:600;margin:0;color:#1e293b;display:flex;align-items:center;gap:8px}.log-filename:before{content:"📄"}.severity-badge{padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.025em;border:2px solid transparent;display:flex;align-items:center;gap:6px;box-shadow:0 2px 4px #0000001a}.severity-badge:before{content:"";width:8px;height:8px;border-radius:50%}.severity-high{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);color:#dc2626;border-color:#fecaca}.severity-high:before{background:#dc2626}.severity-medium{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);color:#d97706;border-color:#fed7aa}.severity-medium:before{background:#d97706}.severity-low{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);color:#16a34a;border-color:#bbf7d0}.severity-low:before{background:#16a34a}.severity-unknown{background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);color:#374151;border-color:#d1d5db}.severity-unknown:before{background:#6b7280}.log-timestamp{font-size:14px;color:#64748b;font-weight:500;background:#f1f5f9;padding:6px 12px;border-radius:8px;border:1px solid #e2e8f0}.log-details{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:16px}.log-size,.log-status{font-size:14px;color:#374151;font-weight:600;padding:8px 16px;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:8px;border:1px solid #cbd5e1;display:flex;align-items:center;gap:6px}.log-size:before{content:"💾"}.log-status:before{content:"⚡"}.log-issue{margin-top:20px;padding:20px;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #0ea5e9;border-radius:12px;border-left:4px solid #0284c7}.log-issue-text,.log-root-cause,.log-suggested-fix{font-size:16px;margin:0 0 12px;color:#0c4a6e;line-height:1.6}.log-issue-text:last-child,.log-root-cause:last-child,.log-suggested-fix:last-child{margin-bottom:0}.log-issue strong{color:#0c4a6e;font-weight:700;display:inline-flex;align-items:center;gap:6px}.log-issue-text strong:before{content:"🚨"}.log-root-cause strong:before{content:"🔍"}.log-suggested-fix strong:before{content:"💡"}.loading-message{text-align:center;padding:64px 32px;font-size:20px;color:#64748b;background:white;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;align-items:center;gap:16px}.loading-message:before{content:"⏳";font-size:48px}@media (max-width: 1024px){.dashboard-container{padding:24px 16px}.log-header,.log-details{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width: 768px){.dashboard-title{font-size:28px;margin-bottom:24px}.dashboard-header,.log-item{padding:20px}.log-filename{font-size:18px}.severity-badge{font-size:13px;padding:6px 12px}.log-size,.log-status{width:100%;justify-content:center}.log-issue{padding:16px}}@media (max-width: 480px){.dashboard-container{padding:20px 12px}.dashboard-title{font-size:24px}.dashboard-header,.log-item{padding:16px}.log-header,.log-title-section{gap:8px}.log-filename{font-size:16px;flex-direction:column;align-items:flex-start;gap:4px}.severity-badge{align-self:flex-start}.loading-message{padding:48px 20px;font-size:18px}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.log-item{animation:slideIn .5s ease-out}.log-item:nth-child(1){animation-delay:.1s}.log-item:nth-child(2){animation-delay:.2s}.log-item:nth-child(3){animation-delay:.3s}.log-item:nth-child(4){animation-delay:.4s}.log-item:nth-child(5){animation-delay:.5s}.app-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#1e293b;line-height:1.5}.nav-bar{background:white;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-bottom:1px solid #e2e8f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-tabs{display:flex;gap:0;max-width:1200px;margin:0 auto;padding:0 24px}.nav-link{padding:20px 28px;font-size:16px;font-weight:600;border-bottom:3px solid transparent;color:#64748b;background:none;border:none;border-top:3px solid transparent;cursor:pointer;transition:all .3s ease;position:relative;display:flex;align-items:center;gap:8px}.nav-link:before{content:"";width:0;height:2px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);position:absolute;bottom:0;left:50%;transform:translate(-50%);transition:width .3s ease}.nav-link:hover:before{width:80%}.nav-link:hover{color:#1e293b;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)}.nav-link:focus{outline:none;color:#1e293b;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);box-shadow:inset 0 0 0 3px #3b82f61a}.nav-link.active{border-bottom:3px solid #3b82f6;color:#1e293b;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%)}.nav-link.active:before{width:100%;background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.nav-link.active:focus{box-shadow:inset 0 0 0 3px #3b82f61a,0 0 0 3px #3b82f633}.nav-link:nth-child(1):after{content:"📤"}.nav-link:nth-child(2):after{content:"📊"}.main-content{max-width:1200px;margin:0 auto;padding:32px 24px}.skip-link{position:absolute;top:-40px;left:6px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:10px 16px;text-decoration:none;border-radius:8px;z-index:1000;font-weight:600;box-shadow:0 4px 14px #3b82f64d;transition:all .3s ease}.skip-link:focus{top:6px;transform:translateY(2px)}*:focus{outline:2px solid #3b82f6;outline-offset:2px}button:focus,input:focus,textarea:focus,select:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-contrast: high){.app-container{background-color:#fff;color:#000}.nav-bar{background-color:#fff;border-bottom:2px solid #000000}.nav-link{color:#000}.nav-link:hover,.nav-link:focus,.nav-link.active{color:#000;background-color:#e5e7eb}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width: 768px){.nav-tabs{padding:0 16px;flex-direction:column}.nav-link{padding:16px 20px;text-align:center;justify-content:center}.nav-link:after{display:none}.main-content{padding:24px 16px}.skip-link{left:50%;transform:translate(-50%)}}@media (max-width: 480px){.nav-tabs{padding:0 12px}.nav-link{padding:14px 16px;font-size:15px}.main-content{padding:20px 12px}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.success{color:#16a34a;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #16a34a}.error{color:#dc2626;background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border:1px solid #dc2626}*{margin:0;padding:0;box-sizing:border-box}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-color:#f9fafb;color:#111827;line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:1px solid transparent;border-radius:.375rem;font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s}.btn-primary{background-color:#4f46e5;color:#fff}.btn-primary:hover{background-color:#4338ca}.btn-primary:focus{outline:2px solid #4f46e5;outline-offset:2px}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden}.input{display:block;width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem}.input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.font-bold{font-weight:700}.text-gray-500{color:#6b7280}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-indigo-600{color:#4f46e5}.bg-white{background-color:#fff}.p-2{padding:.5rem}.p-4{padding:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.mb-4{margin-bottom:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.mr-2{margin-right:.5rem}.ml-2{margin-left:.5rem}.space-y-6>*+*{margin-top:1.5rem}.space-x-8>*+*{margin-left:2rem}.flex{display:flex}.flex-col{flex-direction:column}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-shrink-0{flex-shrink:0}.h-12{height:3rem}.h-16{height:4rem}.w-12{width:3rem}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-gray-300{border-color:#d1d5db}.border-dashed{border-style:dashed}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.overflow-y-auto{overflow-y:auto}.whitespace-pre-wrap{white-space:pre-wrap}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.relative{position:relative}.absolute{position:absolute}.inset-0{top:0;right:0;bottom:0;left:0}.cursor-pointer{cursor:pointer}.opacity-50{opacity:.5}.divide-y>*+*{border-top-width:1px}.divide-gray-200>*+*{border-top-color:#e5e7eb}.px-6,.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.min-h-screen{min-height:100vh}.bg-gray-100{background-color:#f3f4f6}.shadow-sm{box-shadow:0 1px 2px #0000000d}.rounded-lg{border-radius:.5rem}.overflow-hidden{overflow:hidden}.sm\:rounded-md{border-radius:.375rem}.h-48{height:12rem}.bg-gray-50{background-color:#f9fafb}.text-red-600{color:#dc2626}.badge-high{background-color:#fef2f2;color:#dc2626}.badge-medium{background-color:#fef3c7;color:#d97706}.badge-low{background-color:#f0fdf4;color:#16a34a}.inline-flex{display:inline-flex}.items-center{align-items:center}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.rounded-full{border-radius:9999px}.text-xs{font-size:.75rem}.font-medium{font-weight:500}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sm\:flex{display:flex}.sm\:justify-between{justify-content:space-between}.sm\:mt-0{margin-top:0}
