pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f8fafc;color:#334155;line-height:1.6}#root{height:100vh;display:flex;flex-direction:column;overflow:hidden}.app{height:100vh;display:flex;flex-direction:column;min-height:0}.container{width:100%;height:100%;display:flex;flex-direction:column;max-width:none;min-height:0;gap:1rem}.main-content{flex:1;display:flex;flex-direction:column;min-height:0;padding:20px}.status-card{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 1px 3px #0000001a;border-left:4px solid #10b981;flex-shrink:0}.status-indicator{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.status-dot{width:12px;height:12px;border-radius:50%;background-color:#10b981;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.analysis-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.analysis-header{background:#f1f5f9;padding:.75rem;border-bottom:1px solid #e2e8f0;flex-shrink:0;position:relative;display:flex;justify-content:space-between;align-items:center}.new-content-notification{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;animation:slideInRight .3s ease-out,pulse 2s infinite;box-shadow:0 2px 8px #10b9814d}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.analysis-content{padding:1rem;flex:1;overflow-y:auto;overflow-x:hidden;scroll-behavior:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9;min-height:0;overflow-anchor:none;scroll-snap-type:none;scrollbar-gutter:stable;contain:layout style}.analysis-content::-webkit-scrollbar{width:6px}.analysis-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.analysis-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.analysis-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.streaming-indicator{display:flex;align-items:center;margin-top:1rem;padding:.75rem;background:#10b9811a;border-left:3px solid #10b981;border-radius:0 6px 6px 0}.typing-dots{display:inline-flex;gap:4px}.typing-dots span{width:6px;height:6px;background:#10b981;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.no-analysis{text-align:center;color:#64748b;font-style:italic;padding:1rem;display:flex;align-items:center;justify-content:center;height:100%}.markdown-content{line-height:1.7}.markdown-content h1,.markdown-content h2,.markdown-content h3{margin-top:2rem;margin-bottom:1rem;color:#1e293b}.markdown-content h1{font-size:1.875rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.markdown-content h2{font-size:1.5rem}.markdown-content h3{font-size:1.25rem}.markdown-content p{margin-bottom:1rem}.markdown-content ul,.markdown-content ol{margin-bottom:1rem;padding-left:2rem}.markdown-content li{margin-bottom:.5rem}.markdown-content pre{background:#1e293b;color:#e2e8f0;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.5}.markdown-content code{background:#f1f5f9;color:#dc2626;padding:.25rem .5rem;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem}.markdown-content pre code{background:transparent;color:inherit;padding:0;border-radius:0}.markdown-content blockquote{border-left:4px solid #e2e8f0;padding-left:1rem;margin:1.5rem 0;color:#64748b;font-style:italic}.hljs{background:#1e293b!important;color:#e2e8f0!important}.hljs-keyword,.hljs-selector-tag,.hljs-built_in,.hljs-name,.hljs-tag{color:#7c3aed}.hljs-string,.hljs-attr{color:#10b981}.hljs-number,.hljs-literal,.hljs-meta{color:#f59e0b}.hljs-comment{color:#64748b;font-style:italic}.hljs-function,.hljs-title{color:#3b82f6}.hljs-variable,.hljs-params{color:#e2e8f0}.loading-screen,.access-denied{display:flex;align-items:center;justify-content:center;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.loading-screen .loading-content,.access-denied-content{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d}.loading-content{text-align:center}.loading-content p{margin:1rem 0 0;font-size:1.1rem;color:#fff}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-left:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.access-denied-content h2{margin-bottom:1rem;font-size:2rem}.access-denied-content p{margin-bottom:1.5rem;font-size:1.1rem;opacity:.9}.steps{background:#ffffff1a;padding:1.5rem;border-radius:12px;margin:1.5rem 0;text-align:left}.steps h3{margin-bottom:1rem;color:#10b981}.steps ol{list-style:none;counter-reset:step-counter}.steps li{counter-increment:step-counter;margin-bottom:.5rem;position:relative;padding-left:2rem}.steps li:before{content:counter(step-counter);position:absolute;left:0;top:0;background:#10b981;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700}.extension-info{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:1rem;border-radius:8px;margin-top:1rem;text-align:center}.extension-info p{margin:0 0 1rem;font-size:.875rem}.retry-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #10b98133}.retry-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.retry-button:active{transform:translateY(0)}.welcome-message{max-width:600px;margin:0 auto;padding:2rem}.welcome-message h3{font-size:1.5rem;margin-bottom:1rem;color:#1e293b}.welcome-message p{font-size:1.1rem;margin-bottom:2rem;color:#64748b}.feature-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:2rem}.feature-item{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bfdbfe;padding:1rem;border-radius:8px;font-weight:500;color:#0369a1;transition:transform .2s ease,box-shadow .2s ease}.feature-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@media (max-width: 768px){.access-denied-content{padding:1.5rem;margin:1rem}.feature-list{grid-template-columns:1fr}.steps{padding:1rem}}
