.sentiment-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:600;transition:all .2s}.sentiment-badge svg{flex-shrink:0}.sentiment-badge.sentiment-small{padding:.25rem .5rem;font-size:.75rem;gap:.25rem}.sentiment-badge.sentiment-large{padding:.5rem 1rem;font-size:1rem;gap:.5rem}.sentiment-positive{background-color:#d1fae5;color:#10b981;border:1px solid #a7f3d0}.sentiment-neutral{background-color:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.sentiment-negative{background-color:#fee2e2;color:#ef4444;border:1px solid #fecaca}.attribute-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.attribute-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;font-size:.75rem;font-weight:500;transition:transform .2s}.attribute-tag:hover{transform:translateY(-2px)}.attribute-tag svg{opacity:.8}.attribute-tag.attribute-more{background:linear-gradient(135deg,#94a3b8,#64748b)}.overall-tone-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;border-radius:8px;font-size:.875rem;box-shadow:0 2px 4px #0000001a}.tone-label{opacity:.9;font-weight:500}.tone-value{font-weight:700;text-transform:capitalize}@keyframes sentimentPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.sentiment-badge:hover{animation:sentimentPulse .6s ease-in-out}.positioning-chart-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #00000012;margin-top:2rem}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.chart-title{display:flex;align-items:center;gap:.75rem;color:var(--gray-900);font-size:1.5rem;margin:0}.chart-title svg{color:var(--primary)}.view-selector{display:flex;gap:.5rem;background:var(--gray-100);padding:.25rem;border-radius:8px}.view-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;background:transparent;color:var(--gray-600);font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s}.view-btn:hover{background:var(--gray-200)}.view-btn.active{background:#fff;color:var(--primary);box-shadow:0 2px 4px #0000001a}.sentiment-distribution{display:flex;flex-direction:column;gap:2rem}.distribution-chart{padding:1.5rem;background:var(--gray-50);border-radius:8px}.chart-bars{display:flex;flex-direction:column;gap:1.5rem}.sentiment-bar-group{display:flex;flex-direction:column;gap:.5rem}.sentiment-bar{height:48px;border-radius:8px;display:flex;align-items:center;padding:0 1rem;transition:all .3s;min-width:60px}.sentiment-bar.positive{background:linear-gradient(90deg,#10b981,#34d399)}.sentiment-bar.neutral{background:linear-gradient(90deg,#6b7280,#9ca3af)}.sentiment-bar.negative{background:linear-gradient(90deg,#ef4444,#f87171)}.sentiment-bar .bar-label{color:#fff;font-weight:700;font-size:.875rem}.sentiment-bar-label{font-size:.875rem;color:var(--gray-700);font-weight:500}.your-company-sentiment{padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff}.your-company-sentiment h4{margin:0 0 1rem;font-size:1.125rem}.company-sentiment-card{background:#ffffff26;padding:1.5rem;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.company-sentiment-card .company-name{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.sentiment-legend{display:flex;flex-wrap:wrap;gap:1.5rem;padding:1rem;background:var(--gray-50);border-radius:8px}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-700)}.legend-color{width:20px;height:20px;border-radius:4px}.legend-color.positive{background:#10b981}.legend-color.neutral{background:#6b7280}.legend-color.negative{background:#ef4444}.attribute-comparison{display:flex;flex-direction:column;gap:2rem}.comparison-header h4{margin:0 0 .5rem;font-size:1.125rem;color:var(--gray-900)}.comparison-header p{margin:0;color:var(--gray-600);font-size:.875rem}.attribute-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.attribute-item{padding:1rem;background:var(--gray-50);border:2px solid var(--gray-200);border-radius:8px;transition:all .2s}.attribute-item:hover{border-color:var(--primary);box-shadow:0 4px 6px #0000001a}.attribute-item.your-attribute{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-color:#667eea}.attribute-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.attribute-name{font-weight:600;color:var(--gray-900)}.you-indicator{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.125rem .5rem;border-radius:12px;font-size:.75rem;font-weight:700}.attribute-stats{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.attribute-bar{flex:1;height:8px;background:var(--gray-200);border-radius:4px;overflow:hidden}.attribute-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary) 0%,#3b82f6 100%);transition:width .3s}.attribute-count{font-size:.75rem;color:var(--gray-600);font-weight:500;white-space:nowrap}.attribute-companies{display:flex;flex-wrap:wrap;gap:.375rem}.company-tag{background:#fff;color:var(--gray-700);padding:.125rem .5rem;border-radius:4px;font-size:.75rem;border:1px solid var(--gray-300)}.company-tag.more{background:var(--gray-200);font-weight:600}.your-attributes-summary{padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff}.your-attributes-summary h4{margin:0 0 .5rem;font-size:1.125rem}.your-attributes-summary p{margin:0 0 1rem;opacity:.9}@media (max-width: 768px){.chart-header{flex-direction:column;align-items:flex-start}.view-selector{width:100%}.view-btn{flex:1;justify-content:center}.attribute-grid{grid-template-columns:1fr}.sentiment-legend{flex-direction:column;gap:.75rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:600px;width:100%;max-height:90vh;display:flex;flex-direction:column;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--gray-200)}.modal-header h2{margin:0;font-size:1.5rem;color:var(--gray-900)}.modal-close{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--gray-500);border-radius:6px;transition:all .2s}.modal-close:hover{background:var(--gray-100);color:var(--gray-900)}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.modal-description{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.6}.pdf-export-modal .form-group{margin-bottom:1.5rem}.pdf-export-modal .form-group:last-child{margin-bottom:0}.pdf-export-modal label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--gray-700)}.pdf-export-modal input[type=text],.pdf-export-modal input[type=url]{width:100%;padding:.75rem;border:1px solid var(--gray-300);border-radius:6px;font-size:1rem;transition:border-color .2s}.pdf-export-modal input[type=text]:focus,.pdf-export-modal input[type=url]:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0d51661a}.pdf-export-modal input[type=text]:disabled,.pdf-export-modal input[type=url]:disabled{background:var(--gray-100);cursor:not-allowed}.color-input-wrapper{display:flex;gap:.75rem;align-items:center}.color-input-wrapper input[type=color]{width:60px;height:44px;padding:4px;border:1px solid var(--gray-300);border-radius:6px;cursor:pointer}.color-hex-input{flex:1}.help-text{font-size:.875rem;color:var(--gray-600);margin-top:.375rem}.checkbox-group{margin-bottom:1.5rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:400}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer}.checkbox-label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.preview-section{margin-top:1.5rem;padding:1rem;background:var(--gray-50);border-radius:8px;border:1px dashed var(--gray-300)}.preview-section h4{margin:0 0 .75rem;font-size:.875rem;color:var(--gray-700);text-transform:uppercase;letter-spacing:.5px}.logo-preview{max-width:150px;max-height:60px;object-fit:contain}.modal-footer{display:flex;gap:.75rem;justify-content:flex-end;padding:1.5rem;border-top:1px solid var(--gray-200)}.modal-footer button{min-width:120px}@media (max-width: 640px){.modal-content{max-height:95vh}.modal-header h2{font-size:1.25rem}.modal-footer{flex-direction:column}.modal-footer button{width:100%}.color-input-wrapper{flex-direction:column;align-items:stretch}.color-input-wrapper input[type=color]{width:100%}}.app{min-height:100vh;padding:2rem 1rem}.container{width:100%;max-width:none;margin:0;padding-left:2rem;padding-right:2rem}.header{text-align:center;margin-bottom:3rem;color:var(--gray-900)}.header-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:var(--gray-200);border-radius:20px;margin-bottom:1rem;-webkit-backdrop-filter:none;backdrop-filter:none}.header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.subtitle{font-size:1.125rem;opacity:1;color:var(--gray-700)}.card{background:#fff;border-radius:16px;padding:2rem;box-shadow:var(--shadow-lg);margin-bottom:2rem}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-200)}.form-section:last-of-type{border-bottom:none}.section-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--gray-800)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:500;margin-bottom:.5rem;color:var(--gray-700)}.form-group input[type=text]{width:100%;padding:.75rem;border:2px solid var(--gray-200);border-radius:8px;font-size:1rem;transition:all .2s}.form-group input[type=text]:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0d51661a}.checkbox-group{margin-bottom:1rem}.checkbox-label{display:flex;align-items:center;gap:1.25rem;cursor:pointer;font-weight:500}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--primary)}.competitor-input-group{display:flex;gap:.75rem;margin-bottom:.75rem}.competitor-input{flex:1;padding:.75rem;border:2px solid var(--gray-200);border-radius:8px;font-size:1rem;transition:all .2s}.competitor-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0d51661a}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--primary);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #0d51664d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-block{width:100%}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--gray-100);color:var(--gray-700);border:2px solid var(--gray-300);border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;text-decoration:none;transition:all .2s}.btn-secondary:hover{background:var(--gray-200);border-color:var(--gray-400)}.btn-link{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;color:var(--primary);font-weight:600;text-decoration:none}.btn-link:hover{text-decoration:underline}.btn-small{padding:.5rem .9rem;font-size:.85rem}.btn-remove{padding:.625rem 1rem;background:var(--danger);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-remove:hover{background:#dc2626}.alert{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.alert-error{background:#fef2f2;color:var(--danger);border:1px solid #fecaca}.alert-info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.alert-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.spinner{animation:spin 1s linear infinite}.results-container{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.results-title{display:flex;align-items:center;gap:1rem;font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--gray-800)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:12px;width:520px;max-width:calc(100vw - 32px);border:1px solid var(--gray-200);box-shadow:0 10px 30px #00000026}.modal-header{padding:1rem 1.25rem;border-bottom:1px solid var(--gray-200)}.modal-header h3{margin:0;font-size:1.125rem;color:#111827}.modal-body{padding:1rem 1.25rem;max-height:60vh;overflow:auto}.modal-footer{padding:1rem 1.25rem;display:flex;justify-content:flex-end;gap:.75rem;border-top:1px solid var(--gray-200)}.summary-section{margin-bottom:3rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{padding:1.5rem;border-radius:12px;text-align:center}.stat-primary{background:#fff;color:#111827;border:2px solid var(--gray-200);box-shadow:none}.stat-competitor{background:var(--gray-100);border:2px solid var(--gray-300)}.stat-label{font-size:.95rem;font-weight:700;margin-bottom:.5rem;text-transform:none;letter-spacing:0;color:#111827}.stat-value{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:#0b0f1a}.stat-breakdown{display:flex;justify-content:center;gap:1rem;font-size:.9rem;color:#1f2937}.model-breakdown{display:flex;flex-direction:column;gap:.375rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.2);font-size:.8125rem;opacity:.9}.model-breakdown span{text-transform:capitalize}.ranking-chart{background:var(--gray-50);border-radius:12px;padding:2rem;margin-top:2rem}.ranking-chart h4{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:var(--gray-800)}.chart{display:flex;flex-direction:column;gap:1rem}.chart-row{display:flex;align-items:center;gap:1rem}.chart-label{min-width:150px;font-weight:500;display:flex;align-items:center;gap:.5rem}.chart-bar-container{flex:1;background:var(--gray-200);border-radius:8px;height:40px;overflow:hidden}.chart-bar{height:100%;display:flex;align-items:center;justify-content:flex-end;padding-right:.75rem;transition:width .5s ease-in-out;border-radius:8px}.chart-bar-company{background:var(--primary)}.chart-bar-competitor{background:var(--gray-400)}.chart-bar-label{color:#fff;font-weight:600;font-size:.875rem}.badge-you{display:inline-block;padding:.25rem .5rem;background:var(--primary);color:#fff;border-radius:4px;font-size:.75rem;font-weight:600}.detailed-results{margin-bottom:3rem}.results-info{color:var(--gray-600);margin-bottom:1.5rem}.query-result{background:var(--gray-50);border-radius:12px;padding:1.5rem;margin-bottom:1rem;border:1px solid var(--gray-200)}.query-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.query-header h4{font-size:1.125rem;font-weight:600;color:var(--gray-800);margin-bottom:0}.expand-icon{color:var(--gray-500);font-size:1.25rem}.query-summary{display:flex;gap:2rem;margin-top:1rem}.mention-status{display:flex;align-items:center;gap:.5rem}.platform-label{font-weight:600;color:var(--gray-700)}.status-success{display:flex;align-items:center;gap:.25rem;color:var(--success);font-weight:500}.status-error{display:flex;align-items:center;gap:.25rem;color:var(--danger);font-weight:500}.query-details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--gray-300)}.platform-response{margin-bottom:2rem}.platform-response:last-child{margin-bottom:0}.platform-response h5{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:var(--gray-800)}.response-text{background:#fff;padding:1rem;border-radius:8px;border:1px solid var(--gray-200);line-height:1.6;color:var(--gray-700);white-space:pre-wrap}.position-info{margin-top:.75rem;color:var(--gray-600);font-size:.875rem;font-style:italic}.competitor-mentions{margin-top:.75rem;color:var(--gray-700);font-size:.875rem}.sources-mentioned{margin-top:.75rem;padding:.75rem;background:#0d51660d;border-left:3px solid var(--primary);border-radius:4px;color:var(--gray-700);font-size:.875rem}.sources-mentioned strong{color:var(--primary)}.recommendations-section{background:#fff;border-radius:16px;padding:2.5rem;margin-bottom:2rem;color:var(--gray-800);box-shadow:var(--shadow-lg)}.recommendations-section .section-title{color:var(--gray-800)}.recommendations-section .results-info{color:var(--gray-700);font-size:1rem;margin-bottom:2rem}.recommendations-section .results-info strong{color:#fff;font-weight:700;font-size:1.25rem}.recommendations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:1.5rem}.recommendation-card{background:#fff;border-radius:12px;padding:1.5rem;transition:all .3s;box-shadow:0 4px 12px #0000001a}.recommendation-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.recommendation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.recommendation-category{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;background:var(--primary);color:#fff;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.recommendation-title{font-size:1.25rem;font-weight:700;color:var(--gray-800);margin-bottom:.75rem;line-height:1.4}.recommendation-description{color:var(--gray-600);line-height:1.7;font-size:.9375rem}.competitive-ranking-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:var(--shadow-lg)}.ranking-table{margin-top:1.5rem;border-radius:12px;overflow:hidden;border:1px solid var(--gray-200)}.ranking-header{display:grid;grid-template-columns:80px 1fr 120px 200px 200px;gap:1rem;padding:1rem 1.5rem;background:#f3f4f6;color:#111827;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--gray-200)}.ranking-row{display:grid;grid-template-columns:80px 1fr 120px 200px 200px;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-200);align-items:center;transition:all .2s}.ranking-row:hover{background:var(--gray-50)}.ranking-row.your-company{background:var(--gray-100);border-left:4px solid var(--primary);font-weight:600}.ranking-row.your-company:hover{background:var(--gray-200)}.rank-col{display:flex;align-items:center}.rank-badge{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--gray-200);color:var(--gray-700);border-radius:50%;font-weight:700;font-size:1.125rem}.rank-badge.top-three{background:#f59e0b;color:#fff;box-shadow:0 4px 12px #fbbf244d}.company-col{display:flex;align-items:center}.company-name-text{font-size:1.125rem;font-weight:600;color:var(--gray-800);display:flex;align-items:center;gap:.75rem}.you-badge{display:inline-block;padding:.25rem .75rem;background:var(--primary);color:#fff;border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:.05em}.mentions-col{text-align:center}.mention-badge{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background:var(--gray-100);color:var(--gray-700);border-radius:8px;font-weight:700;font-size:1.125rem}.visibility-col{padding:0 .5rem}.visibility-bar-container{width:100%;height:36px;background:var(--gray-200);border-radius:8px;overflow:hidden;position:relative}.visibility-bar{height:100%;background:var(--primary);display:flex;align-items:center;justify-content:flex-end;padding-right:.75rem;transition:width .5s ease-in-out;min-width:60px}.visibility-text{color:#fff;font-weight:700;font-size:.875rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.platforms-col{display:flex;align-items:center}.platform-badges{display:flex;gap:.5rem;flex-wrap:wrap}.platform-badge{padding:.375rem .75rem;border-radius:6px;font-size:.8125rem;font-weight:600;white-space:nowrap}.platform-badge.chatgpt{background:#10a37f1a;color:#10a37f;border:1px solid rgba(16,163,127,.3)}.platform-badge.gemini{background:#4285f41a;color:#4285f4;border:1px solid rgba(66,133,244,.3)}.platform-badge.claude{background:#cc77221a;color:#c72;border:1px solid rgba(204,119,34,.3)}.detected-competitors-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;border:1px solid var(--gray-200)}.detected-competitors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.detected-competitor-card{background:#fff;padding:1.25rem;border-radius:10px;border:2px solid var(--gray-200);transition:all .2s;position:relative}.detected-competitor-card:hover{border-color:var(--primary);box-shadow:0 4px 12px #0d516626;transform:translateY(-2px)}.competitor-rank{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.competitor-name{font-size:1.125rem;font-weight:600;color:var(--gray-800);margin-bottom:.75rem;padding-right:2.5rem}.competitor-mentions{margin-top:.5rem}.mention-count{display:inline-block;padding:.375rem .75rem;background:var(--success);color:#fff;border-radius:6px;font-weight:600;font-size:.875rem;margin-bottom:.5rem}.mention-breakdown{display:flex;gap:.75rem;margin-top:.5rem;font-size:.875rem;color:var(--gray-600)}.top-sources-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;border:1px solid var(--gray-200)}.sources-list{display:flex;flex-direction:column;gap:1rem}.source-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;padding:1.25rem;border-radius:10px;border:1px solid var(--gray-200);transition:all .2s}.source-item:hover{border-color:var(--primary);box-shadow:0 2px 8px #0d51661a}.source-rank{flex-shrink:0;width:36px;height:36px;background:var(--secondary);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.source-details{flex:1;min-width:0}.source-value{font-size:1rem;font-weight:500;color:var(--gray-800);margin-bottom:.5rem;word-break:break-word}.source-value a{color:var(--primary);text-decoration:none}.source-value a:hover{text-decoration:underline}.source-meta{display:flex;gap:1rem;font-size:.875rem;color:var(--gray-600)}.source-count{font-weight:600;color:var(--success)}.source-platforms{color:var(--gray-500)}.queries-section{background:var(--gray-50);border-radius:12px;padding:2rem;margin-top:2rem}.queries-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.75rem}.queries-list li{background:#fff;padding:.875rem;border-radius:8px;border:1px solid var(--gray-200);display:flex;justify-content:space-between;align-items:center;gap:.5rem}.queries-list li.analyzed{border-color:var(--primary);background:#0d51660d}.badge{display:inline-block;padding:.25rem .5rem;background:var(--primary);color:#fff;border-radius:4px;font-size:.75rem;font-weight:600;white-space:nowrap}@media (max-width: 768px){.header h1{font-size:2rem}.subtitle{font-size:1rem}.card{padding:1.5rem}.stats-grid{grid-template-columns:1fr}.query-summary{flex-direction:column;gap:.5rem}.chart-label{min-width:100px;font-size:.875rem}.queries-list{grid-template-columns:1fr}.ranking-header,.ranking-row{grid-template-columns:60px 1fr;gap:.5rem;font-size:.875rem}.ranking-header{padding:.75rem 1rem}.ranking-row{padding:1rem}.mentions-col,.visibility-col,.platforms-col{display:none}.rank-badge{width:40px;height:40px;font-size:1rem}.company-name-text{font-size:1rem;flex-direction:column;align-items:flex-start;gap:.5rem}}.position-score-section{margin-top:1.5rem;padding-top:1.5rem;border-top:2px dashed var(--gray-200)}.position-score-label{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;color:#111827;margin-bottom:.5rem}.position-score-value{font-size:1.6rem;font-weight:800;color:#0b0f1a;margin-bottom:.5rem}.position-score-breakdown{display:flex;gap:1rem;font-size:.9rem;color:#1f2937;margin-bottom:.5rem}.position-score-info{font-size:.8rem;color:#374151;font-style:normal}.model-stat-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.model-name{font-weight:500;color:var(--gray-700)}.model-visibility{color:var(--gray-600);margin-right:1rem}.model-position-score{color:var(--primary);font-weight:600}.weighted-score-badge{display:inline-block;padding:.25rem .5rem;background:#111827;color:#fff;border-radius:12px;font-size:.75rem;font-weight:600;margin-left:.5rem;cursor:help}.competitor-mention-sources-section{margin-top:2rem;padding:2rem;background:linear-gradient(135deg,#f8f9ff,#fff5f5);border-radius:12px;border:2px solid var(--gray-200)}.competitor-mention-sources-section h4{font-size:1.25rem;font-weight:600;color:var(--gray-800);margin-bottom:1.5rem;margin-top:2rem}.competitor-mention-sources-section h4:first-of-type{margin-top:0}.aggregated-sources{margin-bottom:2rem}.sources-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:1rem}.competitor-source-card{background:#fff;border-radius:10px;padding:1.25rem;border:2px solid var(--gray-200);transition:all .2s}.competitor-source-card:hover{border-color:var(--primary);box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.source-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.source-rank-badge{background:var(--primary);color:#fff;font-weight:700;font-size:.875rem;padding:.25rem .625rem;border-radius:8px;flex-shrink:0}.source-name{font-size:1rem;font-weight:600;color:var(--gray-800);line-height:1.4}.source-description{font-size:.875rem;color:var(--gray-600);margin-bottom:.75rem;line-height:1.5}.source-competitors{font-size:.875rem;color:var(--gray-700);margin-bottom:.5rem;padding:.5rem;background:#0d51660d;border-radius:6px}.source-competitors strong{color:var(--primary)}.source-frequency{font-size:.75rem;color:var(--gray-500);font-style:italic}.individual-competitor-sources{margin-top:2rem}.competitor-sources-group{background:#fff;border-radius:10px;padding:1.5rem;margin-bottom:1.5rem;border:2px solid var(--gray-200)}.competitor-name-header{font-size:1.125rem;font-weight:700;color:var(--primary);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--gray-200)}.sources-list-compact{display:grid;gap:.5rem}.source-item-compact{display:flex;gap:.75rem;padding:.75rem;background:var(--gray-50);border-radius:6px;transition:background .2s}.source-item-compact:hover{background:#0d51660d}.source-number{font-weight:700;color:var(--primary);min-width:1.5rem}.source-content{flex:1;line-height:1.5}.source-name-text{font-weight:600;color:var(--gray-800)}.source-desc-text{color:var(--gray-600);font-size:.875rem}.competitor-deep-dive-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:var(--shadow-lg);margin-bottom:2rem}.competitor-deep-dive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:1.5rem}.competitor-card{border:1px solid var(--gray-200);border-radius:12px;padding:1.5rem;background:var(--gray-50);display:flex;flex-direction:column;gap:1rem}.competitor-card-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.competitor-card-header a{color:var(--primary);font-weight:600;font-size:.9rem}.competitor-card-body{display:flex;flex-direction:column;gap:1rem}.competitor-section h5{font-size:.95rem;font-weight:700;margin-bottom:.5rem;color:var(--gray-700)}.competitor-section ul{list-style:disc inside;padding-left:.5rem;color:var(--gray-600)}.competitor-keywords{margin-top:.5rem;color:var(--gray-700)}.ai-summary{background:#0d516614;border-radius:10px;padding:1rem;color:var(--gray-700)}.search-result-title{font-weight:600;color:var(--gray-800)}.search-result-snippet{font-size:.875rem;color:var(--gray-600);margin-bottom:.25rem}.vis-hero{display:flex;gap:2.5rem;align-items:flex-start;margin-bottom:2rem}.vis-gauge-wrapper{position:relative;width:200px;height:200px;flex-shrink:0}.vis-gauge{width:100%;height:100%;transform:rotate(-90deg)}.vis-gauge-bg{fill:none;stroke:var(--gray-200);stroke-width:12}.vis-gauge-fill{fill:none;stroke:var(--primary);stroke-width:12;stroke-linecap:round;transition:stroke-dasharray 1s ease-out}.vis-gauge-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.vis-gauge-value{font-size:2.5rem;font-weight:800;color:var(--primary);line-height:1}.vis-gauge-subtitle{font-size:.85rem;color:var(--gray-500);font-weight:500;margin-top:.25rem}.vis-details{flex:1;min-width:0}.vis-company-name{font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1.25rem}.vis-provider-bars{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.vis-provider-row{display:flex;align-items:center;gap:.75rem}.vis-provider-label{font-size:.85rem;font-weight:600;min-width:72px}.vis-provider-chatgpt{color:#10a37f}.vis-provider-gemini{color:#4285f4}.vis-provider-claude{color:#c72}.vis-bar-track{flex:1;height:10px;background:var(--gray-200);border-radius:5px;overflow:hidden}.vis-bar-track-sm{height:6px}.vis-bar-fill{height:100%;border-radius:5px;transition:width .8s ease-out}.vis-bar-chatgpt{background:#10a37f}.vis-bar-gemini{background:#4285f4}.vis-bar-claude{background:#c72}.vis-bar-neutral{background:var(--primary)}.vis-bar-competitor{background:var(--gray-400)}.vis-bar-value{font-size:.85rem;font-weight:700;color:var(--gray-700);min-width:48px;text-align:right}.vis-position-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:10px;padding:1rem 1.25rem}.vis-position-header{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.vis-position-score{font-size:1.75rem;font-weight:800;color:var(--primary);margin-bottom:.5rem}.vis-position-breakdown{display:flex;gap:1rem;font-size:.85rem;color:var(--gray-600);margin-bottom:.25rem}.vis-position-hint{font-size:.8rem;color:var(--gray-500);margin:0}.vis-models-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin-bottom:2rem}.vis-model-card{display:flex;flex-direction:column;gap:.25rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;padding:.75rem 1rem}.vis-model-name{font-size:.8rem;font-weight:600;color:var(--gray-600);text-transform:capitalize}.vis-model-vis{font-size:1.25rem;font-weight:700;color:var(--gray-800)}.vis-model-pos{font-size:.75rem;color:var(--primary);font-weight:600}.vis-competitor-section{margin-bottom:2rem}.vis-competitor-heading{font-size:1.1rem;font-weight:600;color:var(--gray-700);margin-bottom:1rem}.vis-competitor-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.vis-competitor-card{background:#fff;border:1px solid var(--gray-200);border-radius:10px;padding:1rem 1.25rem;transition:all .2s}.vis-competitor-card:hover{border-color:var(--gray-300);box-shadow:0 2px 8px #0000000f}.vis-competitor-name{font-size:.95rem;font-weight:600;color:var(--gray-800);margin-bottom:.25rem}.vis-competitor-score{font-size:1.5rem;font-weight:800;color:var(--gray-700);margin-bottom:.5rem}.vis-competitor-breakdown{display:flex;gap:.75rem;margin-top:.5rem;font-size:.8rem;font-weight:600}@media (max-width: 768px){.vis-hero{flex-direction:column;align-items:center}.vis-gauge-wrapper{width:160px;height:160px}.vis-gauge-value{font-size:2rem}.vis-details{width:100%}.vis-position-breakdown{flex-direction:column;gap:.25rem}.vis-models-grid{grid-template-columns:repeat(2,1fr)}.vis-competitor-grid{grid-template-columns:1fr}}.scan-animation-panel{position:relative;overflow:hidden;background:linear-gradient(145deg,#0a2a35,#0d3d4d 40%,#0a2a35);border-radius:16px;padding:3rem 2rem 2rem;margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff0d}.scan-grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(13,148,136,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(13,148,136,.05) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.scan-radar{position:relative;width:180px;height:180px}.scan-radar-ring{position:absolute;border:1.5px solid rgba(13,148,136,.3);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.scan-radar-ring-1{width:180px;height:180px}.scan-radar-ring-2{width:120px;height:120px}.scan-radar-ring-3{width:60px;height:60px}.scan-radar-sweep{position:absolute;top:50%;left:50%;width:90px;height:2px;transform-origin:left center;background:linear-gradient(90deg,rgba(13,148,136,.9),transparent);animation:radarSweep 3s linear infinite;filter:drop-shadow(0 0 6px rgba(13,148,136,.6))}.scan-radar-center{position:absolute;top:50%;left:50%;width:10px;height:10px;background:#0d9488;border-radius:50%;transform:translate(-50%,-50%);animation:centerPulse 2s ease-in-out infinite;box-shadow:0 0 12px #0d948899}.scan-radar-pulse{position:absolute;top:50%;left:50%;width:20px;height:20px;border:2px solid rgba(13,148,136,.5);border-radius:50%;transform:translate(-50%,-50%);animation:radarPulseExpand 3s ease-out infinite}.scan-radar-pulse-delayed{animation-delay:1.5s}@keyframes radarSweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes centerPulse{0%,to{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.3)}}@keyframes radarPulseExpand{0%{width:20px;height:20px;opacity:.7}to{width:160px;height:160px;opacity:0}}.scan-providers{display:flex;gap:2rem;justify-content:center}.scan-provider{display:flex;align-items:center;gap:.5rem}.scan-provider-dot{width:10px;height:10px;border-radius:50%;animation:providerBlink 1.8s ease-in-out infinite}.scan-provider-dot-chatgpt{background:#10a37f;box-shadow:0 0 8px #10a37f80}.scan-provider-dot-gemini{background:#4285f4;box-shadow:0 0 8px #4285f480;animation-delay:.6s}.scan-provider-dot-claude{background:#c72;box-shadow:0 0 8px #cc772280;animation-delay:1.2s}.scan-provider-label{color:#ffffffb3;font-size:.875rem;font-weight:500}@keyframes providerBlink{0%,to{opacity:1}50%{opacity:.3}}.scan-message{color:#ffffffe6;font-size:1.1rem;font-weight:500;text-align:center;transition:opacity .4s ease;min-height:1.6em}.scan-message-fadein{opacity:1}.scan-message-fadeout{opacity:0}.scan-progress-track{width:100%;max-width:400px;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.scan-progress-fill{height:100%;background:linear-gradient(90deg,#0d9488,#14b8a6);border-radius:3px;transition:width 1s linear;position:relative;overflow:hidden}.scan-progress-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shimmer 2s linear infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.scan-timer{color:#ffffff80;font-size:.85rem;font-variant-numeric:tabular-nums}.scan-orbital{position:absolute;width:6px;height:6px;background:#0d948866;border-radius:50%}.scan-orbital-1{top:15%;left:10%;animation:orbitalFloat 8s ease-in-out infinite}.scan-orbital-2{top:25%;right:12%;animation:orbitalFloat 10s ease-in-out infinite reverse}.scan-orbital-3{bottom:20%;left:20%;animation:orbitalFloat 12s ease-in-out infinite 2s}@keyframes orbitalFloat{0%,to{transform:translate(0);opacity:.3}25%{transform:translate(20px,-15px);opacity:.7}50%{transform:translate(-10px,-30px);opacity:.4}75%{transform:translate(15px,10px);opacity:.8}}.checklist-section{margin-top:2rem;padding:1.5rem;background:var(--gray-50, #f9fafb);border:1px solid var(--gray-200, #e5e7eb);border-radius:12px}.checklist-progress{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.checklist-progress-bar{flex:1;height:8px;background:var(--gray-200, #e5e7eb);border-radius:4px;overflow:hidden}.checklist-progress-fill{height:100%;background:var(--primary, #0d5166);border-radius:4px;transition:width .3s ease}.checklist-progress-label{font-size:.85rem;color:var(--gray-600, #4b5563);white-space:nowrap;font-weight:600}.checklist-group{margin-bottom:1.25rem}.checklist-group-title{font-size:.95rem;font-weight:700;margin:0 0 .5rem;display:flex;align-items:center;gap:.4rem;color:var(--gray-800, #1f2937)}.checklist-items{display:flex;flex-direction:column;gap:.35rem}.checklist-item{display:flex;align-items:flex-start;gap:.6rem;padding:.65rem .75rem;background:#fff;border:1px solid var(--gray-200, #e5e7eb);border-radius:8px;cursor:pointer;transition:background .15s,opacity .3s}.checklist-item:hover{background:var(--gray-50, #f3f4f6)}.checklist-item-checked{opacity:.55}.checklist-item-checked .checklist-action{text-decoration:line-through}.checklist-item input[type=checkbox]{margin-top:3px;accent-color:var(--primary, #0d5166);flex-shrink:0}.checklist-priority-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:6px}.checklist-item-text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.checklist-action{font-weight:600;font-size:.9rem;color:var(--gray-800, #1f2937)}.checklist-detail{font-size:.82rem;color:var(--gray-500, #6b7280);line-height:1.4}@media (max-width: 768px){.scan-animation-panel{padding:2rem 1rem 1.5rem;gap:1rem}.scan-radar,.scan-radar-ring-1{width:140px;height:140px}.scan-radar-ring-2{width:93px;height:93px}.scan-radar-ring-3{width:46px;height:46px}.scan-radar-sweep{width:70px}.scan-providers{gap:1rem}.scan-message{font-size:.95rem}}.roadmap-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:var(--shadow-lg);margin-bottom:2rem}.roadmap-phase{border:1px solid var(--gray-200);border-radius:12px;margin-bottom:1rem;overflow:hidden}.roadmap-phase-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--gray-50);cursor:pointer;-webkit-user-select:none;user-select:none;gap:1rem}.roadmap-phase-header:hover{background:var(--gray-100)}.roadmap-phase-title{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.roadmap-phase-timeframe{font-size:.85rem;color:var(--gray-500);font-weight:400}.roadmap-phase-count{font-size:.8rem;color:var(--gray-500);background:var(--gray-200);padding:.15rem .5rem;border-radius:10px}.roadmap-phase-progress{flex-shrink:0}.roadmap-items{padding:.5rem 1rem 1rem}.roadmap-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border:1px solid var(--gray-200);border-radius:8px;margin-bottom:.5rem;cursor:pointer;background:#fff;transition:background .15s}.roadmap-item:hover{background:var(--gray-50)}.roadmap-item input[type=checkbox]{margin-top:.2rem;flex-shrink:0}.roadmap-item-content{flex:1;min-width:0}.roadmap-item-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.25rem}.roadmap-action{font-weight:600;font-size:.9rem;color:var(--gray-800)}.roadmap-badges{display:flex;gap:.35rem;flex-wrap:wrap;flex-shrink:0}.roadmap-effort-badge,.roadmap-impact-badge{font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:10px;color:#fff;text-transform:capitalize;white-space:nowrap}.roadmap-source-tag{font-size:.7rem;padding:.15rem .5rem;border-radius:10px;background:var(--gray-200);color:var(--gray-700);white-space:nowrap}.roadmap-rationale{font-size:.82rem;color:var(--gray-500);line-height:1.4}.backlink-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:var(--shadow-lg);margin-bottom:2rem}.backlink-comparison-bars{margin-bottom:1.5rem}.backlink-bar-row{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.backlink-domains-list{margin-top:1rem}.backlink-domains-list h4{font-size:.95rem;margin-bottom:.5rem;color:var(--gray-700)}.backlink-domains-list ul{list-style:none;padding:0;margin:0}.backlink-domains-list li{padding:.4rem 0;font-size:.88rem;border-bottom:1px solid var(--gray-100)}.backlink-domains-list a{color:var(--primary);text-decoration:none;font-weight:500}.backlink-ref-title{color:var(--gray-500);font-size:.82rem}.backlink-authority-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.backlink-authority-card{background:linear-gradient(135deg,var(--primary-50, #eff6ff) 0%,white 100%);border:1px solid var(--primary-100, #dbeafe);border-radius:12px;padding:1.25rem;text-align:center}.authority-card-value{font-size:1.75rem;font-weight:700;color:var(--primary);line-height:1.2}.authority-card-max{font-size:.85rem;font-weight:500;color:var(--gray-400)}.authority-card-label{font-size:.78rem;color:var(--gray-500);margin-top:.25rem;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.authority-badge{display:inline-block;font-size:.7rem;font-weight:600;padding:.15rem .4rem;border-radius:4px;background:var(--primary-50, #eff6ff);color:var(--primary);margin-left:.5rem;vertical-align:middle}.backlink-comparison-table{margin:1.25rem 0;overflow-x:auto}.backlink-comparison-table table{width:100%;border-collapse:collapse;font-size:.88rem}.backlink-comparison-table th{text-align:left;padding:.6rem .75rem;border-bottom:2px solid var(--gray-200);font-weight:600;color:var(--gray-600);font-size:.78rem;text-transform:uppercase;letter-spacing:.03em}.backlink-comparison-table td{padding:.6rem .75rem;border-bottom:1px solid var(--gray-100)}.backlink-comparison-table .company-row{background:var(--primary-50, #eff6ff);font-weight:600}.organic-search-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:var(--shadow-lg);margin-bottom:2rem}.organic-keyword-table{overflow-x:auto;margin:1rem 0}.organic-keyword-table table,.organic-competitor-comparison table{width:100%;border-collapse:collapse;font-size:.88rem}.organic-keyword-table th,.organic-competitor-comparison th{text-align:left;padding:.6rem .75rem;border-bottom:2px solid var(--gray-200);font-weight:600;color:var(--gray-600);font-size:.78rem;text-transform:uppercase;letter-spacing:.03em}.organic-keyword-table td,.organic-competitor-comparison td{padding:.6rem .75rem;border-bottom:1px solid var(--gray-100)}.organic-competitor-comparison{margin-top:1.5rem}.organic-competitor-comparison h4{font-size:.95rem;margin-bottom:.75rem;color:var(--gray-700)}.organic-competitor-comparison .company-row{background:var(--primary-50, #eff6ff);font-weight:600}.keyword-cell{font-weight:500;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.position-badge{display:inline-block;padding:.2rem .5rem;border-radius:6px;font-size:.78rem;font-weight:700;white-space:nowrap}.position-top3{background:#dcfce7;color:#166534}.position-top10{background:#dbeafe;color:#1e40af}.position-top20{background:#fef3c7;color:#92400e}.position-low{background:#fee2e2;color:#991b1b}.difficulty-badge{display:inline-block;padding:.2rem .5rem;border-radius:6px;font-size:.78rem;font-weight:600;white-space:nowrap}.difficulty-easy{background:#dcfce7;color:#166534}.difficulty-moderate{background:#fef3c7;color:#92400e}.difficulty-hard{background:#fee2e2;color:#991b1b}.news-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:var(--shadow-lg);margin-bottom:2rem}.news-article-list h4{font-size:.95rem;margin-bottom:.75rem;color:var(--gray-700)}.news-article-item{padding:.75rem 0;border-bottom:1px solid var(--gray-100)}.news-article-item:last-child{border-bottom:none}.news-article-title{font-weight:600;font-size:.9rem;color:var(--primary);text-decoration:none;display:block;margin-bottom:.25rem}.news-article-title:hover{text-decoration:underline}.news-article-meta{display:flex;gap:1rem;font-size:.8rem;color:var(--gray-500);margin-bottom:.25rem}.news-article-snippet{font-size:.82rem;color:var(--gray-600);line-height:1.4;margin:.25rem 0 0}.performance-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:var(--shadow-lg);margin-bottom:2rem}.cwv-grid{display:flex;gap:1rem;flex-wrap:wrap}.cwv-card{padding:1rem;border-radius:10px;min-width:130px;text-align:center;border:2px solid var(--gray-200);background:var(--gray-50)}.cwv-card.cwv-good{border-color:#22c55e;background:#f0fdf4}.cwv-card.cwv-needs-improvement{border-color:#f59e0b;background:#fffbeb}.cwv-card.cwv-poor{border-color:#ef4444;background:#fef2f2}.cwv-label{font-weight:700;font-size:.85rem;color:var(--gray-700);margin-bottom:.25rem}.cwv-value{font-size:1.25rem;font-weight:700;color:var(--gray-900)}.cwv-desc{font-size:.7rem;color:var(--gray-500);margin-top:.2rem}.performance-table{width:100%;border-collapse:collapse;font-size:.88rem;margin-top:.75rem}.performance-table th,.performance-table td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid var(--gray-200)}.performance-table th{background:var(--gray-50);font-weight:600;color:var(--gray-700)}td.cwv-good{color:#16a34a}td.cwv-needs-improvement{color:#d97706}td.cwv-poor{color:#dc2626}.social-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:var(--shadow-lg);margin-bottom:2rem}.social-platform-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}.social-platform-card{padding:1.25rem;border-radius:12px;border:1px solid var(--gray-200);background:var(--gray-50);text-align:center}.social-platform-icon{font-weight:700;font-size:.9rem;color:var(--gray-800);margin-bottom:.5rem}.social-stat{margin-top:.5rem}.social-stat-value{display:block;font-size:1.25rem;font-weight:700;color:var(--gray-900)}.social-stat-label{display:block;font-size:.75rem;color:var(--gray-500)}.social-comparison-table{width:100%;border-collapse:collapse;font-size:.88rem;margin-top:.75rem}.social-comparison-table th,.social-comparison-table td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid var(--gray-200)}.social-comparison-table th{background:var(--gray-50);font-weight:600;color:var(--gray-700)}td.social-ahead{color:#16a34a}td.social-behind{color:#dc2626}.geo-score-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-top:1.5rem}.geo-score-header{display:flex;justify-content:center;margin-bottom:2rem}.geo-score-gauge{text-align:center}.geo-score-circle{width:120px;height:120px;border-radius:50%;border:6px solid;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto .5rem}.geo-score-number{font-size:2.5rem;font-weight:800;line-height:1}.geo-score-grade{font-size:1.1rem;font-weight:700}.geo-score-label{font-size:.85rem;color:var(--gray-500)}.geo-breakdown-table table{width:100%;border-collapse:collapse;font-size:.88rem}.geo-breakdown-table th,.geo-breakdown-table td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid var(--gray-200)}.geo-breakdown-table th{background:var(--gray-50);font-weight:600;color:var(--gray-700)}.geo-bar-cell{display:flex;align-items:center;gap:.5rem}.geo-bar-bg{flex:1;height:8px;background:var(--gray-100);border-radius:4px;overflow:hidden;min-width:60px}.geo-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.citability-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-top:1.5rem}.citability-stats{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.citability-score-card,.citability-stat-card{padding:1.25rem;border-radius:12px;border:1px solid var(--gray-200);background:var(--gray-50);text-align:center;min-width:140px}.citability-score-value{font-size:2.5rem;font-weight:800;line-height:1.1}.citability-score-label,.citability-stat-label{font-size:.8rem;color:var(--gray-500);margin-top:.25rem}.citability-stat-value{font-size:1.75rem;font-weight:700;color:var(--gray-900)}.citability-passages{margin-bottom:1.5rem}.citability-passage{padding:1rem;border:1px solid var(--gray-200);border-radius:8px;margin-bottom:.75rem;background:var(--gray-50)}.citability-passage-header{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.citability-passage-length{color:var(--gray-500)}.citability-passage-text{font-size:.88rem;color:var(--gray-700);line-height:1.5;margin:0}.citability-recommendations ul{list-style:none;padding:0}.citability-recommendations li{padding:.75rem 1rem;border-left:3px solid var(--primary);background:var(--gray-50);border-radius:0 8px 8px 0;margin-bottom:.75rem}.citability-recommendations li p{margin:.25rem 0 0;font-size:.88rem;color:var(--gray-600)}.citability-comparison{margin-top:1.5rem}.citability-bars{display:flex;flex-direction:column;gap:.75rem}.citability-bar-row{display:flex;align-items:center;gap:.75rem}.citability-bar-name{width:150px;font-size:.85rem;font-weight:500;color:var(--gray-700);flex-shrink:0}.citability-bar-track{flex:1;height:12px;background:var(--gray-100);border-radius:6px;overflow:hidden}.citability-bar-fill{height:100%;border-radius:6px;background:var(--gray-400);transition:width .3s ease}.citability-bar-fill.company-bar{background:var(--primary)}.citability-bar-value{width:30px;text-align:right;font-size:.85rem;font-weight:600;color:var(--gray-700)}.robots-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-top:1.5rem}.robots-score-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.robots-score-card{padding:1.25rem;border-radius:12px;border:1px solid var(--gray-200);background:var(--gray-50);text-align:center;min-width:160px}.robots-score-value{font-size:2.25rem;font-weight:800;line-height:1.1}.robots-score-label{font-size:.8rem;color:var(--gray-500);margin-top:.25rem}.robots-no-file{font-size:.88rem;color:var(--gray-500);font-style:italic}.robots-crawler-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;margin-bottom:1.5rem}.robots-crawler-card{padding:.75rem;border-radius:8px;border:1px solid var(--gray-200);text-align:center}.robots-crawler-card.crawler-allowed{background:#f0fdf4;border-color:#bbf7d0}.robots-crawler-card.crawler-blocked{background:#fef2f2;border-color:#fecaca}.crawler-status-icon{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.crawler-allowed .crawler-status-icon{color:#16a34a}.crawler-blocked .crawler-status-icon{color:#dc2626}.crawler-name{font-size:.82rem;font-weight:600;color:var(--gray-800)}.crawler-owner{font-size:.75rem;color:var(--gray-500)}.robots-issues ul{list-style:none;padding:0}.robots-issue-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.88rem;color:var(--gray-700);border-bottom:1px solid var(--gray-100)}.robots-issue-item svg{color:#ea580c;flex-shrink:0}.robots-comparison-table{width:100%;border-collapse:collapse;font-size:.88rem;margin-top:.75rem}.robots-comparison-table th,.robots-comparison-table td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid var(--gray-200)}.robots-comparison-table th{background:var(--gray-50);font-weight:600;color:var(--gray-700)}.schema-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-top:1.5rem}.schema-score-header{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.schema-score-card,.schema-count-card{padding:1.25rem;border-radius:12px;border:1px solid var(--gray-200);background:var(--gray-50);text-align:center;min-width:140px}.schema-score-value{font-size:2.5rem;font-weight:800;line-height:1.1}.schema-score-label,.schema-count-label{font-size:.8rem;color:var(--gray-500);margin-top:.25rem}.schema-count-value{font-size:1.75rem;font-weight:700;color:var(--gray-900)}.schema-found-item{padding:1rem;border:1px solid var(--gray-200);border-radius:8px;margin-bottom:.75rem;background:var(--gray-50)}.schema-found-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.schema-type-name{font-weight:600;font-size:.92rem;color:var(--gray-800)}.schema-priority{font-size:.72rem;font-weight:600;padding:.15rem .5rem;border-radius:4px;text-transform:uppercase}.schema-priority-high{background:#fef2f2;color:#dc2626}.schema-priority-medium{background:#fffbeb;color:#ca8a04}.schema-priority-low{background:#f0fdf4;color:#16a34a}.schema-completeness{font-size:.82rem;color:var(--gray-500);margin-left:auto}.schema-completeness-bar{height:6px;background:var(--gray-100);border-radius:3px;overflow:hidden;margin-bottom:.5rem}.schema-completeness-fill{height:100%;border-radius:3px;transition:width .3s ease}.schema-missing-fields{font-size:.8rem;color:var(--gray-500)}.schema-missing-tags{display:flex;flex-wrap:wrap;gap:.5rem}.schema-missing-tag{font-size:.82rem;font-weight:500;padding:.3rem .75rem;border-radius:6px}.schema-recommendations ul{list-style:none;padding:0}.schema-recommendations li{padding:.75rem 1rem;border-left:3px solid var(--primary);background:var(--gray-50);border-radius:0 8px 8px 0;margin-bottom:.75rem}.schema-recommendations li p{margin:.25rem 0 0;font-size:.88rem;color:var(--gray-600)}.schema-comparison-table{width:100%;border-collapse:collapse;font-size:.88rem;margin-top:.75rem}.schema-comparison-table th,.schema-comparison-table td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid var(--gray-200)}.schema-comparison-table th{background:var(--gray-50);font-weight:600;color:var(--gray-700)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.line-chart-container{width:100%;overflow-x:auto}.line-chart{display:block;max-width:100%;height:auto}.line-chart-empty{display:flex;align-items:center;justify-content:center;background:var(--gray-50);border:2px dashed var(--gray-300);border-radius:12px;color:var(--gray-500);font-size:1rem}.grid-line{stroke:var(--gray-200);stroke-width:1;stroke-dasharray:4 4}.axis-label{fill:var(--gray-600);font-size:12px;font-family:system-ui,-apple-system,sans-serif}.line-area{fill:#0d51661a;stroke:none}.line-path{fill:none;stroke:var(--primary);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.data-point{fill:#fff;stroke:var(--primary);stroke-width:2;cursor:pointer;transition:all .2s}.data-point.hovered{fill:var(--primary);stroke-width:3}.tooltip-bg{fill:#000000e6;stroke:none;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.tooltip-date{fill:#fffc;font-size:11px;font-weight:500}.tooltip-value{fill:#fff;font-size:14px;font-weight:700}@media (max-width: 768px){.line-chart{min-width:600px}}.projects-page{max-width:1400px;margin:0 auto;padding:2rem}.projects-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;gap:2rem}.projects-header h1{font-size:2rem;font-weight:700;color:var(--gray-900);margin:0 0 .5rem}.projects-subtitle{color:var(--gray-600);font-size:1rem;margin:0}.projects-loading{text-align:center;padding:4rem 2rem;color:var(--gray-600);font-size:1.1rem}.projects-error{background:#fee;border:1px solid #fcc;color:#c33;padding:1rem 1.5rem;border-radius:8px;margin-bottom:2rem}.projects-empty{text-align:center;padding:4rem 2rem;background:var(--gray-50);border-radius:16px;border:2px dashed var(--gray-300)}.projects-empty svg{color:var(--gray-400);margin-bottom:1.5rem}.projects-empty h2{font-size:1.5rem;font-weight:600;color:var(--gray-700);margin:0 0 .5rem}.projects-empty p{color:var(--gray-600);margin:0 0 2rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.project-card{background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:all .2s}.project-card:hover{box-shadow:0 4px 12px #00000014;border-color:var(--primary)}.project-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.project-card-header h3{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin:0;flex:1}.project-delete-btn{background:none;border:none;color:var(--gray-400);cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s;flex-shrink:0}.project-delete-btn:hover{background:#ef44441a;color:#ef4444}.project-meta{display:flex;flex-wrap:wrap;gap:.5rem}.project-meta-item{font-size:.875rem;color:var(--gray-600);background:var(--gray-100);padding:.25rem .75rem;border-radius:6px}.project-stats{display:flex;gap:1.5rem;padding:1rem 0;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.project-stat{display:flex;align-items:center;gap:.5rem;color:var(--gray-700);font-size:.9rem}.project-stat svg{color:var(--gray-500)}.project-stat.highlight{color:var(--primary);font-weight:600}.project-stat.highlight svg{color:var(--primary)}.project-actions{display:flex;gap:.75rem}.project-actions .btn-small{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;padding:.65rem 1rem}.project-last-scan{font-size:.8rem;color:var(--gray-500);text-align:right}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid var(--gray-200)}.modal-header h2{font-size:1.5rem;font-weight:600;color:var(--gray-900);margin:0}.modal-close{background:none;border:none;font-size:2rem;color:var(--gray-400);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.modal-close:hover{background:var(--gray-100);color:var(--gray-700)}.modal-content form{padding:2rem}.modal-content .form-group{margin-bottom:1.5rem}.modal-content .form-group:last-of-type{margin-bottom:2rem}.modal-content label{display:block;font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.modal-content .form-control{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:8px;font-size:1rem;transition:border-color .2s}.modal-content .form-control:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0d51661a}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.modal-actions button{padding:.75rem 1.5rem}@media (max-width: 768px){.projects-page{padding:1rem}.projects-header{flex-direction:column;gap:1rem}.projects-grid{grid-template-columns:1fr}.modal-content{margin:1rem}}.project-detail-page{max-width:1400px;margin:0 auto;padding:2rem}.project-detail-loading,.project-detail-error{text-align:center;padding:4rem 2rem;color:var(--gray-600);font-size:1.1rem}.project-detail-error{color:#c33}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--gray-700);text-decoration:none;font-weight:500;margin-bottom:1.5rem;transition:color .2s}.back-link:hover{color:var(--primary)}.project-detail-header{margin-bottom:2.5rem}.project-detail-title{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.project-detail-title h1{font-size:2.5rem;font-weight:700;color:var(--gray-900);margin:0}.project-industry-badge{background:var(--primary);color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600}.project-actions-row{display:flex;gap:1rem}.project-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.stat-card.highlight{background:linear-gradient(135deg,#0d51660d,#06b6d40d);border-color:var(--primary)}.stat-card.trend{border:2px solid var(--gray-300)}.stat-card.trend.up{background:#10b9810d;border-color:#10b981}.stat-card.trend.down{background:#ef44440d;border-color:#ef4444}.stat-card.trend.stable{background:#6b72800d;border-color:var(--gray-400)}.stat-label{font-size:.875rem;font-weight:600;color:var(--gray-600);text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:2rem;font-weight:700;color:var(--gray-900);display:flex;align-items:center;gap:.5rem}.stat-card.trend.up .stat-value{color:#10b981}.stat-card.trend.down .stat-value{color:#ef4444}.stat-card.trend.stable .stat-value{color:var(--gray-600)}.chart-section{background:#fff;border:1px solid var(--gray-200);border-radius:16px;padding:2rem;margin-bottom:3rem}.chart-section h2{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin:0 0 .5rem}.chart-subtitle{color:var(--gray-600);font-size:.95rem;margin:0 0 2rem}.chart-empty{background:var(--gray-50);border:2px dashed var(--gray-300);border-radius:16px;padding:4rem 2rem;text-align:center;margin-bottom:3rem}.chart-empty svg{color:var(--gray-400);margin-bottom:1.5rem}.chart-empty h3{font-size:1.5rem;font-weight:600;color:var(--gray-700);margin:0 0 .5rem}.chart-empty p{color:var(--gray-600);margin:0 0 2rem}.scans-section{background:#fff;border:1px solid var(--gray-200);border-radius:16px;padding:2rem}.scans-section h2{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin:0 0 1.5rem}.scans-empty{text-align:center;padding:3rem 2rem;color:var(--gray-500)}.scans-empty svg{color:var(--gray-400);margin-bottom:1rem}.scans-table-container{overflow-x:auto}.scans-table{width:100%;border-collapse:collapse}.scans-table th{background:var(--gray-50);color:var(--gray-700);font-weight:600;font-size:.875rem;text-align:left;padding:.75rem 1rem;border-bottom:2px solid var(--gray-200)}.scans-table td{padding:1rem;border-bottom:1px solid var(--gray-200);color:var(--gray-700)}.scans-table tbody tr:hover{background:var(--gray-50)}.visibility-badge{display:inline-block;background:var(--primary);color:#fff;padding:.25rem .75rem;border-radius:6px;font-weight:600;font-size:.9rem}@media (max-width: 968px){.project-detail-page{padding:1rem}.project-detail-title{flex-direction:column;align-items:flex-start}.project-detail-title h1{font-size:1.75rem}.project-stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.stat-value{font-size:1.5rem}.chart-section,.scans-section{padding:1.5rem}.scans-table{font-size:.875rem}.scans-table th,.scans-table td{padding:.75rem .5rem}}.optimizer-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem 1rem}.optimizer-container{max-width:1000px;margin:0 auto}.optimizer-header{text-align:center;margin-bottom:2rem}.optimizer-header .header-icon{width:80px;height:80px;background:var(--primary);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.optimizer-header h1{font-size:2.5rem;color:var(--gray-900);margin-bottom:.5rem}.optimizer-header .subtitle{font-size:1.125rem;color:var(--gray-600);max-width:600px;margin:0 auto}.input-type-selector{display:flex;gap:.5rem;margin-bottom:1.5rem;background:var(--gray-100);padding:.25rem;border-radius:8px}.selector-btn{flex:1;padding:.75rem 1rem;border:none;background:transparent;color:var(--gray-600);font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.selector-btn:hover{background:var(--gray-200)}.selector-btn.active{background:#fff;color:var(--primary);box-shadow:0 2px 4px #0000001a}.help-text{font-size:.875rem;color:var(--gray-600);margin-top:.5rem}.results-container{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.score-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #00000012}.score-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.score-header h2{margin:0;font-size:1.5rem;color:var(--gray-900)}.source-url{font-size:.875rem;color:var(--gray-600);word-break:break-all}.score-display{display:flex;flex-direction:column;align-items:center;gap:1rem}.score-circle{width:180px;height:180px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.score-inner{width:140px;height:140px;background:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a}.score-value{font-size:3rem;font-weight:700;color:var(--primary);line-height:1}.score-max{font-size:1.25rem;color:var(--gray-600)}.score-description{text-align:center;font-size:1.125rem;color:var(--gray-700);font-weight:500}.content-grid{display:grid;gap:1.25rem}.content-item{display:flex;flex-direction:column;gap:.5rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.content-item:last-child{border-bottom:none;padding-bottom:0}.content-item.full-width{grid-column:1 / -1}.content-item strong{color:var(--primary);font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.content-item span{color:var(--gray-700);line-height:1.6}.headings-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.headings-list li{display:flex;align-items:center;gap:.75rem;color:var(--gray-700)}.heading-tag{background:var(--primary);color:#fff;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;min-width:35px;text-align:center}.keywords-list{display:flex;flex-wrap:wrap;gap:.5rem}.keyword-tag{background:var(--gray-100);color:var(--gray-700);padding:.375rem .75rem;border-radius:6px;font-size:.875rem}.keyword-count{color:var(--gray-500);font-weight:600}.report-content{line-height:1.8;color:var(--gray-700)}.report-content p{margin-bottom:1rem}.report-content strong{color:var(--primary);font-weight:600}.report-content ul{margin:1rem 0;padding-left:1.5rem}.report-content li{margin-bottom:.5rem}.report-meta{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--gray-200);font-size:.875rem;color:var(--gray-600);text-align:right}@media (max-width: 768px){.optimizer-header h1{font-size:2rem}.optimizer-header .subtitle{font-size:1rem}.score-circle{width:150px;height:150px}.score-inner{width:120px;height:120px}.score-value{font-size:2.5rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #0d5166;--primary-dark: #0a3f4f;--primary-light: #0e6682;--secondary: #14b8a6;--accent: #06b6d4;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}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:#f2f2f2;min-height:100vh;color:var(--gray-900)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}.layout{min-height:100vh;display:flex;flex-direction:column}.layout-public main,.layout-app .app-content{flex:1;display:flex;flex-direction:column}.navbar{background:#fff;border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:50}.navbar-inner{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;position:relative}.navbar-brand{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;color:var(--gray-900);text-decoration:none;font-size:1.25rem;z-index:52}.mobile-menu-toggle{display:none;background:none;border:none;color:var(--gray-700);cursor:pointer;padding:.5rem;z-index:52;transition:color .2s}.mobile-menu-toggle:hover{color:var(--primary)}.mobile-menu-toggle:focus{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:49}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:var(--primary);color:#fff;font-weight:700;font-size:.95rem}.brand-text{font-weight:700;letter-spacing:.02em}.navbar-links{display:flex;align-items:center;gap:1rem}.navbar-links a{color:var(--gray-700);text-decoration:none;font-weight:500;font-size:.95rem}.navbar-links a:hover,.navbar-links a.active{color:var(--primary)}.navbar-links a:focus,.navbar-actions a:focus,.navbar-actions button:focus{outline:3px solid var(--primary);outline-offset:2px}.navbar-actions{display:flex;align-items:center;gap:.75rem}.navbar-user{font-size:.9rem;color:var(--gray-600)}.workspace-switcher{font-size:.85rem;padding:.35rem .6rem;border:1px solid var(--gray-300, #d1d5db);border-radius:6px;background:#fff;color:var(--gray-700, #374151);max-width:200px}.workspace-switcher:focus{outline:2px solid var(--blue-500, #3b82f6);outline-offset:1px}.site-footer{background:#0f172a;color:#ffffffd9;padding:2rem 1.5rem;margin-top:auto}.footer-inner{width:100%;max-width:none;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}.footer-brand{display:inline-flex;align-items:center;gap:.5rem}.footer-links{display:flex;gap:1rem}.footer-links a{color:#ffffffd9;text-decoration:none;font-size:.9rem}.footer-links a:hover{text-decoration:underline}.home-page{flex:1;display:flex;flex-direction:column}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;padding:5rem 2rem 3rem;width:100%;max-width:none;margin:0;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#0d5166d9,#000000bf 1%),url(/hero.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0d516666,#14b8a64d);z-index:1}.hero>*{position:relative;z-index:2}.hero-content h1{font-size:6.5rem;font-weight:800;color:#fff;margin-bottom:1rem;text-shadow:0 2px 12px rgba(0,0,0,.3);line-height:1.1}.hero-subhead{font-size:1.75rem;line-height:1.3;font-weight:600;color:#fffffff2;margin-bottom:1.25rem;text-shadow:0 1px 8px rgba(0,0,0,.3)}.hero-description{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6;text-shadow:0 1px 8px rgba(0,0,0,.3);max-width:600px}.hero-content p{font-size:1.125rem;color:#fffffff2;margin-bottom:1.5rem;line-height:1.7;text-shadow:0 1px 2px rgba(0,0,0,.1)}.hero-badge{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;background:#fff3;color:#fff;font-weight:600;font-size:.85rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.hero-highlights{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-top:2rem;color:#ffffffe6;font-weight:500}.hero-highlights li{display:flex;align-items:center;gap:.5rem}.hero .btn-secondary{background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero .btn-secondary:hover{background:#ffffff40;border-color:#ffffff80}.hero .btn-primary{background:#fff;color:#0d5166}.hero .btn-primary:hover:not(:disabled){background:#fffffff2;box-shadow:0 10px 20px #0003}.hero .btn-primary:focus,.hero .btn-secondary:focus{outline:3px solid #ffffff;outline-offset:3px}.skip-link{position:absolute;top:-40px;left:0;background:var(--primary);color:#fff;padding:.5rem 1rem;text-decoration:none;font-weight:600;z-index:100}.skip-link:focus{top:0}.hero-visual{display:flex;justify-content:center}.hero-card{width:320px;background:#fff;border-radius:16px;padding:1.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200)}.hero-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.hero-kpi{font-weight:600;color:var(--gray-500)}.hero-kpi-value{font-size:1.75rem;font-weight:700;color:#0d5166}.hero-card-body{display:flex;flex-direction:column;gap:1.25rem}.hero-bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-weight:600}.hero-bar-label{color:var(--gray-600)}.hero-bar-track{flex:1;height:12px;background:var(--gray-200);border-radius:999px;overflow:hidden}.hero-bar-fill{height:100%;background:var(--primary);border-radius:999px}.section{padding:4rem 2rem}.section h2{font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem;text-align:center}.section-lead{max-width:720px;margin:0 auto 2.5rem;text-align:center;color:var(--gray-600);font-size:1.1rem;line-height:1.7}.features{background:#fff}.feature-grid{width:100%;max-width:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.measurement-grid{list-style:none;padding:0;margin:1.5rem 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem;width:100%}.measurement-item{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:10px;font-size:.95rem;color:var(--gray-800, #1f2937)}.measurement-item svg{flex-shrink:0;color:var(--primary)}.feature-card{background:var(--gray-50);border-radius:12px;padding:1.75rem;border:1px solid var(--gray-200);box-shadow:var(--shadow)}.feature-icon{width:44px;height:44px;border-radius:12px;background:#0d51661a;color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--gray-800)}.feature-card p{color:var(--gray-600);line-height:1.6}.workflow{position:relative;background:linear-gradient(135deg,#0d5166eb,#0a3f4fe0),url(/hero.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.workflow:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle,rgba(255,255,255,.08) 1px,transparent 1px),radial-gradient(circle,rgba(20,184,166,.12) 1.5px,transparent 1.5px),radial-gradient(circle,rgba(6,182,212,.1) 1px,transparent 1px);background-size:30px 30px,25px 25px,35px 35px;background-position:0 0,15px 15px,8px 22px;opacity:.5;z-index:0;mask-image:radial-gradient(ellipse 90% 70% at 30% 40%,black,transparent),radial-gradient(ellipse 80% 60% at 70% 60%,black,transparent);mask-size:100% 100%;mask-composite:add;-webkit-mask-image:radial-gradient(ellipse 90% 70% at 30% 40%,black,transparent),radial-gradient(ellipse 80% 60% at 70% 60%,black,transparent);-webkit-mask-size:100% 100%;-webkit-mask-composite:source-over;pointer-events:none}.workflow>*{position:relative;z-index:1}.workflow-header{text-align:center;margin-bottom:3rem}.workflow h2,.workflow .section-lead{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.workflow-steps{width:100%;max-width:none;list-style:none;display:grid;gap:1.5rem}.workflow-steps li{display:flex;gap:1.25rem;align-items:flex-start;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:var(--shadow)}.workflow-step-index{width:36px;height:36px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.workflow-steps h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--gray-800)}.workflow-steps p{color:var(--gray-600);line-height:1.6}.pricing{background:#fff}.pricing-header{width:100%;max-width:none;margin:0 0 2.5rem;text-align:center}.pricing-grid{width:100%;max-width:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.pricing-card{background:#fff;border:1px solid var(--gray-200);border-radius:16px;padding:2rem;box-shadow:var(--shadow);position:relative;display:flex;flex-direction:column;gap:1.25rem}.pricing-card-highlight{border-color:#0d516666;box-shadow:var(--shadow-lg)}.pricing-badge{position:absolute;top:1rem;right:1rem;background:#0d51661a;color:var(--primary);padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600}.pricing-description{color:var(--gray-600);min-height:48px}.pricing-amount{display:flex;align-items:baseline;gap:.5rem}.pricing-value{font-size:2rem;font-weight:700;color:var(--gray-900)}.pricing-period{color:var(--gray-500);font-weight:500}.pricing-meta{color:var(--gray-600);font-size:.9rem}.pricing-features{list-style:none;padding:0;margin:1rem 0 1.25rem;display:flex;flex-direction:column;gap:.5rem}.pricing-features li{position:relative;padding-left:1.5rem;font-size:.92rem;color:var(--gray-700);line-height:1.4}.pricing-features li:before{content:"✓";position:absolute;left:0;top:0;color:var(--primary);font-weight:700}.pricing-cta{width:100%;justify-content:center;margin-top:auto}.pricing-loading,.pricing-empty{background:#0d51660d;border-radius:12px;padding:1.5rem;text-align:center;color:var(--gray-600);grid-column:1 / -1}.section.cta{position:relative;background:linear-gradient(135deg,#06b6d4eb,#0d5166f2),url(/hero.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.section.cta:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle,rgba(255,255,255,.25) 1.5px,transparent 1.5px),radial-gradient(circle,rgba(255,255,255,.2) 2px,transparent 2px),radial-gradient(circle,rgba(255,255,255,.15) 1px,transparent 1px);background-size:28px 28px,32px 32px,24px 24px;background-position:0 0,16px 16px,8px 24px;opacity:.6;z-index:0;mask-image:radial-gradient(ellipse 85% 65% at 25% 45%,black,transparent),radial-gradient(ellipse 75% 70% at 75% 55%,black,transparent),radial-gradient(ellipse 80% 60% at 50% 80%,black,transparent);mask-size:100% 100%;mask-composite:add;-webkit-mask-image:radial-gradient(ellipse 85% 65% at 25% 45%,black,transparent),radial-gradient(ellipse 75% 70% at 75% 55%,black,transparent),radial-gradient(ellipse 80% 60% at 50% 80%,black,transparent);-webkit-mask-size:100% 100%;-webkit-mask-composite:source-over;pointer-events:none}.section.cta>*{position:relative;z-index:1}.cta-card{width:100%;max-width:none;background:#0f172a;color:#fff;border-radius:16px;padding:3rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;box-shadow:var(--shadow-lg)}.cta-card h2{color:#fff}.cta-card p{color:#ffffffe6;max-width:600px}.cta-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.auth-container{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem}.auth-card{width:min(600px,100%);background:#fff;border-radius:16px;padding:2.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200)}.auth-card h1{font-size:1.875rem;font-weight:700;margin-bottom:.75rem;color:var(--gray-900)}.auth-subtitle{color:var(--gray-600);margin-bottom:2rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form label{font-weight:600;color:var(--gray-700)}.auth-form input{width:100%;padding:.75rem;border:1px solid var(--gray-300);border-radius:8px;font-size:1rem}.auth-form input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0d516626}.auth-forgot{text-align:right;margin-top:-.25rem;margin-bottom:.5rem}.auth-forgot a{color:var(--primary);text-decoration:none;font-size:.875rem}.auth-forgot a:hover{text-decoration:underline}.auth-switch{margin-top:1.5rem;text-align:center;color:var(--gray-600)}.auth-switch a{color:var(--primary);text-decoration:none;font-weight:600}.auth-switch a:hover{text-decoration:underline}.loading-screen{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--gray-600)}.loading-spinner{animation:spin 1s linear infinite;color:var(--primary)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.history-page{max-width:1100px;margin:0 auto;padding:3rem 1.5rem}.history-header{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem}.history-header h1{font-size:2rem;font-weight:700;color:var(--gray-900)}.history-filters{display:flex;flex-direction:column;gap:.5rem}.history-filters select{padding:.5rem .75rem;border:1px solid var(--gray-300);border-radius:8px}.history-table-wrapper{background:#fff;border-radius:12px;border:1px solid var(--gray-200);overflow:hidden;box-shadow:var(--shadow)}.history-table{width:100%;border-collapse:collapse}.history-table th,.history-table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid var(--gray-200);font-size:.9rem}.history-table th{background:var(--gray-100);font-weight:600;color:var(--gray-700)}.history-table tr:hover td{background:var(--gray-50)}.history-loading,.history-empty{text-align:center;color:var(--gray-600)}.history-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:1.5rem}.account-page,.subscription-gate,.admin-page,.not-found-page{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}.account-card,.subscription-card,.admin-card,.not-found-card{width:100%;max-width:none;background:#fff;border-radius:16px;padding:2.5rem;border:1px solid var(--gray-200);box-shadow:var(--shadow-lg)}.account-section{margin-top:2.5rem}.account-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--gray-800);text-align:left}.account-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.account-label{display:block;font-size:.85rem;font-weight:600;color:var(--gray-500);margin-bottom:.25rem}.status-pill{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:999px;font-weight:600;text-transform:capitalize}.status-active{background:#10b9811f;color:#0f766e}.status-trialing{background:#0d51661f;color:var(--primary-dark)}.status-past_due{background:#eab30826;color:#b45309}.status-canceled,.status-none{background:#94a3b833;color:#475569}.companies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.5rem}.company-card{border:1px solid var(--gray-200);border-radius:12px;padding:1.25rem;background:var(--gray-50)}.company-card-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.75rem}.company-card h3{font-size:1.1rem;font-weight:600;color:var(--gray-800)}.company-metric{font-weight:700;color:var(--primary)}.company-meta{color:var(--gray-600);font-size:.85rem}.subscription-card{max-width:720px;text-align:center}.subscription-card h2{font-size:1.75rem;margin-bottom:1rem}.subscription-card p{color:var(--gray-600)}.not-found-card{max-width:480px;text-align:center;display:flex;flex-direction:column;gap:1.5rem}.admin-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.admin-tabs{display:flex;gap:.75rem;flex-wrap:wrap}.admin-tab{padding:.625rem 1.25rem;border-radius:999px;background:var(--gray-100);color:var(--gray-600);font-weight:600;border:1px solid var(--gray-200);cursor:pointer}.admin-tab.active{background:var(--primary);color:#fff;border-color:var(--primary)}.admin-panel{margin-top:2rem}.admin-section{display:flex;flex-direction:column;gap:2rem}.admin-toolbar{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.admin-toolbar input,.admin-toolbar select{padding:.5rem .75rem;border:1px solid var(--gray-300);border-radius:8px;min-width:220px}.admin-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:1.5rem}.admin-table-wrapper{background:#fff;border-radius:12px;border:1px solid var(--gray-200);box-shadow:var(--shadow);overflow:hidden}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:.875rem 1rem;border-bottom:1px solid var(--gray-200);text-align:left;font-size:.9rem}.admin-table th{background:var(--gray-100);color:var(--gray-700);font-weight:600}.admin-table tr.selected{background:#0d516614}.admin-empty{text-align:center;padding:1.5rem;color:var(--gray-600)}.admin-pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem}.admin-detail{background:#fff;border-radius:12px;border:1px solid var(--gray-200);padding:1.5rem;box-shadow:var(--shadow);min-height:280px}.admin-detail h3{font-size:1.25rem;margin-bottom:.5rem}.admin-detail p{color:var(--gray-600)}.admin-form-card{background:#fff;border-radius:12px;border:1px solid var(--gray-200);padding:1.5rem;box-shadow:var(--shadow)}.admin-form{display:flex;flex-direction:column;gap:.75rem}.admin-form input,.admin-form textarea,.admin-form select{width:100%;padding:.6rem .75rem;border:1px solid var(--gray-300);border-radius:8px;font-size:.95rem}.admin-form textarea{resize:vertical}.admin-form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.admin-subsection{margin-top:1.5rem}.admin-subsection h4{font-size:1.1rem;margin-bottom:.75rem}.admin-subtable{width:100%;border-collapse:collapse;font-size:.85rem}.admin-subtable th,.admin-subtable td{padding:.5rem .75rem;border-bottom:1px solid var(--gray-200);text-align:left}.dashboard-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.dashboard-kpi-card{background:#fff;border:1px solid var(--gray-200);border-radius:8px;padding:1.25rem;text-align:center;box-shadow:0 1px 3px #0000000f}.dashboard-kpi-label{font-size:.8rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.35rem}.dashboard-kpi-value{font-size:1.6rem;font-weight:700;color:var(--gray-900)}.dashboard-kpi-sub{font-size:.78rem;color:var(--gray-400);margin-top:.2rem}.dashboard-section{margin-bottom:2rem}.dashboard-section h3{font-size:1.1rem;margin-bottom:.75rem}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 960px){.dashboard-grid{grid-template-columns:1fr}}.legal-page{background:#fff;min-height:100vh;padding:4rem 2rem}.legal-container{max-width:800px;margin:0 auto}.legal-page h1{font-size:2.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.legal-updated{color:var(--gray-500);font-size:.95rem;margin-bottom:3rem}.legal-section{margin-bottom:3rem}.legal-section h2{font-size:1.75rem;font-weight:600;color:var(--gray-800);margin-bottom:1rem;margin-top:2rem}.legal-section h3{font-size:1.25rem;font-weight:600;color:var(--gray-700);margin-bottom:.75rem;margin-top:1.5rem}.legal-section p{color:var(--gray-700);line-height:1.8;margin-bottom:1rem}.legal-section ul{list-style:disc;padding-left:2rem;margin-bottom:1rem}.legal-section li{color:var(--gray-700);line-height:1.8;margin-bottom:.5rem}.legal-section a{color:var(--primary);text-decoration:none;font-weight:500}.legal-section a:hover{text-decoration:underline}.contact-page{background:var(--gray-50);min-height:100vh}.contact-hero{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:#fff;text-align:center;padding:4rem 2rem}.contact-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.contact-hero p{font-size:1.25rem;opacity:.95}.contact-grid{max-width:1200px;margin:-3rem auto 4rem;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.contact-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:var(--shadow-lg);text-align:center;display:flex;flex-direction:column;gap:1.5rem}.contact-icon{width:80px;height:80px;background:#0d51661a;color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}.contact-card h2{font-size:1.5rem;font-weight:600;color:var(--gray-800)}.contact-card p{color:var(--gray-600);line-height:1.6;flex:1}.contact-info-section,.contact-faq-section{max-width:1200px;margin:4rem auto;padding:0 2rem}.contact-info-section h2,.contact-faq-section h2{font-size:2rem;font-weight:700;color:var(--gray-900);text-align:center;margin-bottom:3rem}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.contact-info-item{background:#fff;padding:2rem;border-radius:12px;border:1px solid var(--gray-200)}.contact-info-item h3{font-size:1.25rem;font-weight:600;color:var(--gray-800);margin-bottom:.5rem}.contact-info-item p{color:var(--gray-600);margin-bottom:.75rem}.contact-info-item a{color:var(--primary);text-decoration:none;font-weight:500}.contact-info-item a:hover{text-decoration:underline}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.faq-item{background:#fff;padding:2rem;border-radius:12px;border:1px solid var(--gray-200)}.faq-item h3{font-size:1.125rem;font-weight:600;color:var(--gray-800);margin-bottom:.75rem}.faq-item p{color:var(--gray-600);line-height:1.6}@media (max-width: 968px){.mobile-menu-toggle{display:flex;align-items:center;justify-content:center}.mobile-menu-overlay{display:block}.navbar-inner{flex-wrap:nowrap}.navbar-links{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:.5rem;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease-in-out;z-index:51;overflow-y:auto}.navbar-links.mobile-open{right:0}.navbar-links a{width:100%;padding:.75rem 1rem;border-radius:8px;transition:background .2s}.navbar-links a:hover,.navbar-links a.active{background:#0d51661a}.navbar-actions{position:fixed;top:auto;bottom:-100%;right:-100%;width:280px;background:#fff;flex-direction:column;align-items:stretch;padding:1.5rem 2rem 2rem;gap:.75rem;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease-in-out,bottom .3s ease-in-out;z-index:51;border-top:1px solid var(--gray-200)}.navbar-actions.mobile-open{right:0;bottom:0}.navbar-actions .btn-link,.navbar-actions .btn-primary{width:100%;justify-content:center;padding:.75rem 1.5rem}.navbar-user{padding:.5rem 1rem;text-align:center;font-weight:600}.hero{padding-top:3rem}.hero-content h1{font-size:3.5rem}}@media (max-width: 768px){.hero-content h1{font-size:2.4rem}.feature-grid,.pricing-grid,.companies-grid{grid-template-columns:1fr}.workflow-steps li{flex-direction:column}.history-header{flex-direction:column;align-items:flex-start}}@media (max-width: 960px){.admin-grid{grid-template-columns:1fr}.admin-detail,.admin-form-card{order:2}}
