*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#f8fafc}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px;padding:2rem}.loading-spinner{text-align:center}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.loading-spinner-small{width:16px;height:16px;border:2px solid #e5e7eb;border-top:2px solid #fff;border-radius:50%;animation:spin 1s linear infinite;display:inline-block;margin-right:.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-layout{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:1.5rem}.app-logo h1{color:#3b82f6;font-size:1.5rem;font-weight:700;text-decoration:none}.app-logo:hover h1{color:#1d4ed8}.main-nav{display:flex;gap:1.5rem}.nav-link{color:#6b7280;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:.375rem;transition:all .2s}.nav-link:hover{color:#3b82f6;background-color:#f3f4f6}.header-right{display:flex;align-items:center}.user-menu{display:flex;align-items:center;gap:1.5rem}.user-name{color:#6b7280;font-weight:500}.logout-btn{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .2s}.logout-btn:hover{background:#dc2626}.app-main{flex:1;max-width:1200px;margin:0 auto;width:100%;padding:2rem}.btn{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all .2s;line-height:1.5}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover:not(:disabled){background:#4b5563}.btn-link{background:transparent;color:#6b7280;border:1px solid #d1d5db}.btn-link:hover:not(:disabled){background:#f9fafb;color:#374151}.btn-small{padding:.25rem .75rem;font-size:.875rem}.btn:disabled{opacity:.5;cursor:not-allowed}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.required{color:#ef4444}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input.error,.form-group select.error{border-color:#ef4444}.field-error{color:#ef4444;font-size:.875rem;margin-top:.25rem}.field-help{color:#6b7280;font-size:.875rem;margin-top:.25rem}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:.375rem;margin-bottom:1rem}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-new{background:#dbeafe;color:#1e40af}.status-in-process{background:#fef3c7;color:#d97706}.status-finished{background:#d1fae5;color:#065f46}.status-error{background:#fee2e2;color:#dc2626}.risk-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.risk-low{background:#d1fae5;color:#065f46}.risk-medium{background:#fef3c7;color:#d97706}.risk-high{background:#fee2e2;color:#dc2626}.checks-table{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.table-header{display:grid;grid-template-columns:2fr 1.5fr 2fr 1fr 1fr 1fr;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:600;color:#374151;padding:0}.table-row{display:grid;grid-template-columns:2fr 1.5fr 2fr 1fr 1fr 1fr;border-bottom:1px solid #f3f4f6}.table-row:hover{background:#f9fafb}.table-cell{padding:1rem;display:flex;align-items:center}.email{font-weight:500;color:#1f2937}.ip{font-family:Monaco,Menlo,monospace;color:#6b7280}.domain{color:#3b82f6}.view-link{color:#3b82f6;text-decoration:none;font-weight:500}.view-link:hover{text-decoration:underline}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;margin-bottom:1.5rem}.page-numbers{display:flex;gap:.25rem}.page-number{padding:.5rem .75rem;border:1px solid #d1d5db;background:#fff;color:#374151;text-decoration:none;border-radius:.375rem;cursor:pointer;transition:all .2s;height:2.5rem;min-width:2.5rem;display:flex;align-items:center;justify-content:center}.page-number:hover:not(.active){background:#f3f4f6}.page-number.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.page-ellipsis{padding:.5rem;color:#6b7280;height:2.5rem;display:flex;align-items:center;justify-content:center}.pagination .btn{height:2.5rem;display:flex;align-items:center;justify-content:center;padding:0 1rem}.page-header{margin-bottom:1.5rem}.header-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.page-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.page-header p{color:#6b7280;font-size:1.125rem}.breadcrumb{color:#6b7280;margin-bottom:.5rem;font-size:.875rem}.breadcrumb a{color:#3b82f6;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb-separator{margin:0 .5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h2{font-size:1.5rem;font-weight:600;color:#1f2937}.view-all-link{color:#3b82f6;text-decoration:none;font-weight:500}.view-all-link:hover{text-decoration:underline}.empty-state{text-align:center;padding:3rem 2rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.empty-state h3{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:.5rem}.empty-state p{color:#6b7280;margin-bottom:1.5rem}.error-page{display:flex;justify-content:center;align-items:center;min-height:400px}.error-content{text-align:center;max-width:400px}.error-content h2{font-size:1.5rem;font-weight:600;color:#dc2626;margin-bottom:1rem}.error-content p{color:#6b7280;margin-bottom:1.5rem}.error-actions{display:flex;gap:1.5rem;justify-content:center}.retry-button{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .2s}.retry-button:hover{background:#2563eb}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.login-container{width:100%;max-width:400px}.login-card{background:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a;padding:2rem}.login-header{text-align:center;margin-bottom:1.5rem}.login-header h1{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.login-header p{color:#6b7280}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-button{width:100%;background:#3b82f6;color:#fff;border:none;padding:.75rem;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.login-button:hover:not(:disabled){background:#2563eb}.login-footer{margin-top:1.5rem;text-align:center}.login-footer p{color:#6b7280;font-size:.875rem}.dashboard-page{display:flex;flex-direction:column;gap:1.5rem}.dashboard-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.dashboard-header p{color:#6b7280;font-size:1.125rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem}.stat-card{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;text-align:center}.stat-card-error{border-left:4px solid #ef4444}.stat-number{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.stat-label{color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.quick-actions{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}.quick-actions h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.action-buttons{display:flex;gap:1.5rem;flex-wrap:wrap}.action-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;text-decoration:none;color:#374151;font-weight:500;transition:all .2s}.action-button:hover{background:#f9fafb;border-color:#9ca3af}.action-button-primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.action-button-primary:hover{background:#2563eb;border-color:#2563eb}.action-icon{font-size:1.25rem}.recent-checks{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.compliance-list-page{display:flex;flex-direction:column;gap:1.5rem}.filters-section{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.filters{display:flex;gap:1.5rem;align-items:end;flex-wrap:wrap;margin-bottom:1rem}.filter-group{display:flex;flex-direction:column;min-width:160px;gap:.5rem}.filter-group label{font-weight:500;color:#374151;font-size:.875rem}.form-input,.form-select,.filter-group input,.filter-group select{padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background:#fff;transition:border-color .2s,box-shadow .2s;box-shadow:0 1px 2px #0000000d}.form-input:focus,.form-select:focus,.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input:hover,.form-select:hover,.filter-group input:hover,.filter-group select:hover{border-color:#9ca3af}.filter-actions{display:flex;gap:1.5rem;align-items:center;margin-top:1.5rem}.filter-actions .btn{min-width:120px;justify-content:center;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500}.results-info{color:#6b7280;font-size:.875rem}.checks-section{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.compliance-detail-page{display:flex;flex-direction:column;gap:1.5rem}.overview-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem}.overview-card{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;text-align:center}.overview-card h3{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.risk-score{font-size:1.5rem;font-weight:700;color:#1f2937}.detail-section{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem}.detail-section h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.detail-item{display:flex;flex-direction:column}.detail-item label{font-weight:500;color:#6b7280;font-size:.875rem;margin-bottom:.25rem}.detail-item span{color:#1f2937;font-weight:500}.list-section{margin-top:1rem}.list-section h4{font-weight:600;color:#374151;margin-bottom:.5rem}.link-list,.address-list,.thoughts-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.link-list li a{color:#3b82f6;text-decoration:none;word-break:break-all}.link-list li a:hover{text-decoration:underline}.address-list li,.thoughts-list li{color:#374151;padding:.5rem;background:#f9fafb;border-radius:.375rem}.analysis-notes{display:flex;flex-direction:column;gap:1.5rem}.analysis-step{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.step-header{background:#f3f4f6;padding:1rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:1.5rem}.step-number{background:#3b82f6;color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.step-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.step-content{padding:1rem}.step-result{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.result-label{font-weight:600;color:#6b7280;font-size:.875rem}.result-value{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600;text-transform:capitalize}.result-positive{background:#d1fae5;color:#065f46}.result-negative{background:#fee2e2;color:#dc2626}.result-neutral{background:#e0e7ff;color:#3730a3}.result-info{background:#f3f4f6;color:#374151}.step-reason{display:flex;flex-direction:column;gap:.5rem}.reason-label{font-weight:600;color:#6b7280;font-size:.875rem}.reason-text{color:#374151;line-height:1.6;margin:0;padding:.75rem;background:#fff;border-radius:.375rem;border:1px solid #e5e7eb}.risk-summary,.report-content{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;padding:1rem;overflow-x:auto}.risk-summary pre,.report-content pre{font-family:Monaco,Menlo,monospace;font-size:.875rem;line-height:1.5;color:#374151}.error-section{border-left:4px solid #ef4444}.error-content pre{color:#dc2626;background:#fef2f2}.new-check-page{display:flex;flex-direction:column;gap:1.5rem}.form-container{max-width:600px;margin:0 auto}.form-card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.form-header{background:#f9fafb;padding:1.5rem;border-bottom:1px solid #e5e7eb}.form-header h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.form-header p{color:#6b7280}.compliance-form{padding:1.5rem}.form-actions{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.form-footer{background:#f9fafb;padding:1.5rem;border-top:1px solid #e5e7eb}.info-section h3{font-size:1rem;font-weight:600;color:#374151;margin-bottom:.5rem}.info-section ul{list-style-type:disc;list-style-position:inside;color:#6b7280;display:flex;flex-direction:column;gap:.25rem}.info-section li{margin-bottom:0}@media (max-width: 768px){.header-content{flex-direction:column;gap:1.5rem;align-items:stretch}.header-left{flex-direction:column;gap:1.5rem}.main-nav{justify-content:center}.app-main{padding:1rem}.table-header,.table-row{grid-template-columns:1fr;gap:.5rem}.table-cell{padding:.5rem;border-bottom:1px solid #f3f4f6}.table-cell:last-child{border-bottom:none}.header-content{flex-direction:column;align-items:flex-start}.header-actions{width:100%;margin-top:1rem}.step-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.step-number{align-self:flex-start}.step-result{flex-direction:column;align-items:flex-start;gap:.5rem}.result-value{align-self:flex-start}}.risk-assessment-summary{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:.75rem;border:1px solid #e5e7eb}.risk-overview{display:flex;justify-content:center;align-items:center;padding:2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:.75rem}.risk-score-display{display:flex;align-items:center;gap:1.5rem}.risk-score-circle{display:flex;flex-direction:column;align-items:center;justify-content:center;width:120px;height:120px;border:4px solid;border-radius:50%;background:#fff;box-shadow:0 4px 6px -1px #0000001a}.risk-score-number{font-size:2rem;font-weight:700;color:#1f2937;line-height:1}.risk-score-label{font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.risk-level-info{display:flex;flex-direction:column;gap:1.5rem}.risk-level-badge{padding:.5rem 1rem;border-radius:.375rem;color:#fff;font-weight:700;font-size:.875rem;text-align:center;letter-spacing:.05em}.risk-level-description{color:#4b5563;font-size:.875rem;line-height:1.5;max-width:300px;margin:0}.risk-factors-section{display:flex;flex-direction:column;gap:1.5rem}.risk-factors-section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.risk-category{display:flex;flex-direction:column;gap:1.5rem}.risk-category-title{font-size:1rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.risk-category-title.positive{color:#059669}.risk-category-title.negative{color:#dc2626}.risk-factors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.risk-factor-card{padding:1rem;border-radius:.5rem;border:1px solid;background:#fff;display:flex;flex-direction:column;gap:.5rem}.risk-factor-card.positive{border-color:#bbf7d0;background:#f0fdf4}.risk-factor-card.negative{border-color:#fecaca;background:#fef2f2}.risk-factor-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.risk-factor-icon{font-size:1.125rem;flex-shrink:0}.risk-factor-label{font-weight:600;color:#1f2937;font-size:.875rem;flex-grow:1}.risk-factor-weight{background:#dc2626;color:#fff;padding:.125rem .375rem;border-radius:.25rem;font-size:.75rem;font-weight:600}.risk-factor-value{font-weight:500;color:#1f2937;font-size:.875rem}.risk-factor-description{color:#6b7280;font-size:.75rem;line-height:1.4}.risk-statistics{display:flex;flex-direction:column;gap:1.5rem}.risk-statistics h3{font-size:1.25rem;font-weight:600;color:#1f2937}.statistics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.stat-card{padding:1rem;text-align:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:.5rem}.stat-value{font-size:1.5rem;font-weight:700;color:#1f2937;line-height:1}.stat-label{font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}.risk-recommendations{display:flex;flex-direction:column;gap:1.5rem}.risk-recommendations h3{font-size:1.25rem;font-weight:600;color:#1f2937}.recommendations-list{display:flex;flex-direction:column;gap:1.5rem}.recommendation{padding:.75rem;border-radius:.375rem;font-size:.875rem;line-height:1.5}.recommendation.high-risk{background:#fef2f2;border:1px solid #fecaca;color:#7f1d1d}.recommendation.medium-risk{background:#fffbeb;border:1px solid #fed7aa;color:#92400e}.recommendation.low-risk{background:#f0fdf4;border:1px solid #bbf7d0;color:#14532d}.recommendation:not(.high-risk):not(.medium-risk):not(.low-risk){background:#f8fafc;border:1px solid #e5e7eb;color:#374151}@media (max-width: 1024px){.risk-score-display{flex-direction:column;text-align:center}.risk-factors-grid{grid-template-columns:1fr}.statistics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.risk-assessment-summary{padding:1rem}.risk-overview{padding:1.5rem}.risk-score-circle{width:100px;height:100px}.risk-score-number{font-size:1.5rem}.statistics-grid{grid-template-columns:1fr}.filters{flex-direction:column;gap:1.5rem;align-items:stretch}.filter-group{min-width:auto;width:100%}.filter-actions{margin-top:1rem;flex-direction:column;align-items:stretch}.filter-actions .btn{justify-content:center}}.early-termination-notice{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-left:4px solid #d97706}.early-termination-badge{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#92400e;padding:.375rem .75rem;border-radius:.375rem;font-weight:600;font-size:.875rem;border:1px solid #f59e0b;text-shadow:0 1px 0 rgba(255,255,255,.3)}.early-termination-skipped{opacity:.5;background-color:#f9fafb!important;color:#6b7280;position:relative}.early-termination-skipped:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(156,163,175,.1) 10px,rgba(156,163,175,.1) 20px);pointer-events:none;border-radius:inherit}.early-termination-skipped label,.early-termination-skipped span{color:#9ca3af}.skipped-indicator{font-size:.75rem;color:#f59e0b;font-weight:600;margin-left:.5rem;background:#fbbf241a;padding:.125rem .375rem;border-radius:.25rem;border:1px solid rgba(251,191,36,.3)}.skipped-section-indicator{font-size:.875rem;color:#f59e0b;font-weight:600;margin-left:1rem;background:#fbbf241a;padding:.25rem .5rem;border-radius:.375rem;border:1px solid rgba(251,191,36,.3)}.early-termination-skipped .detail-grid{opacity:.7}.early-termination-skipped .address-list,.early-termination-skipped .link-list{opacity:.6}.early-termination-skipped .address-list li,.early-termination-skipped .link-list li{color:#9ca3af}.early-termination-skipped .address-list li strong{color:#6b7280}
