.comment{display:flex;gap:var(--spacing-lg);margin-bottom:var(--spacing-xl);padding:var(--spacing-lg);border-radius:var(--radius-lg);background:rgba(var(--white-rgb),.03);border:1px solid rgba(var(--white-rgb),.05);transition:all var(--transition-normal);position:relative;overflow:hidden}.comment:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(to bottom,var(--emerald),var(--yinmn-blue));opacity:.7}.comment:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 10px 25px #0000001a;background:rgba(var(--white-rgb),.05);border-color:rgba(var(--emerald-rgb),.1)}.comment:hover:before{opacity:1}.comment:last-child{margin-bottom:0}.comment:nth-child(2n){background:rgba(var(--night-rgb),.4)}.comment:nth-child(2n):hover{background:rgba(var(--night-rgb),.5)}.comment .comment-avatar-link{text-decoration:none;align-self:flex-start;position:relative}.comment .comment-avatar-link:after{content:"";position:absolute;inset:0;border-radius:50%;box-shadow:0 0 0 2px rgba(var(--emerald-rgb),.3);opacity:0;transform:scale(1.2);transition:all var(--transition-normal)}.comment .comment-avatar-link:hover:after{opacity:1;transform:scale(1)}.comment .comment-avatar-link:hover .comment-avatar{transform:scale(1.1);box-shadow:0 5px 15px rgba(var(--emerald-rgb),.4)}.comment .comment-avatar{flex-shrink:0;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--emerald),var(--yinmn-blue));color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3rem;transition:all var(--transition-normal);box-shadow:0 3px 12px #0003;position:relative;overflow:hidden}.comment .comment-avatar:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:translate(-100%);transition:transform .6s}.comment .comment-avatar:hover:before{transform:translate(100%)}.comment .comment-content-wrapper{flex-grow:1;display:flex;flex-direction:column;gap:var(--spacing-sm)}.comment .comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-xs)}.comment .comment-header .author-info{display:flex;align-items:center;gap:var(--spacing-sm)}.comment .comment-header .comment-author-link{text-decoration:none;position:relative}.comment .comment-header .comment-author-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--emerald),var(--bright-pink-crayola));transition:width var(--transition-normal)}.comment .comment-header .comment-author-link:hover .comment-author{color:var(--bright-pink-crayola)}.comment .comment-header .comment-author-link:hover:after{width:100%}.comment .comment-header .comment-author{font-weight:700;color:var(--emerald);transition:color var(--transition-normal);font-size:1.05rem}.comment .comment-header .author-badge{font-size:.7rem;padding:2px 6px;border-radius:10px;background:rgba(var(--emerald-rgb),.2);color:var(--emerald);margin-left:var(--spacing-xs)}.comment .comment-header .comment-date{font-size:.85rem;color:rgba(var(--white-rgb),.6);display:flex;align-items:center}.comment .comment-header .comment-date i{margin-right:4px;font-size:.8rem}.comment .comment-content{line-height:1.6;background:rgba(var(--white-rgb),.04);padding:var(--spacing-md) var(--spacing-lg);border-radius:var(--radius-md);box-shadow:0 2px 8px #0000000d;transition:all var(--transition-normal);position:relative;font-size:1rem}.comment .comment-content:before{content:'"';position:absolute;top:0;left:10px;font-size:2.5rem;color:rgba(var(--emerald-rgb),.2);font-family:serif;line-height:1}.comment .comment-content:after{content:'"';position:absolute;bottom:-10px;right:10px;font-size:2.5rem;color:rgba(var(--emerald-rgb),.2);font-family:serif;line-height:1}.comment .comment-content:hover{background:rgba(var(--white-rgb),.07);box-shadow:0 4px 15px #0000001a}.comment .comment-actions{display:flex;justify-content:flex-end;gap:var(--spacing-sm);margin-top:var(--spacing-xs)}.comment .comment-actions button{background:none;border:none;color:rgba(var(--white-rgb),.6);font-size:.85rem;padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-sm);cursor:pointer;display:flex;align-items:center;gap:4px;transition:all var(--transition-normal)}.comment .comment-actions button i{font-size:.9rem}.comment .comment-actions button:hover{background:rgba(var(--white-rgb),.05);color:var(--white)}.comment .comment-actions button.like-button:hover,.comment .comment-actions button.like-button.active{color:var(--emerald)}.comment .comment-actions button.reply-button:hover{color:var(--bright-pink-crayola)}.error-section[data-astro-cid-6vxh2hat]{padding:var(--spacing-xxl) 0}.error-section[data-astro-cid-6vxh2hat] .error-panel[data-astro-cid-6vxh2hat]{max-width:600px;margin:0 auto;padding:var(--spacing-xl);text-align:center}.error-section[data-astro-cid-6vxh2hat] .error-panel[data-astro-cid-6vxh2hat] h1[data-astro-cid-6vxh2hat]{margin-bottom:var(--spacing-md)}.error-section[data-astro-cid-6vxh2hat] .error-panel[data-astro-cid-6vxh2hat] p[data-astro-cid-6vxh2hat]{margin-bottom:var(--spacing-lg);opacity:.8}.plugin-header[data-astro-cid-6vxh2hat]{padding:var(--spacing-xl) 0;background:linear-gradient(135deg,rgba(var(--night-rgb),.9),rgba(var(--yinmn-blue-rgb),.8))}@media (max-width: 768px){.plugin-header[data-astro-cid-6vxh2hat]{padding-top:calc(var(--spacing-xxl) + var(--spacing-xxl))}}.plugin-header[data-astro-cid-6vxh2hat] .plugin-header-content[data-astro-cid-6vxh2hat]{display:flex;justify-content:space-between;align-items:flex-start}@media (max-width: 768px){.plugin-header[data-astro-cid-6vxh2hat] .plugin-header-content[data-astro-cid-6vxh2hat]{flex-direction:column;gap:var(--spacing-lg)}}.plugin-header[data-astro-cid-6vxh2hat] .plugin-header-content[data-astro-cid-6vxh2hat] .plugin-info[data-astro-cid-6vxh2hat]{position:relative}.plugin-header[data-astro-cid-6vxh2hat] .plugin-header-content[data-astro-cid-6vxh2hat] .plugin-info[data-astro-cid-6vxh2hat] .resource-type-badge[data-astro-cid-6vxh2hat]{display:inline-block;background:rgba(var(--sunglow-rgb),.2);color:var(--sunglow);padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;margin-bottom:var(--spacing-xs)}.plugin-header[data-astro-cid-6vxh2hat] .plugin-header-content[data-astro-cid-6vxh2hat] .plugin-info[data-astro-cid-6vxh2hat] h1[data-astro-cid-6vxh2hat]{margin-bottom:var(--spacing-sm)}.plugin-header[data-astro-cid-6vxh2hat] .plugin-header-content[data-astro-cid-6vxh2hat] .plugin-info[data-astro-cid-6vxh2hat] .plugin-meta[data-astro-cid-6vxh2hat]{display:flex;flex-wrap:wrap;gap:var(--spacing-md)}.plugin-header[data-astro-cid-6vxh2hat] .plugin-header-content[data-astro-cid-6vxh2hat] .plugin-info[data-astro-cid-6vxh2hat] .plugin-meta[data-astro-cid-6vxh2hat] span[data-astro-cid-6vxh2hat]{font-size:.9rem;opacity:.8}.plugin-header[data-astro-cid-6vxh2hat] .plugin-header-content[data-astro-cid-6vxh2hat] .plugin-info[data-astro-cid-6vxh2hat] .plugin-meta[data-astro-cid-6vxh2hat] .plugin-category[data-astro-cid-6vxh2hat]{background:rgba(var(--emerald-rgb),.2);color:var(--emerald);padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-sm);opacity:1}.plugin-header[data-astro-cid-6vxh2hat] .plugin-header-content[data-astro-cid-6vxh2hat] .plugin-info[data-astro-cid-6vxh2hat] .plugin-meta[data-astro-cid-6vxh2hat] .plugin-rating[data-astro-cid-6vxh2hat]{color:var(--sunglow)}.plugin-header[data-astro-cid-6vxh2hat] .plugin-header-content[data-astro-cid-6vxh2hat] .plugin-actions[data-astro-cid-6vxh2hat]{display:flex;gap:var(--spacing-md)}.plugin-header[data-astro-cid-6vxh2hat] .plugin-header-content[data-astro-cid-6vxh2hat] .plugin-actions[data-astro-cid-6vxh2hat] .download-button[data-astro-cid-6vxh2hat]{padding:var(--spacing-sm) var(--spacing-lg)}.plugin-header[data-astro-cid-6vxh2hat] .plugin-header-content[data-astro-cid-6vxh2hat] .plugin-actions[data-astro-cid-6vxh2hat] .edit-button[data-astro-cid-6vxh2hat]{padding:var(--spacing-sm) var(--spacing-lg);background:rgba(var(--bright-pink-crayola-rgb),.2);color:var(--white);border-radius:var(--radius-md);transition:all var(--transition-normal)}.plugin-header[data-astro-cid-6vxh2hat] .plugin-header-content[data-astro-cid-6vxh2hat] .plugin-actions[data-astro-cid-6vxh2hat] .edit-button[data-astro-cid-6vxh2hat]:hover{background:rgba(var(--bright-pink-crayola-rgb),.3)}.plugin-content[data-astro-cid-6vxh2hat]{padding:var(--spacing-xl) 0}.plugin-content[data-astro-cid-6vxh2hat] .plugin-layout[data-astro-cid-6vxh2hat]{display:grid;grid-template-columns:2fr 1fr;gap:var(--spacing-xl)}@media (max-width: 992px){.plugin-content[data-astro-cid-6vxh2hat] .plugin-layout[data-astro-cid-6vxh2hat]{grid-template-columns:1fr}}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat]{display:flex;flex-direction:column;gap:var(--spacing-lg)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-thumbnail[data-astro-cid-6vxh2hat]{width:100%;border-radius:var(--radius-lg);overflow:hidden}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-thumbnail[data-astro-cid-6vxh2hat] img[data-astro-cid-6vxh2hat]{width:100%;height:auto;display:block}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-download[data-astro-cid-6vxh2hat]{padding:var(--spacing-lg)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] h2[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] h3[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-download[data-astro-cid-6vxh2hat] h2[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-download[data-astro-cid-6vxh2hat] h3[data-astro-cid-6vxh2hat]{margin-bottom:var(--spacing-md);font-size:1.5rem}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] h4[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-download[data-astro-cid-6vxh2hat] h4[data-astro-cid-6vxh2hat]{margin-bottom:var(--spacing-sm);font-size:1.1rem}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-header[data-astro-cid-6vxh2hat]{display:flex;border-bottom:1px solid rgba(var(--white-rgb),.1);margin-bottom:var(--spacing-lg);overflow-x:auto}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-header[data-astro-cid-6vxh2hat] .tab-button[data-astro-cid-6vxh2hat]{background:none;border:none;color:var(--white);padding:var(--spacing-sm) var(--spacing-md);cursor:pointer;font-size:1rem;font-weight:500;opacity:.7;transition:all var(--transition-normal);white-space:nowrap}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-header[data-astro-cid-6vxh2hat] .tab-button[data-astro-cid-6vxh2hat]:hover{opacity:1}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-header[data-astro-cid-6vxh2hat] .tab-button[data-astro-cid-6vxh2hat].active{opacity:1;border-bottom:2px solid var(--emerald)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .tab-pane[data-astro-cid-6vxh2hat]{display:none}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .tab-pane[data-astro-cid-6vxh2hat].active{display:block}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat]{line-height:1.6}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] p[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] ul[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] ol[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] blockquote[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] pre[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] table[data-astro-cid-6vxh2hat]{margin-bottom:var(--spacing-md)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] h1[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] h2[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] h3[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] h4[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] h5[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] h6[data-astro-cid-6vxh2hat]{margin-top:var(--spacing-lg);margin-bottom:var(--spacing-sm)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] a[data-astro-cid-6vxh2hat]{color:var(--emerald);text-decoration:underline}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] a[data-astro-cid-6vxh2hat]:hover{color:var(--bright-pink-crayola)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] ul[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] ol[data-astro-cid-6vxh2hat]{padding-left:var(--spacing-lg)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] code[data-astro-cid-6vxh2hat]{background:rgba(var(--white-rgb),.1);padding:2px 4px;border-radius:var(--radius-sm);font-family:monospace}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] pre[data-astro-cid-6vxh2hat]{background:rgba(var(--white-rgb),.05);padding:var(--spacing-md);border-radius:var(--radius-md);overflow-x:auto}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] pre[data-astro-cid-6vxh2hat] code[data-astro-cid-6vxh2hat]{background:none;padding:0}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] blockquote[data-astro-cid-6vxh2hat]{border-left:3px solid var(--emerald);padding-left:var(--spacing-md);font-style:italic;opacity:.9}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .description-content[data-astro-cid-6vxh2hat] img[data-astro-cid-6vxh2hat]{max-width:100%;border-radius:var(--radius-md)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .source-link[data-astro-cid-6vxh2hat]{margin-top:var(--spacing-xl);padding-top:var(--spacing-md);border-top:1px solid rgba(var(--white-rgb),.1)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .source-link[data-astro-cid-6vxh2hat] h3[data-astro-cid-6vxh2hat]{margin-bottom:var(--spacing-sm);font-size:1.2rem}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .source-link[data-astro-cid-6vxh2hat] .source-button[data-astro-cid-6vxh2hat]{display:inline-block;color:var(--emerald);text-decoration:underline}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .source-link[data-astro-cid-6vxh2hat] .source-button[data-astro-cid-6vxh2hat]:hover{color:var(--bright-pink-crayola)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat]{margin-bottom:var(--spacing-xl);background:rgba(var(--night-rgb),.4);border-radius:var(--radius-lg);padding:var(--spacing-lg);border:1px solid rgba(var(--emerald-rgb),.15);box-shadow:0 8px 32px #0000001a}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filter-header[data-astro-cid-6vxh2hat]{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-sm);border-bottom:1px solid rgba(var(--white-rgb),.1)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filter-header[data-astro-cid-6vxh2hat] h4[data-astro-cid-6vxh2hat]{font-size:1.2rem;margin:0;color:var(--white);display:flex;align-items:center}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filter-header[data-astro-cid-6vxh2hat] h4[data-astro-cid-6vxh2hat]:before{content:"";display:inline-block;width:4px;height:18px;background:linear-gradient(to bottom,var(--emerald),var(--bright-pink-crayola));margin-right:var(--spacing-sm);border-radius:2px}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filter-header[data-astro-cid-6vxh2hat] .reset-filters-button[data-astro-cid-6vxh2hat]{background:rgba(var(--white-rgb),.1);border:1px solid rgba(var(--white-rgb),.2);color:var(--white);padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-md);font-size:.9rem;cursor:pointer;transition:all var(--transition-normal);display:flex;align-items:center;gap:6px}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filter-header[data-astro-cid-6vxh2hat] .reset-filters-button[data-astro-cid-6vxh2hat]:hover{background:rgba(var(--white-rgb),.15);transform:translateY(-1px)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filter-header[data-astro-cid-6vxh2hat] .reset-filters-button[data-astro-cid-6vxh2hat]:active{transform:translateY(0)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filter-header[data-astro-cid-6vxh2hat] .reset-filters-button[data-astro-cid-6vxh2hat] i[data-astro-cid-6vxh2hat]{font-size:.8rem}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filters-grid[data-astro-cid-6vxh2hat]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--spacing-md);margin-bottom:var(--spacing-md)}@media (max-width: 768px){.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filters-grid[data-astro-cid-6vxh2hat]{grid-template-columns:1fr}}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filters-grid[data-astro-cid-6vxh2hat] .filter-group[data-astro-cid-6vxh2hat]{display:flex;flex-direction:column;gap:var(--spacing-xs)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filters-grid[data-astro-cid-6vxh2hat] .filter-group[data-astro-cid-6vxh2hat] label[data-astro-cid-6vxh2hat]{font-size:.9rem;font-weight:500;color:rgba(var(--white-rgb),.8)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filters-grid[data-astro-cid-6vxh2hat] .filter-group[data-astro-cid-6vxh2hat] .filter-input-container[data-astro-cid-6vxh2hat]{position:relative}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filters-grid[data-astro-cid-6vxh2hat] .filter-group[data-astro-cid-6vxh2hat] .filter-input-container[data-astro-cid-6vxh2hat] .filter-icon[data-astro-cid-6vxh2hat]{position:absolute;left:var(--spacing-sm);top:50%;transform:translateY(-50%);color:rgba(var(--white-rgb),.5);font-size:.9rem;pointer-events:none}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filters-grid[data-astro-cid-6vxh2hat] .filter-group[data-astro-cid-6vxh2hat] .filter-input-container[data-astro-cid-6vxh2hat] .glass-input[data-astro-cid-6vxh2hat]{width:100%;background:rgba(var(--white-rgb),.05);border:1px solid rgba(var(--emerald-rgb),.2);border-radius:var(--radius-md);color:var(--white);padding:var(--spacing-sm) var(--spacing-sm) var(--spacing-sm) calc(var(--spacing-sm) * 2 + 14px);font-size:.95rem;transition:all var(--transition-normal)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filters-grid[data-astro-cid-6vxh2hat] .filter-group[data-astro-cid-6vxh2hat] .filter-input-container[data-astro-cid-6vxh2hat] .glass-input[data-astro-cid-6vxh2hat]:focus{outline:none;border-color:rgba(var(--emerald-rgb),.5);background:rgba(var(--white-rgb),.08);box-shadow:0 0 0 2px rgba(var(--emerald-rgb),.1)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filters-grid[data-astro-cid-6vxh2hat] .filter-group[data-astro-cid-6vxh2hat] .filter-input-container[data-astro-cid-6vxh2hat] .glass-input[data-astro-cid-6vxh2hat]::placeholder{color:rgba(var(--white-rgb),.5)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filters-grid[data-astro-cid-6vxh2hat] .filter-group[data-astro-cid-6vxh2hat] .filter-input-container[data-astro-cid-6vxh2hat] select[data-astro-cid-6vxh2hat].glass-input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='rgba(255, 255, 255, 0.5)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--spacing-sm) center;padding-right:calc(var(--spacing-sm) * 2 + 12px)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filters-grid[data-astro-cid-6vxh2hat] .filter-group[data-astro-cid-6vxh2hat].date-filter-group .date-inputs[data-astro-cid-6vxh2hat]{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-sm)}@media (max-width: 480px){.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filters-grid[data-astro-cid-6vxh2hat] .filter-group[data-astro-cid-6vxh2hat].date-filter-group .date-inputs[data-astro-cid-6vxh2hat]{grid-template-columns:1fr}}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .filters-grid[data-astro-cid-6vxh2hat] .filter-group[data-astro-cid-6vxh2hat].date-filter-group input[data-astro-cid-6vxh2hat][type=date]::-webkit-calendar-picker-indicator{filter:invert(1) opacity(.5);cursor:pointer}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .versions-count[data-astro-cid-6vxh2hat]{font-size:.9rem;color:rgba(var(--white-rgb),.7);padding-top:var(--spacing-sm);border-top:1px solid rgba(var(--white-rgb),.1)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-filters[data-astro-cid-6vxh2hat] .versions-count[data-astro-cid-6vxh2hat] #filtered-count[data-astro-cid-6vxh2hat]{font-weight:600;color:var(--emerald)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat]{display:flex;flex-direction:column;gap:var(--spacing-md)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat] .version-item[data-astro-cid-6vxh2hat]{background:rgba(var(--white-rgb),.05);border-radius:var(--radius-md);padding:var(--spacing-lg);border:1px solid rgba(var(--white-rgb),.08);transition:all var(--transition-normal);position:relative;overflow:hidden}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat] .version-item[data-astro-cid-6vxh2hat]:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(to bottom,var(--emerald),var(--bright-pink-crayola));opacity:.7}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat] .version-item[data-astro-cid-6vxh2hat]:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000001a;background:rgba(var(--white-rgb),.07);border-color:rgba(var(--emerald-rgb),.15)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat] .version-item[data-astro-cid-6vxh2hat]:hover:before{opacity:1}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat] .version-item[data-astro-cid-6vxh2hat]:hover .version-number[data-astro-cid-6vxh2hat]{color:var(--emerald)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat] .version-item[data-astro-cid-6vxh2hat]:hover .download-button[data-astro-cid-6vxh2hat]{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat] .version-item[data-astro-cid-6vxh2hat] .version-header[data-astro-cid-6vxh2hat]{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-sm);border-bottom:1px solid rgba(var(--white-rgb),.1)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat] .version-item[data-astro-cid-6vxh2hat] .version-header[data-astro-cid-6vxh2hat] .version-number[data-astro-cid-6vxh2hat]{font-weight:700;font-size:1.2rem;color:var(--white);transition:color var(--transition-normal)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat] .version-item[data-astro-cid-6vxh2hat] .version-header[data-astro-cid-6vxh2hat] .version-date[data-astro-cid-6vxh2hat]{font-size:.9rem;color:rgba(var(--white-rgb),.7);background:rgba(var(--white-rgb),.05);padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-sm);display:flex;align-items:center}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat] .version-item[data-astro-cid-6vxh2hat] .version-header[data-astro-cid-6vxh2hat] .version-date[data-astro-cid-6vxh2hat]:before{content:"";font-family:"Font Awesome 5 Free";margin-right:6px;font-size:.8rem;opacity:.8}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat] .version-item[data-astro-cid-6vxh2hat] .version-changelog[data-astro-cid-6vxh2hat]{margin-bottom:var(--spacing-md);padding:var(--spacing-md);background:rgba(var(--white-rgb),.03);border-radius:var(--radius-md);border:1px solid rgba(var(--white-rgb),.05)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat] .version-item[data-astro-cid-6vxh2hat] .version-changelog[data-astro-cid-6vxh2hat] h4[data-astro-cid-6vxh2hat]{margin-top:0;margin-bottom:var(--spacing-sm);font-size:1rem;color:var(--emerald);display:flex;align-items:center}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat] .version-item[data-astro-cid-6vxh2hat] .version-changelog[data-astro-cid-6vxh2hat] h4[data-astro-cid-6vxh2hat]:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;margin-right:var(--spacing-sm);font-size:.9rem}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat] .version-item[data-astro-cid-6vxh2hat] .version-compatibility[data-astro-cid-6vxh2hat]{margin-bottom:var(--spacing-md);font-size:.95rem;background:rgba(var(--bright-pink-crayola-rgb),.1);padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-md);display:inline-flex;align-items:center;border:1px solid rgba(var(--bright-pink-crayola-rgb),.2)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat] .version-item[data-astro-cid-6vxh2hat] .version-compatibility[data-astro-cid-6vxh2hat] .compatibility-versions[data-astro-cid-6vxh2hat]{font-weight:600;color:var(--bright-pink-crayola)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat] .version-item[data-astro-cid-6vxh2hat] .version-actions[data-astro-cid-6vxh2hat]{display:flex;justify-content:flex-end}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat] .version-item[data-astro-cid-6vxh2hat] .version-actions[data-astro-cid-6vxh2hat] .download-button[data-astro-cid-6vxh2hat]{font-size:.95rem;padding:var(--spacing-sm) var(--spacing-lg);transition:all var(--transition-normal);display:flex;align-items:center;gap:var(--spacing-xs)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .versions-list[data-astro-cid-6vxh2hat] .version-item[data-astro-cid-6vxh2hat] .version-actions[data-astro-cid-6vxh2hat] .download-button[data-astro-cid-6vxh2hat] i[data-astro-cid-6vxh2hat]{font-size:.9rem}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .no-versions[data-astro-cid-6vxh2hat]{opacity:.7;font-style:italic;text-align:center;padding:var(--spacing-xl);background:rgba(var(--white-rgb),.03);border-radius:var(--radius-md);border:1px dashed rgba(var(--white-rgb),.1)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .media-gallery[data-astro-cid-6vxh2hat]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:var(--spacing-md)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .media-gallery[data-astro-cid-6vxh2hat] .media-item[data-astro-cid-6vxh2hat]{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:16/9}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .media-gallery[data-astro-cid-6vxh2hat] .media-item[data-astro-cid-6vxh2hat] img[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .media-gallery[data-astro-cid-6vxh2hat] .media-item[data-astro-cid-6vxh2hat] video[data-astro-cid-6vxh2hat]{width:100%;height:100%;object-fit:cover}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .media-gallery[data-astro-cid-6vxh2hat] .media-item[data-astro-cid-6vxh2hat] .unsupported-media[data-astro-cid-6vxh2hat]{display:flex;align-items:center;justify-content:center;height:100%;background:rgba(var(--white-rgb),.05);font-size:.9rem;opacity:.7}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-title[data-astro-cid-6vxh2hat]{font-size:2.2rem;margin-bottom:var(--spacing-xl);color:var(--white);text-align:center;position:relative;font-weight:700;letter-spacing:-.5px}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-title[data-astro-cid-6vxh2hat]:after{content:"";display:block;width:100px;height:4px;background:linear-gradient(90deg,var(--emerald),var(--bright-pink-crayola),var(--sunglow));margin:var(--spacing-md) auto 0;border-radius:2px;box-shadow:0 2px 8px rgba(var(--emerald-rgb),.4)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comment-form[data-astro-cid-6vxh2hat]{margin-bottom:var(--spacing-xxl);padding:var(--spacing-xxl);background:rgba(var(--white-rgb),.15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(var(--white-rgb),.2);box-shadow:var(--shadow-lg);border-radius:var(--radius-xl);position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comment-form[data-astro-cid-6vxh2hat]:hover{background:rgba(var(--white-rgb),.2);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(var(--white-rgb),.3);transform:translateY(-2px)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comment-form[data-astro-cid-6vxh2hat] h4[data-astro-cid-6vxh2hat]{margin-bottom:var(--spacing-lg);color:var(--white);font-weight:700;font-size:1.5rem;letter-spacing:-.3px;text-align:center}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comment-form[data-astro-cid-6vxh2hat] .comment-guidelines[data-astro-cid-6vxh2hat]{margin-top:var(--spacing-md);font-size:.9rem;color:rgba(var(--white-rgb),.8);display:flex;align-items:center;padding:var(--spacing-sm) var(--spacing-md);background:rgba(var(--emerald-rgb),.1);border-radius:var(--radius-md);border-left:3px solid var(--emerald)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comment-form[data-astro-cid-6vxh2hat] .comment-guidelines[data-astro-cid-6vxh2hat] i[data-astro-cid-6vxh2hat]{color:var(--emerald);margin-right:var(--spacing-sm);font-size:1rem}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comment-form[data-astro-cid-6vxh2hat] .form-actions[data-astro-cid-6vxh2hat]{display:flex;align-items:center;justify-content:space-between;margin-top:var(--spacing-lg)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comment-form[data-astro-cid-6vxh2hat] .form-actions[data-astro-cid-6vxh2hat] .submit-button[data-astro-cid-6vxh2hat]{background:rgba(var(--white-rgb),.2);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(var(--white-rgb),.3);box-shadow:var(--shadow-lg);padding:var(--spacing-md) var(--spacing-xl);border-radius:var(--radius-lg);font-weight:600;font-size:1.1rem;display:flex;align-items:center;gap:var(--spacing-sm);transition:all var(--transition-normal);cursor:pointer;color:var(--white);position:relative;overflow:hidden}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comment-form[data-astro-cid-6vxh2hat] .form-actions[data-astro-cid-6vxh2hat] .submit-button[data-astro-cid-6vxh2hat]:hover{background:rgba(var(--white-rgb),.3);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(var(--white-rgb),.4);transform:translateY(-2px)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comment-form[data-astro-cid-6vxh2hat] .form-actions[data-astro-cid-6vxh2hat] .submit-button[data-astro-cid-6vxh2hat]:active{transform:translateY(0)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comment-form[data-astro-cid-6vxh2hat] .form-actions[data-astro-cid-6vxh2hat] .submit-button[data-astro-cid-6vxh2hat]:disabled{opacity:.6;cursor:not-allowed;transform:none}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comments-header[data-astro-cid-6vxh2hat]{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-xl);padding:var(--spacing-lg);background:rgba(var(--white-rgb),.1);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(var(--white-rgb),.2);box-shadow:var(--shadow-lg);border-radius:var(--radius-lg)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comments-header[data-astro-cid-6vxh2hat] .comments-count[data-astro-cid-6vxh2hat]{font-size:1.3rem;font-weight:700;color:var(--white);margin:0;display:flex;align-items:center}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comments-header[data-astro-cid-6vxh2hat] .comments-sort[data-astro-cid-6vxh2hat]{display:flex;align-items:center;gap:var(--spacing-sm);font-size:1rem}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comments-header[data-astro-cid-6vxh2hat] .comments-sort[data-astro-cid-6vxh2hat] label[data-astro-cid-6vxh2hat]{color:rgba(var(--white-rgb),.9);font-weight:500}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comments-header[data-astro-cid-6vxh2hat] .comments-sort[data-astro-cid-6vxh2hat] .sort-select[data-astro-cid-6vxh2hat]{background:rgba(var(--white-rgb),.1);border:1px solid rgba(var(--emerald-rgb),.3);border-radius:var(--radius-md);color:var(--white);padding:var(--spacing-xs) var(--spacing-md);font-size:.9rem;cursor:pointer;transition:all .3s ease}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comments-header[data-astro-cid-6vxh2hat] .comments-sort[data-astro-cid-6vxh2hat] .sort-select[data-astro-cid-6vxh2hat]:focus{outline:none;border-color:var(--emerald);box-shadow:0 0 0 2px rgba(var(--emerald-rgb),.2)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comments-header[data-astro-cid-6vxh2hat] .comments-sort[data-astro-cid-6vxh2hat] .sort-select[data-astro-cid-6vxh2hat]:hover{background:rgba(var(--white-rgb),.15)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comments-container[data-astro-cid-6vxh2hat]{padding:0;background:transparent;border-radius:0;margin-top:0;min-height:auto;position:relative}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comments-container[data-astro-cid-6vxh2hat] .comments-loading[data-astro-cid-6vxh2hat]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-xxl) 0;background:rgba(var(--white-rgb),.1);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(var(--white-rgb),.2);box-shadow:var(--shadow-lg);border-radius:var(--radius-lg)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comments-container[data-astro-cid-6vxh2hat] .comments-loading[data-astro-cid-6vxh2hat] .loading-logo[data-astro-cid-6vxh2hat]{margin-bottom:var(--spacing-lg)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comments-container[data-astro-cid-6vxh2hat] .comments-loading[data-astro-cid-6vxh2hat] p[data-astro-cid-6vxh2hat]{color:rgba(var(--white-rgb),.8);font-size:1.1rem;font-weight:500}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-tabs[data-astro-cid-6vxh2hat] .tabs-content[data-astro-cid-6vxh2hat] .comments-section[data-astro-cid-6vxh2hat] .comments-container[data-astro-cid-6vxh2hat] .no-comments[data-astro-cid-6vxh2hat]{opacity:.9;font-style:italic;text-align:center;padding:var(--spacing-xxl);background:rgba(var(--white-rgb),.1);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(var(--white-rgb),.2);box-shadow:var(--shadow-lg);border-radius:var(--radius-lg);border:2px dashed rgba(var(--emerald-rgb),.3);color:rgba(var(--white-rgb),.8);font-size:1.1rem;position:relative}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-download[data-astro-cid-6vxh2hat] .download-content[data-astro-cid-6vxh2hat]{display:flex;flex-direction:column;gap:var(--spacing-md)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-download[data-astro-cid-6vxh2hat] .download-content[data-astro-cid-6vxh2hat] .license[data-astro-cid-6vxh2hat]{font-weight:600;color:var(--emerald)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-download[data-astro-cid-6vxh2hat] .download-content[data-astro-cid-6vxh2hat] .download-button[data-astro-cid-6vxh2hat]{align-self:flex-start;padding:var(--spacing-md) var(--spacing-xl);font-size:1.1rem}.plugin-content[data-astro-cid-6vxh2hat] .plugin-main[data-astro-cid-6vxh2hat] .plugin-download[data-astro-cid-6vxh2hat] .download-content[data-astro-cid-6vxh2hat] .download-note[data-astro-cid-6vxh2hat]{font-size:.9rem;opacity:.7}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat]{display:flex;flex-direction:column;gap:var(--spacing-lg)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-details[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .related-plugins[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-author[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat]{padding:var(--spacing-lg)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-details[data-astro-cid-6vxh2hat] h3[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .related-plugins[data-astro-cid-6vxh2hat] h3[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-author[data-astro-cid-6vxh2hat] h3[data-astro-cid-6vxh2hat],.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] h3[data-astro-cid-6vxh2hat]{margin-bottom:var(--spacing-md);font-size:1.25rem}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .rating-summary[data-astro-cid-6vxh2hat]{margin-bottom:var(--spacing-md)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .average-rating[data-astro-cid-6vxh2hat]{display:flex;flex-direction:column;align-items:center;margin-bottom:var(--spacing-md)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .average-rating[data-astro-cid-6vxh2hat] .rating-count[data-astro-cid-6vxh2hat]{margin-top:var(--spacing-xs);font-size:.9rem;opacity:.8}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .rating-distribution[data-astro-cid-6vxh2hat]{margin-top:var(--spacing-md)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .rating-distribution[data-astro-cid-6vxh2hat] .distribution-row[data-astro-cid-6vxh2hat]{display:flex;align-items:center;gap:var(--spacing-sm);margin-bottom:var(--spacing-xs)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .rating-distribution[data-astro-cid-6vxh2hat] .distribution-row[data-astro-cid-6vxh2hat] .stars-label[data-astro-cid-6vxh2hat]{width:60px;font-size:.9rem;text-align:right}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .rating-distribution[data-astro-cid-6vxh2hat] .distribution-row[data-astro-cid-6vxh2hat] .distribution-bar-container[data-astro-cid-6vxh2hat]{flex:1;height:8px;background:rgba(var(--white-rgb),.1);border-radius:4px;overflow:hidden}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .rating-distribution[data-astro-cid-6vxh2hat] .distribution-row[data-astro-cid-6vxh2hat] .distribution-bar-container[data-astro-cid-6vxh2hat] .distribution-bar[data-astro-cid-6vxh2hat]{height:100%;background:var(--sunglow);border-radius:4px;transition:width .3s ease}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .rating-distribution[data-astro-cid-6vxh2hat] .distribution-row[data-astro-cid-6vxh2hat] .distribution-count[data-astro-cid-6vxh2hat]{width:30px;font-size:.9rem;text-align:right}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .user-rating-section[data-astro-cid-6vxh2hat]{margin-top:var(--spacing-lg);padding-top:var(--spacing-md);border-top:1px solid rgba(var(--white-rgb),.1)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .user-rating-section[data-astro-cid-6vxh2hat] h4[data-astro-cid-6vxh2hat]{margin-bottom:var(--spacing-sm);font-size:1.1rem}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .user-rating-section[data-astro-cid-6vxh2hat] .rating-form[data-astro-cid-6vxh2hat] .rating-input[data-astro-cid-6vxh2hat]{display:flex;flex-direction:column;align-items:center;width:100%}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .user-rating-section[data-astro-cid-6vxh2hat] .rating-form[data-astro-cid-6vxh2hat] .rating-input[data-astro-cid-6vxh2hat] .rating-comment-container[data-astro-cid-6vxh2hat]{width:100%;margin-top:var(--spacing-md)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .user-rating-section[data-astro-cid-6vxh2hat] .rating-form[data-astro-cid-6vxh2hat] .rating-input[data-astro-cid-6vxh2hat] .rating-comment-container[data-astro-cid-6vxh2hat] .rating-comment[data-astro-cid-6vxh2hat]{width:100%;background:rgba(var(--white-rgb),.05);border:1px solid rgba(var(--emerald-rgb),.2);border-radius:var(--radius-md);color:var(--white);padding:var(--spacing-sm);font-size:.95rem;resize:vertical;transition:all var(--transition-normal)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .user-rating-section[data-astro-cid-6vxh2hat] .rating-form[data-astro-cid-6vxh2hat] .rating-input[data-astro-cid-6vxh2hat] .rating-comment-container[data-astro-cid-6vxh2hat] .rating-comment[data-astro-cid-6vxh2hat]:focus{outline:none;border-color:rgba(var(--emerald-rgb),.5);background:rgba(var(--white-rgb),.08);box-shadow:0 0 0 2px rgba(var(--emerald-rgb),.1)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .user-rating-section[data-astro-cid-6vxh2hat] .rating-form[data-astro-cid-6vxh2hat] .rating-input[data-astro-cid-6vxh2hat] .rating-comment-container[data-astro-cid-6vxh2hat] .rating-comment[data-astro-cid-6vxh2hat]::placeholder{color:rgba(var(--white-rgb),.5)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .user-rating-section[data-astro-cid-6vxh2hat] .rating-form[data-astro-cid-6vxh2hat] .rating-input[data-astro-cid-6vxh2hat] .rating-status[data-astro-cid-6vxh2hat]{margin-top:var(--spacing-sm);min-height:20px;font-size:.9rem}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .user-rating-section[data-astro-cid-6vxh2hat] .rating-form[data-astro-cid-6vxh2hat] .rating-input[data-astro-cid-6vxh2hat] .rating-status[data-astro-cid-6vxh2hat].success{color:var(--emerald)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .user-rating-section[data-astro-cid-6vxh2hat] .rating-form[data-astro-cid-6vxh2hat] .rating-input[data-astro-cid-6vxh2hat] .rating-status[data-astro-cid-6vxh2hat].error{color:var(--bright-pink-crayola)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .login-to-rate[data-astro-cid-6vxh2hat]{margin-top:var(--spacing-lg);padding-top:var(--spacing-md);border-top:1px solid rgba(var(--white-rgb),.1);text-align:center;font-size:.9rem}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .login-to-rate[data-astro-cid-6vxh2hat] a[data-astro-cid-6vxh2hat]{color:var(--emerald)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-ratings[data-astro-cid-6vxh2hat] .login-to-rate[data-astro-cid-6vxh2hat] a[data-astro-cid-6vxh2hat]:hover{color:var(--bright-pink-crayola)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .details-list[data-astro-cid-6vxh2hat]{display:flex;flex-direction:column;gap:var(--spacing-sm)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .details-list[data-astro-cid-6vxh2hat] li[data-astro-cid-6vxh2hat]{display:flex;justify-content:space-between;padding:var(--spacing-xs) 0;border-bottom:1px solid rgba(var(--white-rgb),.1)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .details-list[data-astro-cid-6vxh2hat] li[data-astro-cid-6vxh2hat]:last-child{border-bottom:none}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .details-list[data-astro-cid-6vxh2hat] li[data-astro-cid-6vxh2hat] .detail-label[data-astro-cid-6vxh2hat]{font-weight:500;opacity:.8}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .details-list[data-astro-cid-6vxh2hat] li[data-astro-cid-6vxh2hat] .detail-value[data-astro-cid-6vxh2hat]{font-weight:600}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .details-list[data-astro-cid-6vxh2hat] li[data-astro-cid-6vxh2hat] .detail-value[data-astro-cid-6vxh2hat] a[data-astro-cid-6vxh2hat]{color:var(--emerald);text-decoration:underline}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .details-list[data-astro-cid-6vxh2hat] li[data-astro-cid-6vxh2hat] .detail-value[data-astro-cid-6vxh2hat] a[data-astro-cid-6vxh2hat]:hover{color:var(--bright-pink-crayola)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-author[data-astro-cid-6vxh2hat] .author-profile[data-astro-cid-6vxh2hat]{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-sm) 0}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-author[data-astro-cid-6vxh2hat] .author-profile[data-astro-cid-6vxh2hat] .author-avatar[data-astro-cid-6vxh2hat]{width:60px;height:60px;border-radius:50%;overflow:hidden;box-shadow:0 4px 10px #0003}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-author[data-astro-cid-6vxh2hat] .author-profile[data-astro-cid-6vxh2hat] .author-avatar[data-astro-cid-6vxh2hat] .author-image[data-astro-cid-6vxh2hat]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-author[data-astro-cid-6vxh2hat] .author-profile[data-astro-cid-6vxh2hat] .author-avatar[data-astro-cid-6vxh2hat] .author-image[data-astro-cid-6vxh2hat]:hover{transform:scale(1.1)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-author[data-astro-cid-6vxh2hat] .author-profile[data-astro-cid-6vxh2hat] .author-avatar[data-astro-cid-6vxh2hat] .avatar-placeholder[data-astro-cid-6vxh2hat]{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,rgba(var(--emerald-rgb),.7),rgba(var(--emerald-rgb),.3));display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;color:var(--white)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-author[data-astro-cid-6vxh2hat] .author-profile[data-astro-cid-6vxh2hat] .author-info[data-astro-cid-6vxh2hat] h4[data-astro-cid-6vxh2hat]{font-size:1.1rem;margin-bottom:var(--spacing-xs);color:var(--white)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-author[data-astro-cid-6vxh2hat] .author-profile[data-astro-cid-6vxh2hat] .author-info[data-astro-cid-6vxh2hat] .author-link[data-astro-cid-6vxh2hat]{display:inline-block;color:var(--emerald);font-weight:500;padding:var(--spacing-xs) var(--spacing-sm);background:rgba(var(--emerald-rgb),.1);border-radius:var(--radius-sm);transition:all var(--transition-normal)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .plugin-author[data-astro-cid-6vxh2hat] .author-profile[data-astro-cid-6vxh2hat] .author-info[data-astro-cid-6vxh2hat] .author-link[data-astro-cid-6vxh2hat]:hover{background:rgba(var(--emerald-rgb),.2);color:var(--emerald);transform:translateY(-2px)}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .related-plugins[data-astro-cid-6vxh2hat] p[data-astro-cid-6vxh2hat]{margin-bottom:var(--spacing-md);opacity:.8}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .related-plugins[data-astro-cid-6vxh2hat] .view-more[data-astro-cid-6vxh2hat]{color:var(--emerald);font-weight:500}.plugin-content[data-astro-cid-6vxh2hat] .plugin-sidebar[data-astro-cid-6vxh2hat] .related-plugins[data-astro-cid-6vxh2hat] .view-more[data-astro-cid-6vxh2hat]:hover{color:var(--bright-pink-crayola)}
