.content-header{background:linear-gradient(135deg,#3498db 0,#1d6fa5 100%);color:#fff;padding:3em 0;position:relative}.content-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120"><defs><pattern id="content" width="60" height="60" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="1.5" fill="rgba(255,255,255,0.1)"/><rect x="15" y="15" width="30" height="30" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="120" height="120" fill="url(%23content)"/></svg>');opacity:.3}.content-header .container{position:relative;z-index:2}.content-header .header-breadcrumbs{margin-bottom:1.5em}.content-header .header-breadcrumbs .breadcrumbs ul{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2)}.content-header .header-breadcrumbs .breadcrumbs ul li{color:#fff}.content-header .header-breadcrumbs .breadcrumbs ul li a{color:#fff;opacity:.8}.content-header .header-breadcrumbs .breadcrumbs ul li a:hover{opacity:1}.content-header .header-content{justify-content:space-between;align-items:flex-start;gap:3em}@media (max-width:52em){.content-header .header-content{flex-direction:column;gap:2em}}.content-header .analysis-info{flex:1}.content-header .analysis-info .page-title{font-size:2.5rem;font-weight:700;margin-bottom:1em;color:#fff}@media (max-width:30em){.content-header .analysis-info .page-title{font-size:2rem}}.content-header .analysis-info .analysis-meta{display:flex;gap:2em;font-family:"Roboto Mono","SF Mono",Monaco,monospace;font-size:.9rem;opacity:.9}@media (max-width:30em){.content-header .analysis-info .analysis-meta{flex-direction:column;gap:.5em}}.content-header .analysis-info .analysis-meta span{background:rgba(255,255,255,.1);padding:.5em 1em;border-radius:6px;border:1px solid rgba(255,255,255,.2)}.content-header .global-performance{background:rgba(255,255,255,.1);padding:2em;border-radius:12px;border:1px solid rgba(255,255,255,.2);min-width:300px;margin-top:1em}@media (max-width:52em){.content-header .global-performance{min-width:auto}}.content-header .global-performance h3{margin-bottom:1.5em;color:#fff;font-size:1.3rem}.content-header .global-performance .performance-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1em}.content-header .global-performance .performance-grid .perf-item{display:flex;justify-content:space-between;align-items:center;padding:.75em;background:rgba(255,255,255,.1);border-radius:6px}.content-header .global-performance .performance-grid .perf-item .perf-number{font-family:"Roboto Mono","SF Mono",Monaco,monospace;font-size:1.5rem;font-weight:700}.content-header .global-performance .performance-grid .perf-item .perf-label{font-size:.9rem;opacity:.9}@media (max-width:52em){.content-header .global-performance .performance-grid{grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr}}.algorithm-overview{background:#fff}.algorithm-overview .algorithms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2em;position:relative}.algorithm-overview .algorithm-card{background:#ecf0f1;border-radius:16px;padding:2em;text-align:center;transition:all .3s ease;border-left:5px solid}.algorithm-overview .algorithm-card.jaccard{border-left-color:#9b59b6}.algorithm-overview .algorithm-card.cosine{border-left-color:#3498db}.algorithm-overview .algorithm-card.fingerprint{border-left-color:#e74c3c}.algorithm-overview .algorithm-card.semantic{border-left-color:#2ecc71}.algorithm-overview .algorithm-card.topic{border-left-color:#f39c12}.algorithm-overview .algorithm-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.algorithm-overview .algorithm-card .algorithm-header{display:flex;flex-direction:column;align-items:center;gap:1em}.algorithm-overview .algorithm-card .algorithm-header .algorithm-icon{font-size:3rem;margin-bottom:.5em}.algorithm-overview .algorithm-card .algorithm-header .algorithm-info h3{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:.5em;display:flex;align-items:center;justify-content:center;gap:.5em}.algorithm-overview .algorithm-card .algorithm-header .algorithm-info h3 .tooltip-trigger{cursor:help;font-size:.8rem;opacity:.7;transition:opacity .3s ease}.algorithm-overview .algorithm-card .algorithm-header .algorithm-info h3 .tooltip-trigger:hover{opacity:1}.algorithm-overview .algorithm-card .algorithm-header .algorithm-info .algorithm-avg{font-family:"Roboto Mono","SF Mono",Monaco,monospace;font-size:2rem;font-weight:700;color:#9b59b6}.algorithm-overview .algorithm-card .algorithm-header .algorithm-info .algorithm-avg.excellent{color:#2ecc71}.algorithm-overview .algorithm-card .algorithm-header .algorithm-info .algorithm-avg.good{color:#f1c40f}.algorithm-overview .algorithm-card .algorithm-header .algorithm-info .algorithm-avg.warning{color:#f39c12}.algorithm-overview .algorithm-card .algorithm-header .algorithm-info .algorithm-avg.error{color:#e74c3c}.tooltip{position:absolute;background:#2c3e50;color:#fff;padding:1em;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.2);max-width:300px;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease;pointer-events:none}.tooltip.visible{opacity:1;visibility:visible}.tooltip .tooltip-content h4{margin:0 0 .5em 0;color:#fff;font-size:1.1rem}.tooltip .tooltip-content p{margin:0;font-size:.9rem;line-height:1.4;opacity:.9}.tooltip::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border:8px solid transparent;border-top-color:#2c3e50}.similarity-dashboard{background:#ecf0f1;padding:4em 0}.similarity-dashboard .similarity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2em}@media (max-width:52em){.similarity-dashboard .similarity-grid{grid-template-columns:1fr}}.similarity-dashboard .similarity-card{background:#fff;border-radius:16px;padding:0;overflow:hidden;box-shadow:0 6px 25px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.similarity-dashboard .similarity-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.similarity-dashboard .similarity-card .card-header{background:#2c3e50;color:#fff;padding:1.5em;display:flex;justify-content:space-between;align-items:center;min-height:115px}@media (max-width:30em){.similarity-dashboard .similarity-card .card-header{flex-direction:column;gap:1em;text-align:center}}.similarity-dashboard .similarity-card .card-header .comparison-title{font-size:1.1rem;font-weight:700;margin:0;font-family:"Roboto Mono","SF Mono",Monaco,monospace;color:#fff;width:100%}.similarity-dashboard .similarity-card .card-header .overall-score{text-align:center;padding:1em;border-radius:8px;border:2px solid rgba(255,255,255,.2)}.similarity-dashboard .similarity-card .card-header .overall-score.excellent{background:rgba(39,174,96,.2)}.similarity-dashboard .similarity-card .card-header .overall-score.good{background:rgba(241,196,15,.2)}.similarity-dashboard .similarity-card .card-header .overall-score.warning{background:rgba(243,156,18,.2)}.similarity-dashboard .similarity-card .card-header .overall-score.error{background:rgba(231,76,60,.2)}.similarity-dashboard .similarity-card .card-header .overall-score .score-number{font-family:"Roboto Mono","SF Mono",Monaco,monospace;font-size:1.5rem;font-weight:700;display:block;line-height:1}.similarity-dashboard .similarity-card .card-header .overall-score .score-label{font-size:.8rem;opacity:.9;text-transform:uppercase;letter-spacing:.5px}.similarity-dashboard .similarity-card .algorithm-breakdown{padding:2em}.similarity-dashboard .similarity-card .algorithm-breakdown .metric-item{margin-bottom:1.5em}.similarity-dashboard .similarity-card .algorithm-breakdown .metric-item:last-child{margin-bottom:0}.similarity-dashboard .similarity-card .algorithm-breakdown .metric-item .metric-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5em}.similarity-dashboard .similarity-card .algorithm-breakdown .metric-item .metric-header .metric-name{font-weight:600;color:#2d3436}.similarity-dashboard .similarity-card .algorithm-breakdown .metric-item .metric-header .metric-value{font-family:"Roboto Mono","SF Mono",Monaco,monospace;font-weight:700}.similarity-dashboard .similarity-card .algorithm-breakdown .metric-item .metric-header .metric-value.excellent{color:#2ecc71}.similarity-dashboard .similarity-card .algorithm-breakdown .metric-item .metric-header .metric-value.good{color:#f1c40f}.similarity-dashboard .similarity-card .algorithm-breakdown .metric-item .metric-header .metric-value.warning{color:#f39c12}.similarity-dashboard .similarity-card .algorithm-breakdown .metric-item .metric-header .metric-value.error{color:#e74c3c}.similarity-dashboard .similarity-card .algorithm-breakdown .metric-item .metric-bar{height:8px;background:#ecf0f1;border-radius:4px;overflow:hidden}.similarity-dashboard .similarity-card .algorithm-breakdown .metric-item .metric-bar .metric-fill{height:100%;border-radius:4px;transition:width 1s ease-out}.similarity-dashboard .similarity-card .algorithm-breakdown .metric-item .metric-bar .metric-fill.excellent{background:#2ecc71}.similarity-dashboard .similarity-card .algorithm-breakdown .metric-item .metric-bar .metric-fill.good{background:#f1c40f}.similarity-dashboard .similarity-card .algorithm-breakdown .metric-item .metric-bar .metric-fill.warning{background:#f39c12}.similarity-dashboard .similarity-card .algorithm-breakdown .metric-item .metric-bar .metric-fill.error{background:#e74c3c}.similarity-dashboard .similarity-card .card-footer{background:#ecf0f1;padding:1.5em;display:flex;justify-content:space-between;align-items:center}.similarity-dashboard .similarity-card .card-footer .performance-info{display:flex;align-items:center;gap:1em;font-family:"Roboto Mono","SF Mono",Monaco,monospace;font-size:.9rem;color:#95a5a6}.similarity-dashboard .similarity-card .card-footer .performance-info .pages-count{font-weight:700;color:#2c3e50}.similarity-dashboard .similarity-card .card-footer .view-details-btn{display:flex;align-items:center;gap:.5em;background:#3498db;color:#fff;padding:.75em 1.5em;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease}.similarity-dashboard .similarity-card .card-footer .view-details-btn:hover{background:#217dbb;transform:translateX(3px)}.similarity-dashboard .similarity-card .card-footer .view-details-btn svg{transition:transform .3s ease}.similarity-dashboard .similarity-card .card-footer .view-details-btn:hover svg{transform:translateX(3px)}.analysis-insights{background:#fff}.analysis-insights .insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2em}.analysis-insights .insight-card{background:#ecf0f1;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s ease}.analysis-insights .insight-card:hover{transform:translateY(-5px)}.analysis-insights .insight-card .insight-header{background:#2c3e50;padding:1.5em}.analysis-insights .insight-card .insight-header h3{margin:0;font-size:1.2rem;font-weight:700;color:#fff}.analysis-insights .insight-card .insight-content{padding:2em}.analysis-insights .risk-levels .risk-item{display:flex;align-items:center;gap:1em;padding:1em 0;border-bottom:1px solid #ddd}.analysis-insights .risk-levels .risk-item:last-child{border-bottom:none}.analysis-insights .risk-levels .risk-item .risk-icon{font-size:1.5rem;flex-shrink:0}.analysis-insights .risk-levels .risk-item .risk-number{font-family:"Roboto Mono","SF Mono",Monaco,monospace;font-size:2rem;font-weight:700;min-width:50px}.analysis-insights .risk-levels .risk-item .risk-number.critical{color:#e74c3c}.analysis-insights .risk-levels .risk-item .risk-number.high{color:#f39c12}.analysis-insights .risk-levels .risk-item .risk-number.moderate{color:#f1c40f}.analysis-insights .risk-levels .risk-item .risk-number.low{color:#2ecc71}.analysis-insights .risk-levels .risk-item .risk-label{flex:1;font-weight:600;color:#2d3436}.analysis-insights .performance-metrics .perf-metric{display:flex;justify-content:space-between;align-items:center;padding:1em 0;border-bottom:1px solid #ddd}.analysis-insights .performance-metrics .perf-metric:last-child{border-bottom:none}.analysis-insights .performance-metrics .perf-metric .perf-label{font-weight:600;color:#2d3436}.analysis-insights .performance-metrics .perf-metric .perf-value{font-family:"Roboto Mono","SF Mono",Monaco,monospace;font-weight:700;color:#9b59b6}.analysis-insights .patterns-list .pattern-item{padding:1em 0;border-bottom:1px solid #ddd}.analysis-insights .patterns-list .pattern-item:last-child{border-bottom:none}.analysis-insights .patterns-list .pattern-item .pattern-text{color:#2d3436;line-height:1.5;font-weight:500}.analysis-insights .recommendations-list .recommendation-item{display:flex;align-items:flex-start;gap:1em;padding:1em 0;border-bottom:1px solid #ddd}.analysis-insights .recommendations-list .recommendation-item:last-child{border-bottom:none}.analysis-insights .recommendations-list .recommendation-item .rec-priority{padding:.25em .75em;border-radius:15px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.analysis-insights .recommendations-list .recommendation-item .rec-priority.critical{background:#e74c3c;color:#fff}.analysis-insights .recommendations-list .recommendation-item .rec-priority.high{background:#f39c12;color:#fff}.analysis-insights .recommendations-list .recommendation-item .rec-priority.medium{background:#f1c40f;color:#fff}.analysis-insights .recommendations-list .recommendation-item .rec-text{color:#2d3436;line-height:1.5;font-weight:500}.footer-cta{background:linear-gradient(135deg,#3498db 0,#217dbb 100%);color:#fff;padding:4em 0;text-align:center}.footer-cta .cta-content{max-width:600px;margin:0 auto}.footer-cta .cta-content h2{font-size:2.5rem;margin-bottom:1em;color:#fff}@media (max-width:52em){.footer-cta .cta-content h2{font-size:2rem}}.footer-cta .cta-content p{font-size:1.2rem;margin-bottom:2em;opacity:.9}.footer-cta .cta-buttons{display:flex;gap:1em;justify-content:center}@media (max-width:30em){.footer-cta .cta-buttons{flex-direction:column;align-items:center}}@keyframes slideInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes bounceIn{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05)}70%{transform:scale(.9)}100%{transform:scale(1);opacity:1}}.algorithm-card,.insight-card,.similarity-card{animation:slideInUp .6s ease-out both}.algorithm-card:nth-child(1),.insight-card:nth-child(1),.similarity-card:nth-child(1){animation-delay:.1s}.algorithm-card:nth-child(2),.insight-card:nth-child(2),.similarity-card:nth-child(2){animation-delay:.2s}.algorithm-card:nth-child(3),.insight-card:nth-child(3),.similarity-card:nth-child(3){animation-delay:.3s}.algorithm-card:nth-child(4),.insight-card:nth-child(4),.similarity-card:nth-child(4){animation-delay:.4s}.algorithm-card:nth-child(5),.insight-card:nth-child(5),.similarity-card:nth-child(5){animation-delay:.5s}.algorithm-card:nth-child(6),.insight-card:nth-child(6),.similarity-card:nth-child(6){animation-delay:.6s}@media (max-width:52em){.algorithms-grid{grid-template-columns:repeat(2,1fr)}.similarity-grid{grid-template-columns:1fr}.insights-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:30em){.content-header .page-title{font-size:2rem}.content-header .analysis-meta{flex-direction:column;gap:.5em}.algorithms-grid{grid-template-columns:1fr}.insights-grid{grid-template-columns:1fr}.risk-levels .risk-item{flex-direction:column;text-align:center;gap:.5em}}@media print{.content-header{background:#ecf0f1!important;color:#1a1a1a!important}.algorithm-card,.insight-card,.similarity-card{break-inside:avoid;box-shadow:none!important;border:1px solid #95a5a6!important}.footer-cta{display:none!important}.tooltip{display:none!important}}