: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}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}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#1f2937}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);padding:1rem 0;position:sticky;top:0;z-index:100}.container{margin:0 auto;padding:0 2rem;width:100%}.logo{display:flex;align-items:center;gap:1rem}.logo img{width:48px;height:48px;object-fit:contain}.logo h1{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{color:#6b7280;font-size:1rem;margin-top:.25rem;margin-left:4rem}.main{flex:1;padding:3rem 0}.upload-section{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:3rem;box-shadow:0 20px 60px #0000004d;text-align:center;max-width:800px;margin:0 auto 2rem;width:calc(100% - 4rem)}.upload-zone{border:3px dashed #667eea;border-radius:16px;padding:3rem 2rem;background:linear-gradient(135deg,#667eea0d,#764ba20d);transition:all .3s ease;cursor:pointer}.upload-zone:hover{border-color:#764ba2;background:linear-gradient(135deg,#667eea1a,#764ba21a);transform:translateY(-2px)}.upload-zone.dragover{border-color:#764ba2;background:#667eea26}.upload-icon{color:#667eea;margin-bottom:1rem}.upload-text{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:.5rem}.upload-hint{color:#6b7280;font-size:.875rem}.selected-file{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;padding:1rem;background:#667eea1a;border-radius:12px;border:1px solid rgba(102,126,234,.2)}.analyze-btn{margin-top:2rem;padding:1rem 3rem;font-size:1.125rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.analyze-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea80}.analyze-btn:disabled{opacity:.7;cursor:not-allowed}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.results-container{max-width:100%;width:100%;margin:0 auto}.stats-dashboard{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:2.5rem;box-shadow:0 20px 60px #0000004d;margin-bottom:2rem}.stats-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(102,126,234,.1)}.stats-header h2{font-size:1.75rem;font-weight:700;color:#1f2937}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-box{text-align:center;padding:1.5rem;border-radius:16px;background:#fff;box-shadow:0 4px 15px #00000014;transition:transform .3s ease}.stat-box:hover{transform:translateY(-4px)}.stat-total{border-top:4px solid #667eea}.stat-critical{border-top:4px solid #dc2626}.stat-warning{border-top:4px solid #d97706}.stat-info{border-top:4px solid #059669}.stat-number{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:.5rem}.stat-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.score-badge-large{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding-top:2rem;border-top:2px solid rgba(102,126,234,.1)}.score-circle{width:150px;height:150px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.score-inner{width:120px;height:120px;background:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000001a}.score-value{font-size:3rem;font-weight:800;color:#1f2937;line-height:1}.score-label{font-size:.875rem;color:#6b7280;margin-top:.25rem}.score-text{font-size:1.25rem;font-weight:600;text-align:center}.entities-section{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:2rem;box-shadow:0 20px 60px #0000004d;margin-bottom:2rem;max-width:100%;width:100%}.entities-section h3{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.entities-list{display:flex;flex-wrap:wrap;gap:.75rem}.entity-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:50px;font-size:.9375rem;font-weight:500;transition:transform .2s ease}.entity-tag:hover{transform:translateY(-2px)}.entity-tag.person{background:linear-gradient(135deg,#667eea26,#764ba226);color:#667eea;border:1px solid rgba(102,126,234,.3)}.entity-tag.organization{background:linear-gradient(135deg,#05966926,#10b98126);color:#059669;border:1px solid rgba(5,150,105,.3)}.filter-tabs{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.filter-tab{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:12px;border:2px solid transparent;background:#ffffffe6;color:#6b7280;font-weight:600;cursor:pointer;transition:all .3s ease}.filter-tab:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.filter-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.tab-count{background:#fff3;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:700}.errors-list{display:flex;flex-direction:column;gap:1.5rem}.error-item{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;box-shadow:0 10px 40px #00000026;border-left:5px solid;transition:transform .3s ease,box-shadow .3s ease}.error-item:hover{transform:translateY(-4px);box-shadow:0 20px 60px #0003}.error-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.error-severity{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.error-category{background:#667eea1a;color:#667eea;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.error-number{position:absolute;top:1.5rem;right:1.5rem;font-size:.875rem;font-weight:700;color:#9ca3af}.error-excerpt{background:#f3f4f6cc;padding:1.25rem;border-radius:12px;font-style:italic;color:#4b5563;margin-bottom:1.5rem;border-left:3px solid #d1d5db}.error-description{color:#374151;margin-bottom:1rem;line-height:1.6}.error-recommendation{background:linear-gradient(135deg,#0596691a,#10b9811a);padding:1.25rem;border-radius:12px;color:#065f46;border-left:3px solid #059669;margin-bottom:1rem}.error-law{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.no-errors{text-align:center;padding:4rem;background:#fffffff2;border-radius:24px;box-shadow:0 20px 60px #0000004d}.no-errors p{margin-top:1rem;font-size:1.25rem;color:#059669;font-weight:600}.text-preview{margin-top:2rem;background:#fffffff2;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #00000026}.text-preview summary{padding:1.5rem 2rem;font-weight:600;color:#667eea;cursor:pointer;background:#667eea0d;transition:background .3s ease}.text-preview summary:hover{background:#667eea1a}.text-preview pre{padding:2rem;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word;color:#374151;line-height:1.6;max-height:400px;overflow-y:auto}.error-message{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem;background:#dc26261a;color:#dc2626;border-radius:16px;font-weight:600;max-width:800px;margin:0 auto}.footer{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.2);padding:2rem 0;text-align:center;color:#fffc}.footer p{margin-bottom:.5rem}.footer p:last-child{font-size:.875rem;opacity:.7}@media (max-width: 768px){.container{padding:0 1rem}.upload-section{padding:2rem 1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.filter-tabs{justify-content:center}.error-header{flex-direction:column;align-items:flex-start;gap:1rem}}
