.nd-app { display: flex; min-height: 100vh; font-family: "Inter", sans-serif; }
.nd-sidebar { width: 240px; background: #17181c; color: #fff; padding: 24px 0; }
.nd-sidebar-nav a { display: block; padding: 12px 24px; color: #b8b9bd; text-decoration: none; }
.nd-sidebar-nav a.active, .nd-sidebar-nav a:hover { background: #24262b; color: #fff; }
.nd-content { flex: 1; padding: 32px; background: #f7f7f9; }

.nd-project-tabs { display: flex; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; }
.nd-project-tabs button { padding: 8px 16px; border: 1px solid #ddd; background: #fff; border-radius: 8px; cursor: pointer; }
.nd-project-tabs button.active { background: #2563eb; color: #fff; border-color: #2563eb; }

.nd-vertical-tabs { display: flex; gap: 24px; }
.nd-vtab-nav { display: flex; flex-direction: column; gap: 4px; width: 200px; }
.nd-vtab-nav button { text-align: left; padding: 10px 14px; border: none; background: transparent; border-radius: 8px; cursor: pointer; }
.nd-vtab-nav button.active { background: #e0e7ff; color: #2563eb; font-weight: 600; }
.nd-vtab-body { flex: 1; background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 1px 3px rgba(0,0,0,.08); }

table.nd-table { width: 100%; border-collapse: collapse; }
table.nd-table th, table.nd-table td { padding: 10px 12px; border-bottom: 1px solid #eee; text-align: left; }
.nd-badge-queued { background: #fef3c7; color: #92400e; padding: 2px 8px; border-radius: 6px; font-size: 12px; }
.nd-badge-published { background: #d1fae5; color: #065f46; padding: 2px 8px; border-radius: 6px; font-size: 12px; }

.nd-stat-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 24px; }
.nd-stat-card { background: #fff; border-radius: 12px; padding: 16px; box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.nd-stat-card h4 { margin: 0 0 8px; font-size: 13px; color: #666; }
.nd-stat-card .value { font-size: 22px; font-weight: 700; }

.nd-danger-btn { background: #dc2626; color: #fff; border: none; padding: 10px 20px; border-radius: 8px; cursor: pointer; margin-top: 32px; }
.nd-primary-btn { background: #2563eb; color: #fff; border: none; padding: 10px 20px; border-radius: 8px; cursor: pointer; }
