﻿:root{--color-primary: #667eea;--color-primary-dark: #5a67d8;--color-primary-light: #7c8af0;--color-secondary: #764ba2;--color-success: #10b981;--color-success-light: #d1fae5;--color-success-dark: #047857;--color-warning: #f59e0b;--color-warning-light: #fef3c7;--color-warning-dark: #92400e;--color-danger: #ef4444;--color-danger-light: #fee2e2;--color-danger-dark: #dc2626;--color-info: #3b82f6;--color-info-light: #dbeafe;--color-info-dark: #1e40af;--color-white: #ffffff;--color-black: #000000;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--bg-body: #f5f5f5;--bg-card: #ffffff;--bg-section: #f9fafb;--bg-secondary: #f3f4f6;--text-primary: #333333;--text-secondary: #666666;--text-muted: #999999;--text-inverse: #ffffff;--font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;--font-size-xs: 11px;--font-size-sm: 13px;--font-size-base: 14px;--font-size-md: 15px;--font-size-lg: 18px;--font-size-xl: 24px;--font-size-2xl: 32px;--font-size-3xl: 48px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.2;--line-height-normal: 1.6;--line-height-relaxed: 1.8;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 20px;--spacing-2xl: 30px;--spacing-3xl: 40px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--radius-2xl: 20px;--radius-full: 50%;--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);--shadow-md: 0 2px 5px rgba(0, 0, 0, 0.1);--shadow-lg: 0 2px 10px rgba(0, 0, 0, 0.1);--shadow-xl: 0 4px 12px rgba(0, 0, 0, 0.08);--shadow-2xl: 0 20px 60px rgba(0, 0, 0, 0.3);--transition-fast: 0.15s ease;--transition-normal: 0.3s ease;--transition-slow: 0.5s ease;--z-dropdown: 100;--z-sticky: 200;--z-modal: 1000;--z-tooltip: 1100;--container-max-width: 1000px;--container-padding: 20px;--border-color: #e5e7eb;--grade-a: #10b981;--grade-b: #3b82f6;--grade-c: #f59e0b;--grade-d: #ef4444;--grade-f: #dc2626}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}table{width:100%;border-collapse:collapse}ul,ol{list-style-position:inside}::selection{background:#667eea;color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f3f4f6}::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6b7280}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:14px;line-height:1.6;color:#333;padding:20px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:#333}h1{font-size:32px}h2{font-size:24px;margin-bottom:20px;padding-bottom:8px;border-bottom:2px solid #667eea}h3{font-size:18px}h4{font-size:15px}a{color:#667eea;text-decoration:none;transition:color .15s ease}a:hover{color:#5a67d8;text-decoration:underline}code{font-family:"Monaco","Menlo",monospace;font-size:13px;background:#f3f4f6;padding:2px 6px;border-radius:4px}:focus:focus{outline:2px solid #667eea;outline-offset:2px}:focus:focus:not(:focus-visible){outline:none}@media print{body{background:#fff}}.container{max-width:1000px;margin:0 auto;width:100%}@media(max-width: 600px){.container{padding:16px}}.grid{display:grid;gap:20px}.grid--2-cols{grid-template-columns:repeat(2, 1fr)}.grid--3-cols{grid-template-columns:repeat(3, 1fr)}.grid--4-cols{grid-template-columns:repeat(4, 1fr)}.grid--5-cols{grid-template-columns:repeat(5, 1fr)}.grid--auto-fit{grid-template-columns:repeat(auto-fit, minmax(150px, 1fr))}@media(max-width: 768px){.grid--2-cols,.grid--3-cols,.grid--4-cols,.grid--5-cols{grid-template-columns:1fr}}@media(max-width: 480px){.grid--auto-fit{grid-template-columns:1fr}}.flex{display:flex}.flex--center{display:flex;align-items:center;justify-content:center}.flex--between{display:flex;align-items:center;justify-content:space-between}.flex--column{flex-direction:column}.flex--wrap{flex-wrap:wrap}.flex--gap-sm{gap:8px}.flex--gap-md{gap:12px}.flex--gap-lg{gap:16px}.flex--gap-xl{gap:20px}.mt-sm{margin-top:8px}.mt-md{margin-top:12px}.mt-lg{margin-top:16px}.mt-xl{margin-top:20px}.mt-2xl{margin-top:30px}.mb-sm{margin-bottom:8px}.mb-md{margin-bottom:12px}.mb-lg{margin-bottom:16px}.mb-xl{margin-bottom:20px}.mb-2xl{margin-bottom:30px}.p-sm{padding:8px}.p-md{padding:12px}.p-lg{padding:16px}.p-xl{padding:20px}.p-2xl{padding:30px}.hidden{display:none !important}.visible{visibility:visible}.invisible{visibility:hidden}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:13px}.text-base{font-size:14px}.text-lg{font-size:18px}.text-xl{font-size:24px}.text-muted{color:#999}.text-secondary{color:#666}.text-primary{color:#667eea}.text-success{color:#10b981}.text-warning{color:#f59e0b}.text-danger{color:#ef4444}.font-semibold{font-weight:600}.font-bold{font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:500;text-align:center;text-decoration:none;cursor:pointer;border:none;transition:all .15s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn{gap:8px;padding:12px 20px;font-size:14px;font-weight:600;line-height:1;border-radius:8px;white-space:nowrap}.btn:focus{outline:2px solid #667eea;outline-offset:2px}.btn--primary{background:#667eea;color:#fff}.btn--primary:hover:not(:disabled){background:#5a67d8;transform:translateY(-1px)}.btn--secondary{background:#f3f4f6;color:#333;border:1px solid #d1d5db}.btn--secondary:hover:not(:disabled){background:#e5e7eb}.btn--success{background:#10b981;color:#fff}.btn--success:hover:not(:disabled){background:#047857}.btn--danger{background:#ef4444;color:#fff}.btn--danger:hover:not(:disabled){background:#dc2626}.btn--lg{padding:16px 30px;font-size:15px}.btn--block{width:100%}.btn--icon{padding:8px;width:40px;height:40px}.btn__icon{width:16px;height:16px;flex-shrink:0}.btn__icon--spinning{animation:btn-spin 1s linear infinite}.btn-renew{display:inline-flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:500;text-align:center;text-decoration:none;cursor:pointer;border:none;transition:all .15s ease}.btn-renew:disabled{opacity:.6;cursor:not-allowed}.btn-renew{padding:12px 20px;background:#667eea;color:#fff;border-radius:8px;font-size:14px;font-weight:600;margin-top:20px}.btn-renew:hover:not(:disabled){background:#5a67d8;transform:translateY(-1px)}.btn-renew:disabled{opacity:.7}.btn-submit{display:inline-flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:500;text-align:center;text-decoration:none;cursor:pointer;border:none;transition:all .15s ease}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.btn-submit{width:100%;padding:16px 30px;background:linear-gradient(135deg, #667eea, #764ba2);color:#fff;border-radius:8px;font-size:15px;font-weight:600}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px rgba(102,126,234,.4)}.btn-submit:disabled{opacity:.7}@keyframes btn-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.card{background:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.1);overflow:hidden}@media print{.card{box-shadow:none;page-break-inside:avoid}}.card-status{padding:40px;text-align:center}.card-status__title{margin-bottom:20px}.card-status__url{color:#667eea;font-size:18px;margin:8px 0;word-break:break-all}.card-status__score{font-size:24px;color:#666;margin-bottom:8px}.card-status__score strong{color:#333}@media print{.card-status{box-shadow:none;page-break-inside:avoid}}.card-section{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-top:20px}@media print{.card-section{box-shadow:none;page-break-inside:avoid}}.table-variant-check{width:100%;border-collapse:collapse;margin-top:16px;font-size:13px}.table-variant-check th,.table-variant-check td{padding:12px;text-align:left;border-bottom:1px solid #e5e7eb}.table-variant-check th{background:#f9fafb;font-weight:600;color:#666;font-size:11px;text-transform:uppercase;letter-spacing:.5px}.table-variant-check__name{font-weight:600;color:#333}.table-variant-check__detail{color:#666;font-size:13px}.check-status{display:inline-block;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600}.check-status--pass{background:#d1fae5;color:#047857}.check-status--fail{background:#fee2e2;color:#dc2626}.check-status--warning{background:#fef3c7;color:#92400e}.dimension-section{background:#f9fafb;border-radius:8px;padding:20px;margin-top:20px}.dimension-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.dimension-title{font-weight:700;font-size:15px;color:#333}.dimension-score{font-weight:700;color:#667eea}.dimension-items{margin-top:12px}.dimension-item{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;font-size:13px}.dimension-item__icon{flex-shrink:0}.badge{display:flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:600;line-height:1}.badge--high{background:#fee2e2;color:#dc2626}.badge--medium{background:#fef3c7;color:#92400e}.badge--low{background:#dbeafe;color:#1e40af}.grade-badge{display:flex;align-items:center;justify-content:center;width:100px;height:100px;border-radius:50%;font-size:48px;font-weight:700;color:#fff;margin-bottom:20px}.grade-badge--A{background:#10b981}.grade-badge--B{background:#3b82f6}.grade-badge--C{background:#f59e0b}.grade-badge--D{background:#ef4444}.grade-badge--F{background:#dc2626}.grade-A{background:#10b981}.grade-B{background:#3b82f6}.grade-C{background:#f59e0b}.grade-D{background:#ef4444}.grade-F{background:#dc2626}.score-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:20px;font-weight:600;font-size:13px}.score-badge--excellent{background:#d1fae5;color:#047857}.score-badge--good{background:#dbeafe;color:#1e40af}.score-badge--fair{background:#fef3c7;color:#92400e}.score-badge--poor{background:#fee2e2;color:#dc2626}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:500}.status-badge--pass{background:#d1fae5;color:#166534}.status-badge--fail{background:#fee2e2;color:#991b1b}.level-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:13px;font-weight:600}.level-badge--high{background:#10b981;color:#fff}.level-badge--medium{background:#f59e0b;color:#422006}.level-badge--low{background:#ef4444;color:#fff}.product-score-badge{padding:4px 12px;border-radius:8px;font-size:11px;font-weight:600}.product-score-badge.high{background:#d1fae5;color:#047857}.product-score-badge.medium{background:#fef3c7;color:#92400e}.product-score-badge.low{background:#fee2e2;color:#dc2626}.form-section{background:#f9fafb;padding:30px;border-radius:8px;margin-bottom:30px}.form-group{margin-bottom:20px}.form-label{display:block;font-weight:600;margin-bottom:8px;color:#333}.form-label__required{color:#ef4444}.form-input,.form-select{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:14px;padding:12px 16px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.form-input:focus,.form-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.form-input,.form-select{width:100%;border-width:2px;border-radius:8px}.form-input::placeholder,.form-select::placeholder{color:#999}.form-input--error,.form-select--error{border-color:#ef4444}.form-input--error:focus,.form-select--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.form-help{display:block;margin-top:4px;font-size:13px;color:#666}.form-error{display:none;margin-top:4px;font-size:13px;color:#ef4444}.form-error--visible{display:block}.form-privacy{text-align:center;font-size:13px;color:#999;margin-top:20px}.form-loading{display:none;text-align:center;padding:20px}.form-loading--visible{display:block}.form-textarea{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:14px;padding:12px 16px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.form-textarea{width:100%;min-height:120px;border-width:2px;border-radius:8px;resize:vertical}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.form-checkbox,.form-radio{display:flex;align-items:center;gap:8px;cursor:pointer}.form-checkbox input,.form-radio input{width:18px;height:18px;cursor:pointer}.spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spinner-rotate 1s linear infinite;margin:0 auto 20px}.spinner--sm{width:24px;height:24px;border-width:3px}.spinner--lg{width:80px;height:80px;border-width:6px}@keyframes spinner-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.progress-ring{width:120px;height:120px;margin:0 auto 20px;position:relative}.progress-ring circle{fill:none;stroke-width:8}.progress-ring__bg{stroke:#e5e7eb}.progress-ring__bar{stroke:#667eea;stroke-linecap:round;transform:rotate(-90deg);transform-origin:center;transition:stroke-dashoffset .5s ease}.progress-ring__text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:24px;font-weight:700;color:#333}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.9);display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:1000}.loading-overlay__text{margin-top:16px;color:#666;font-size:15px}.skeleton{background:linear-gradient(90deg, #e5e7eb 25%, #f3f4f6 50%, #e5e7eb 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:4px}.skeleton--text{height:16px;margin-bottom:8px}.skeleton--title{height:24px;width:60%;margin-bottom:12px}.skeleton--card{height:200px}@keyframes skeleton-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.visual-evidence{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-top:20px}.visual-evidence__title{font-size:24px;margin-bottom:20px;padding-bottom:8px;border-bottom:2px solid #667eea}.screenshots-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:20px}.screenshot-card{background:#f9fafb;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease}.screenshot-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.screenshot-card__header{padding:16px;background:#fff;border-bottom:1px solid #e5e7eb}.screenshot-card__query{font-weight:600;color:#333;font-size:14px;margin-bottom:8px}.screenshot-card__meta{display:flex;gap:16px;font-size:13px;color:#666}.screenshot-card__meta-item{display:flex;align-items:center;gap:4px}.screenshot-image-container{position:relative;cursor:pointer;overflow:hidden}.screenshot-image-container::after{content:"Click to enlarge";position:absolute;bottom:0;left:0;right:0;padding:8px;background:linear-gradient(transparent, rgba(0, 0, 0, 0.7));color:#fff;font-size:11px;text-align:center;opacity:0;transition:opacity .3s ease}.screenshot-image-container:hover::after{opacity:1}.screenshot-image-container:hover .screenshot-image{transform:scale(1.02)}.screenshot-image{width:100%;height:200px;object-fit:cover;object-position:top;transition:transform .3s ease}.screenshot-badge{position:absolute;top:8px;right:8px;padding:4px 8px;background:rgba(0,0,0,.7);color:#fff;font-size:11px;font-weight:600;border-radius:4px}.lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.lightbox.active{opacity:1;visibility:visible}.lightbox__image{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 0 40px rgba(0,0,0,.5)}.lightbox__close{position:absolute;top:20px;right:20px;width:44px;height:44px;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;color:#333;transition:transform .15s ease}.lightbox__close:hover{transform:scale(1.1)}.quality-notes{padding:12px;background:#fef3c7;border-radius:0 0 8px 8px;font-size:11px;color:#92400e}.quality-notes__item{display:flex;align-items:center;gap:4px}.ai-visibility-score{display:flex;align-items:center;gap:20px;padding:20px;background:linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);border-radius:12px;margin-bottom:20px}.ai-visibility-score__number{font-size:48px;font-weight:700;color:#667eea}.ai-visibility-score__details{flex:1}.ai-visibility-score__label{font-size:14px;font-weight:600;color:#333;margin-bottom:4px}.ai-visibility-score__stats{font-size:13px;color:#666}.product-tests{margin-top:20px}.product-test-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.product-test-card__header{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.product-test-card__name{font-weight:600;color:#333}.query-test{padding:16px}.query-test__text{font-style:italic;color:#666;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.test-result{display:flex;align-items:center;gap:8px;padding:12px;border-radius:6px;margin-bottom:8px;font-size:13px}.test-result--mentioned{background:#d1fae5;color:#047857}.test-result--not-mentioned{background:#fee2e2;color:#dc2626}.test-excerpt{margin-left:20px;padding:12px;background:#f9fafb;border-left:3px solid #667eea;border-radius:0 6px 6px 0;font-size:13px;color:#666;margin-bottom:12px}.ai-section{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-top:20px}.ai-section__title{font-size:24px;margin-bottom:16px;color:#1a202c}.ai-section__subtitle{font-size:13px;color:#666;margin-bottom:20px}.ai-section__content{display:none}.ai-section__content.active{display:block}.simplified-section{display:flex;align-items:flex-start;gap:20px}.simplified-section__score{font-size:2.5rem;font-weight:700;line-height:1;flex-shrink:0;min-width:100px}.simplified-section__content{flex:1}@media(max-width: 600px){.simplified-section{flex-direction:column;gap:12px}.simplified-section__score{font-size:2rem}}.section-error{background:#fee2e2;padding:16px;border-radius:8px;color:#dc2626}.insight-list{list-style:none;padding:0;margin:0 0 16px 0}.insight-item{font-size:13px;color:#374151;line-height:1.8;margin-bottom:8px;padding-left:1.5em;position:relative}.insight-item::before{position:absolute;left:0;font-weight:700}.insight-item--positive{color:#047857}.insight-item--positive::before{content:"+";color:#10b981}.insight-item--negative{color:#dc2626}.insight-item--negative::before{content:"-";color:#ef4444}.insight-item--critical{font-weight:600;color:#7f1d1d}.insight-item--critical::before{content:"!";color:#dc2626;font-weight:700}.insight-impact{font-size:13px;color:#4b5563;line-height:1.6}.insight-impact strong{color:#374151}.blocking-warning{background:linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);border:2px solid #ef4444;border-radius:8px;padding:16px;margin-bottom:20px}.blocking-warning__header{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:18px;color:#dc2626}.blocking-warning__icon{font-size:1.5rem;color:#ef4444}.blocking-warning__content{font-size:13px;color:#7f1d1d;line-height:1.8}.blocking-warning__content p{margin:0 0 8px 0}.blocking-warning__content p:last-child{margin-bottom:0}.blocking-warning__pages{color:#dc2626;font-style:italic}.blocking-warning__impact{background:rgba(239,68,68,.1);padding:8px 12px;border-radius:6px;margin-top:8px}.blocking-warning__recommendation{background:hsla(0,0%,100%,.7);padding:8px 12px;border-radius:6px;border-left:3px solid #ef4444}.roadmap-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.roadmap-header__title{display:flex;align-items:center;gap:8px;font-size:24px;color:#1a202c;margin:0}.roadmap-header__count{font-size:13px;color:#666;background:#f3f4f6;padding:4px 8px;border-radius:50%}@media(max-width: 600px){.roadmap-header{flex-direction:column;align-items:flex-start;gap:8px}}.roadmap-summary{font-size:14px;color:#4b5563;margin-bottom:20px;line-height:1.8}.roadmap-platforms{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.roadmap-platform-tag{font-size:11px;color:#4b5563;background:#f3f4f6;padding:4px 8px;border-radius:6px}.roadmap-actions{display:grid;gap:16px}.roadmap-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:box-shadow .3s ease}.roadmap-card:hover{box-shadow:0 2px 5px rgba(0,0,0,.1)}.roadmap-card__header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.roadmap-card__priority{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, #6366f1, #8b5cf6);color:#fff;font-weight:700;font-size:13px;border-radius:50%}.roadmap-card__impact{font-size:11px;font-weight:500;padding:4px 8px;border-radius:50%}.roadmap-card__title{font-size:14px;font-weight:600;color:#1a202c;margin:0 0 8px 0}.roadmap-card__description{font-size:13px;color:#4b5563;line-height:1.8;margin:0 0 12px 0}.roadmap-card__footer{display:flex;justify-content:flex-end}.roadmap-card__platform{font-size:11px;color:#6b7280}.executive-summary{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-top:20px;border-left:4px solid #667eea}.executive-summary__title{font-size:24px;font-weight:600;color:#1a202c;margin:0 0 16px 0;padding:0;border:none}.executive-summary__paragraph{font-size:14px;line-height:1.8;color:#374151;margin:0 0 20px 0}.executive-summary__group{margin-bottom:16px}.executive-summary__group:last-child{margin-bottom:0}.executive-summary__group--positive .executive-summary__group-title{color:#047857}.executive-summary__group--negative .executive-summary__group-title{color:#b45309}.executive-summary__group-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 8px 0;padding:0;border:none}.executive-summary__list{list-style:none;padding:0;margin:0}.executive-summary__item{font-size:13px;line-height:1.8;color:#374151;padding:4px 0 4px 20px;position:relative}.executive-summary__item::before{position:absolute;left:0;font-size:13px;font-weight:700}.executive-summary__item--positive{color:#047857}.executive-summary__item--positive::before{content:"✓";color:#10b981}.executive-summary__item--negative{color:#92400e}.executive-summary__item--negative::before{content:"⚠";color:#f59e0b}@media(max-width: 600px){.executive-summary{padding:16px}.executive-summary__paragraph{font-size:13px}}
