.playbooks-list-page{display:flex;flex-direction:column;min-height:calc(100dvh - 60px);width:100%}.playbooks-list-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;margin-bottom:20px}.playbooks-list-toolbar .playbooks-list-search{flex:1 1;min-width:200px;max-width:360px}.playbooks-list-toolbar .playbooks-list-type{width:200px;min-width:160px}.playbooks-list-toolbar-spacer{flex:1 1;min-width:8px}.playbooks-list-table-wrap{width:100%}.playbooks-list-title-btn{font-weight:500;font-size:13px;cursor:pointer;max-width:320px;text-align:left;background:none;border:none;padding:0;font:inherit}.playbooks-list-title-btn:hover{color:var(--pb-link,#7c3aed)}.playbooks-list-actions{display:flex;justify-content:flex-end}.playbooks-list-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:6px;background:transparent;cursor:pointer;color:var(--pb-muted,#71717a);transition:background .15s ease,color .15s ease}.playbooks-list-menu-btn:hover{background:var(--pb-row-hover,rgba(0,0,0,.06));color:var(--pb-fg,#18181b)}.playbooks-list-menu{min-width:160px;padding:6px;border-radius:8px;border:1px solid var(--pb-border,#e4e4e7);background:var(--pb-surface,#fff);box-shadow:0 8px 24px rgba(0,0,0,.08)}.playbooks-list-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;border-radius:6px;background:transparent;font-size:13px;text-align:left;cursor:pointer;color:var(--pb-fg,#18181b)}.playbooks-list-menu button:hover{background:var(--pb-row-hover,rgba(0,0,0,.04))}.playbooks-list-menu button.playbooks-list-menu-danger:hover{color:#dc2626;background:rgba(220,38,38,.08)}