.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.page-subtitle{color:var(--text-muted);font-size:.9rem}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.stat-card{background:var(--bg-surface);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 3px #0003;border:1px solid var(--border)}.stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.stat-icon.blue{background:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.2)}.stat-icon.green{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.2)}.stat-icon.orange{background:#f59e0b1a;color:#f59e0b;border:1px solid rgba(245,158,11,.2)}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:1.75rem;font-weight:700;color:var(--text-main)}.stat-label{font-size:.875rem;color:var(--text-muted)}.plugins-section{background:var(--bg-surface);border-radius:16px;padding:1.5rem;border:1px solid var(--border)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.section-header h2{font-size:1.25rem;font-weight:600;color:var(--text-main)}.search-box{display:flex;align-items:center;gap:.5rem;background:#ffffff0d;padding:.5rem 1rem;border-radius:8px;border:1px solid var(--border)}.search-box i{color:var(--text-muted)}.search-box input{border:none;background:transparent;outline:none;font-size:.9rem;width:200px;color:var(--text-main)}.plugins-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.plugin-card{position:relative;background:#ffffff08;border-radius:16px;overflow:hidden;transition:all .3s ease;border:1px solid var(--border);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.plugin-card:hover{box-shadow:0 12px 40px #00000040;transform:translateY(-4px);background:#ffffff0d;border-color:var(--primary)}.plugin-card.inactive{opacity:.6}.card-gradient{height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899)}.plugin-content{padding:1.5rem}.plugin-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.plugin-icon-wrapper{position:relative}.plugin-icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#3b82f633,#8b5cf633);display:flex;align-items:center;justify-content:center;color:var(--text-main);font-size:1.75rem;box-shadow:0 8px 20px #0000004d;border:1px solid rgba(255,255,255,.1)}.status-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.status-badge.active{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.2)}.status-badge.inactive{background:#f59e0b1a;color:#f59e0b;border:1px solid rgba(245,158,11,.2)}.status-badge i{font-size:.875rem}.plugin-info{margin-bottom:1.25rem}.plugin-title{font-size:1.15rem;font-weight:700;margin-bottom:.5rem;color:var(--text-main)}.plugin-code{display:inline-block;background:#ffffff1a;padding:.3rem .65rem;border-radius:6px;font-size:.7rem;font-weight:600;color:var(--text-muted);font-family:SF Mono,Consolas,monospace;letter-spacing:.5px;margin-bottom:.75rem}.plugin-description{font-size:.875rem;color:var(--text-muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.plugin-actions{display:flex;gap:.75rem}.action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:10px;font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease}.action-btn i{font-size:1rem}.action-btn.primary{background:var(--primary);color:var(--bg-body);box-shadow:0 4px 12px #fff3}.action-btn.primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #ffffff4d;background:var(--primary);filter:brightness(1.1)}.action-btn.danger{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.action-btn.danger:hover{background:#ef444433;border-color:#ef4444}.empty-state{grid-column:1 / -1;text-align:center;padding:4rem 2rem}.empty-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#ffffff0d;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:var(--text-muted);border:1px solid var(--border)}.empty-state h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-main)}.empty-state p{color:var(--text-muted)}.loading-state{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:var(--text-muted)}.loading-state i{font-size:2rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center}.modal.hidden{display:none}.modal-backdrop{position:absolute;inset:0;background:#000c;backdrop-filter:blur(4px)}.modal-content{position:relative;background:var(--bg-surface);border-radius:16px;width:100%;max-width:700px;padding:1.5rem;box-shadow:0 25px 50px #00000080;max-height:85vh;overflow-y:auto;border:1px solid var(--border);color:var(--text-main)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.modal-header h3{font-size:1.25rem;font-weight:600;color:var(--text-main)}.modal-close{font-size:1.5rem;line-height:1;color:var(--text-muted);cursor:pointer;background:none;border:none}.modal-close:hover{color:var(--text-main)}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.875rem;color:var(--text-muted)}.form-input,.form-textarea{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;transition:all .2s;background:#ffffff0d;color:var(--text-main)}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #ffffff1a}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:var(--text-main)}@media(max-width:768px){.stats-row,.plugins-grid{grid-template-columns:1fr}}.plans-container{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.plan-row{display:flex;gap:.75rem;align-items:flex-end;background:#ffffff08;padding:.75rem;border-radius:8px;border:1px solid var(--border)}.plan-input-group{flex:1}.plan-input-group label{display:block;font-size:.75rem;color:var(--text-muted);margin-bottom:.25rem}.btn-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--border);cursor:pointer;flex-shrink:0;background:transparent;color:var(--text-muted)}.btn-icon:hover{background:#ffffff0d;color:var(--text-main)}.btn-icon.danger{color:#dc2626;border-color:#dc262633}.btn-icon.danger:hover{background:#ef44441a;border-color:#dc2626}.plugin-plans{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.75rem}.plan-badge{font-size:.7rem;padding:.2rem .5rem;background:#3b82f61a;color:#3b82f6;border-radius:6px;border:1px solid rgba(59,130,246,.2);font-weight:500}.no-plans-badge{font-size:.7rem;padding:.2rem .5rem;background:#f59e0b1a;color:#f59e0b;border-radius:6px;border:1px solid rgba(245,158,11,.2);font-weight:500;margin-top:.75rem;display:inline-block}
