@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,700&family=Source+Sans+3:wght@300;400;500;600;700&display=swap";:root{--ink:#0f1a2e;--ink-light:#1a2744;--ink-muted:#2d3f5e;--paper:#faf9f7;--paper-warm:#f5f3ef;--cream:#eae6df;--copper:#b87333;--copper-light:#d4a574;--copper-dark:#a0612a;--primary:#3d6a9e;--primary-hover:#2c5280;--primary-light:#3d6a9e1a;--accent:#b87333;--accent-hover:#a0612a;--accent-light:#b873331a;--gray-50:#faf9f7;--gray-100:#f5f3ef;--gray-200:#eae6df;--gray-300:#d8d2c8;--gray-400:#b8b0a4;--gray-500:#8a8578;--gray-600:#6b655a;--gray-700:#4a4640;--gray-800:#363330;--gray-900:#0f1a2e;--success:#3d7a5a;--success-light:#3d7a5a1a;--warning:#b8860b;--warning-light:#b8860b1a;--danger:#a63d40;--danger-light:#a63d401a;--info:#3d6a9e;--info-light:#3d6a9e1a;--purple:#6b4c8a;--purple-light:#6b4c8a1a;--font-sans:"Source Sans 3", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-display:"Playfair Display", Georgia, "Times New Roman", serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--shadow-sm:0 1px 3px #0f1a2e0a;--shadow-md:0 4px 12px #0f1a2e0f;--shadow-lg:0 12px 32px #0f1a2e14;--shadow-xl:0 20px 48px #0f1a2e1a;--border:#eae6df;--border-focus:#3d6a9e;--radius-sm:.125rem;--radius-md:.25rem;--radius-lg:.25rem;--radius-full:9999px;--iprimary:#3d6a9e;--iprimary-hover:#2c5280;--iprimary-light:#edf2f8;--isecondary:#0f1a2e;--itertiary:#5c80b3;--ibg-white:#faf9f7;--ibg-light:#f5f3ef;--ibg-gray:#eae6df;--ibg-dark:#0f1a2e;--itext-dark:#0f1a2e;--itext-muted:#8a8578;--itext-light:#b8b0a4;--itext-inverse:#faf9f7;--isuccess:#3d7a5a;--isuccess-bg:#eef6f1;--iwarning:#b8860b;--iwarning-bg:#fdf6ee;--idanger:#a63d40;--idanger-bg:#fdf0f0;--iinfo:#3d6a9e;--iinfo-bg:#edf2f8;--iborder:#eae6df;--iborder-focus:#3d6a9e;--ishadow-sm:0 1px 2px 0 #0000000d;--ishadow-md:0 4px 6px -1px #0000001a;--ishadow-lg:0 10px 15px -3px #0000001a;--ifont-sans:"Source Sans 3", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--ifont-display:"Playfair Display", Georgia, "Times New Roman", serif;--ifont-mono:"JetBrains Mono", "Fira Code", monospace;--itext-xs:.75rem;--itext-sm:.875rem;--itext-base:1rem;--itext-lg:1.125rem;--itext-xl:1.25rem;--itext-2xl:1.5rem;--itext-3xl:1.875rem;--itext-4xl:2.25rem;--ifont-normal:400;--ifont-medium:500;--ifont-semibold:600;--ifont-bold:700;--ileading-tight:1.25;--ileading-normal:1.5;--ileading-relaxed:1.75;--ispace-1:.25rem;--ispace-2:.5rem;--ispace-3:.75rem;--ispace-4:1rem;--ispace-5:1.25rem;--ispace-6:1.5rem;--ispace-8:2rem;--ispace-10:2.5rem;--ispace-12:3rem;--ispace-16:4rem}.dark{--gray-50:#0f1d32;--gray-100:#1a2d4a;--gray-200:#334155;--gray-300:#475569;--gray-400:#64748b;--gray-500:#94a3b8;--gray-600:#cbd5e1;--gray-700:#e2e8f0;--gray-800:#f1f5f9;--gray-900:#f8fafc;--border:#334155;--shadow-sm:0 1px 3px #0003;--shadow-md:0 4px 12px #00000040;--shadow-lg:0 8px 25px #0000004d;--shadow-xl:0 12px 35px #00000059;--ibg-white:#1a202c;--ibg-light:#1a2d4a;--ibg-gray:#0f1d32;--ibg-dark:#0f172a;--itext-dark:#f1f5f9;--itext-muted:#94a3b8;--itext-light:#64748b;--itext-inverse:#1a202c;--iborder:#334155;--iborder-focus:#6c9fd4;--ishadow-sm:0 1px 2px 0 #0003;--ishadow-md:0 4px 6px -1px #0000004d;--ishadow-lg:0 10px 15px -3px #0006}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg, var(--gray-100) 25%, var(--gray-200) 50%, var(--gray-100) 75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.5s infinite shimmer}.skeleton-text{width:80%;height:.875rem;margin-bottom:.5rem}.skeleton-text--sm{width:60%;height:.75rem}.skeleton-text--lg{width:40%;height:1.25rem}.skeleton-circle{border-radius:50%}.skeleton-block{width:100%;height:100%}.dark .skeleton{background:linear-gradient(90deg, var(--gray-100) 25%, var(--gray-200) 50%, var(--gray-100) 75%);background-size:200% 100%}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.google-preview{border:1px solid var(--iborder);border-radius:var(--radius-md);padding:var(--ispace-4);background:#fff;font-family:Arial,sans-serif}.google-preview .gp-title{color:#1a0dab;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;font-size:1.125rem;line-height:1.3;overflow:hidden}.google-preview .gp-url{color:#006621;margin-bottom:4px;font-size:.8125rem}.google-preview .gp-description{color:#545454;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}.dark .google-preview{border-color:var(--iborder);background:#1e293b}.dark .google-preview .gp-title{color:#8ab4f8}.dark .google-preview .gp-url,.dark .google-preview .gp-description{color:#bdc1c6}.seo-score-bar{background:var(--gray-200);border-radius:3px;height:6px;overflow:hidden}.seo-score-bar-fill{border-radius:3px;height:100%;transition:width .3s,background-color .3s}.seo-score-bar-fill.score-otimo{background:var(--isuccess)}.seo-score-bar-fill.score-alerta{background:var(--iwarning)}.seo-score-bar-fill.score-faltando{background:var(--idanger)}.seo-score-circle{width:120px;height:120px;font-size:2rem;font-weight:700;font-family:var(--ifont-display);margin:0 auto var(--ispace-4);border:4px solid;border-radius:50%;justify-content:center;align-items:center;display:flex}.seo-score-circle.score-otimo{color:var(--isuccess);border-color:var(--isuccess);background:var(--isuccess-bg)}.seo-score-circle.score-alerta{color:var(--iwarning);border-color:var(--iwarning);background:var(--iwarning-bg)}.seo-score-circle.score-faltando{color:var(--idanger);border-color:var(--idanger);background:var(--idanger-bg)}.seo-criterio{align-items:center;gap:var(--ispace-3);padding:var(--ispace-3) 0;border-bottom:1px solid var(--iborder);display:flex}.seo-criterio:last-child{border-bottom:none}.seo-criterio-icon{flex-shrink:0;width:1.25rem;height:1.25rem}.seo-criterio-icon.otimo{color:var(--isuccess)}.seo-criterio-icon.alerta{color:var(--iwarning)}.seo-criterio-icon.faltando{color:var(--idanger)}.seo-criterio-info{flex:1}.seo-criterio-nome{font-size:var(--itext-sm);font-weight:var(--ifont-semibold);color:var(--itext-dark)}.seo-criterio-dica{font-size:var(--itext-xs);color:var(--itext-muted)}.seo-criterio-score{font-size:var(--itext-sm);font-weight:var(--ifont-semibold);color:var(--itext-muted)}.char-counter{font-size:var(--itext-xs);color:var(--itext-muted);text-align:right;margin-top:2px}.char-counter.over-limit{color:var(--idanger);font-weight:var(--ifont-semibold)}
