:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--color-bg: #0a0a0a;--color-surface: #151515;--color-surface-hover: #1a1a1a;--color-border: #2a2a2a;--color-text: #e5e5e5;--color-text-muted: #888;--color-primary: #3b82f6;--color-primary-hover: #2563eb;--color-accent: #8b5cf6;--radius: 8px;--shadow: 0 2px 8px rgba(0, 0, 0, .3)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--color-bg);color:var(--color-text);line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{padding:2rem;text-align:center;border-bottom:1px solid var(--color-border)}.app-header h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.app-header p{color:var(--color-text-muted)}.app-main{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.app-footer{padding:1.5rem;text-align:center;border-top:1px solid var(--color-border);color:var(--color-text-muted)}.app-footer a{color:var(--color-primary);text-decoration:none}.app-footer a:hover{text-decoration:underline}.plugin-list h2{margin-bottom:1.5rem;font-size:1.25rem;color:var(--color-text-muted)}.plugin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.plugin-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem;cursor:pointer;transition:all .2s ease}.plugin-card:hover{background:var(--color-surface-hover);border-color:var(--color-primary);transform:translateY(-2px);box-shadow:var(--shadow)}.plugin-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.plugin-name{font-size:1rem;font-weight:600;word-break:break-word}.plugin-format{font-size:.75rem;padding:.25rem .5rem;background:var(--color-accent);color:#fff;border-radius:4px;white-space:nowrap}.plugin-display-name{font-size:.875rem;color:var(--color-text-muted);margin-bottom:.5rem}.plugin-description{font-size:.875rem;color:var(--color-text-muted);margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.plugin-footer{margin-top:auto}.plugin-downloads{font-size:.75rem;color:var(--color-text-muted)}.plugin-details{max-width:800px}.back-button{background:none;border:1px solid var(--color-border);color:var(--color-text);padding:.5rem 1rem;border-radius:var(--radius);cursor:pointer;margin-bottom:2rem;transition:all .2s}.back-button:hover{background:var(--color-surface);border-color:var(--color-primary)}.plugin-details-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.plugin-details-header h1{font-size:1.5rem}.plugin-format-large{font-size:.875rem;padding:.375rem .75rem;background:var(--color-accent);color:#fff;border-radius:4px}.plugin-display-name-large{font-size:1.25rem;color:var(--color-text-muted);font-weight:400;margin-bottom:1rem}.plugin-description-large{font-size:1rem;margin-bottom:2rem;line-height:1.8}.plugin-meta{display:flex;gap:2rem;margin-bottom:2rem;padding:1rem;background:var(--color-surface);border-radius:var(--radius)}.meta-item{display:flex;flex-direction:column;gap:.25rem}.meta-label{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.meta-value{font-size:1rem;font-weight:500}.install-section{margin-bottom:2rem}.install-section h3{font-size:1rem;margin-bottom:.75rem;color:var(--color-text-muted)}.install-command{display:block;padding:1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);font-family:SF Mono,Monaco,Consolas,monospace;font-size:.875rem}.versions-section h3{font-size:1rem;margin-bottom:1rem;color:var(--color-text-muted)}.versions-list{list-style:none}.version-item{padding:1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:.75rem}.version-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.version-number{font-weight:600;color:var(--color-primary)}.version-downloads{font-size:.75rem;color:var(--color-text-muted)}.version-description{font-size:.875rem;color:var(--color-text-muted);margin-bottom:.75rem}.version-install{display:block;padding:.5rem .75rem;background:var(--color-bg);border-radius:4px;font-family:SF Mono,Monaco,Consolas,monospace;font-size:.75rem;color:var(--color-text-muted)}.loading,.error,.empty{text-align:center;padding:3rem;color:var(--color-text-muted)}.error{color:#ef4444}.error-detail{font-size:.875rem;margin-top:.5rem;color:var(--color-text-muted)}.error button{margin-top:1rem;background:var(--color-primary);color:#fff;border:none;padding:.5rem 1rem;border-radius:var(--radius);cursor:pointer}.error button:hover{background:var(--color-primary-hover)}
